HomeSort by relevance Sort by last modified time
    Searched full:secondary (Results 26 - 50 of 666) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/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...]
  /external/valgrind/main/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/webkit/Source/WebCore/platform/mac/
ThreadCheck.mm 107 NSLog(@"WebKit Threading Violation - %s called from secondary thread", function);
112 NSLog(@"WebKit Threading Violation - %s called from secondary thread", function);
115 [NSException raise:@"WebKitThreadingException" format:@"%s was called from a secondary thread", function];
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogListItemHelper.java 71 // Call is the secondary action.
81 /** Sets the secondary action to correspond to the call button. */
101 /** Sets the secondary action to correspond to the play button. */
CallLogListItemViews.java 37 /** The secondary action button on the entry. */
39 /** The divider between the primary and secondary actions. */
  /packages/apps/Phone/res/layout/
secondary_call_info.xml 17 <!-- XML resource file for secondary call info, which will be used by CallCard.
36 <!-- Overlaps secondary photo when the secondary call is in HOLD state.
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Location.java 98 * Returns a secondary location associated with this location (if
101 * @return a secondary location or null
109 * Sets a secondary location for this location.
111 * @param secondary a secondary location associated with this location
113 public void setSecondary(@NonNull Location secondary) {
114 this.mSecondary = secondary;
119 * secondary locations, to describe the significance of this alternate
122 * id declaration, and then the secondary location could point to the
133 * used for secondary locations, to describe the significance of thi
    [all...]
  /external/icu4c/test/intltest/
mnkytst.cpp 99 myCollator->setStrength(Collator::SECONDARY);
102 result = collationKey1.compareTo(collationKey2); // Secondary
103 revResult = collationKey2.compareTo(collationKey1); // Secondary
169 myCollator->setStrength(Collator::SECONDARY);
170 result = myCollator->compare(subs, subt); // Secondary
171 revResult = myCollator->compare(subt, subs); // Secondary
allcoll.cpp 77 /* test secondary > 26 */
123 myCollation->setStrength(Collator::SECONDARY);
167 /* result is 1, secondary differences only for ignorable space characters*/
170 errln("Comparing two strings with only secondary differences in C failed.\n");
allcoll.h 36 // perform test with strength SECONDARY
  /cts/tests/res/menu/
category_order.xml 36 <!-- This group uses the secondary category, which is used for less oftenly used items.
41 android:menuCategory="secondary">
  /development/samples/ApiDemos/res/menu/
category_order.xml 36 <!-- This group uses the secondary category, which is used for less oftenly used items.
41 android:menuCategory="secondary">
  /external/guava/guava/src/com/google/common/collect/
CompoundOrdering.java 31 Comparator<? super T> secondary) {
33 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
  /external/kernel-headers/original/asm-mips/
cpu-info.h 55 struct cache_desc scache; /* Secondary cache */
56 struct cache_desc tcache; /* Tertiary/split secondary cache */
  /packages/apps/Contacts/res/drawable/
seekbar_drawable.xml 27 <!-- I am not defining a secondary progress colour - we don't use it. -->
50 <!-- I am not defining a secondary progress colour - we don't use it. -->
  /cts/tests/tests/example/src/android/example/cts/
ExampleSecondaryTest.java 25 * smoke test for the CTS. This secondary test exists to demonstrate
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ISecondary.aidl 20 * Example of a secondary interface associated with a service. (Note that
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDoubleKeyMap.m 65 * get all secondary keys associated with a primary key
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.h 18 // a secondary window is added which is sized to match the visible
  /external/kernel-headers/original/asm-arm/arch/
timex.h 32 * OMAP 32KHz timer updates time one jiffie at a time from a secondary timer,
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaLayer.h 53 // functions to manipulate secondary layers for video playback
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ILearning_StochasticLinearRanker.aidl 20 * Example of a secondary interface associated with a service. (Note that
  /libcore/luni/src/main/java/libcore/icu/
CollationElementIteratorICU.java 139 * Gets the secondary order of a collation order.
141 * @return the secondary order of a collation order.
194 * ICU constant secondary order mask for collation elements
206 * ICU constant secondary order shift for collation elements
  /packages/apps/Phone/res/drawable/
clickable_dim_effect.xml 17 <!-- Background drawable used with dim effect for secondary photo. -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smbno.h 166 /* these are for the secondary requests */
229 #define SMBwritec 0x20 /* secondary write request */
235 #define SMBreadBs 0x1C /* read block (secondary response) */
238 #define SMBwriteBs 0x1F /* write block (secondary request) */
244 #define SMBtranss 0x26 /* transaction (secondary request/response) */
246 #define SMBioctls 0x28 /* IOCTL (secondary request/response) */
263 #define SMBtranss2 0x33 /* TRANS2 protocol set, secondary command */

Completed in 1172 milliseconds

12 3 4 5 6 7 8 91011>>