Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 1257) sorted by relevance

12345678910>>...51

/third_party/python/PCbuild/
Drt.bat42 if "%1"=="-win32" (set prefix=%pcbuild%win32) & shift & goto CheckOpts variable
43 if "%1"=="-x64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts variable
44 if "%1"=="-arm64" (set prefix=%pcbuild%arm64) & shift & goto CheckOpts variable
45 if "%1"=="-arm32" (set prefix=%pcbuild%arm32) & shift & goto CheckOpts variable
49 if not defined prefix set prefix=%pcbuild%amd64 variable
69 if /I %1 EQU Win32 (set prefix=%pcbuild%win32) & exit /B 0 variable
70 if /I %1 EQU x64 (set prefix=%pcbuild%amd64) & exit /B 0 variable
71 if /I %1 EQU ARM64 (set prefix=%pcbuild%arm64) & exit /B 0 variable
72 if /I %1 EQU ARM (set prefix=%pcbuild%arm32) & exit /B 0 variable
/third_party/mesa3d/src/intel/common/
Dintel_sample_positions.h69 #define INTEL_SAMPLE_POS_ELEM(prefix, arr, sample_idx) \ argument
73 #define INTEL_SAMPLE_POS_1X_ARRAY(prefix, arr)\ argument
76 #define INTEL_SAMPLE_POS_2X_ARRAY(prefix, arr) \ argument
80 #define INTEL_SAMPLE_POS_4X_ARRAY(prefix, arr) \ argument
86 #define INTEL_SAMPLE_POS_8X_ARRAY(prefix, arr) \ argument
96 #define INTEL_SAMPLE_POS_16X_ARRAY(prefix, arr) \ argument
114 #define INTEL_SAMPLE_POS_1X(prefix) \ argument
117 #define INTEL_SAMPLE_POS_2X(prefix) \ argument
120 #define INTEL_SAMPLE_POS_4X(prefix) \ argument
123 #define INTEL_SAMPLE_POS_8X(prefix) \ argument
[all …]
/third_party/node/lib/internal/crypto/
Dwebcrypto.js69 webidl.requiredArguments(arguments.length, 2, { prefix }); field
71 prefix, property
75 prefix, property
97 webidl.requiredArguments(arguments.length, 3, { prefix }); field
99 prefix, property
103 prefix, property
107 prefix, property
181 webidl.requiredArguments(arguments.length, 3, { prefix }); field
183 prefix, property
187 prefix, property
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dstring_cast.inl60 struct prefix{}; struct
63 struct prefix<float> struct
65 GLM_FUNC_QUALIFIER static char const * value() {return "";};
69 struct prefix<double> struct
71 GLM_FUNC_QUALIFIER static char const * value() {return "d";};
75 struct prefix<bool> struct
77 GLM_FUNC_QUALIFIER static char const * value() {return "b";};
81 struct prefix<uint8_t> struct
83 GLM_FUNC_QUALIFIER static char const * value() {return "u8";};
87 struct prefix<int8_t> struct
[all …]
/third_party/libabigail/tests/
Dtest-ir-walker.cc74 string prefix; in build_level_prefix() local
82 string prefix = build_level_prefix(); in visit_begin() local
93 string prefix = build_level_prefix(); in visit_end() local
102 string prefix = build_level_prefix(); in visit_begin() local
113 string prefix = build_level_prefix(); in visit_end() local
122 string prefix = build_level_prefix(); in visit_begin() local
138 string prefix = build_level_prefix(); in visit_begin() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DAltFormatSpec.java44 FormatTemplate template, RangeSpecification prefix, String parent, Optional<String> comment) { in create()
52 "invalid prefix '%s' for alternate format template: %s", prefix, template); in create() local
57 "invalid prefix '%s' for alternate format template: %s", prefix, template); in create() local
68 public abstract RangeSpecification prefix(); in prefix() method in AltFormatSpec
79 RangeSpecification prefix = prefix(); in specifier() local
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
DPrefixTreeTest.java39 PrefixTree prefix = prefixes("123", "124", "126", "555"); in testRetainFrom() local
46 PrefixTree prefix = prefixes("123", "124", "126", "555"); in testPrefixes() local
78 PrefixTree prefix = prefixes("1234"); in testRangeAndPrefixSameLength() local
85 PrefixTree prefix = prefixes("1234"); in testRangeShorterThanPrefix() local
92 PrefixTree prefix = prefixes("[12]", "3x4x5", "67890", "987xx9"); in testComplex() local
109 PrefixTree prefix = PrefixTree.from(RangeTree.from(RangeSpecification.empty())); in testZeroLengthPrefix() local
/third_party/python/Modules/_sha3/kcp/
DKeccakSponge.c25 #define prefix KeccakWidth200 macro
43 #define prefix KeccakWidth400 macro
61 #define prefix KeccakWidth800 macro
79 #define prefix KeccakWidth1600 macro
DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
141 #define KCP_DeclareSpongeFunctions(prefix) \ argument
/third_party/nghttp2/
Dgentokenlookup.py3 def to_enum_hd(k, prefix): argument
26 def gen_enum(tokens, prefix): argument
36 def gen_index_header(tokens, prefix, value_type, comp_fun, return_type, fail_value): argument
66 def gentokenlookup(tokens, prefix, value_type='uint8_t', comp_fun='util::streq_l', return_type='int… argument
/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit.c176 …it_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const char* prefix) in init_malloc_function()
187 …l init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const char* prefix) in init_free_function()
198 …l init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const char* prefix) in init_mmap_function()
209 …it_munmap_function(void* malloc_shared_library_handler, MallocMunmapType* func, const char* prefix) in init_munmap_function()
220 …ool init_memtrace_function(void* malloc_shared_library_handler, MemTrace* func, const char* prefix) in init_memtrace_function()
231 …it_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const char* prefix) in init_calloc_function()
242 …_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, const char* prefix) in init_realloc_function()
253 …function(void* malloc_shared_library_handler, MallocMallocUsableSizeType* func, const char* prefix) in init_malloc_usable_size_function()
264 …init_prctl_function(void* malloc_shared_library_handler, MallocPrctlType* func, const char* prefix) in init_prctl_function()
297 …_hook_functions(void* shared_library_handler, struct MallocDispatchType* table, const char* prefix) in init_hook_functions()
[all …]
/third_party/mesa3d/src/mapi/
Dmapi_abi.py259 def c_public_declarations(self, prefix): argument
278 def _c_function(self, ent, prefix, mangle=False, stringify=False): argument
290 def _c_function_call(self, ent, prefix): argument
303 def _c_decl(self, ent, prefix, mangle=False, export=''): argument
321 def c_public_dispatches(self, prefix, no_hidden): argument
357 def c_public_initializer(self, prefix): argument
387 def c_stub_initializer(self, prefix, pool_offsets): argument
396 def c_noop_functions(self, prefix, warn_prefix): argument
427 def c_noop_initializer(self, prefix, use_generic): argument
439 def c_asm_gcc(self, prefix, no_hidden): argument
/third_party/libffi/
Dgenerate-darwin-source-and-headers.py19 prefix = "#ifdef __i386__\n\n" variable in simulator_platform
32 prefix = "#ifdef __x86_64__\n\n" variable in simulator64_platform
45 prefix = "#ifdef __arm__\n\n" variable in device_platform
58 prefix = "#ifdef __arm64__\n\n" variable in device64_platform
73 prefix = "#ifdef __i386__\n\n" variable in desktop32_platform
84 prefix = "#ifdef __x86_64__\n\n" variable in desktop64_platform
98 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): argument
126 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix… argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
DAltFormatSpecTest.java34 RangeSpecification prefix = RangeSpecification.parse("123"); in testSimple() local
70 private static void assertGoodTemplateAndPrefix(String template, String prefix, String spec) { in assertGoodTemplateAndPrefix()
76 private static void assertBadTemplateAndPrefix(String template, String prefix) { in assertBadTemplateAndPrefix()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c260 #define DEBUG_BOOL(prefix, name, value) \ argument
263 #define DEBUG_1(prefix, s, name, format, type) \ argument
266 #define DEBUG_2(prefix, s, name, format, type) \ argument
271 #define DEBUG_3(prefix, s, name, format, type) \ argument
278 #define DEBUG_UINT32(prefix, s, var) DEBUG_1(prefix, s, var, G_GUINT32_FORMAT, guint32) argument
279 #define DEBUG_UINT32_2(prefix, s, var) DEBUG_2(prefix, s, var, G_GUINT32_FORMAT, guint32) argument
280 #define DEBUG_UINT32_3(prefix, s, var) DEBUG_3(prefix, s, var, G_GUINT32_FORMAT, guint32) argument
282 #define DEBUG_UINT64(prefix, s, var) DEBUG_1(prefix, s, var, G_GUINT64_FORMAT, guint64) argument
284 #define DEBUG_INT32(prefix, s, var) DEBUG_1(prefix, s, var, G_GINT32_FORMAT, gint32) argument
286 #define DEBUG_FLOAT(prefix, s, var) DEBUG_1(prefix, s, var, "f", gfloat) argument
[all …]
/third_party/node/deps/undici/src/lib/fetch/
Dheaders.js63 prefix: 'Headers constructor', property
222 prefix: 'Headers.append', property
228 prefix: 'Headers.append', property
265 prefix: 'Headers.delete', property
310 prefix: 'Headers.get', property
332 prefix: 'Headers.has', property
359 prefix: 'Headers.set', property
365 prefix: 'Headers.set', property
542 prefix: 'Headers constructor', property
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
DGeneratePhonePrefixData.java92 void process(int prefix, String location); in process()
117 String prefix = line.substring(0, indexOfPipe); in parseTextFile() local
160 public final String prefix; field in GeneratePhonePrefixData.PhonePrefixLanguagePair
163 public PhonePrefixLanguagePair(String prefix, String language) { in PhonePrefixLanguagePair()
169 private static String generateBinaryFilename(int prefix, String lang) { in generateBinaryFilename()
178 String prefix = filename.substring(0, indexOfUnderscore); in getPhonePrefixLanguagePairFromFilename() local
271 int prefix = Integer.parseInt(phonePrefixLanguagePair.prefix); in addConfigurationMapping() local
311 String prefix = String.valueOf(mapping.getKey()); in splitMap() local
371 int prefix = entry.getKey(); in compressAccordingToEnglishData() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeKey.java63 public static RangeKey create(RangeSpecification prefix, Set<Integer> lengths) { in create()
65 "prefix cannot end with an 'any' edge: %s", prefix); in create() local
68 "lengths cannot be shorter than the prefix: %s - %s", prefix, lengths); in create() local
196 public boolean contains(DigitSequence prefix, Integer length) { in contains()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DDayPeriodsMapper.java67 Ruleset(CldrPath prefix) { in Ruleset()
73 private void prefixStart(CldrPath prefix) { in prefixStart()
81 RbPath prefix = RbPath.of("rules", "set" + setNum, RULE_TYPE.valueFrom(value)); in visitRule() local
/third_party/ltp/testcases/lib/
Dtst_net_vars.c90 static struct in_addr prefix2mask(unsigned int prefix) in prefix2mask()
143 static char *get_ipv4_netmask(unsigned int prefix) in get_ipv4_netmask()
161 static char *get_ipv6_netmask(unsigned int prefix) in get_ipv6_netmask()
188 static char *get_ipv4_broadcast(struct in_addr ip, unsigned int prefix) in get_ipv4_broadcast()
209 unsigned int prefix) in get_ipv4_net16_unused()
262 unsigned int prefix) in get_ipv6_net32_unused()
321 static char *get_ipv6_network(const unsigned char *a0, unsigned int prefix) in get_ipv6_network()
444 static void check_prefix_range(unsigned int prefix, int is_ipv6, int is_lhost) in check_prefix_range()
461 static char *get_ipv4_network(int ip, unsigned int prefix) in get_ipv4_network()
490 static int round_down_prefix(unsigned int prefix, int is_ipv6) in round_down_prefix()
/third_party/typescript/src/testRunner/unittests/
DparsePseudoBigInt.ts23 for (const prefix of ["0b", "0B"]) { constant
33 for (const prefix of ["0o", "0O"]) { constant
43 for (const prefix of ["0x", "0X"]) { constant
/third_party/python/Lib/
Dpkgutil.py53 def walk_packages(path=None, prefix='', onerror=None): argument
110 def iter_modules(path=None, prefix=''): argument
137 def iter_importer_modules(importer, prefix=''): argument
144 def _iter_file_finder_modules(importer, prefix=''): argument
228 def iter_modules(self, prefix=''): argument
373 def iter_zipimport_modules(importer, prefix=''): argument
/third_party/ffmpeg/libavcodec/
Dtableprint.h85 #define WRITE_ARRAY_ALIGNED(prefix, align, type, name) \ argument
95 #define WRITE_ARRAY(prefix, type, name) \ argument
104 #define WRITE_2D_ARRAY(prefix, type, name) \ argument
/third_party/node/src/
Ddiagnosticfilename-inl.h13 const char* prefix, in DiagnosticFilename()
20 const char* prefix, in DiagnosticFilename()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java22 private final AffixPatternMatcher prefix; field in AffixMatcher
119 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local
165 AffixPatternMatcher prefix, in getInstance()
172 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()

12345678910>>...51