Home
last modified time | relevance | path

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

12345678910>>...50

/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/
Dgetpath.py208 def search_up(prefix, *landmarks, test=isfile): argument
223 prefix = config.get('prefix') variable
519 prefix = build_stdlib_prefix variable
538 prefix = exec_prefix = '' variable
545 prefix, had_delim, exec_prefix = home.partition(DELIM) variable
559 prefix = library_dir variable
561 prefix = search_up(library_dir, ZIP_LANDMARK) variable
564 prefix = library_dir variable
573 prefix = executable_dir variable
575 prefix = search_up(executable_dir, ZIP_LANDMARK) variable
[all …]
/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.c177 …it_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const char* prefix) in init_malloc_function()
188 …l init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const char* prefix) in init_free_function()
199 …l init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const char* prefix) in init_mmap_function()
210 …it_munmap_function(void* malloc_shared_library_handler, MallocMunmapType* func, const char* prefix) in init_munmap_function()
221 …ool init_memtrace_function(void* malloc_shared_library_handler, MemTrace* func, const char* prefix) in init_memtrace_function()
232 …it_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const char* prefix) in init_calloc_function()
243 …_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, const char* prefix) in init_realloc_function()
254 …function(void* malloc_shared_library_handler, MallocMallocUsableSizeType* func, const char* prefix) in init_malloc_usable_size_function()
265 …init_prctl_function(void* malloc_shared_library_handler, MallocPrctlType* func, const char* prefix) in init_prctl_function()
276 …loc_function(void* malloc_shared_library_handler, MallocAlignedAllocType* func, const char* prefix) in init_aligned_alloc_function()
[all …]
/third_party/musl/src/hook/linux/
Dmusl_preinit.c192 …it_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const char* prefix) in init_malloc_function()
203 …l init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const char* prefix) in init_free_function()
214 …l init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const char* prefix) in init_mmap_function()
225 …it_munmap_function(void* malloc_shared_library_handler, MallocMunmapType* func, const char* prefix) in init_munmap_function()
236 …ool init_memtrace_function(void* malloc_shared_library_handler, MemTrace* func, const char* prefix) in init_memtrace_function()
247 …it_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const char* prefix) in init_calloc_function()
258 …_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, const char* prefix) in init_realloc_function()
269 …function(void* malloc_shared_library_handler, MallocMallocUsableSizeType* func, const char* prefix) in init_malloc_usable_size_function()
280 …init_prctl_function(void* malloc_shared_library_handler, MallocPrctlType* func, const char* prefix) in init_prctl_function()
291 …loc_function(void* malloc_shared_library_handler, MallocAlignedAllocType* func, const char* prefix) in init_aligned_alloc_function()
[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/python/Tools/scripts/
Dgenerate_sre_constants.py42 def dump(d, prefix): argument
47 def dump2(d, prefix): argument
53 def dump_gotos(d, prefix): 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/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/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/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/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/node/deps/undici/src/lib/fetch/
Dheaders.js72 prefix: 'Headers constructor', property
90 prefix: 'Headers.append', property
96 prefix: 'Headers.append', property
283 prefix: 'Headers.delete', property
328 prefix: 'Headers.get', property
350 prefix: 'Headers.has', property
377 prefix: 'Headers.set', property
383 prefix: 'Headers.set', property
579 prefix: 'Headers constructor', property
/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/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/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/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DAffixMatcher.java24 private final AffixPatternMatcher prefix; field in AffixMatcher
119 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local
163 AffixPatternMatcher prefix, in getInstance()
170 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()

12345678910>>...50