HomeSort by relevance Sort by last modified time
    Searched full:selector (Results 76 - 100 of 2495) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu4c/common/unicode/
ucnvsel.h 35 * A converter selector is built with a set of encoding/charset names
39 * A converter selector can be serialized into a buffer and reopened
45 * The selector data structure
52 * Open a selector.
61 * If 0, builds a selector for all available converters.
69 * @return the new selector
79 * Closes a selector.
82 * but should never be used after the selector is closed.
87 * @param sel selector to close
114 * Open a selector from its serialized form
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDiscoveryFragment.java 31 * The application must supply a route selector to specify the kinds of routes
37 private final String ARGUMENT_SELECTOR = "selector";
61 * Gets the media route selector for filtering the routes to be discovered.
63 * @return The selector, never null.
71 * Sets the media route selector for filtering the routes to be discovered.
74 * @param selector The selector to set.
76 public void setRouteSelector(MediaRouteSelector selector) {
77 if (selector == null) {
78 throw new IllegalArgumentException("selector must not be null")
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.py 9 - selector: If no selector is defined then the action attempts to seek the first
37 selector = self.selector if hasattr(self, 'selector') else ''
40 (selector, self.seek_time, log_seek))
44 self.WaitForEvent(tab, selector, 'seeked', timeout)
47 'selector = %s.' % selector)
click_element.py 15 assert hasattr(self, 'selector') or hasattr(self, 'text')
16 if hasattr(self, 'selector'):
17 code = 'document.querySelector(\'' + self.selector + '\').click();'
22 'Cannot find element with selector ' + self.selector)
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.cpp 65 static inline bool isSelectorMatchingHTMLBasedOnRuleHash(const CSSSelector* selector)
67 ASSERT(selector);
68 if (selector->m_match == CSSSelector::Tag) {
69 const AtomicString& selectorNamespace = selector->tagQName().namespaceURI();
72 if (selector->relation() == CSSSelector::SubSelector)
73 return isSelectorMatchingHTMLBasedOnRuleHash(selector->tagHistory());
76 if (SelectorChecker::isCommonPseudoClassSelector(selector))
78 return selector->m_match == CSSSelector::Id || selector->m_match == CSSSelector::Class;
81 static inline bool selectorListContainsUncommonAttributeSelector(const CSSSelector* selector)
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 27 import java.nio.channels.Selector;
53 * the selector provider that creates this channel.
60 * Returns the selector provider that has created this channel.
63 * @return this channel's selector provider.
73 * @return {@code true} if this channel is registered with a selector,
82 * Gets this channel's selection key for the specified selector.
84 * @param selector
85 * the selector with which this channel has been registered.
87 * has not been registered with {@code selector}.
90 synchronized public final SelectionKey keyFor(Selector selector)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
chrome_browser_window.mm 15 if (![delegate respondsToSelector:@selector(themeProvider)])
22 if (![delegate respondsToSelector:@selector(themedWindowStyle)])
29 if (![delegate respondsToSelector:@selector(themePatternPhaseForAlignment:)])
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.cpp 100 for (const CSSSelector* selector = m_selectorList.first(); selector; selector = m_selectorList.next(selector)) {
101 if (!selector->isCompound())
108 static inline bool checkOneSelector(const CSSSelector* selector, const Vector<Node*>& siblings, int nth)
112 SelectorChecker::SelectorCheckingContext context(selector, element, SelectorChecker::VisitedMatchEnabled);
120 for (const CSSSelector* selector = selectorList().first(); selector; selector = CSSSelectorList::next(selector))
    [all...]
  /external/clang/test/Parser/
missing-selector-name.mm 7 @end // expected-error {{expected selector for Objective-C method}}
21 - (void); // expected-error {{expected selector for Objective-C method}}
41 - (void)Meth {} // expected-error {{expected selector for Objective-C method}} \
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 35 CertSelector selector)
41 if (selector == null)
59 if ((obj instanceof Certificate) && selector.match((Certificate)obj))
71 CRLSelector selector)
77 if (selector == null)
95 if ((obj instanceof CRL) && selector.match((CRL)obj))
  /external/clang/test/PCH/
