/external/crosvm/cros_async/src/sys/windows/ |
D | tokio_source.rs | 90 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/ |
D | error.py | 76 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/ |
D | summary_tree.sql | 97 source_file STRING, field 119 source_file, field
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/stacks/ |
D | cpu_profiling.sql | 116 source_file STRING, field 130 source_file, field
|
/external/bazelbuild-rules_rust/examples/env_locations/ |
D | main.rs | 4 let source_file = std::fs::read_to_string(env!("SOURCE_FILE")).unwrap(); in test() localVariable
|
/external/webrtc/tools_webrtc/sslroots/ |
D | generate_sslroots.py | 61 def _SplitCrt(source_file, options): argument 146 def _CreateCertSection(root_dir, source_file, label, options): argument
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | embed_in_header.py | 21 def embed_in_header(source_file, variable_name, dest_header_file): argument
|
/external/AFLplusplus/instrumentation/ |
D | afl-gcc-common.h | 365 std::string source_file = getSourceName(F); in isInInstrumentList() local 445 std::string source_file = getSourceName(F); in isInInstrumentList() local
|
D | afl-llvm-common.cc | 455 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/ |
D | samples.sql | 48 source_file STRING, field
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/appleos/instruments/ |
D | samples.sql | 48 source_file STRING, field
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | jit_tracker_unittest.cc | 90 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/ |
D | annotation_test_util.cc | 103 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/ |
D | annotation_test_util.cc | 103 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/ |
D | annotation_test_util.cc | 103 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationsOnPath() 125 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationOnPath()
|
/external/selinux/checkpolicy/ |
D | policy_scan.l | 61 char source_file[PATH_MAX]; variable
|
/external/avb/tools/ |
D | at_auth_unlock.py | 101 source_file=None): argument 137 def source_file(self): member in UnlockCredentials
|
/external/perfetto/src/trace_redaction/ |
D | trace_redaction_integration_fixture.cc | 34 std::string_view source_file) { in SetSourceTrace()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | pass_utils.h | 33 const char* source_file; member
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | pass_utils.h | 33 const char* source_file; member
|
/external/angle/third_party/spirv-tools/src/test/opt/ |
D | pass_utils.h | 49 const char* source_file; member
|
/external/mesa3d/src/amd/compiler/tests/ |
D | framework.h | 21 const char* source_file; member
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/callstacks/ |
D | stack_profile.sql | 90 s.source_file, field
|
/external/e2fsprogs/lib/ss/ |
D | test_ss.c | 35 static int source_file(const char *cmd_file, int sci_idx) in source_file() function
|
/external/python/bumble/examples/ |
D | run_hfp_gateway.py | 41 source_file: Optional[io.BufferedReader] = None variable
|