Home
last modified time | relevance | path

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

12345678910>>...132

/external/sdv/vsomeip/third_party/boost/ratio/include/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 …]
/external/python/cpython3/PCbuild/
Drt.bat46 if "%~1"=="-win32" (set prefix=%pcbuild%win32) & shift & goto CheckOpts variable
47 if "%~1"=="-x64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts variable
48 if "%~1"=="-amd64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts variable
49 if "%~1"=="-arm64" (set prefix=%pcbuild%arm64) & shift & goto CheckOpts variable
50 if "%~1"=="-arm32" (set prefix=%pcbuild%arm32) & shift & goto CheckOpts variable
54 if not defined prefix set prefix=%pcbuild%amd64 variable
74 if /I %1 EQU Win32 (set prefix=%pcbuild%win32) & exit /B 0 variable
75 if /I %1 EQU x64 (set prefix=%pcbuild%amd64) & exit /B 0 variable
76 if /I %1 EQU ARM64 (set prefix=%pcbuild%arm64) & exit /B 0 variable
77 if /I %1 EQU ARM (set prefix=%pcbuild%arm32) & exit /B 0 variable
/external/perfetto/src/trace_processor/
Dforwarding_trace_parser_unittest.cc27 const uint8_t prefix[] = ""; in TEST() local
32 const uint8_t prefix[] = "{\"traceEvents\":["; in TEST() local
37 const uint8_t prefix[] = "# ninja log v5\n"; in TEST() local
42 const uint8_t prefix[] = "\n{ \"traceEvents\": ["; in TEST() local
48 const uint8_t prefix[] = "[{\""; in TEST() local
53 const uint8_t prefix[] = "<!DOCTYPE HTML>"; in TEST() local
58 const uint8_t prefix[] = "<!doctype html>"; in TEST() local
63 const uint8_t prefix[] = "<!DoCTyPe HtMl>"; in TEST() local
68 const uint8_t prefix[] = "<html>"; in TEST() local
73 const uint8_t prefix[] = "<HTML>"; in TEST() local
[all …]
/external/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 …]
/external/tensorflow/tensorflow/core/data/
Dstats_utils.cc36 string ExecutionTimeHistogramName(const string& prefix) { in ExecutionTimeHistogramName()
40 string ThreadUtilizationScalarName(const string& prefix) { in ThreadUtilizationScalarName()
44 string BufferSizeScalarName(const string& prefix) { in BufferSizeScalarName()
48 string BufferCapacityScalarName(const string& prefix) { in BufferCapacityScalarName()
52 string BufferUtilizationHistogramName(const string& prefix) { in BufferUtilizationHistogramName()
56 string FilterdElementsScalarName(const string& prefix) { in FilterdElementsScalarName()
60 string DroppedElementsScalarName(const string& prefix) { in DroppedElementsScalarName()
64 string FeatureHistogramName(const string& prefix) { in FeatureHistogramName()
68 string FeatureValueHistogramName(const string& prefix) { in FeatureValueHistogramName()
/external/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 …]
/external/dynamic_depth/internal/xmpmeta/xml/
Ddeserializer_impl.cc38 xmlNodePtr FindSeqNode(const xmlNodePtr node, const string& prefix, in FindSeqNode()
50 bool GetStringProperty(const xmlNodePtr node, const string& prefix, in GetStringProperty()
72 bool ReadNodeContent(const xmlNodePtr node, const string& prefix, in ReadNodeContent()
90 bool ReadStringProperty(const xmlNodePtr node, const string& prefix, in ReadStringProperty()
110 bool ReadBase64Property(const xmlNodePtr node, const string& prefix, in ReadBase64Property()
126 const string& prefix, const string& child_name) const { in CreateDeserializer() argument
141 DeserializerImpl::CreateDeserializerFromListElementAt(const string& prefix, in CreateDeserializerFromListElementAt()
183 bool DeserializerImpl::ParseBase64(const string& prefix, const string& name, in ParseBase64()
188 bool DeserializerImpl::ParseIntArrayBase64(const string& prefix, in ParseIntArrayBase64()
198 bool DeserializerImpl::ParseFloatArrayBase64(const string& prefix, in ParseFloatArrayBase64()
[all …]
Dserializer_impl.cc78 const string& prefix, const string& item_name) const { in CreateItemSerializer() argument
106 const string& prefix, const string& list_name) const { in CreateListSerializer() argument
129 bool SerializerImpl::WriteBoolProperty(const string& prefix, const string& name, in WriteBoolProperty()
135 bool SerializerImpl::WriteProperty(const string& prefix, const string& name, in WriteProperty()
158 bool SerializerImpl::WriteIntArray(const string& prefix, in WriteIntArray()
202 bool SerializerImpl::WriteDoubleArray(const string& prefix, in WriteDoubleArray()
/external/sdv/vsomeip/third_party/boost/ratio/include/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 …]
/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/
Dadd.h33 #define VADD_IMPL(stype, vtype, prefix, postfix) \ argument
67 #define VQADD_IMPL(stype, vtype, prefix, postfix) \ argument
101 #define VADDW_IMPL(wtype, vtype, prefix, postfix) \ argument
116 #define VADDL_IMPL(wtype, vtype, prefix, postfix) \ argument
132 #define VADDV_IMPL(stype, vtype, prefix, postfix) \ argument
159 #define VPADDL_IMPL(ltype, vtype, prefix, postfix) \ argument
181 #define VPADD_IMPL(stype, vtype, prefix, postfix) \ argument
Dshr.h35 #define VQRSHRN_IMPL(half_vtype, vtype, prefix, postfix) \ argument
51 #define VQRSHRN_SCALAR_IMPL(half_vtype, vtype, prefix, postfix) \ argument
90 #define VSHR_IMPL(vtype, prefix, postfix) \ argument
100 #define VSHRQ_IMPL(vtype, prefix, postfix) \ argument
111 #define VSHRQ_SCALAR_IMPL(vtype, prefix, postfix) \ argument
/external/rust/android-crates-io/crates/ipnet/src/
Dmask.rs25 let prefix = mask.leading_ones(); in ipv4_mask_to_prefix() localVariable
40 let prefix = mask.leading_ones(); in ipv6_mask_to_prefix() localVariable
56 let prefix = ipv4_mask_to_prefix(mask); in v4_mask_to_prefix() localVariable
63 let prefix = ipv4_mask_to_prefix(mask); in v4_mask_to_prefix_max() localVariable
70 let prefix = ipv4_mask_to_prefix(mask); in invalid_v4_mask_to_prefix() localVariable
95 let prefix = ipv6_mask_to_prefix(mask); in v6_mask_to_prefix() localVariable
102 let prefix = ipv6_mask_to_prefix(mask); in v6_mask_to_prefix_max() localVariable
109 let prefix = ipv6_mask_to_prefix(mask); in invalid_v6_mask_to_prefix() localVariable
/external/perfetto/src/tools/proto_merger/
Dproto_file_serializer.cc25 std::string DeletedComment(const std::string& prefix) { in DeletedComment()
36 std::string SerializeComments(const std::string& prefix, in SerializeComments()
48 std::string SerializeLeadingComments(const std::string& prefix, in SerializeLeadingComments()
62 std::string SerializeTrailingComments(const std::string& prefix, in SerializeTrailingComments()
85 std::string prefix(indent * 2, ' '); in SerializeEnumValue() local
99 std::string prefix(indent * 2, ' '); in SerializeEnum() local
118 std::string prefix(indent * 2, ' '); in SerializeField() local
137 std::string prefix(indent * 2, ' '); in SerializeOneof() local
154 std::string prefix(indent * 2, ' '); in SerializeMessage() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DNamespaceMappings.java138 public String lookupNamespace(String prefix) in lookupNamespace()
151 MappingRecord getMappingFromPrefix(String prefix) { in getMappingFromPrefix()
171 String prefix = (String) prefixes.nextElement(); in lookupPrefix() local
188 String prefix = (String) prefixes.nextElement(); in getMappingFromURI() local
202 boolean popNamespace(String prefix) in popNamespace()
225 public boolean pushNamespace(String prefix, String uri, int elemDepth) in pushNamespace()
281 String prefix = map.m_prefix; in popNamespaces() local
362 MappingRecord(String prefix, String uri, int depth) { in MappingRecord()
458 private Stack getPrefixStack(String prefix) { in getPrefixStack()
467 private Stack createPrefixStack(String prefix) in createPrefixStack()
[all …]
/external/python/cpython3/Modules/
Dgetpath.py210 def search_up(prefix, *landmarks, test=isfile): argument
225 prefix = config.get('prefix') variable
525 prefix = build_stdlib_prefix variable
544 prefix = exec_prefix = '' variable
551 prefix, had_delim, exec_prefix = home.partition(DELIM) variable
566 prefix = library_dir variable
568 prefix = search_up(library_dir, ZIP_LANDMARK) variable
571 prefix = library_dir variable
581 prefix = executable_dir variable
583 prefix = search_up(executable_dir, ZIP_LANDMARK) variable
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/include/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
/external/sdv/vsomeip/third_party/boost/atomic/include/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
/external/sg3_utils/src/
Dsginfo.c1166 disk_geometry(struct mpage_info * mpi, const char * prefix) in disk_geometry()
1198 const char * prefix) in common_disconnect_reconnect()
1233 common_control(struct mpage_info * mpi, const char * prefix) in common_control()
1277 common_control_extension(struct mpage_info * mpi, const char * prefix) in common_control_extension()
1306 common_informational(struct mpage_info * mpi, const char * prefix) in common_informational()
1339 disk_error_recovery(struct mpage_info * mpi, const char * prefix) in disk_error_recovery()
1376 cdvd_error_recovery(struct mpage_info * mpi, const char * prefix) in cdvd_error_recovery()
1409 cdvd_mrw(struct mpage_info * mpi, const char * prefix) in cdvd_mrw()
1433 disk_notch_parameters(struct mpage_info * mpi, const char * prefix) in disk_notch_parameters()
1837 disk_cache(struct mpage_info * mpi, const char * prefix) in disk_cache()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.starts_with/
Dranges.starts_with.pass.cpp76 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 2))); in test_iterators() local
94 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
112 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 6))); in test_iterators() local
130 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 8))); in test_iterators() local
148 …auto prefix = std::ranges::subrange(Iter2(p.data()), Sent2(Iter2(p.data(… in test_iterators() local
166 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 8))); in test_iterators() local
184 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 2))); in test_iterators() local
208 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.starts_with/
Dranges.starts_with.pass.cpp76 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 2))); in test_iterators() local
94 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
112 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 6))); in test_iterators() local
130 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 8))); in test_iterators() local
148 …auto prefix = std::ranges::subrange(Iter2(p.data()), Sent2(Iter2(p.data(… in test_iterators() local
166 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 8))); in test_iterators() local
184 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 2))); in test_iterators() local
208 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
/external/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
/external/libopus/dnn/torch/osce/
Dcreate_testvectors.py46 def create_adaconv_testvector(prefix, adaconv, num_frames, debug=False): argument
65 def create_adacomb_testvector(prefix, adacomb, num_frames, debug=False): argument
86 def create_adashape_testvector(prefix, adashape, num_frames): argument
103 def create_feature_net_testvector(prefix, model, num_frames): argument
/external/python/cpython3/Lib/
Dpkgutil.py39 def walk_packages(path=None, prefix='', onerror=None): argument
96 def iter_modules(path=None, prefix=''): argument
123 def iter_importer_modules(importer, prefix=''): argument
130 def _iter_file_finder_modules(importer, prefix=''): argument
178 def iter_zipimport_modules(importer, prefix=''): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dtempfile_ext.py12 def NamedTemporaryDirectory(suffix='', prefix='tmp', dir=None): argument
34 def NamedTemporaryFile(mode='w+b', suffix='', prefix='tmp'): argument
48 def TemporaryFileName(prefix='tmp', suffix=''): argument
/external/tink/tools/tinkey/src/main/java/com/google/crypto/tink/tinkey/
DTinkeyTestKmsClient.java45 private TinkeyTestKmsClient(String prefix) { in TinkeyTestKmsClient()
49 static KmsClient createForPrefix(String prefix) { in createForPrefix()
53 private final String prefix; field in TinkeyTestKmsClient
66 private static String stripPrefix(String prefix, String str) throws GeneralSecurityException { in stripPrefix()

12345678910>>...132