Home
last modified time | relevance | path

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

12345678910>>...64

/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/boost/boost/ratio/
Dratio_io.hpp72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
118 static std::string prefix() {return std::string("atto");} in prefix() function
127 static std::u16string prefix() {return std::u16string(u"atto");} in prefix() function
134 static std::u32string prefix() {return std::u32string(U"atto");} in prefix() function
144 static std::wstring prefix() {return std::wstring(L"atto");} in prefix() function
163 static std::string prefix() {return std::string("femto");} in prefix() function
172 static std::u16string prefix() {return std::u16string(u"femto");} in prefix() function
179 static std::u32string prefix() {return std::u32string(U"femto");} in prefix() function
189 static std::wstring prefix() {return std::wstring(L"femto");} in prefix() function
[all …]
/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/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/boost/boost/log/utility/
Dunique_identifier_name.hpp27 #define BOOST_LOG_UNIQUE_IDENTIFIER_NAME_INTERNAL_(prefix, postfix)\ argument
29 #define BOOST_LOG_UNIQUE_IDENTIFIER_NAME_INTERNAL(prefix, postfix)\ argument
44 # define BOOST_LOG_UNIQUE_IDENTIFIER_NAME(prefix)\ argument
47 # define BOOST_LOG_UNIQUE_IDENTIFIER_NAME(prefix)\ argument
/third_party/boost/boost/ratio/detail/
Dratio_io.hpp63 static std::basic_string<CharT> prefix() {return long_name();} in prefix() function
94 static std::basic_string<CharT> prefix() {return long_name();} in prefix() function
118 static std::string prefix() {return long_name();} in prefix() function
129 static std::u16string prefix() {return long_name();} in prefix() function
138 static std::u32string prefix() {return long_name();} in prefix() function
150 static std::wstring prefix() {return long_name();} in prefix() function
177 static std::string prefix() {return long_name();} in prefix() function
188 static std::u16string prefix() {return long_name();} in prefix() function
197 static std::u32string prefix() {return long_name();} in prefix() function
209 static std::wstring prefix() {return long_name();} in prefix() function
[all …]
/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/boost/boost/parameter/aux_/preprocessor/impl/
Dfunction_forward_match.hpp19 #define BOOST_PARAMETER_FUNCTION_FORWARD_MATCH(params, n, prefix) \ argument
25 #define BOOST_PARAMETER_FUNCTION_FORWARD_MATCH_Z(z, params, n, prefix) \ argument
33 #define BOOST_PARAMETER_FUNCTION_FORWARD_MATCH(params, n, prefix) \ argument
37 #define BOOST_PARAMETER_FUNCTION_FORWARD_MATCH_Z(z, params, n, prefix) \ argument
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-prefix.md11 ### Synopsis
17 ### Description
26 ### See Also
/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/boost/boost/atomic/detail/
Dplatform.hpp190 #define BOOST_ATOMIC_DETAIL_CORE_ARCH_BACKEND_HEADER(prefix) <BOOST_JOIN(prefix, BOOST_ATOMIC_DETAI… argument
193 #define BOOST_ATOMIC_DETAIL_CORE_BACKEND_HEADER(prefix) <BOOST_JOIN(prefix, BOOST_ATOMIC_DETAIL_COR… argument
195 #define BOOST_ATOMIC_DETAIL_FP_BACKEND_HEADER(prefix) <BOOST_JOIN(prefix, BOOST_ATOMIC_DETAIL_FP_BA… argument
196 #define BOOST_ATOMIC_DETAIL_EXTRA_BACKEND_HEADER(prefix) <BOOST_JOIN(prefix, BOOST_ATOMIC_DETAIL_EX… argument
197 #define BOOST_ATOMIC_DETAIL_EXTRA_FP_BACKEND_HEADER(prefix) <BOOST_JOIN(prefix, BOOST_ATOMIC_DETAIL… argument
198 #define BOOST_ATOMIC_DETAIL_WAIT_BACKEND_HEADER(prefix) <BOOST_JOIN(prefix, BOOST_ATOMIC_DETAIL_WAI… argument
/third_party/node/deps/npm/lib/config/
Dload-prefix.js11 set: function (prefix) { argument
24 set: function (prefix) { argument
35 { set: function (prefix) { p = prefix }, argument
/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit.c166 …it_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const char* prefix) in init_malloc_function()
177 …l init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const char* prefix) in init_free_function()
188 …l init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const char* prefix) in init_mmap_function()
199 …it_munmap_function(void* malloc_shared_library_handler, MallocMunmapType* func, const char* prefix) in init_munmap_function()
210 static bool init_memorytag_function(void* malloc_shared_library_handler, const char* prefix) in init_memorytag_function()
222 …it_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const char* prefix) in init_calloc_function()
233 …_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, const char* prefix) in init_realloc_function()
244 …function(void* malloc_shared_library_handler, MallocMallocUsableSizeType* func, const char* prefix) in init_malloc_usable_size_function()
255 …_hook_functions(void* shared_library_handler, struct MallocDispatchType* table, const char* prefix) in init_hook_functions()
296 …hared_library(void* shared_library_handle, const char* shared_lib, const char* prefix, struct Mall… in init_malloc_hook_shared_library()
[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/node/deps/npm/lib/utils/
Dpulse-till-done.js9 function pulseStart (prefix) { argument
20 module.exports = function (prefix, cb) { argument
31 function pulseWhile (prefix, promise) { 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/grpc/src/compiler/
Dprotobuf_plugin.h33 const std::string& prefix) { in GetCommentsHelper()
89 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments()
93 std::string GetTrailingComments(const std::string prefix) const { in GetTrailingComments()
118 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments()
122 std::string GetTrailingComments(const std::string prefix) const { in GetTrailingComments()
181 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments()
185 std::string GetTrailingComments(const std::string prefix) const { in GetTrailingComments()
/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/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/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

12345678910>>...64