Searched refs:operator (Results 1 - 25 of 79) sorted by relevance

1234

/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/drivers/
H A DUnsupportedOperatorException.java28 * Is thrown as a result of attempt to use driver for unsupported operator type.
40 * @param operator an operator
42 public UnsupportedOperatorException(Class<?> driver, Class<?> operator) { argument
44 + operator.getName() + " driver!");
48 * Checks if operator class is in the list of supported classes.
52 * @param operator Operator class.
55 public static void checkSupported(Class<?> driver, Class<?>[] supported, Class<?> operator) { argument
57 if (aSupported.isAssignableFrom(operator)) {
61 throw (new UnsupportedOperatorException(driver, operator));
72 checkSupported(Class<?> driver, String[] supported, Class<?> operator) argument
[all...]
H A DFocusDriver.java35 * @param operator Component operator.
37 public void giveFocus(ComponentOperator operator); argument
H A DDriverManager.java122 * Searches a driver. Uses {@code operator.getProperties()} to receive
126 * @param operator Operator to get an driver for.
130 public static Object getDriver(String id, ComponentOperator operator) { argument
131 return getDriver(id, operator.getClass(), operator.getProperties());
153 * Sets driver for an operator class.
173 * Sets driver for an operator class name.
177 * @param operatorClassName A name of operator class.
221 * Removes driver for operator class.
237 * Removes driver for operator clas
309 getTreeDriver(ComponentOperator operator) argument
341 getTextDriver(ComponentOperator operator) argument
373 getKeyDriver(ComponentOperator operator) argument
405 getMouseDriver(ComponentOperator operator) argument
437 getScrollDriver(ComponentOperator operator) argument
469 getButtonDriver(ComponentOperator operator) argument
501 getListDriver(ComponentOperator operator) argument
533 getMultiSelListDriver(ComponentOperator operator) argument
565 getOrderedListDriver(ComponentOperator operator) argument
597 getTableDriver(ComponentOperator operator) argument
629 getWindowDriver(ComponentOperator operator) argument
661 getFrameDriver(ComponentOperator operator) argument
693 getInternalFrameDriver(ComponentOperator operator) argument
725 getFocusDriver(ComponentOperator operator) argument
757 getMenuDriver(ComponentOperator operator) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DOperators.java40 public static final String getOpNames(int operator) { argument
41 return names[operator];
44 // Swap operator array
54 public static final int swapOp(int operator) { argument
55 return swapOpArray[operator];
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/drivers/focus/
H A DAPIFocusDriver.java42 public void giveFocus(ComponentOperator operator) { argument
43 operator.requestFocus();
44 eDriver.dispatchEvent(operator.getSource(),
45 new FocusEvent(operator.getSource(),
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest-message.h53 // Ensures that there is at least one operator<< in the global namespace.
54 // See Message& operator<<(...) below for why.
55 void operator<<(const testing::internal::Secret&, int);
108 inline Message& operator <<(const T& value) {
115 inline Message& operator <<(const T& val) {
124 // To allow STL containers (and other types that has a << operator
126 // assertions, testing::Message must access the custom << operator
130 using ::operator <<;
149 inline Message& operator <<(T* const& pointer) { // NOLINT
161 // of operator <<, eve
[all...]
H A Dgtest-death-test.h193 bool operator()(int exit_status) const;
196 void operator=(const ExitedWithCode& other);
207 bool operator()(int exit_status) const;
/openjdk10/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DExpression.java41 private Operator operator; field in class:Expression
74 System.out.println("Setting operator on " + ordinal + " to " + o);
76 this.operator = o;
80 return operator;
89 if (operator != null) {
90 b.append(operator.toString());
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A DDevices.h51 Devices* operator->() { return devices; }
55 InstanceAccess& operator=(const InstanceAccess&);
56 InstanceAccess* operator&();
H A Dawt_DCHolder.h48 operator HDC()
56 operator HBITMAP()
H A Dawt_Debug.h50 extern void * operator new(size_t size, const char * filename, int linenumber);
51 extern void * operator new[](size_t size, const char * filename, int linenumber);
55 extern void operator delete(void *ptr, const char*, int);
58 extern void operator delete(void *ptr) throw();
H A Dawt.h273 operator bool() const { return NULL!=m_env; }
274 bool operator !() const { return NULL==m_env; }
275 operator JNIEnv*() const { return m_env; }
276 JNIEnv* operator ->() const { return m_env; }
301 operator T() { return m_localJRef; }
302 operator bool() { return NULL!=m_localJRef; }
303 bool operator !() { return NULL==m_localJRef; }
366 operator LPWSTR() { return getNonEmptyString(); }
367 operator LPARAM() { return (LPARAM)getNonEmptyString(); }
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
173 T* operator->() const { return value_; }
174 T& operator*() const { return *value_; }
176 bool operator==(T* p) const { return value_ == p; }
177 bool operator!=(T* p) const { return value_ != p; }
179 bool operator==(linked_ptr<U> const& ptr) const {
183 bool operator!=(linked_ptr<U> const& ptr) const {
213 bool operator==(T* ptr, const linked_ptr<T>& x) {
218 bool operator!
[all...]
H A Dgtest-param-util.h87 // Used for implementing ParamGenerator<T>::operator*().
91 // Used for implementing ParamGenerator<T>::operator==().
107 ParamIterator& operator=(const ParamIterator& other) {
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
115 // Prefix version of operator++.
116 ParamIterator& operator++() {
120 // Postfix version of operator++.
121 ParamIterator operator++(int /*unused*/) {
126 bool operator
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DCharSubstitutionFilter.h68 * The replacement operator. Not allowed!
72 CharSubstitutionFilter &operator=(const CharSubstitutionFilter &other); // forbid copying of this class
H A DGDEFMarkFilter.h52 GDEFMarkFilter &operator=(const GDEFMarkFilter &other); // forbid copying of this class
H A DGlyphSubstLookupProc.h76 GlyphSubstitutionLookupProcessor &operator=(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
H A DGlyphPosnLookupProc.h73 GlyphPositioningLookupProcessor &operator=(const GlyphPositioningLookupProcessor &other); // forbid copying of this class
H A DNonContextualGlyphSubstProc2.h64 NonContextualGlyphSubstitutionProcessor2 &operator=(const NonContextualGlyphSubstitutionProcessor2 &other); // forbid copying of this class
H A DNonContextualGlyphSubstProc.h64 NonContextualGlyphSubstitutionProcessor &operator=(const NonContextualGlyphSubstitutionProcessor &other); // forbid copying of this class
H A DSubtableProcessor2.h66 SubtableProcessor2 &operator=(const SubtableProcessor2 &other); // forbid copying of this class
H A DSubtableProcessor.h66 SubtableProcessor &operator=(const SubtableProcessor &other); // forbid copying of this class
H A DStateTableProcessor2.h81 StateTableProcessor2 &operator=(const StateTableProcessor2 &other); // forbid copying of this class
H A DStateTableProcessor.h80 StateTableProcessor &operator=(const StateTableProcessor &other); // forbid copying of this class
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DSimpleContentModel.java102 * @param operator The content model operator.
107 public SimpleContentModel(short operator, QName firstChild, QName secondChild) { argument
121 fOperator = operator;

Completed in 192 milliseconds

1234