/developers/samples/android/media/BasicMediaRouter/ |
template-params.xml | 32 content on a secondary display.\n\nUse the "Media Route Action Item" in the ActionBar 35 Secondary screen simulation can also be enabled from the "Developer Options".\n\n 36 Once connected, use the "Change Color" button to change the background color of the secondary screen.
|
/development/samples/browseable/BasicMediaRouter/res/values/ |
base-strings.xml | 25 content on a secondary display.\n\nUse the "Media Route Action Item" in the ActionBar 28 Secondary screen simulation can also be enabled from the "Developer Options".\n\n 29 Once connected, use the "Change Color" button to change the background color of the secondary screen.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
EventLogConstants.java | 44 /** Secondary user tries binding to the system sysui service */ 46 /** Secondary user is bound to the system sysui service */ 48 /** Secondary user loses connection after system sysui has died */ 50 /** System sysui registers secondary user's callbacks */ 52 /** System sysui unregisters secondary user's callbacks (after death) */
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/ |
DomainMatcher.java | 14 public enum Match {None, Primary, Secondary} 67 public DomainMatcher(List<String> primary, List<List<String>> secondary) { 69 for (List<String> secondaryLabel : secondary) { 70 mRoot.addDomain(secondaryLabel.iterator(), Match.Secondary); 72 // Primary overwrites secondary. 82 * or Secondary if it matched on of the secondary domains.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
DomainMatcher.java | 17 public enum Match {None, Primary, Secondary} 70 public DomainMatcher(List<String> primary, List<List<String>> secondary) { 72 for (List<String> secondaryLabel : secondary) { 73 mRoot.addDomain(secondaryLabel.iterator(), Match.Secondary); 75 // Primary overwrites secondary. 84 * or Secondary if it matched on of the secondary domains.
|
/external/autotest/client/site_tests/audio_CRASFormatConversion/ |
audio_CRASFormatConversion.py | 49 def loopback(self, noise_profile, primary, secondary): 56 @param secondary: The second sample rate, will be SRC'd to the first. 61 'record-%s-%s.wav' % (primary, secondary)) 66 # Start with the primary sample rate, then add the secondary. This 67 # causes the secondary to be SRC'd to the primary rate. 74 popens += self.play_sine_tone(_TEST_TONE_TWO, secondary) 91 primary, secondary, str(sox_stat)) 112 for secondary in test_sample_rates: 113 key = 'rms_value_%d_%d' % (primary, secondary) 115 noise_profile.name, primary, secondary) [all...] |
/frameworks/support/v7/mediarouter/res/values/ |
styles.xml | 40 <style name="Widget.MediaRouter.ChooserText.Secondary"> 52 <style name="Widget.MediaRouter.ChooserText.Secondary.Dark"> 56 <style name="Widget.MediaRouter.ChooserText.Secondary.Light"> 72 <style name="Widget.MediaRouter.ControllerText.Secondary"> 92 <style name="Widget.MediaRouter.ControllerText.Secondary.Dark"> 96 <style name="Widget.MediaRouter.ControllerText.Secondary.Light">
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
pkcs11_internal.h | 90 * to {PKCS11_SECONDARY_SESSION_TAG} for secondary session */ 108 /* Mutex to protect the table of secondary sessions */ 111 /* Table of secondary sessions */ 117 * The PKCS11 Secondary session context 124 /* Secondary session handle as returned by pkcs11 */ 127 /* A node of the table of secondary sessions */
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
pkcs11_internal.h | 90 * to {PKCS11_SECONDARY_SESSION_TAG} for secondary session */ 108 /* Mutex to protect the table of secondary sessions */ 111 /* Table of secondary sessions */ 117 * The PKCS11 Secondary session context 124 /* Secondary session handle as returned by pkcs11 */ 127 /* A node of the table of secondary sessions */
|
/prebuilts/sdk/current/support/v7/mediarouter/res/values/ |
styles.xml | 40 <style name="Widget.MediaRouter.ChooserText.Secondary"> 52 <style name="Widget.MediaRouter.ChooserText.Secondary.Dark"> 56 <style name="Widget.MediaRouter.ChooserText.Secondary.Light"> 72 <style name="Widget.MediaRouter.ControllerText.Secondary"> 92 <style name="Widget.MediaRouter.ControllerText.Secondary.Dark"> 96 <style name="Widget.MediaRouter.ControllerText.Secondary.Light">
|
/art/test/137-cfi/src/ |
Main.java | 30 // We fork ourself to create the secondary process for remote unwinding. 31 private boolean secondary; field in class:Main 47 if (arg.equals("--secondary")) { 48 secondary = true; 64 if (secondary) { 66 throw new RuntimeException("Should not be running secondary!"); 90 // Fork the secondary. 94 secCmdLine[secCmdLine.length - 1] = "--secondary"; 161 passed = bar(secondary);
|
/development/samples/browseable/BeamLargeFiles/ |
_index.jd | 9 handshake over NFC, file transfer will take place over a secondary high-speed
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationRootElements.java | 20 * This class takes and returns 16-bit secondary and tertiary weights. 34 * Flag in a root element, set if the element contains secondary & tertiary weights, 49 * Index of the first CE with a non-zero secondary weight. 61 * Secondary & tertiary boundaries. 62 * Bits 31..24: [fixed last secondary common byte 45] 63 * Bits 23..16: [fixed first ignorable secondary byte 80] 75 * Returns the boundary between tertiary weights of primary/secondary CEs 77 * This is the upper limit for tertiaries of primary/secondary CEs. 99 * Returns the last common secondary weight. 107 * Returns the boundary between secondary weights of primary CE [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRootElements.java | 19 * This class takes and returns 16-bit secondary and tertiary weights. 32 * Flag in a root element, set if the element contains secondary & tertiary weights, 47 * Index of the first CE with a non-zero secondary weight. 59 * Secondary & tertiary boundaries. 60 * Bits 31..24: [fixed last secondary common byte 45] 61 * Bits 23..16: [fixed first ignorable secondary byte 80] 73 * Returns the boundary between tertiary weights of primary/secondary CEs 75 * This is the upper limit for tertiaries of primary/secondary CEs. 97 * Returns the last common secondary weight. 105 * Returns the boundary between secondary weights of primary CE [all...] |
/frameworks/native/libs/gui/tests/ |
SurfaceTextureMultiContextGL_test.cpp | 36 // Attempt to latch the texture on the secondary context. 160 // Attach to the secondary context. 170 // Try to use the texture from the secondary context. 192 // Attach to the secondary context. 202 // Try to use the texture from the secondary context. 220 // Attach to the secondary context. 234 // Try to use the texture from the secondary context. 254 // Attempt to attach to the secondary context. 313 // Attach to the secondary context. 318 // Detach from the secondary context [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
CollatorTest.java | 43 assertTrue("a) Failed on secondary difference", c.compare(o, o2) < 0); 62 assertTrue("b) Failed on secondary difference", c.compare(o, o2) < 0); 73 c.setStrength(Collator.SECONDARY); 79 assertTrue("c) Failed on secondary difference", c.compare(o, o2) < 0); 96 assertEquals("d) Failed on secondary difference", 0, c.compare(o, o2)); 120 c2.setStrength(Collator.SECONDARY); 129 assertTrue("a) Failed on secondary difference", !c 137 assertTrue("b) Failed on secondary difference", !c 143 c.setStrength(Collator.SECONDARY); 145 assertTrue("c) Failed on secondary difference", ! [all...] |
/art/test/127-checker-secondarydex/src/ |
Main.java | 22 * Secondary dex file test. 46 // secondary dex. See http://b/20870917
|
/build/target/product/ |
core_64_bit.mk | 25 # Copy the 64-bit primary, 32-bit secondary zygote startup script 28 # Set the zygote property to select the 64-bit primary, 32-bit secondary script
|
/external/icu/icu4c/source/test/intltest/ |
decoll.h | 9 * specific primary, secondary and tertiary rules. For example, o-umlaut 34 // perform test with strength SECONDARY
|
encoll.h | 9 * specific primary, secondary and tertiary rules. For example, the ignorable 36 // perform test with strength SECONDARY
|
frcoll.h | 9 * specific tertiary rules. For example, the French secondary sorting on 31 // perform tests with strength SECONDARY
|
/external/v8/src/ic/ |
stub-cache.cc | 56 // secondary cache before overwriting it. 63 Entry* secondary = entry(secondary_, secondary_offset); local 64 *secondary = *primary; 84 Entry* secondary = entry(secondary_, secondary_offset); local 85 if (secondary->key == name && secondary->map == map) { 86 return secondary->value; 136 // Lookup in secondary table and add matches.
|
/external/vboot_reference/cgpt/ |
cgpt_repair.c | 33 printf("Secondary Entries is updated.\n"); 35 printf("Secondary Header is updated.\n");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsSystemUserService.java | 27 * A strictly system-user service that is started by the secondary user's Recents (with a limited 28 * lifespan), to get the interface that the secondary user's Recents can call through to the system
|
/packages/apps/UnifiedEmail/res/menu/ |
account_feedback_menu.xml | 26 android:menuCategory="secondary" 34 android:menuCategory="secondary"
|