chain-selectors.m 21 (void)@selector(x); // expected-warning {{creating selector for nonexistent method 'x'}}
22 (void)@selector(y); // expected-warning {{creating selector for nonexistent method 'y'}}
23 (void)@selector(e); // expected-warning {{creating selector for nonexistent method 'e'}}
  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 6 .mouse-mode-selector {
25 .mouse-mode-selector .drag-handle {
35 .mouse-mode-selector .pan-scan-mode-button {
40 .mouse-mode-selector .pan-scan-mode-button.active {
44 .mouse-mode-selector .selection-mode-button {
49 .mouse-mode-selector .selection-mode-button.active {
53 .mouse-mode-selector .zoom-mode-button {
59 .mouse-mode-selector .zoom-mode-button.active {
  /external/chromium_org/ui/android/java/res/drawable/
autofill_popup_background.xml 9 <selector xmlns:android="http://schemas.android.com/apk/res/android">
13 </selector
  /external/clang/test/CodeGenObjCXX/
selector-expr-lvalue.mm 12 [self respondsToSelector:@selector(setPriority:) : &@selector(setPriority:)];
  /external/clang/test/SemaObjCXX/
cxxoperator-selector.mm 11 - ||; // expected-error {{expected selector for Objective-C method}}
13 - &&; // expected-error {{expected selector for Objective-C method}}
  /frameworks/webview/chromium/overlay/frameworks/base/core/res/res/drawable/
webviewchromium_autofill_popup_background.xml 9 <selector xmlns:android="http://schemas.android.com/apk/res/android">
13 </selector
  /libcore/luni/src/main/java/java/security/cert/
CertStoreSpi.java 46 * @param selector
47 * the selector containing the criteria to search for
50 * specified selector.
54 public abstract Collection<? extends Certificate> engineGetCertificates(CertSelector selector)
61 * @param selector
62 * the selector containing the criteria to search for certificate
65 * selector
69 public abstract Collection<? extends CRL> engineGetCRLs(CRLSelector selector)
  /packages/apps/Mms/res/drawable/
banner_button_selectable.xml 6 <selector xmlns:android="http://schemas.android.com/apk/res/android">
18 </selector>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion50.txt 11 <selector ></selector> : Drawable used to render several states.
  /external/clang/lib/AST/
SelectorLocationsKind.cpp 1 //===--- SelectorLocationsKind.cpp - Kind of selector locations -*- C++ -*-===//
10 // Describes whether the identifier locations for a selector are "standard"
21 Selector Sel,
39 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1;
70 SelectorLocationsKind hasStandardSelLocs(Selector Sel,
74 // Are selector locations in standard position with no space between args ?
84 // Are selector locations in standard position with space between args ?
97 clang::hasStandardSelectorLocs(Selector Sel,
105 Selector Sel,
114 clang::hasStandardSelectorLocs(Selector Sel
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 25 import java.nio.channels.Selector;
36 Selector selector; field in class:SelectionKeyTest
46 selector = Selector.open();
49 selectionKey = sc.register(selector, SelectionKey.OP_CONNECT);
55 selector.close();
56 selector = null;
91 public Selector selector() { method in class:SelectionKeyTest.MockSelectionKey
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Store.java 3 import org.bouncycastle.util.Selector;
75 public Collection getMatches(Selector selector)
77 return _spi.engineGetMatches(selector);
  /external/chromium_org/content/plugin/
plugin_interpose_util_mac.mm 255 ExchangeMethods(nswindow_class, NO, @selector(orderOut:),
256 @selector(chromePlugin_orderOut:));
257 ExchangeMethods(nswindow_class, NO, @selector(orderFront:),
258 @selector(chromePlugin_orderFront:));
259 ExchangeMethods(nswindow_class, NO, @selector(makeKeyAndOrderFront:),
260 @selector(chromePlugin_makeKeyAndOrderFront:));
261 ExchangeMethods(nswindow_class, NO, @selector(_setWindowNumber:),
262 @selector(chromePlugin_setWindowNumber:));
264 ExchangeMethods([NSApplication class], NO, @selector(runModalForWindow:),
265 @selector(chromePlugin_runModalForWindow:))
    [all...]
  /external/chromium_org/third_party/skia/src/views/mac/
SkEventNotifier.mm 19 selector:@selector(receiveSkEvent:)
43 selector:@selector(timerFireMethod:)
  /external/clang/test/CXX/expr/
p9.cpp 38 template<bool T> struct selector;
39 template<> struct selector<true> { typedef long type; }; struct
40 template<> struct selector<false> {typedef unsigned long type; }; struct
42 selector<(sizeof(long) > sizeof(unsigned int))>::type &ui_lr = ui_l0;

Completed in 1310 milliseconds

1 2 34 5 6 7 8 91011>>