/external/clang/include/clang/Analysis/DomainSpecific/ |
ObjCNoReturn.h | 26 /// Cached "raise" selector. 27 Selector RaiseSel; 35 Selector NSExceptionInstanceRaiseSelectors[NUM_RAISE_SELECTORS];
|
/external/skia/src/lazy/ |
SkBitmapFactory.cpp | 38 void SkBitmapFactory::setCacheSelector(CacheSelector* selector) { 39 SkRefCnt_SafeAssign(fCacheSelector, selector); 40 if (selector != NULL) {
|
/frameworks/base/core/res/res/color/ |
secondary_text_holo_light.xml | 17 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 20 <!-- Since there is only one selector (for both light and dark), the light's selected state shouldn't be inversed like the dark's. --> 28 </selector>
|
secondary_text_light.xml | 17 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 20 <!-- Since there is only one selector (for both light and dark), the light's selected state shouldn't be inversed like the dark's. --> 28 </selector>
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util_mac_unittest.mm | 24 action:@selector(commandDispatch) 62 action:@selector(commandDispatch) 89 action:@selector(commandDispatch) 94 action:@selector(commandDispatch)
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.mm | 86 [self performSelector:@selector(closeBookmarkFolderOnHoverButton:) 97 selector:@selector(closeBookmarkFolderOnHoverButton:) 106 [self performSelector:@selector(openBookmarkFolderOnHoverButton:) 117 selector:@selector(openBookmarkFolderOnHoverButton:) 157 selector:@selector(closeBookmarkFolderOnHoverButton:) 169 [[button target] performSelector:@selector(openBookmarkFolderFromButton:)
|
/external/chromium/chrome/browser/ui/cocoa/ |
rwhvm_editcommand_helper.h | 44 // Each selector is connected to a single c method which forwards the message 52 // SEL - the objc selector currently associated with an NSMenuItem. 58 // Converts an editing selector into a command name that can be sent to 60 static NSString* CommandNameForSelector(SEL selector);
|
/external/chromium-trace/trace-viewer/src/ui/ |
mouse_mode_selector.html | 7 <template id="mouse-mode-selector-template">
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.mm | 86 [self performSelector:@selector(closeBookmarkFolderOnHoverButton:) 97 selector:@selector(closeBookmarkFolderOnHoverButton:) 106 [self performSelector:@selector(openBookmarkFolderOnHoverButton:) 117 selector:@selector(openBookmarkFolderOnHoverButton:) 157 selector:@selector(closeBookmarkFolderOnHoverButton:) 169 [[button target] performSelector:@selector(openBookmarkFolderFromButton:)
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
tab_modal_confirm_dialog_mac.mm | 71 action:@selector(onLinkClicked:)]; 78 action:@selector(onAcceptButton:)]; 83 action:@selector(onCancelButton:)]; 85 [[alert_ closeButton] setAction:@selector(onCancelButton:)];
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
view.js | 130 View.prototype.appendChild_ = function(root, selector, tag, classes, content) { 131 var parent = (root && selector) ? root.querySelector(selector) : root; 136 View.prototype.setAttribute_ = function(root, selector, name, value) { 137 var element = root && root.querySelector(selector); 143 View.prototype.setContent_ = function(root, selector, content) { 144 var element = root && root.querySelector(selector); 150 View.prototype.getContent_ = function(root, selector) { 151 var element = root && root.querySelector(selector);
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_mac_editcommand_helper.h | 42 // Each selector is connected to a single c method which forwards the message 50 // SEL - the objc selector currently associated with an NSMenuItem. 56 // Converts an editing selector into a command name that can be sent to 58 static NSString* CommandNameForSelector(SEL selector);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSPageRule.cpp | 58 const CSSSelector* selector = m_pageRule->selector(); local 59 if (selector) { 60 String pageSpecification = selector->selectorText();
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
SelectorQuery.h | 54 SelectorData(const CSSSelector* selector, bool isFastCheckable) : selector(selector), isFastCheckable(isFastCheckable) { } 55 const CSSSelector* selector; member in struct:WebCore::SelectorDataList::SelectorData
|
/external/clang/test/SemaObjCXX/ |
warn-strict-selector-match.mm | 1 // RUN: %clang_cc1 -Wstrict-selector-match -fsyntax-only -verify %s
|
/external/doclava/res/assets/templates/components/ |
api_filter.cs | 1 <?cs # The default API filter selector that goes in the header ?><?cs
|
/external/iproute2/man/man8/ |
ip-rule.8 | 19 .I SELECTOR ACTION 22 .IR SELECTOR " := [ " 75 .B selector 78 The RPDB is scanned in the order of increasing priority. The selector 80 interface, tos, fwmark} and, if the selector matches the packet, 95 Priority: 0, Selector: match anything, Action: lookup routing 108 Priority: 32766, Selector: match anything, Action: lookup routing 120 Priority: 32767, Selector: match anything, Action: lookup routing 214 the routing table identifier to lookup if the rule selector matches.
|
/external/libvpx/libvpx/examples/includes/geshi/docs/api/media/ |
banner.css | 28 .package-selector
|
/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...] |
/hardware/ti/omap3/dspbridge/inc/ |
qosti_dspdecl.h | 33 * The enumeration defines the control command selector for *cmd*
55 * The enumeration defines the control command selector for *arg1*
74 * The enumeration defines the control command selector for *arg2*
91 * The enumeration defines the control command selector for *arg2*
|
/packages/apps/Browser/src/com/android/browser/view/ |
BookmarkContainer.java | 73 Drawable selector = getBackground(); local 74 if (selector != null && selector instanceof StateListDrawable) { 75 Drawable d = ((StateListDrawable)selector).getCurrent();
|
/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...] |
/frameworks/uiautomator/core/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
for_each_selectors.h | 41 /** @brief Generic selector for embarrassingly parallel functions. */ 52 /** @brief std::for_each() selector. */ 68 /** @brief std::generate() selector. */ 84 /** @brief std::fill() selector. */ 100 /** @brief std::transform() selector, one input sequence variant. */ 116 /** @brief std::transform() selector, two input sequences variant. */ 132 /** @brief std::replace() selector. */ 156 /** @brief std::replace() selector. */ 180 /** @brief std::count() selector. */ 194 /** @brief std::count_if () selector. * [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
for_each_selectors.h | 50 /** @brief std::for_each() selector. */ 66 /** @brief std::generate() selector. */ 82 /** @brief std::fill() selector. */ 130 /** @brief std::replace() selector. */ 154 /** @brief std::replace() selector. */ 178 /** @brief std::count() selector. */ 192 /** @brief std::count_if () selector. */ 206 /** @brief std::accumulate() selector. */ 220 /** @brief std::inner_product() selector. */ 251 /** @brief Selector that just returns the passed iterator. * [all...] |