/external/selinux/checkpolicy/ |
D | policy_scan.l | 42 char source_file[PATH_MAX]; variable 288 if (source_file[0]) 290 source_file, source_lineno); 304 if (source_file[0]) 306 source_file, source_lineno); 320 strncpy(source_file, name, sizeof(source_file)-1); 321 source_file[sizeof(source_file)-1] = '\0'; 322 if (strlen(source_file) && source_file[strlen(source_file)-1] == '"') 323 source_file[strlen(source_file)-1] = '\0';
|
/external/google-breakpad/src/processor/ |
D | basic_source_line_resolver_unittest.cc | 536 long source_file; in TEST() local 540 &line_number, &source_file)); in TEST() 544 EXPECT_EQ(4, source_file); in TEST() 549 &line_number, &source_file)); in TEST() 553 EXPECT_EQ(4, source_file); in TEST() 558 &line_number, &source_file)); in TEST() 562 EXPECT_EQ(4, source_file); in TEST() 571 long source_file; in TEST() local 576 &line_number, &source_file)); in TEST() 580 &line_number, &source_file)); in TEST() [all …]
|
D | basic_source_line_resolver.cc | 339 long source_file; in ParseLine() local 342 &source_file)) { in ParseLine() 343 return new Line(address, size, source_file, line_number); in ParseLine() 528 long *source_file) { in ParseLine() argument 551 *source_file = strtol(tokens[3], &after_number, 10); in ParseLine() 552 if (!IsValidAfterNumber(after_number) || *source_file < 0 || in ParseLine() 553 *source_file == std::numeric_limits<long>::max()) { in ParseLine()
|
/external/autotest/client/tests/kvm/tests/ |
D | floppy.py | 48 source_file = params.get("source_file") 59 session.cmd("%s %s %s" % (params.get("copy_cmd"), source_file, 61 logging.info("Succeed to copy file '%s' into floppy disk" % source_file) 64 session.cmd("%s %s %s" % (params.get("diff_file_cmd"), source_file,
|
/external/webrtc/tools/sslroots/ |
D | generate_sslroots.py | 57 def _SplitCrt(source_file, options): argument 60 root_dir = os.path.dirname(os.path.abspath(source_file)) + '/' 62 f = open(source_file) 131 def _CreateCertSection(root_dir, source_file, label, options): argument 132 command = 'openssl x509 -in %s%s -noout -C' %(root_dir, source_file)
|
/external/v8/tools/ |
D | verify_source_deps.py | 87 for source_file in itertools.chain( 90 if source_file not in values: 91 yield source_file
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | file_utils.py | 20 for source_file in source_files: 21 with open(source_file, 'r') as source_f:
|
/external/ImageMagick/coders/ |
D | mpeg.c | 365 source_file; in CopyDelegateFile() local 400 source_file=open_utf8(source,O_RDONLY | O_BINARY,0); in CopyDelegateFile() 401 if (source_file == -1) in CopyDelegateFile() 407 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0)) in CopyDelegateFile() 413 (void) close(source_file); in CopyDelegateFile() 420 count=(ssize_t) read(source_file,buffer,quantum); in CopyDelegateFile() 429 (void) close(source_file); in CopyDelegateFile()
|
D | Make.com | 169 $source_file=f$search(f$parse(p1,".c")) 170 $if (source_file .nes. "") 172 $ object_file=f$parse(source_file,,,"name")+".obj" 177 $ source_time=f$file_attribute(source_file,"cdt")
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | runner.py | 119 source_file = htmlutil.GetScriptLines(source) 121 source_file = source 123 token, tokenizer_mode = _Tokenize(source_file)
|
/external/libxml2/vms/ |
D | build_libxml.com | 241 $ source_file = p1 242 $ name = f$parse(source_file,,,"NAME") 248 $ cc_command'p2' /object='object_file 'source_file'
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler_unittest.cc | 28 FILE* source_file, std::string out_name, 341 FILE* source_file, std::string out_name, in ScaleSequence() argument 352 rewind(source_file); in ScaleSequence() 365 while (feof(source_file) == 0) { in ScaleSequence() 366 if (fread(frame_buffer.get(), 1, src_required_size, source_file) != in ScaleSequence()
|
/external/e2fsprogs/lib/ss/ |
D | test_ss.c | 34 static int source_file(const char *cmd_file, int sci_idx) in source_file() function 129 exit_status = source_file(cmd_file, sci_idx); in main()
|
/external/libcxx/test/libcxx/ |
D | compiler.py | 99 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument 101 if not isinstance(source_file, str): 111 source_file, object_file, flags=flags, env=env, cwd=cwd)
|
/external/ImageMagick/MagickCore/ |
D | utility.c | 158 source_file; in AcquireUniqueSymbolicLink() local 200 source_file=open_utf8(source,O_RDONLY | O_BINARY,0); in AcquireUniqueSymbolicLink() 201 if (source_file == -1) in AcquireUniqueSymbolicLink() 208 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0)) in AcquireUniqueSymbolicLink() 213 (void) close(source_file); in AcquireUniqueSymbolicLink() 220 count=(ssize_t) read(source_file,buffer,quantum); in AcquireUniqueSymbolicLink() 228 (void) close(source_file); in AcquireUniqueSymbolicLink() 235 (void) close(source_file); in AcquireUniqueSymbolicLink()
|
D | delegate.c | 1556 source_file; in CopyDelegateFile() local 1591 source_file=open_utf8(source,O_RDONLY | O_BINARY,0); in CopyDelegateFile() 1592 if (source_file == -1) in CopyDelegateFile() 1598 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0)) in CopyDelegateFile() 1603 (void) close(source_file); in CopyDelegateFile() 1610 count=(ssize_t) read(source_file,buffer,quantum); in CopyDelegateFile() 1619 (void) close(source_file); in CopyDelegateFile()
|
D | Make.com | 170 $source_file=f$search(f$parse(p1,".c"))
|
/external/selinux/policycoreutils/.tx/ |
D | config | 6 source_file = po/policycoreutils.pot
|
/external/opencv3/cmake/FindCUDA/ |
D | run_nvcc.cmake | 59 set(source_file "@source_file@") # path variable 187 "${source_file}" 240 "${source_file}" 269 "${source_file}"
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | generate_python_test.py | 79 source_file = open(file_name, 'wt') 81 generate_python.format_python_file(file_descriptor, source_file) 83 source_file.close()
|
/external/webrtc/ |
D | PRESUBMIT.py | 242 source_file = file_list_match.group(0) 243 if 'overrides/' not in source_file: 244 violating_source_entries.append(source_file)
|
/external/e2fsprogs/tests/progs/ |
D | test_icount.c | 246 static int source_file(const char *cmd_file, int sci_idx) in source_file() function 356 exit_status = source_file(cmd_file, sci_idx); in main()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | basic_source_line_resolver.h | 119 long *source_file); // out
|
/external/libchrome/base/files/ |
D | file_path_watcher_unittest.cc | 254 FilePath source_file(temp_dir_.path().AppendASCII("source")); in TEST_F() local 255 ASSERT_TRUE(WriteFile(source_file, "content")); in TEST_F() 262 ASSERT_TRUE(base::Move(source_file, test_file())); in TEST_F() 620 FilePath source_file(source_subdir.AppendASCII("file")); in TEST_F() local 627 ASSERT_TRUE(WriteFile(source_file, "content")); in TEST_F()
|
/external/vulkan-validation-layers/ |
D | vk_layer_documentation_generate.py | 193 def __init__(self, source_file): argument 194 self.layer_doc_filename = source_file
|