Home
last modified time | relevance | path

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

12345678910>>...78

/external/python/cpython3/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
/external/tensorflow/tensorflow/core/kernels/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/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/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/perfetto/src/trace_processor/
Dforwarding_trace_parser_unittest.cc26 const uint8_t prefix[] = ""; in TEST() local
31 const uint8_t prefix[] = "{\"traceEvents\":["; in TEST() local
36 const uint8_t prefix[] = "# ninja log v5\n"; in TEST() local
41 const uint8_t prefix[] = "\n{ \"traceEvents\": ["; in TEST() local
47 const uint8_t prefix[] = "[{"; in TEST() local
52 const uint8_t prefix[] = {0x0a, 0x00}; // An empty TracePacket. in TEST() local
57 const uint8_t prefix[] = {0x10, 0x00, 0x04, 0x46, 0x78, 0x54, 0x16, 0x00}; in TEST() local
62 const uint8_t prefix[] = {0x42, 0x4d, 0x1e, 0x00, 0x00, 0x00, 0x00, in TEST() local
/external/mesa3d/src/intel/common/
Dgen_sample_positions.h34 #define GEN_SAMPLE_POS_1X(prefix) \ argument
44 #define GEN_SAMPLE_POS_2X(prefix) \ argument
58 #define GEN_SAMPLE_POS_4X(prefix) \ argument
90 #define GEN_SAMPLE_POS_8X(prefix) \ argument
129 #define GEN_SAMPLE_POS_16X(prefix) \ argument
/external/libabigail/tests/
Dtest-ir-walker.cc72 string prefix; in build_level_prefix() local
80 string prefix = build_level_prefix(); in visit_begin() local
91 string prefix = build_level_prefix(); in visit_end() local
100 string prefix = build_level_prefix(); in visit_begin() local
111 string prefix = build_level_prefix(); in visit_end() local
120 string prefix = build_level_prefix(); in visit_begin() local
136 string prefix = build_level_prefix(); in visit_begin() 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/cpython2/Lib/lib-tk/
DFixTk.py49 prefix = os.path.join(sys.prefix,"tcl") variable
55 prefix = os.path.join(sys.prefix, "externals", tcltk, "lib") variable
56 prefix = os.path.abspath(prefix) variable
59 prefix = convert_path(prefix) variable
/external/python/cpython3/Modules/_sha3/kcp/
DKeccakSponge.c25 #define prefix KeccakWidth200 macro
43 #define prefix KeccakWidth400 macro
61 #define prefix KeccakWidth800 macro
79 #define prefix KeccakWidth1600 macro
/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/mesa3d/src/mapi/
Dmapi_abi.py261 def c_public_declarations(self, prefix): argument
280 def _c_function(self, ent, prefix, mangle=False, stringify=False): argument
292 def _c_function_call(self, ent, prefix): argument
305 def _c_decl(self, ent, prefix, mangle=False, export=''): argument
323 def c_public_dispatches(self, prefix, no_hidden): argument
359 def c_public_initializer(self, prefix): argument
389 def c_stub_initializer(self, prefix, pool_offsets): argument
398 def c_noop_functions(self, prefix, warn_prefix): argument
429 def c_noop_initializer(self, prefix, use_generic): argument
441 def c_asm_gcc(self, prefix, no_hidden): argument
/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h33 const grpc::string& prefix) { in GetCommentsHelper()
88 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments()
92 grpc::string GetTrailingComments(const grpc::string prefix) const { in GetTrailingComments()
117 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments()
121 grpc::string GetTrailingComments(const grpc::string prefix) const { in GetTrailingComments()
180 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments()
184 grpc::string GetTrailingComments(const grpc::string prefix) const { in GetTrailingComments()
/external/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
/external/python/cpython2/Modules/_ctypes/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
100 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): argument
125 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix… argument
/external/rust/crates/grpcio-sys/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()
/external/desugar/java/com/google/devtools/build/android/desugar/io/
DCoreLibraryRewriter.java29 private final String prefix; field in CoreLibraryRewriter
31 public CoreLibraryRewriter(String prefix) { in CoreLibraryRewriter()
103 private final String prefix; field in CoreLibraryRewriter.PrefixingClassReader
105 PrefixingClassReader(InputStream content, String prefix) throws IOException { in PrefixingClassReader()
145 private String prefix(String typeName) { in prefix() method in CoreLibraryRewriter.PrefixingClassReader
/external/autotest/client/site_tests/platform_PrinterPpds/
Darchiver.py106 def save_file(self, prefix, name, content, apply_gzip=False): argument
136 def copy_file(self, prefix, name, path_file, apply_gzip=False): argument
153 def move_file(self, prefix, name, path_file, apply_gzip=False): argument
179 def finalize_prefix(self, prefix): argument
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
Dreport.py63 def assemble_cover(args, prefix, fragments): argument
162 def bug_report(output_dir, prefix): argument
209 def crash_report(output_dir, prefix): argument
397 def prettify_bug(prefix, output_dir): argument
412 def prettify_crash(prefix, output_dir): argument
442 def chop(prefix, filename): argument
/external/fonttools/Lib/fontTools/misc/
Dfilenames.py33 def userNameToFileName(userName, existing=[], prefix="", suffix=""): argument
136 def handleClash1(userName, existing=[], prefix="", suffix=""): argument
192 def handleClash2(existing=[], prefix="", suffix=""): argument
/external/fonttools/Lib/fontTools/ufoLib/
Dfilenames.py18 def userNameToFileName(userName: str, existing=[], prefix="", suffix=""): argument
106 def handleClash1(userName, existing=[], prefix="", suffix=""): argument
162 def handleClash2(existing=[], prefix="", suffix=""): argument
/external/strace/
Dprint_statfs.c34 print_statfs_type(const char *const prefix, const unsigned long long magic) in print_statfs_type()
42 print_statfs_flags(const char *const prefix, const unsigned long long flags) in print_statfs_flags()
52 print_statfs_number(const char *const prefix, const unsigned long long number) in print_statfs_number()
/external/clang/tools/scan-build-py/libscanbuild/
Dreport.py99 def assemble_cover(output_dir, prefix, args, fragments): argument
199 def bug_report(output_dir, prefix): argument
246 def crash_report(output_dir, prefix): argument
428 def prettify_bug(prefix, output_dir): argument
443 def prettify_crash(prefix, output_dir): argument
473 def chop(prefix, filename): argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DLogWriter.java33 protected String prefix; field in LogWriter
40 public LogWriter(String prefix) { in LogWriter()
59 public synchronized void setPrefix(String prefix) { in setPrefix()

12345678910>>...78