Searched refs:types (Results 251 - 275 of 3331) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/Android.mk
19 test_name := input.output/iostreams.base/ios.base/ios.types/nothing_to_do
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_Init/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_Init/Android.mk
19 test_name := input.output/iostreams.base/ios.base/ios.types/ios_Init/tested_elsewhere
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/Android.mk
19 test_name := input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/fmtflags
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_iostate/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_iostate/Android.mk
19 test_name := input.output/iostreams.base/ios.base/ios.types/ios_iostate/iostate
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/Android.mk
19 test_name := input.output/iostreams.base/ios.base/ios.types/ios_openmode/openmode
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/Android.mk
19 test_name := input.output/iostreams.base/ios.base/ios.types/ios_seekdir/seekdir
/external/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iterator/
H A DAndroid.mk19 test_name := iterators/predef.iterators/insert.iterators/back.insert.iterator/types
20 test_src := types.pass.cpp
/external/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iterator/
H A DAndroid.mk19 test_name := iterators/predef.iterators/insert.iterators/front.insert.iterator/types
20 test_src := types.pass.cpp
/external/libcxx/test/language.support/support.initlist/
H A DAndroid.mk23 test_name := language.support/support.initlist/types
24 test_src := types.pass.cpp
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/
H A DAndroid.mk19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/types
20 test_src := types.pass.cpp
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/
H A DAndroid.mk19 test_name := localization/locale.categories/category.time/locale.time.put/types
20 test_src := types.pass.cpp
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/
H A DAndroid.mk19 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/types
20 test_src := types.pass.cpp
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/
H A DAndroid.mk19 test_name := thread/thread.mutex/thread.lock/thread.lock.unique/types
20 test_src := types.pass.cpp
/external/libcxx/test/utilities/time/time.duration/
H A DAndroid.mk23 test_name := utilities/time/time.duration/types
24 test_src := types.pass.cpp
/external/libsepol/tests/
H A Dtest-common.h58 * types the array of string types which we expect the role has in its type ebitmap
59 * len number of elements in types
65 extern role_datum_t *test_role_type_set(policydb_t * p, char *id, avrule_decl_t * decl, char **types, unsigned int len, unsigned int flags);
70 * types the array of string types which we expect the attribute has in its type ebitmap
71 * len number of elements in types
76 extern void test_attr_types(policydb_t * p, char *id, avrule_decl_t * decl, char **types, int len);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DCallbackInfo.java23 Type[] types = new Type[callbackTypes.length];
24 for (int i = 0; i < types.length; i++) {
25 types[i] = determineType(callbackTypes[i]);
27 return types;
31 Type[] types = new Type[callbacks.length];
32 for (int i = 0; i < types.length; i++) {
33 types[i] = determineType(callbacks[i]);
35 return types;
/external/openfst/src/extensions/ngram/
H A Dngram-fst.cc19 #include <sys/types.h>
/external/deqp/modules/gles2/functional/
H A Des2fAttribLocationTests.cpp49 const AttribType types[] = local
69 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++)
71 const AttribType& type = types[typeNdx];
82 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++)
84 const AttribType& type = types[typeNdx];
95 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++)
97 const AttribType& type = types[typeNdx];
102 // For types which occupy more than one location. Alias second location.
120 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++)
122 const AttribType& type = types[typeNd
[all...]
/external/smack/src/org/xbill/DNS/
H A DNSEC3Record.java12 * ordered list of hashed names in the zone, and a set of types for which
53 private TypeBitmap types; field in class:NSEC3Record
75 * @param types The types present at the original ownername.
79 int [] types)
100 this.types = new TypeBitmap(types);
117 types = new TypeBitmap(in);
134 types.toWire(out);
154 types
77 NSEC3Record(Name name, int dclass, long ttl, int hashAlg, int flags, int iterations, byte [] salt, byte [] next, int [] types) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Dlinkage-impl.h36 MachineSignature::Builder types(zone, return_count, parameter_count);
41 types.AddReturn(kMachAnyTagged);
48 types.AddParam(kMachAnyTagged);
52 types.AddParam(kMachAnyTagged);
60 types.Build(), // machine_sig
85 MachineSignature::Builder types(zone, return_count, parameter_count);
90 types.AddReturn(kMachAnyTagged);
96 types.AddParam(kMachAnyTagged);
100 types.AddParam(kMachAnyTagged);
104 types
[all...]
/external/bison/darwin-lib/
H A Dsched.h37 #include <sys/types.h>
/external/bison/darwin-lib/sys/
H A Dtypes.h2 /* Provide a more complete sys/types.h.
27 #include_next <sys/types.h>
44 /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */
/external/bison/lib/
H A Dsched.in.h36 #include <sys/types.h>
H A Dwait-process.h24 #include <sys/types.h>
/external/bison/linux-lib/sys/
H A Dtypes.h2 /* Provide a more complete sys/types.h.
27 #include_next <sys/types.h>
44 /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */

Completed in 8295 milliseconds

<<11121314151617181920>>