Searched
full:selector (Results
426 -
450 of
2596) sorted by null
<<11121314151617181920>>
/packages/services/Telephony/res/color/ |
ota_title_color.xml | 20 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 22 </selector>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
drawable1-expected-completion47.txt | 11 <selector ></selector> : Drawable used to render several states.
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
MyCertStoreSpi.java | 48 public Collection engineGetCertificates(CertSelector selector) 50 if (selector == null) { 56 public Collection engineGetCRLs(CRLSelector selector) 58 if (selector == null) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509CRLStoreSelector.java | 6 import org.bouncycastle.util.Selector; 16 * This class is a Selector implementation for X.509 certificate revocation 19 * @see org.bouncycastle.util.Selector 25 implements Selector 169 * Returns if this selector must match CRLs with the delta CRL indicator 198 * @param selector A <code>X509CRLSelector</code> instance. 200 * @exception IllegalArgumentException if selector is null or creation 203 public static X509CRLStoreSelector getInstance(X509CRLSelector selector) 205 if (selector == null) 208 "cannot create from null selector"); [all...] |
/external/chromium_org/chrome/browser/ui/views/website_settings/ |
permission_selector_view_observer.h | 13 virtual void OnPermissionChanged(PermissionSelectorView* selector) = 0;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ucnvseltst.h | 14 /* C API TEST FOR CONVERTER SELECTOR */
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SummaryManager.h | 33 - Class, selector (class method) 34 - Class, selector (instance method) 35 - Category, selector (instance method) 36 - Protocol, selector (instance method)
|
/external/clang/test/PCH/ |
selector-warning.m | 1 // RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/selector-warning.h
|
/external/icu4c/test/cintltst/ |
ucnvseltst.h | 14 /* C API TEST FOR CONVERTER SELECTOR */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosti_dspdecl.h | 28 * The enumeration defines the control command selector for *cmd* 50 * The enumeration defines the control command selector for *arg1* 69 * The enumeration defines the control command selector for *arg2* 86 * The enumeration defines the control command selector for *arg2*
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
MyCertStoreSpi.java | 51 public Collection<Certificate> engineGetCertificates(CertSelector selector) 53 if (selector == null) { 59 public Collection<CRL> engineGetCRLs(CRLSelector selector) 61 if (selector == null) {
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/ |
selectable_background.xml | 22 The different items in this drawable are displayed when their selector state matches the view's 25 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 32 </selector
|
spinner_background_ab.xml | 21 The different items in this drawable are displayed when their selector state matches the view's 24 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 32 </selector
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/ |
selectable_background.xml | 22 The different items in this drawable are displayed when their selector state matches the view's 25 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 32 </selector
|
spinner_background_ab.xml | 21 The different items in this drawable are displayed when their selector state matches the view's 24 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 32 </selector
|
/development/samples/browseable/Styled/res/drawable/ |
selectable_background.xml | 22 The different items in this drawable are displayed when their selector state matches the view's 25 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 32 </selector
|
spinner_background_ab.xml | 21 The different items in this drawable are displayed when their selector state matches the view's 24 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 32 </selector
|
/development/samples/training/ContactsList/res/drawable/ |
quickcontact_badge_small.xml | 16 <!-- Refer to documentation for the <selector> element. --> 17 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 29 </selector>
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_frame_view_unittest.mm | 33 SEL selector = method_getName(methods[i]); 34 if (selector == @selector(drawRectOriginal:)) {
|
chrome_browser_window.mm | 33 if (![delegate respondsToSelector:@selector(themeProvider)]) 40 if (![delegate respondsToSelector:@selector(themedWindowStyle)]) 47 if (![delegate respondsToSelector:@selector(themePatternPhase)])
|
test_event_utils.h | 15 // Within a given scope, replace the selector |selector| on |target| with that 19 ScopedClassSwizzler(Class target, Class source, SEL selector);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
custom_frame_view_unittest.mm | 37 SEL selector = method_getName(methods[i]); 38 if (selector == @selector(drawRectOriginal:)) {
|
run_loop_testing.mm | 13 // This class is scheduled with a delayed selector to quit the message pump. 44 // Put a delayed selector on the queue. All other pending delayed selectors 49 [quit_task performSelector:@selector(doQuit)
|
/external/chromium_org/tools/cr/cr/base/ |
arch.py | 17 SELECTOR = 'CR_ARCH' 22 '--architecture', dest=cls.SELECTOR, 25 help='Sets the target architecture to use. Overrides ' + cls.SELECTOR
|
buildtype.py | 18 SELECTOR = 'CR_BUILDTYPE' 33 '--type', dest=cls.SELECTOR, 36 help='Sets the build type to use. Overrides ' + cls.SELECTOR
|
Completed in 352 milliseconds
<<11121314151617181920>>