Home
last modified time | relevance | path

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

12

/external/selinux/checkpolicy/
Dpolicy_scan.l42 char source_file[PATH_MAX]; variable
290 if (source_file[0])
292 source_file, source_lineno);
306 if (source_file[0])
308 source_file, source_lineno);
322 strncpy(source_file, name, sizeof(source_file)-1);
323 source_file[sizeof(source_file)-1] = '\0';
324 if (strlen(source_file) && source_file[strlen(source_file)-1] == '"')
325 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/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/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/libmojo/third_party/catapult/devil/devil/utils/
Dfile_utils.py20 for source_file in source_files:
21 with open(source_file, 'r') as source_f:
/external/v8/tools/clang/scripts/
Dtest_tool.py115 actual_files = ['-'.join([source_file.rsplit('-', 1)[0], 'actual.cc'])
116 for source_file in source_files]
117 expected_files = ['-'.join([source_file.rsplit('-', 1)[0], 'expected.cc'])
118 for source_file in source_files]
/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/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc242 EXPECT_EQ("path_1", foo->source_file()); in TEST()
243 EXPECT_EQ("path_2", bar->source_file()); in TEST()
282 EXPECT_EQ("path_1", foo->source_file()); in TEST()
283 EXPECT_EQ("path_2", bar->source_file()); in TEST()
309 EXPECT_EQ("path", foobar->source_file()); in TEST()
334 EXPECT_EQ("path", bazbam->source_file()); in TEST()
358 EXPECT_EQ("path", bar->source_file()); in TEST()
/external/v8/tools/
Dverify_source_deps.py146 for source_file in isources(prefixes):
147 if source_file not in values:
148 yield 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/protobuf/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc158 const GeneratedCodeInfo& info, const string& source_file, in FindAnnotationOnPath() argument
162 if (annotation->source_file() != source_file || in FindAnnotationOnPath()
/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/libcxx/benchmarks/
DCMakeLists.txt97 macro(add_benchmark_test name source_file)
99 add_executable(${libcxx_target} EXCLUDE_FROM_ALL ${source_file})
118 add_executable(${native_target} EXCLUDE_FROM_ALL ${source_file})
/external/googletest/googletest/scripts/
Drelease_docs.py140 source_file = os.path.join(self.wiki_dir, f)
143 text = file(source_file, 'r').read()
/external/e2fsprogs/lib/ss/
Dtest_ss.c35 static int source_file(const char *cmd_file, int sci_idx) in source_file() function
130 exit_status = source_file(cmd_file, sci_idx); in main()
/external/v8/testing/gtest/scripts/
Drelease_docs.py140 source_file = os.path.join(self.wiki_dir, f)
143 text = file(source_file, 'r').read()
/external/v8/src/compiler/
Dgraph-visualizer.cc50 EmbeddedVector<char, 256> source_file(0); in GetVisualizerLogFileName() local
57 SNPrintF(source_file, "%s", str->ToCString().get()); in GetVisualizerLogFileName()
58 std::replace(source_file.start(), in GetVisualizerLogFileName()
59 source_file.start() + source_file.length(), '/', '_'); in GetVisualizerLogFileName()
73 SNPrintF(full_filename, "%s_%s.%s", filename.start(), source_file.start(), in GetVisualizerLogFileName()
77 source_file.start(), phase, suffix); in GetVisualizerLogFileName()
/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()
/external/selinux/policycoreutils/.tx/
Dconfig6 source_file = po/policycoreutils.pot
/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/libcxx/utils/libcxx/
Dcompiler.py179 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument
181 if not isinstance(source_file, str):
191 source_file, object_file, flags=flags, cwd=cwd)
/external/autotest/client/bin/
Dlocal_host_unittest.py194 source_file = os.path.join(self.tmpdir.name, 'file')
195 open(os.path.join(source_file), 'w').close()
199 host.get_file(source_file, dest_file)
/external/python/cpython2/Lib/test/
Dtest_tarfile.py1057 source_file = os.path.join(tempdir,'source')
1059 with open(source_file,'w') as f:
1061 os.symlink(source_file, target_file)
1063 tar.add(source_file, arcname=os.path.basename(source_file))
1087 source_file = os.path.join(tempdir,'source')
1089 with open(source_file,'w') as f:
1091 os.symlink(source_file, target_file)
1096 os.unlink(source_file)
1117 source_file = os.path.join(tempdir,'source')
1119 with open(source_file,'w') as f:
[all …]

12