/frameworks/base/docs/html/guide/topics/resources/ |
menu-resource.jd | 55 android:menuCategory=["container" | "system" | "secondary" | "alternative"] 61 android:menuCategory=["container" | "system" | "secondary" | "alternative"] 200 <tr><td><code>secondary</code></td><td>For items that are user-supplied secondary 245 <tr><td><code>secondary</code></td><td>For groups that are user-supplied secondary
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
FuturesTest.java | 257 final SettableFuture<Bar> secondary = SettableFuture.create(); local 260 return secondary; 264 assertTrue(secondary.isCancelled()); 265 assertFalse(secondary.wasInterrupted()); 271 final SettableFuture<Bar> secondary = SettableFuture.create(); local 274 return secondary; 278 assertTrue(secondary.isCancelled()); 279 assertTrue(secondary.wasInterrupted()); 596 final SettableFuture<Integer> secondary = SettableFuture.create(); 600 return secondary; [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 71 * forward. There is also a secondary progress displayable on a progress bar [all...] |
/art/runtime/ |
oat_file_assistant.cc | 289 // Load secondary multidex files 294 // There are no more secondary dex files to load. 491 // Verify the dex checksums for any secondary multidex files 498 // There are no more secondary dex files to check. 509 VLOG(oat) << "Dex checksum does not match for secondary dex: " 516 // If we can't get the checksum for the secondary location, we assume 517 // the dex checksum is up to date for this and all other secondary dex [all...] |
oat_file.h | 307 // Lock guarding all members needed for secondary lookup in GetOatDexFile(). 310 // If the primary oat_dex_files_ lookup fails, use a secondary map. This map stores 311 // the results of all previous secondary lookups, whether successful (non-null) or
|
/ndk/sources/host-tools/make-3.81/ |
file.c | 67 /* Whether or not .SECONDARY with no prerequisites was given. */ 361 Yes, IFF: it's marked intermediate, it's not secondary, it wasn't 365 && !f->secondary && !f->cmd_target) 695 for (f = lookup_file (".SECONDARY"); f != 0; f = f->prev) 697 /* .SECONDARY with deps listed 705 f2->intermediate = f2->secondary = 1; 706 /* .SECONDARY with no deps listed marks *all* files that way. */
|
/external/autotest/client/common_lib/cros/network/ |
iw_runner.py | 35 # Table of lookups between the output of item 'secondary channel offset:' from 38 HT_TABLE = {'no secondary': HT20, 106 * secondary channel offset: no secondary 144 if line.startswith('* secondary channel offset'):
|
/external/bison/doc/ |
fdl.texi | 57 A ``Secondary Section'' is a named appendix or a front-matter section 62 part a textbook of mathematics, a Secondary Section may not explain 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 71 section does not fit the above definition of Secondary then it is not 276 appendices that qualify as Secondary Sections and contain no material
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
inst.h | 386 * (microMIPS) POOL32F secondary minor opcodes. 405 * (microMIPS) POOL32F secondary minor opcodes. 413 * (microMIPS) POOL32F secondary minor opcodes. 423 * (microMIPS) POOL32F secondary minor opcodes. 431 * (microMIPS) POOL32FXF secondary minor opcodes for POOL32F.
|
/external/libmicrohttpd/doc/ |
fdl-1.3.texi | 57 A ``Secondary Section'' is a named appendix or a front-matter section 62 part a textbook of mathematics, a Secondary Section may not explain 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 71 section does not fit the above definition of Secondary then it is not 276 appendices that qualify as Secondary Sections and contain no material
|
/external/valgrind/ |
COPYING.DOCS | 51 A "Secondary Section" is a named appendix or a front-matter section of 56 textbook of mathematics, a Secondary Section may not explain any 62 The "Invariant Sections" are certain Secondary Sections whose titles 65 section does not fit the above definition of Secondary then it is not 234 appendices that qualify as Secondary Sections and contain no material
|
/ndk/sources/host-tools/make-3.81/doc/ |
fdl.texi | 58 A ``Secondary Section'' is a named appendix or a front-matter section 63 part a textbook of mathematics, a Secondary Section may not explain 69 The ``Invariant Sections'' are certain Secondary Sections whose titles 72 section does not fit the above definition of Secondary then it is not 274 appendices that qualify as Secondary Sections and contain no material
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
FallbackSource.java | 160 kind.secondary = true; 312 kind.secondary = true; 391 kind.secondary = true; 409 kind.secondary = true; 430 kind.secondary = true;
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
fdl.texi | 57 A ``Secondary Section'' is a named appendix or a front-matter section 62 part a textbook of mathematics, a Secondary Section may not explain 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 71 section does not fit the above definition of Secondary then it is not 276 appendices that qualify as Secondary Sections and contain no material
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
fdl.texi | 57 A ``Secondary Section'' is a named appendix or a front-matter section 62 part a textbook of mathematics, a Secondary Section may not explain 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 71 section does not fit the above definition of Secondary then it is not 276 appendices that qualify as Secondary Sections and contain no material
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
fdl.texi | 57 A ``Secondary Section'' is a named appendix or a front-matter section 62 part a textbook of mathematics, a Secondary Section may not explain 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 71 section does not fit the above definition of Secondary then it is not 276 appendices that qualify as Secondary Sections and contain no material
|
/toolchain/binutils/binutils-2.25/gprof/ |
fdl.texi | 57 A ``Secondary Section'' is a named appendix or a front-matter section 62 part a textbook of mathematics, a Secondary Section may not explain 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 71 section does not fit the above definition of Secondary then it is not 276 appendices that qualify as Secondary Sections and contain no material
|
/toolchain/binutils/binutils-2.25/ld/ |
fdl.texi | 57 A ``Secondary Section'' is a named appendix or a front-matter section 62 part a textbook of mathematics, a Secondary Section may not explain 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 71 section does not fit the above definition of Secondary then it is not 276 appendices that qualify as Secondary Sections and contain no material
|
/build/tools/droiddoc/templates-sdk-dev/components/ |
masthead.cs | 156 <ul class="dac-nav-secondary about"> 189 <ul class="dac-nav-secondary develop"> 244 <ul class="dac-nav-secondary distribute">
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ProgressBarTest.java | 327 assertEquals("Secondary progress tint inflated correctly", 329 assertEquals("Secondary progress tint mode inflated correctly", 343 assertFalse("Secondary progress tint not applied when layer missing",
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_message.py | 160 fragmented and name of secondary class 303 Helper function to retrieve the associated secondary fragment class. 367 at the same tree level as the secondary frag class associated with this
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Collator.java | 52 * <li>SECONDARY strength: Accents in the characters are considered secondary 55 * between letters can also be considered secondary differences, depending 56 * on the language. A secondary difference is ignored when there is a 64 * when there is a primary or secondary difference anywhere in the strings. 71 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY 147 * Accents in the characters are considered secondary differences. 148 * Other differences between letters can also be considered secondary 154 public final static int SECONDARY = 1; 322 * @see #SECONDARY [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationEnglishTest.java | 182 /* test secondary > 43 */ 262 //perform test with strength SECONDARY 265 myCollation.setStrength(Collator.SECONDARY);
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
Collator.java | 51 * <li>SECONDARY strength: Accents in the characters are considered secondary 54 * between letters can also be considered secondary differences, depending 55 * on the language. A secondary difference is ignored when there is a 63 * when there is a primary or secondary difference anywhere in the strings. 70 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY 148 * Accents in the characters are considered secondary differences. 149 * Other differences between letters can also be considered secondary 156 public final static int SECONDARY = 1; 341 * @see #SECONDARY [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationEnglishTest.java | 178 /* test secondary > 43 */ 258 //perform test with strength SECONDARY 261 myCollation.setStrength(Collator.SECONDARY);
|