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

1 2 34 5 6 7 8 91011>>

  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 73 UiSelector(UiSelector selector) {
74 mSelectorAttributes = selector.cloneSelector().mSelectorAttributes;
92 static UiSelector patternBuilder(UiSelector selector) {
93 if (!selector.hasPatternSelector()) {
94 return new UiSelector().patternSelector(selector);
96 return selector;
521 * Adds a child UiSelector criteria to this selector.
523 * Use this selector to narrow the search scope to
526 * @param selector
530 public UiSelector childSelector(UiSelector selector) {
586 UiSelector selector = new UiSelector(this); local
604 UiSelector selector = (UiSelector)mSelectorAttributes.get(UiSelector.SELECTOR_CHILD, null); local
611 UiSelector selector = local
619 UiSelector selector = local
627 UiSelector selector = local
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 123 if (aSelector == @selector(beginDragWithFiles:)
124 || aSelector == @selector(clearKillRing)
125 || aSelector == @selector(contextClick)
126 || aSelector == @selector(enableDOMUIEventLogging:)
127 || aSelector == @selector(fireKeyboardEventsToElement:)
128 || aSelector == @selector(keyDown:withModifiers:withLocation:)
129 || aSelector == @selector(leapForward:)
130 || aSelector == @selector(mouseDown:withModifiers:)
131 || aSelector == @selector(mouseMoveToX:Y:)
132 || aSelector == @selector(mouseUp:withModifiers:
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteActionProvider.java 35 * to select by specifying a {@link MediaRouteSelector selector} with the
68 * Then configure the menu and set the route selector for the chooser.
98 * // Remove the selector on stop to tell the media router that it no longer
149 * Gets the media route selector for filtering the routes that the user can
152 * @return The selector, never null.
159 * Sets the media route selector for filtering the routes that the user can
162 * @param selector The selector, must not be null.
164 public void setRouteSelector(MediaRouteSelector selector) {
165 if (selector == null)
    [all...]
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 68 action = @selector(copy:);
72 action = @selector(goBack:);
76 action = @selector(goForward:);
80 action = @selector(stopLoading:);
84 action = @selector(reload:);
88 action = @selector(_searchWithSpotlightFromMenu:);
92 action = @selector(_searchWithGoogleFromMenu:);
96 action = @selector(_lookUpInDictionaryFromMenu:);
100 action = @selector(_openFrameInNewWindowFromMenu:);
  /external/webkit/Source/WebCore/platform/network/mac/
CookieStorageMac.mm 61 [self performSelectorOnMainThread:@selector(notifyCookiesChangedOnMainThread) withObject:nil waitUntilDone:FALSE];
66 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(cookiesChangedNotificationHandler:) name:NSHTTPCookieManagerCookiesChangedNotification object:[NSHTTPCookieStorage sharedHTTPCookieStorage]];
  /external/webkit/Source/WebCore/svg/
SVGFEDisplacementMapElement.cpp 101 ChannelSelectorType selector = static_cast<ChannelSelectorType>(xChannelSelector()); local
102 if (CHANNEL_UNKNOWN > selector || selector > CHANNEL_A)
106 ChannelSelectorType selector = static_cast<ChannelSelectorType>(yChannelSelector()); local
107 if (CHANNEL_UNKNOWN > selector || selector > CHANNEL_A)
  /external/webkit/Source/WebKit/mac/Misc/
WebNSObjectExtras.mm 58 [invocation performSelectorOnMainThread:@selector(_webkit_invokeAndHandleException:) withObject:self waitUntilDone:YES];
72 - (NSMethodSignature *)methodSignatureForSelector:(SEL)selector
74 return [target methodSignatureForSelector:selector];
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CertSelectorTest.java 126 X509CertSelector selector = new X509CertSelector(); local
128 selector.setSubjectPublicKey(enc);
129 PublicKey key = selector.getSubjectPublicKey();
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 95 [notificationCenter addObserver:self selector:@selector(_repositionHighlightWindow) name:NSViewFrameDidChangeNotification object:v];
96 [notificationCenter addObserver:self selector:@selector(_repositionHighlightWindow) name:NSViewBoundsDidChangeNotification object:v];
99 if (_delegate && [_delegate respondsToSelector:@selector(didAttachWebNodeHighlight:)])
115 if (_delegate && [_delegate respondsToSelector:@selector(willDetachWebNodeHighlight:)])
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EmailSyncAlarmReceiver.java 68 // Get a selector for EAS accounts (we don't want to sync on changes to POP/IMAP messages)
69 String selector = ExchangeService.getEasAccountSelector(); local
73 Cursor c = cr.query(Message.DELETED_CONTENT_URI, MAILBOX_DATA_PROJECTION, selector,
90 c = cr.query(Message.UPDATED_CONTENT_URI, MAILBOX_DATA_PROJECTION, selector,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find.h 52 * @param selector Functionality (e. g. std::find_if (), std::equal(),...)
58 typename Selector>
61 RandomAccessIterator2 begin2, Pred pred, Selector selector)
66 return find_template(begin1, end1, begin2, pred, selector,
69 return find_template(begin1, end1, begin2, pred, selector,
72 return find_template(begin1, end1, begin2, pred, selector,
89 * @param selector Functionality (e. g. std::find_if (), std::equal(),...)
95 typename Selector>
101 Selector selector
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
MSOutlookKeyIdCalculator.java 1 package org.bouncycastle.cert.selector;
  /external/webkit/Source/WebCore/css/
CSSParserValues.cpp 100 CSSParserSelector* selector = m_tagHistory.leakPtr(); local
102 toDelete.append(selector);
103 CSSParserSelector* next = selector->m_tagHistory.leakPtr();
106 selector = next;
CSSStyleSheet.idl 37 long addRule(in DOMString selector,
  /external/webkit/Source/WebCore/platform/mac/
WebCoreObjCExtras.mm 68 Method method = class_getInstanceMethod(pair->first, @selector(dealloc));
71 imp(pair->second, @selector(dealloc));
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 21 * selector for which the channel is registered.
97 * another ongoing call to a method of this selector has finished. The
98 * reason is that it is synchronizing on the key set of the selector. After
101 * selector.
213 * Gets the selector for which this key's channel is registered.
215 * @return the related selector.
217 public abstract Selector selector(); method in class:SelectionKey
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 230 * @param selector
231 * the selector containing the criteria to search for
234 * specified selector.
238 public final Collection<? extends Certificate> getCertificates(CertSelector selector)
240 return spiImpl.engineGetCertificates(selector);
247 * @param selector
248 * the selector containing the criteria to search for certificate
251 * selector
255 public final Collection<? extends CRL> getCRLs(CRLSelector selector)
257 return spiImpl.engineGetCRLs(selector);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 51 SEL synpred9_FuzzySelector = @selector(synpred9_Fuzzy_fragment);
53 SEL synpred2_FuzzySelector = @selector(synpred2_Fuzzy_fragment);
55 SEL synpred7_FuzzySelector = @selector(synpred7_Fuzzy_fragment);
57 SEL synpred4_FuzzySelector = @selector(synpred4_Fuzzy_fragment);
59 SEL synpred8_FuzzySelector = @selector(synpred8_Fuzzy_fragment);
61 SEL synpred6_FuzzySelector = @selector(synpred6_Fuzzy_fragment);
63 SEL synpred5_FuzzySelector = @selector(synpred5_Fuzzy_fragment);
65 SEL synpred3_FuzzySelector = @selector(synpred3_Fuzzy_fragment);
67 SEL synpred1_FuzzySelector = @selector(synpred1_Fuzzy_fragment);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 226 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(unscheduleTimeUpdate) object:self];
236 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
246 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(unscheduleTimeUpdate) object:nil];
267 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(fadeWindowOut) object:nil];
269 [self performSelector:@selector(fadeWindowOut) withObject:nil afterDelay:HUDWindowFadeOutDelay];
280 [self performSelector:@selector(unscheduleTimeUpdate) withObject:nil afterDelay:1]
    [all...]
WebPDFView.mm 251 // was using the old jumpToSelection selector in its menu. Newer versions of Safari will us the
252 // selector centerSelectionInVisibleArea. We'll leave this old selector in place for two reasons:
254 // might be using the jumpToSelection: selector, and we don't want to break them.
325 PDFSubview = [[previewView performSelector:@selector(pdfView)] retain];
363 NSMenuItem *item = [[NSMenuItem alloc] initWithTitle:title action:@selector(_openWithFinder:) keyEquivalent:@""];
432 selector:@selector(_trackFirstResponder)
437 selector:@selector(_scaleOrDisplayModeOrPageChanged:)
    [all...]
WebScriptDebugger.mm 101 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<NSInteger>(0), -1, webFrame);
125 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), nsSource, firstLine, nsURL, sourceProvider->asID(), webFrame);
127 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:), nsSource, [nsURL absoluteString], sourceProvider->asID(), webFrame);
135 CallScriptDebugDelegate(implementations->failedToParseSourceFunc, webView, @selector(webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:), nsSource, firstLine, nsURL, error, webFrame);
158 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
177 CallScriptDebugDelegate(implementations->willExecuteStatementFunc, webView, @selector(webView:willExecuteStatement:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
196 CallScriptDebugDelegate(implementations->willLeaveCallFrameFunc, webView, @selector(webView:willLeaveCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
218 CallScriptDebugDelegate(cache->exceptionWasRaisedFunc, webView, @selector(webView:exceptionWasRaised:hasHandler:sourceId:line:forWebFrame:), m_topCallFrame.get(), hasHandler, sourceID, lineNumber, webFrame);
220 CallScriptDebugDelegate(cache->exceptionWasRaisedFunc, webView, @selector(webView:exceptionWasRaised:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
  /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/webkit/Source/WebCore/bindings/objc/
WebScriptObject.h 108 @param selector The selector that will be exposed to the script environment.
109 @discussion Use the returned string as the exported name for the selector
112 method is not implemented the default name for the selector will
114 Objective-C selector name and replaces ':' with '_'. '_' characters
121 @result Returns the name to be used to represent the specified selector in the
124 + (NSString *)webScriptNameForSelector:(SEL)selector;
128 @param selector The selector the will be exposed to the script environment.
129 @discussion Return NO to export the selector to the script environment
    [all...]
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.h 47 SEL selector; variable
51 -(id)initWithCallback:(id)cb selector:(SEL)sel;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 116 * @param selector
117 * the selector
121 static String[] splitNameAndValue(String selector)
124 int eq = selector.indexOf('=');
126 if (selector.charAt(pos) == '?')
130 String name = selector.substring(pos, eq);
134 char quote = selector.charAt(pos);
136 int end = selector.length() - 2; // quote and ]
140 value.append(selector.charAt(pos));
142 if (selector.charAt(pos) == quote
    [all...]

Completed in 1592 milliseconds

1 2 34 5 6 7 8 91011>>