Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 25 of 39) sorted by relevance

12

/external/selinux/checkpolicy/
Dpolicy_scan.l42 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/
Dbasic_source_line_resolver_unittest.cc536 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 …]
Dbasic_source_line_resolver.cc339 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/
Dfloppy.py48 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/
Dgenerate_sslroots.py57 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/
Dverify_source_deps.py87 for source_file in itertools.chain(
90 if source_file not in values:
91 yield source_file
/external/chromium-trace/catapult/devil/devil/utils/
Dfile_utils.py20 for source_file in source_files:
21 with open(source_file, 'r') as source_f:
/external/ImageMagick/coders/
Dmpeg.c365 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()
DMake.com169 $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/
Drunner.py119 source_file = htmlutil.GetScriptLines(source)
121 source_file = source
123 token, tokenizer_mode = _Tokenize(source_file)
/external/libxml2/vms/
Dbuild_libxml.com241 $ 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/
Dscaler_unittest.cc28 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/
Dtest_ss.c34 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/
Dcompiler.py99 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/
Dutility.c158 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()
Ddelegate.c1556 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()
DMake.com170 $source_file=f$search(f$parse(p1,".c"))
/external/selinux/policycoreutils/.tx/
Dconfig6 source_file = po/policycoreutils.pot
/external/opencv3/cmake/FindCUDA/
Drun_nvcc.cmake59 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/
Dgenerate_python_test.py79 source_file = open(file_name, 'wt')
81 generate_python.format_python_file(file_descriptor, source_file)
83 source_file.close()
/external/webrtc/
DPRESUBMIT.py242 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/
Dtest_icount.c246 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/
Dbasic_source_line_resolver.h119 long *source_file); // out
/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc254 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/
Dvk_layer_documentation_generate.py193 def __init__(self, source_file): argument
194 self.layer_doc_filename = source_file

12