/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | process_lines_pass.cpp | 42 uint32_t file_id = 0; in ProcessLines() local 47 modified |= line_process_func_(&inst, &file_id, &line, &col); in ProcessLines() 50 modified |= line_process_func_(&function.DefInst(), &file_id, &line, &col); in ProcessLines() 52 [this, &modified, &file_id, &line, &col](Instruction* param) { in ProcessLines() 53 modified |= line_process_func_(param, &file_id, &line, &col); in ProcessLines() 57 line_process_func_(block.GetLabelInst(), &file_id, &line, &col); in ProcessLines() 59 modified |= line_process_func_(&inst, &file_id, &line, &col); in ProcessLines() 66 file_id = 0; in ProcessLines() 68 modified |= line_process_func_(function.EndInst(), &file_id, &line, &col); in ProcessLines() 73 bool ProcessLinesPass::PropagateLine(Instruction* inst, uint32_t* file_id, in PropagateLine() argument [all …]
|
D | process_lines_pass.h | 63 bool PropagateLine(Instruction* inst, uint32_t* file_id, uint32_t* line, 72 bool EliminateDeadLines(Instruction* inst, uint32_t* file_id, uint32_t* line,
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | process_lines_pass.cpp | 42 uint32_t file_id = 0; in ProcessLines() local 47 modified |= line_process_func_(&inst, &file_id, &line, &col); in ProcessLines() 50 modified |= line_process_func_(&function.DefInst(), &file_id, &line, &col); in ProcessLines() 52 [this, &modified, &file_id, &line, &col](Instruction* param) { in ProcessLines() 53 modified |= line_process_func_(param, &file_id, &line, &col); in ProcessLines() 57 line_process_func_(block.GetLabelInst(), &file_id, &line, &col); in ProcessLines() 59 modified |= line_process_func_(&inst, &file_id, &line, &col); in ProcessLines() 66 file_id = 0; in ProcessLines() 68 modified |= line_process_func_(function.EndInst(), &file_id, &line, &col); in ProcessLines() 73 bool ProcessLinesPass::PropagateLine(Instruction* inst, uint32_t* file_id, in PropagateLine() argument [all …]
|
D | process_lines_pass.h | 62 bool PropagateLine(Instruction* inst, uint32_t* file_id, uint32_t* line, 71 bool EliminateDeadLines(Instruction* inst, uint32_t* file_id, uint32_t* line,
|
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/ |
D | enterprise_SmbProviderDaemon.py | 104 file_id = self._check_open_file(mount_id, test_file, False) 105 self._check_close_file(mount_id, file_id) 108 file_id = self._check_open_file(mount_id, test_file, False) 109 self._check_close_file(mount_id, file_id) 112 file_id = self._check_open_file(mount_id, test_file, True) 116 self._check_write_file(mount_id, file_id, 0, data) 119 read_data = self._check_read_file(mount_id, file_id, 0, len(data)) 122 self._check_close_file(mount_id, file_id) 261 error, file_id = self._smbprovider.open_file(mount_id, 264 if file_id < 0: [all …]
|
/external/autotest/client/common_lib/cros/ |
D | smbprovider.py | 258 def close_file(self, mount_id, file_id): argument 269 logging.info("Closing file: %s", file_id) 275 proto.file_id = file_id 281 def read_file(self, mount_id, file_id, offset, length): argument 295 logging.info("Reading file: %s", file_id) 302 proto.file_id = file_id 416 def write_file(self, mount_id, file_id, offset, data): argument 429 logging.info("Writing to file: %s", file_id) 435 proto.file_id = file_id
|
/external/autotest/server/site_tests/p2p_EndToEndTest/ |
D | p2p_EndToEndTest.py | 43 def run_once(self, dut, file_id, is_master, peers, barrier): argument 46 file_id = '%s-%s' % (P2P_TEST_PREFIX, file_id) 47 file_temp_name = os.path.join(P2P_PATH, file_id + '.tmp') 48 file_shared_name = os.path.join(P2P_PATH, file_id + '.p2p') 104 ret = dut.run('p2p-client --get-url=%s' % file_id)
|
D | control | 41 file_id=file_id, 50 file_id = "%s-%s" % (time.strftime("%Y%m%d-%H%M"), uuid.uuid4())
|
/external/ltp/testcases/kernel/fs/inode/ |
D | inode01.c | 96 int file_id; variable 352 file_id = creat(new_string, FILE_MODE); in generate() 353 if (file_id == -1) { in generate() 372 write(file_id, new_string, len); in generate() 381 close(file_id); in generate() 502 file_id = open(path_string, READ); in check() 503 if (file_id <= 0) { in check() 520 read(file_id, read_string, len); in check() 538 close(file_id); in check() 692 close(file_id); in term()
|
D | inode02.c | 82 int file_id; variable 449 file_id = creat(new_string, FILE_MODE); in generate() 450 if (file_id == -1) { in generate() 470 write(file_id, new_string, len); in generate() 478 close(file_id); in generate() 603 file_id = open(path_string, READ); in check() 604 if (file_id <= 0) { in check() 622 read(file_id, read_string, len); in check() 639 close(file_id); in check() 799 close(file_id); in term()
|
/external/autotest/client/cros/netprotos/ |
D | cros_p2p.py | 40 def add_file(self, file_id, file_size, announce=False): argument 48 self._files[file_id] = file_size 52 def remove_file(self, file_id, announce=False): argument 59 del self._files[file_id] 80 for file_id, file_size in self._files.iteritems(): 81 txts.append('id_%s=%d' % (file_id, file_size))
|
/external/google-breakpad/src/tools/solaris/dump_syms/ |
D | Makefile | 43 DUMP_OBJ=dump_symbols.o guid_creator.o dump_syms.o file_id.o md5.o 54 file_id.o:../../../common/solaris/file_id.cc
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_debug.cpp | 46 const auto file_id = inst->GetOperandAs<uint32_t>(0); in ValidateLine() local 47 const auto file = _.FindDef(file_id); in ValidateLine() 50 << "OpLine Target <id> '" << _.getIdName(file_id) in ValidateLine()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_debug.cpp | 46 const auto file_id = inst->GetOperandAs<uint32_t>(0); in ValidateLine() local 47 const auto file = _.FindDef(file_id); in ValidateLine() 50 << "OpLine Target <id> '" << _.getIdName(file_id) in ValidateLine()
|
/external/clang/test/CodeGenCXX/ |
D | member-init-assignment.cpp | 5 unsigned file_id; member 10 Foo::Foo(unsigned arg) : file_id(arg = 42) in Foo()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_remote.py | 67 file_id=_string_to_id(file_path, string_to_id), 91 file_ids.add(trace.file_id) 92 non_tf_files = (id_to_string[file_id] for file_id in file_ids)
|
/external/google-breakpad/src/common/ |
D | common.gyp | 98 'linux/file_id.cc', 99 'linux/file_id.h', 124 'mac/file_id.cc', 125 'mac/file_id.h', 155 'solaris/file_id.cc', 156 'solaris/file_id.h',
|
/external/google-breakpad/src/client/mac/handler/minidump_test.xcodeproj/ |
D | project.pbxproj | 47 …D2F651000BEF947200920385 /* file_id.cc in Sources */ = {isa = PBXBuildFile; fileRef = D2F650FA0BEF… 48 …D2F651010BEF947200920385 /* file_id.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = D2F650FB0BE… 62 …D2F6511D0BEF973500920385 /* file_id.cc in Sources */ = {isa = PBXBuildFile; fileRef = D2F650FA0BEF… 69 …F93A88800E8B4C8C0026AF89 /* file_id.cc in Sources */ = {isa = PBXBuildFile; fileRef = D2F650FA0BEF… 98 D2F651010BEF947200920385 /* file_id.h in CopyFiles */, 137 …file_id.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp… 138 …/* file_id.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; … 253 D2F650FA0BEF947200920385 /* file_id.cc */, 254 D2F650FB0BEF947200920385 /* file_id.h */, 552 D2F651000BEF947200920385 /* file_id.cc in Sources */, [all …]
|
/external/clang/test/FixIt/ |
D | selector-fixit.m | 11 - (void) open : (id) file_id; 23 - (void) open : (id) file_id {}
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | MatrixMarketIterator.h | 175 std::ifstream file_id(file.c_str()); in Fileexists() 176 if (!file_id.good() ) in Fileexists() 182 file_id.close(); in Fileexists()
|
/external/google-breakpad/src/processor/ |
D | source_line_resolver_base_types.h | 71 Line(MemAddr addr, MemAddr code_size, int file_id, int source_line) in Line() 74 , source_file_id(file_id) in Line()
|
/external/google-breakpad/src/client/ios/Breakpad.xcodeproj/ |
D | project.pbxproj | 40 …16C7CE83147D4A4300776EAD /* file_id.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16C7CC93147D… 41 …16C7CE84147D4A4300776EAD /* file_id.h in Headers */ = {isa = PBXBuildFile; fileRef = 16C7CC94147D4… 94 …147D4A4300776EAD /* file_id.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 95 …94147D4A4300776EAD /* file_id.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 288 16C7CC93147D4A4300776EAD /* file_id.cc */, 289 16C7CC94147D4A4300776EAD /* file_id.h */, 333 16C7CE84147D4A4300776EAD /* file_id.h in Headers */, 423 16C7CE83147D4A4300776EAD /* file_id.cc in Sources */,
|
/external/wpa_supplicant_8/src/utils/ |
D | pcsc_funcs.c | 252 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, 256 static int scard_select_file(struct scard_data *scard, unsigned short file_id, 806 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, in _scard_select_file() argument 824 wpa_printf(MSG_DEBUG, "SCARD: select file %04x", file_id); in _scard_select_file() 835 cmd[5] = file_id >> 8; in _scard_select_file() 836 cmd[6] = file_id & 0xff; in _scard_select_file() 887 static int scard_select_file(struct scard_data *scard, unsigned short file_id, in scard_select_file() argument 890 return _scard_select_file(scard, file_id, buf, buf_len, in scard_select_file()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_proxy_qmi_oc.c | 493 qmi_read_trans_req.file_id.file_id = 0x6F07; in wpa_qmi_read_card_imsi() 494 qmi_read_trans_req.file_id.path_len = 4; in wpa_qmi_read_card_imsi() 508 qmi_read_trans_req.file_id.path[0] = 0x00; in wpa_qmi_read_card_imsi() 509 qmi_read_trans_req.file_id.path[1] = 0x3F; in wpa_qmi_read_card_imsi() 510 qmi_read_trans_req.file_id.path[2] = 0xFF; in wpa_qmi_read_card_imsi() 511 qmi_read_trans_req.file_id.path[3] = 0x7F; in wpa_qmi_read_card_imsi() 516 qmi_read_trans_req.file_id.path[0] = 0x00; in wpa_qmi_read_card_imsi() 517 qmi_read_trans_req.file_id.path[1] = 0x3F; in wpa_qmi_read_card_imsi() 518 qmi_read_trans_req.file_id.path[2] = 0x20; in wpa_qmi_read_card_imsi() 519 qmi_read_trans_req.file_id.path[3] = 0x7F; in wpa_qmi_read_card_imsi() [all …]
|
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/ |
D | ag_vs_eager_mnist_speed_test.ipynb | 622 "file_id": "1tAQW5tHUgAc8M4-iwwJm6Xs6dV9nEqtD", 626 "file_id": "18dCjshrmHiPTIe1CNsL8tnpdGkuXgpM9", 630 "file_id": "1DcfimonWU11tmyivKBGVrbpAl3BIOaRG", 634 "file_id": "1wCZUh73zTNs1jzzYjqoxMIdaBWCdKJ2K", 638 "file_id": "1_HpC-RrmIv4lNaqeoslUeWaX8zH5IXaJ", 642 "file_id": "1mjO2fQ2F9hxpAzw2mnrrUkcgfb7xSGW-",
|