Home
last modified time | relevance | path

Searched refs:include_path (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Dconvert_binary_to_cc_source.py39 include_path=None, argument
73 if include_path is not None:
75 include_path=include_path)
/external/bcc/tests/python/
Dtest_usdt3.py90include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu…
100 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + a_obj + " " + a_src), 0)
101 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + b_obj + " " + b_src), 0)
104 …self.assertEqual(os.system("gcc -I" + include_path + " " + m_src + " -o " + m_bin + m_linker_opt),…
/external/skqp/gn/
Dfind_headers.py73 include_path = source_as_include[0] variable
74 if key not in headers or len(include_path) < len(headers[key].include):
75 headers[key] = Header(source, include_path)
/external/skia/gn/
Dfind_headers.py75 include_path = source_as_include[0] variable
76 if key not in headers or len(include_path) < len(headers[key].include):
77 headers[key] = Header(source, include_path)
/external/protobuf/benchmarks/php/
Dautoload.php9 function protobuf_autoloader_impl($class, $prefix, $include_path) { argument
12 … $path = $include_path . '/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuild_def.bzl39 A struct with 'header' and 'include_path' fields that
42 include_path = "%s_tf_generated_kernel_header" % name
43 header = include_path + "/ops_to_register.h"
52 list_ops_output = include_path + "/list_flex_ops"
87 return struct(include_path = include_path, header = header)
135 CUSTOM_KERNEL_HEADER.include_path,
/external/llvm-project/libcxx/utils/
Dgenerate_feature_test_macro_components.py13 include_path = os.path.join(src_root, 'include')
14 assert os.path.exists(include_path)
21 return script_name, src_root, include_path, docs_path, macro_test_path
24 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
27 h_path = os.path.join(include_path, h)
672 version_header_path = os.path.join(include_path, 'version')
/external/tensorflow/tensorflow/lite/python/
Dconvert_file_to_c_source.py61 include_path=FLAGS.include_path,
Dconvert_file_to_c_source_test.sh36 --include_path="some/guard.h" \
Dutil.py465 include_path=None, argument
499 if include_path is not None:
501 include_path=include_path)
Dutil_test.py177 include_path="my/guard.h",
/external/perfetto/test/stress_test/configs/
DBUILD.gn17 config("include_path") {
53 public_configs = [ ":include_path" ]
/external/minijail/tools/
Dparser.py614 include_path = tokens.pop(0)
615 if include_path.type != 'PATH':
617 'invalid include path', token=include_path)
623 include_path.value))
626 'Could not @include %s' % include_filename, token=include_path)
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc143 for (const auto& include_path : *include_paths) { in generate_code()
144 source_tree->MapPath("", include_path); in generate_code()
D_protoc_compiler.pyx39 vector[string]* include_path,
44 vector[string]* include_path,
/external/rust/crates/grpcio-sys/grpc/third_party/py/
Dpython_configure.bzl252 include_path = result.stdout.splitlines()[0]
259 "main_header = os.path.join('{}', 'Python.h');".format(include_path) +
266 return include_path
/external/grpc-grpc/src/python/grpcio/
Dcommands.py238 include_path=[
/external/llvm-project/llvm/tools/llvm-ml/
DOpts.td38 def include_path : MLJoinedOrSeparate<"I">,
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1241 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,)
1250 for p in (include_path, lib_path):
1285 for p in (include_path, lib_path):
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1331 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,)
1340 for p in (include_path, lib_path):
1382 for p in (include_path, lib_path):
/external/tensorflow/third_party/flatbuffers/
Dbuild_defs.bzl555 for include_path in {include_paths}; do
556 flatc_arg_I="$$flatc_arg_I -I $$schemas/$$include_path"
/external/tflite-support/third_party/flatbuffers/
Dbuild_defs.bzl534 for include_path in {include_paths}; do
535 flatc_arg_I="$$flatc_arg_I -I $$schemas/$$include_path"
/external/protobuf/benchmarks/
DMakefile.am561 …p/protobuf.js && node generate_pbjs_files.js --target static-module --include_path=$$OLDDIR -o gen…
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1001 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules() local
1003 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()