Searched refs:where (Results 1 - 25 of 651) sorted by relevance

1234567891011>>

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
H A DPony.java12 public String ride(String where) { argument
13 return "Whinny! You're on my " + where + "!";
16 public static String prance(String where) { argument
17 return "I'm prancing to " + where + "!";
20 public String saunter(String where) { argument
21 return "Off I saunter to " + where + "!";
27 public String ride(String where) { argument
28 return "Fake whinny! You're on my " + where + "!";
32 protected static String prance(String where) { argument
33 return "I'm shadily prancing to " + where
[all...]
/external/syslinux/gpxe/src/arch/x86/include/gpxe/
H A Dpcidirect.h26 extern void pcidirect_prepare ( struct pci_device *pci, int where );
43 * @v where Location within PCI configuration space
49 unsigned int where,
51 pcidirect_prepare ( pci, where );
52 *value = inb ( PCIDIRECT_CONFIG_DATA + ( where & 3 ) );
60 * @v where Location within PCI configuration space
66 unsigned int where,
68 pcidirect_prepare ( pci, where );
69 *value = inw ( PCIDIRECT_CONFIG_DATA + ( where & 2 ) );
77 * @v where Locatio
[all...]
H A Dpcibios.h39 * @v where Location within PCI configuration space
45 unsigned int where,
50 rc = pcibios_read ( pci, PCIBIOS_READ_CONFIG_BYTE | where, &tmp );
59 * @v where Location within PCI configuration space
65 unsigned int where,
70 rc = pcibios_read ( pci, PCIBIOS_READ_CONFIG_WORD | where, &tmp );
79 * @v where Location within PCI configuration space
85 unsigned int where,
87 return pcibios_read ( pci, PCIBIOS_READ_CONFIG_DWORD | where, value );
94 * @v where Locatio
[all...]
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Dvalues.pass.cpp46 void where(const T &) {} function
73 where(E::word_size);
74 where(E::state_size);
75 where(E::shift_size);
76 where(E::mask_bits);
77 where(E::xor_mask);
78 where(E::tempering_u);
79 where(E::tempering_d);
80 where(E::tempering_s);
81 where(
[all...]
/external/pcre/dist2/src/
H A Dpcre2_config.c64 /* If where is NULL, the length of memory required is returned.
68 where where to put the information
72 PCRE2_ERROR_BADOPTION if "where" not recognized
77 pcre2_config(uint32_t what, void *where) argument
79 if (where == NULL) /* Requests a length */
113 *((uint32_t *)where) = PCRE2_BSR_ANYCRLF;
115 *((uint32_t *)where) = PCRE2_BSR_UNICODE;
121 *((uint32_t *)where) = 1;
123 *((uint32_t *)where)
[all...]
H A Dpcre2_pattern_info.c57 where where to put the information; if NULL, return length
65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) argument
69 if (where == NULL) /* Requests field length */
121 *((uint32_t *)where) = re->overall_options;
125 *((uint32_t *)where) = re->compile_options;
129 *((uint32_t *)where) = re->top_backref;
133 *((uint32_t *)where) = re->bsr_convention;
137 *((uint32_t *)where) = re->top_bracket;
141 *((uint32_t *)where)
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTgles3Ext.cpp77 GLubyte *where, *terminator; local
80 where = (GLubyte *) strchr(extension, ' ');
81 if (where || *extension == '\0')
90 where = (GLubyte *) strstr((const char *) start, extension);
91 if (!where)
93 terminator = where + strlen(extension);
94 if (where == start || *(where - 1) == ' ')
/external/curl/src/
H A Dtool_cb_see.h28 int tool_ftruncate64(int fd, curl_off_t where);
31 #define ftruncate(fd,where) tool_ftruncate64(fd,where)
/external/valgrind/memcheck/tests/
H A Dmempool.c16 char *where; member in struct:_level_list
24 char *where; member in struct:_pool
39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
49 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
65 l->where = p->where;
66 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
74 VALGRIND_DESTROY_MEMPOOL(l->where);
75 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where,
101 char *where; local
[all...]
H A Dmempool2.c19 char *where; member in struct:_level_list
27 char *where; member in struct:_pool
42 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
47 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
52 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
68 l->where = p->where;
69 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
77 VALGRIND_DESTROY_MEMPOOL(l->where);
78 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where,
104 char *where; local
[all...]
/external/libcxx/test/std/re/re.regex/re.regex.const/
H A Dconstants.pass.cpp33 void where(const T &) {} function
50 where(BR::icase);
51 where(BR::nosubs);
52 where(BR::optimize);
53 where(BR::collate);
54 where(BR::ECMAScript);
55 where(BR::basic);
56 where(BR::extended);
57 where(BR::awk);
58 where(B
[all...]
/external/syslinux/gpxe/src/include/gpxe/
H A Dpci_io.h62 * @v where Location within PCI configuration space
66 int pci_read_config_byte ( struct pci_device *pci, unsigned int where,
73 * @v where Location within PCI configuration space
77 int pci_read_config_word ( struct pci_device *pci, unsigned int where,
84 * @v where Location within PCI configuration space
88 int pci_read_config_dword ( struct pci_device *pci, unsigned int where,
95 * @v where Location within PCI configuration space
99 int pci_write_config_byte ( struct pci_device *pci, unsigned int where,
106 * @v where Location within PCI configuration space
110 int pci_write_config_word ( struct pci_device *pci, unsigned int where,
[all...]
/external/syslinux/gpxe/src/include/gpxe/efi/
H A Defi_pci.h50 * @v where Location within PCI configuration space
56 unsigned int where,
59 EFIPCI_LOCATION ( where, EFIPCI_WIDTH_BYTE ),
67 * @v where Location within PCI configuration space
73 unsigned int where,
76 EFIPCI_LOCATION ( where, EFIPCI_WIDTH_WORD ),
84 * @v where Location within PCI configuration space
90 unsigned int where,
93 EFIPCI_LOCATION ( where, EFIPCI_WIDTH_DWORD ),
101 * @v where Locatio
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DFilteredBreakIteratorBuilder.java40 * @param where the locale.
44 public static final FilteredBreakIteratorBuilder getInstance(Locale where) { argument
45 return new SimpleFilteredSentenceBreakIterator.Builder(where);
55 * @param where the locale.
59 public static final FilteredBreakIteratorBuilder getInstance(ULocale where) { argument
60 return new SimpleFilteredSentenceBreakIterator.Builder(where);
H A DBreakIterator.java43 * <li>getLineInstance() returns a BreakIterator that locates positions where it is
558 * @param where A locale specifying the language of the text to be
561 * @throws NullPointerException if <code>where</code> is null.
563 public static BreakIterator getWordInstance(Locale where) argument
565 return getBreakInstance(ULocale.forLocale(where), KIND_WORD);
570 * @param where A locale specifying the language of the text to be
573 * @throws NullPointerException if <code>where</code> is null.
575 public static BreakIterator getWordInstance(ULocale where) argument
577 return getBreakInstance(where, KIND_WORD);
595 * @param where
600 getLineInstance(Locale where) argument
613 getLineInstance(ULocale where) argument
638 getCharacterInstance(Locale where) argument
651 getCharacterInstance(ULocale where) argument
673 getSentenceInstance(Locale where) argument
684 getSentenceInstance(ULocale where) argument
711 getTitleInstance(Locale where) argument
724 getTitleInstance(ULocale where) argument
822 getBreakInstance(ULocale where, int kind) argument
875 private ULocale where; field in class:BreakIterator.BreakIteratorCache
877 BreakIteratorCache(ULocale where, BreakIterator iter) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredBreakIteratorBuilder.java39 * @param where the locale.
44 public static final FilteredBreakIteratorBuilder getInstance(Locale where) { argument
45 return new SimpleFilteredSentenceBreakIterator.Builder(where);
55 * @param where the locale.
60 public static final FilteredBreakIteratorBuilder getInstance(ULocale where) { argument
61 return new SimpleFilteredSentenceBreakIterator.Builder(where);
H A DBreakIterator.java42 * <li>getLineInstance() returns a BreakIterator that locates positions where it is
593 * @param where A locale specifying the language of the text to be
596 * @throws NullPointerException if <code>where</code> is null.
599 public static BreakIterator getWordInstance(Locale where) argument
601 return getBreakInstance(ULocale.forLocale(where), KIND_WORD);
606 * @param where A locale specifying the language of the text to be
609 * @throws NullPointerException if <code>where</code> is null.
612 public static BreakIterator getWordInstance(ULocale where) argument
614 return getBreakInstance(where, KIND_WORD);
633 * @param where
639 getLineInstance(Locale where) argument
653 getLineInstance(ULocale where) argument
680 getCharacterInstance(Locale where) argument
694 getCharacterInstance(ULocale where) argument
718 getSentenceInstance(Locale where) argument
730 getSentenceInstance(ULocale where) argument
759 getTitleInstance(Locale where) argument
774 getTitleInstance(ULocale where) argument
871 getBreakInstance(ULocale where, int kind) argument
926 private ULocale where; field in class:BreakIterator.BreakIteratorCache
928 BreakIteratorCache(ULocale where, BreakIterator iter) argument
[all...]
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
H A Dvalues.pass.cpp34 void where(const T &) {} function
51 where(E::word_size);
52 where(E::short_lag);
53 where(E::long_lag);
54 where(E::default_seed);
72 where(E::word_size);
73 where(E::short_lag);
74 where(E::long_lag);
75 where(E::default_seed);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DBreakIterator.java37 * <li>getLineInstance() returns a BreakIterator that locates positions where it is
453 * @param where A locale specifying the language of the text to be
458 public static BreakIterator getWordInstance(Locale where) argument
460 return getBreakInstance(where, KIND_WORD);
465 * @param where A locale specifying the language of the text to be
470 public static BreakIterator getWordInstance(ULocale where) argument
472 return getBreakInstance(where.toLocale(), KIND_WORD);
491 * @param where A Locale specifying the language of the text being broken.
496 public static BreakIterator getLineInstance(Locale where) argument
498 return getBreakInstance(where, KIND_LIN
509 getLineInstance(ULocale where) argument
535 getCharacterInstance(Locale where) argument
548 getCharacterInstance(ULocale where) argument
571 getSentenceInstance(Locale where) argument
582 getSentenceInstance(ULocale where) argument
677 getBreakInstance(ULocale where, int kind) argument
681 getBreakInstance(Locale where, int kind) argument
[all...]
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dvalues.pass.cpp31 void where(const T &) {} function
45 where(E::table_size);
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dvalues.pass.cpp32 void where(const T &) {} function
47 where(E::block_size);
48 where(E::used_block);
64 where(E::block_size);
65 where(E::used_block);
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeResolverTest.java40 assertEquals(String.class, new TypeResolver().where(t, String.class).resolveType(t));
47 new TypeResolver().where(t1, t2).where(t2, String.class).resolveType(t1));
53 assertEquals(t, resolver.where(t, t).resolveType(t));
59 assertEquals(t, resolver.where(t, t).resolveType(t));
65 assertEquals(t, resolver.where(t, t).resolveType(t));
71 resolver.where(String.class, String.class).resolveType(String.class));
77 assertEquals(t, resolver.where(t, t).resolveType(t));
82 TypeResolver resolver = new TypeResolver().where(t, String.class);
84 resolver.where(
[all...]
/external/libunwind/src/x86_64/
H A DGstash_frame.c34 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld"
35 " ra=0x%lx rbp [where=%d val=%ld @0x%lx] rsp [where=%d val=%ld @0x%lx]\n",
37 rs->reg[DWARF_CFA_REG_COLUMN].where,
41 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
42 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP]));
50 && (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG)
55 && (rs->reg[RBP].where == DWARF_WHERE_UNDEF
56 || rs->reg[RBP].where == DWARF_WHERE_SAME
57 || (rs->reg[RBP].where
[all...]
/external/syslinux/gpxe/src/arch/x86/core/
H A Dpcidirect.c34 * @v where Location within PCI configuration space
36 void pcidirect_prepare ( struct pci_device *pci, int where ) {
38 ( where & ~3 ) ), PCIDIRECT_CONFIG_ADDRESS );
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleValidityChecker.java71 public boolean isValid(ULocale locale, Where where) { argument
72 where.set(null, null);
79 // // the only case where this is valid is if there is only an 'x' extension string
82 // return where.set(Datatype.x, "Null language only with x-...");
86 if (!isValid(Datatype.language, language, where)) {
89 where.set(null, null); // for x, well-formed == valid
94 if (!isValid(Datatype.script, script, where)) return false;
95 if (!isValid(Datatype.region, region, where)) return false;
98 if (!isValid(Datatype.variant, variant, where)) return false;
109 if (!isValidU(locale, datatype, locale.getExtension(c), where)) retur
148 isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) argument
321 isValidLocale(String extensionString, Where where) argument
340 isValid(Datatype datatype, String code, Where where) argument
[all...]

Completed in 1391 milliseconds

1234567891011>>