Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 25 of 91) sorted by relevance

1234

/external/crosvm/cros_async/src/sys/windows/
Dtokio_source.rs90 source_file: Arc<Mutex<Option<ManuallyDrop<File>>>>, field
98 let source_file = unsafe { ManuallyDrop::new(File::from_raw_descriptor(descriptor)) }; in new() localVariable
129 let source_file = self.source_file.clone(); in fsync() localVariable
148 let source_file = self.source_file.clone(); in punch_hole() localVariable
169 let source_file = self.source_file.clone(); in read_to_mem() localVariable
193 let source_file = self.source_file.clone(); in read_to_vec() localVariable
225 let source_file = self.source_file.clone(); in write_from_mem() localVariable
249 let source_file = self.source_file.clone(); in write_from_vec() localVariable
268 let source_file = self.source_file.clone(); in write_zeroes_at() localVariable
288 let mut source_file = self.source_file.lock(); in drop() localVariable
/external/emboss/compiler/util/
Derror.py76 def error(source_file, location, message): argument
81 def warn(source_file, location, message): argument
86 def note(source_file, location, message): argument
95 def __init__(self, source_file, location, severity, message): argument
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/memory/heap_profile/
Dsummary_tree.sql97 source_file STRING, field
119 source_file, field
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/stacks/
Dcpu_profiling.sql116 source_file STRING, field
130 source_file, field
/external/bazelbuild-rules_rust/examples/env_locations/
Dmain.rs4 let source_file = std::fs::read_to_string(env!("SOURCE_FILE")).unwrap(); in test() localVariable
/external/webrtc/tools_webrtc/sslroots/
Dgenerate_sslroots.py61 def _SplitCrt(source_file, options): argument
146 def _CreateCertSection(root_dir, source_file, label, options): argument
/external/angle/src/libANGLE/renderer/metal/shaders/
Dembed_in_header.py21 def embed_in_header(source_file, variable_name, dest_header_file): argument
/external/AFLplusplus/instrumentation/
Dafl-gcc-common.h365 std::string source_file = getSourceName(F); in isInInstrumentList() local
445 std::string source_file = getSourceName(F); in isInInstrumentList() local
Dafl-llvm-common.cc455 std::string source_file = getSourceName(F); in isInInstrumentList() local
537 std::string source_file = getSourceName(F); in isInInstrumentList() local
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/linux/perf/
Dsamples.sql48 source_file STRING, field
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/appleos/instruments/
Dsamples.sql48 source_file STRING, field
/external/perfetto/src/trace_processor/importers/proto/
Djit_tracker_unittest.cc90 const StringId source_file = context_.storage->InternString("SourceFile"); in TEST_F() local
130 const StringId source_file = context_.storage->InternString("SourceFile"); in TEST_F() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.cc103 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationsOnPath()
125 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationOnPath()
/external/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.cc103 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationsOnPath()
125 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationOnPath()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.cc103 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationsOnPath()
125 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationOnPath()
/external/selinux/checkpolicy/
Dpolicy_scan.l61 char source_file[PATH_MAX]; variable
/external/avb/tools/
Dat_auth_unlock.py101 source_file=None): argument
137 def source_file(self): member in UnlockCredentials
/external/perfetto/src/trace_redaction/
Dtrace_redaction_integration_fixture.cc34 std::string_view source_file) { in SetSourceTrace()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_utils.h33 const char* source_file; member
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_utils.h33 const char* source_file; member
/external/angle/third_party/spirv-tools/src/test/opt/
Dpass_utils.h49 const char* source_file; member
/external/mesa3d/src/amd/compiler/tests/
Dframework.h21 const char* source_file; member
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/callstacks/
Dstack_profile.sql90 s.source_file, field
/external/e2fsprogs/lib/ss/
Dtest_ss.c35 static int source_file(const char *cmd_file, int sci_idx) in source_file() function
/external/python/bumble/examples/
Drun_hfp_gateway.py41 source_file: Optional[io.BufferedReader] = None variable

1234