/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-bkw5.s | 39 ; Force a secondary jump-table entry for every label.
|
/docs/source.android.com/src/devices/tech/admin/ |
multi-user.jd | 43 resources when appropriate. Secondary users can be created either directly via 70 <li><em>Secondary</em> - Any user added to the device other than the primary user. They can be 72 on a device. Secondary users can run in the background and will continue to 74 <li><em>Guest<strong></em> </strong>- A guest user is a temporary secondary user with an explicit option to quick 100 texts. The secondary user may receive inbound calls but cannot send or receive 103 <p class="note"><strong>Note</strong>: To enable or disable the phone and SMS functions for a secondary user, go to 106 <p>Please note, some restrictions exist when a secondary user is in background. 107 For instance, the background secondary user will not be able to display the 108 user interface or make Bluetooth services active. Finally, background secondary 122 secondary users [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
TriDiagonalTransformer.java | 48 /** Secondary diagonal. */ 49 private final double[] secondary; field in class:TriDiagonalTransformer 76 secondary = new double[m - 1]; 113 final double inv = 1.0 / (secondary[k - 1] * hK[k]); 116 double beta = 1.0 / secondary[k - 1]; 156 cachedT.setEntry(i, i - 1, secondary[i - 1]); 159 cachedT.setEntry(i, i + 1, secondary[i]); 191 * Get the secondary diagonal elements of the matrix T of the transform. 194 * @return the secondary diagonal elements of the T matrix 197 return secondary; [all...] |
/external/icu/icu4c/source/i18n/ |
collationcompare.cpp | 42 // Fetch CEs, compare primaries, store secondary & tertiary weights. 107 // Compare the buffered secondary & tertiary weights. 108 // We might skip the secondary level but continue with the case level 131 // The backwards secondary level compares secondary weights backwards 209 // Secondary+caseLevel: By analogy with the above, 210 // ignore case level weights of secondary ignorables. 215 // Tertiary+caseLevel: Also ignore case level weights of secondary ignorables. 217 // a primary/secondary CE's uppercase. 220 // but it's simpler to always ignore case weights of secondary ignorables [all...] |
collation.h | 33 /** The secondary/tertiary lower limit for tailoring before any root elements. */ 59 /** Default secondary/tertiary weight lead byte. */ 62 /** Middle 16 bits of a CE with a common secondary weight. */ 66 /** Lower 32 bits of a CE with common secondary and tertiary weights. */ 74 /** Only the secondary & tertiary bits; no case, no quaternary. */ 169 * Long-secondary CE with zero primary. 170 * Bits 31..16: Secondary weight. 176 * May be used in the future for single-byte secondary CEs (SHORT_SECONDARY_TAG), 177 * storing the secondary in bits 31..24, the ccc in bits 23..16, 185 * Bits 15.. 8: Secondary weight ss of the second CE [all...] |
/build/core/ |
prebuilt.mk | 37 # check if secondary arch is supported 41 # secondary arch is supported
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
LauncherAppsMultiUserTest.java | 39 // We need multi user to be supported in order to create a secondary user 46 // Create a secondary user.
|
/external/guava/guava/src/com/google/common/collect/ |
CompoundOrdering.java | 30 Comparator<? super T> secondary) { 32 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
termios.h | 67 #define TIOCM_ST 0x010 /* secondary transmit */ 68 #define TIOCM_SR 0x020 /* secondary receive */
|
/external/webrtc/ |
.gn | 12 # The secondary source root is a parallel directory tree where 15 secondary_source = "//build/secondary/"
|
/system/connectivity/shill/ |
shill_daemon.cc | 54 // procedures. This is different from the secondary loop in 56 // breakout of the loop, whereas the secondary loop in
|
/system/vold/ |
PublicVolume.h | 37 * 2. If secondary storage, it binds itself for all users, but masks 38 * away the Android directory for secondary users.
|
/external/libdrm/tests/vbltest/ |
vbltest.c | 51 int secondary = 0; variable 67 if (secondary) 93 fprintf(stderr, " -s use secondary pipe\n"); 115 secondary = 1; 129 if (secondary) 145 if (secondary)
|
/external/mesa3d/src/gallium/docs/source/ |
pipeline.txt | 7 primary/secondary colors ] 24 front/back & primary/secondary colors 60 primary/secondary colors only 77 primary/secondary colors 99 primary/secondary colors ] Software rast vertices 112 primary/secondary colors
|
/frameworks/support/v7/mediarouter/res/values/ |
themes.xml | 37 <item name="mediaRouteChooserSecondaryTextStyle">@style/Widget.MediaRouter.ChooserText.Secondary.Dark</item> 40 <item name="mediaRouteControllerSecondaryTextStyle">@style/Widget.MediaRouter.ControllerText.Secondary.Dark</item> 49 <item name="mediaRouteControllerSecondaryTextStyle">@style/Widget.MediaRouter.ControllerText.Secondary.Light</item> 69 <item name="mediaRouteChooserSecondaryTextStyle">@style/Widget.MediaRouter.ChooserText.Secondary.Light</item> 72 <item name="mediaRouteControllerSecondaryTextStyle">@style/Widget.MediaRouter.ControllerText.Secondary.Light</item> 81 <item name="mediaRouteControllerSecondaryTextStyle">@style/Widget.MediaRouter.ControllerText.Secondary.Dark</item>
|
/prebuilts/sdk/current/support/v7/mediarouter/res/values/ |
themes.xml | 37 <item name="mediaRouteChooserSecondaryTextStyle">@style/Widget.MediaRouter.ChooserText.Secondary.Dark</item> 40 <item name="mediaRouteControllerSecondaryTextStyle">@style/Widget.MediaRouter.ControllerText.Secondary.Dark</item> 49 <item name="mediaRouteControllerSecondaryTextStyle">@style/Widget.MediaRouter.ControllerText.Secondary.Light</item> 69 <item name="mediaRouteChooserSecondaryTextStyle">@style/Widget.MediaRouter.ChooserText.Secondary.Light</item> 72 <item name="mediaRouteControllerSecondaryTextStyle">@style/Widget.MediaRouter.ControllerText.Secondary.Light</item> 81 <item name="mediaRouteControllerSecondaryTextStyle">@style/Widget.MediaRouter.ControllerText.Secondary.Dark</item>
|
/external/vboot_reference/cgpt/ |
cgpt_show.c | 144 void EntriesDetails(struct drive *drive, const int secondary, int raw) { 149 entry = GetEntry(&drive->gpt, secondary, i); 282 /****************************** Secondary *************************/ 288 /* We show secondary table details if any of following is true. 290 * 2. only secondary is valid. 291 * 3. secondary is not identical to promary. 299 EntriesDetails(drive, SECONDARY, params->numeric); 308 /* We show secondary header if any of following is true: 310 * 2. only secondary is valid. 311 * 3. secondary is not synonymous to primary [all...] |
/external/icu/icu4c/source/test/testdata/ |
ssearch.xml | 13 strength (PRIMARY | SECONDARY | TERTIARY | QUATERNARY | IDENTICAL) "TERTIARY" 67 <test-case id="test07" strength="SECONDARY" > 97 <test-case id="test11a" strength="SECONDARY" locale="de_DE@collation=phonebook"> 186 <test-case id="test25" strength="SECONDARY" locale="en"> 191 <test-case id="test26" strength="SECONDARY" locale="en"> 217 <test-case id="test30" strength="SECONDARY" locale="en"> 222 <test-case id="test31" strength="SECONDARY" locale="en"> 367 <test-case id="test73" strength="SECONDARY"> 372 <test-case id="test74" strength="SECONDARY"> 393 <test-case id="test78" strength="SECONDARY" locale="hu_HU" [all...] |
/docs/source.android.com/src/devices/storage/ |
config-example.jd | 79 <h3 id=android_5_x_both>Emulated primary, physical secondary</h3> 82 on the device, and where the secondary device is a physical SD card, like Xoom.</p> 124 secondary shared storage and the device cannot support multi-user.</p> 139 <li>No secondary SD card storage. 146 <h3 id=android_6_both>Emulated primary, physical secondary</h3> 149 and where the secondary device is a physical SD card, like Xoom.</p> 152 <li>Secondary storage is a physical SD card slot that can be adopted.
|
/external/autotest/client/common_lib/cros/network/ |
iw_runner_unittest.py | 66 ' * secondary channel offset: no secondary\n') 78 ' * secondary channel offset: below\n') 90 ' * secondary channel offset: above\n') 104 ' * secondary channel offset: below\n') 125 ' * secondary channel offset: no secondary\n')
|
/external/valgrind/docs/internals/ |
multiple-architectures.txt | 17 A central notion is that of 'primary' vs 'secondary' platforms. The 23 On dual-arch systems, there is a 'secondary' target - x86 and ppc32 24 respectively. The tools are built again for the secondary target, and 26 primary or secondary target. However, the regression and performance 27 tests and everything else is not rebuilt for the secondary target. 29 On single-arch systems, there is no secondary target. 45 VGCONF_PLATFORM_SEC_CAPS to be the secondary target, if any
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationBuilder.java | 171 index = findCommonNode(index, Collator.SECONDARY); 183 (strength == Collator.SECONDARY) ? 184 "reset secondary-before secondary ignorable not possible" : 235 * Returns the secondary or tertiary weight preceding the current node's weight. 248 while(strengthFromNode(node) > Collator.SECONDARY) { 256 if(strengthFromNode(node) == Collator.SECONDARY) { 271 if(level == Collator.SECONDARY) { 313 // Look for a tailored secondary node after [0, 0, *]. 314 int index = findOrInsertNodeForRootCE(0, Collator.SECONDARY); [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationBuilder.java | 167 index = findCommonNode(index, Collator.SECONDARY); 179 (strength == Collator.SECONDARY) ? 180 "reset secondary-before secondary ignorable not possible" : 231 * Returns the secondary or tertiary weight preceding the current node's weight. 244 while(strengthFromNode(node) > Collator.SECONDARY) { 252 if(strengthFromNode(node) == Collator.SECONDARY) { 267 if(level == Collator.SECONDARY) { 309 // Look for a tailored secondary node after [0, 0, *]. 310 int index = findOrInsertNodeForRootCE(0, Collator.SECONDARY); [all...] |
/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/ |
MainActivity.java | 37 * secondary display using a {@link android.app.Presentation}. 45 * toggles the background color of the secondary screen to show the interaction 46 * between the primary and secondary screens. 50 * "Simulate secondary displays" feature in Development Settings can be enabled 51 * to simulate secondary displays. 61 // Active Presentation, set to null if no secondary screen is enabled 141 * Updates the displayed presentation to enable a secondary screen if it has 146 * the secondary screen. 290 * Displays the next color on the secondary screen if it is activate.
|
/developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/ |
MainActivity.java | 37 * secondary display using a {@link android.app.Presentation}. 45 * toggles the background color of the secondary screen to show the interaction 46 * between the primary and secondary screens. 50 * "Simulate secondary displays" feature in Development Settings can be enabled 51 * to simulate secondary displays. 61 // Active Presentation, set to null if no secondary screen is enabled 141 * Updates the displayed presentation to enable a secondary screen if it has 146 * the secondary screen. 290 * Displays the next color on the secondary screen if it is activate.
|