/external/selinux/policycoreutils/.tx/ |
config | 6 source_file = po/policycoreutils.pot
|
/toolchain/binutils/binutils-2.25/gprof/ |
source.h | 26 typedef struct source_file 28 struct source_file *next; 35 Source_File; 46 extern Source_File *first_src_file; 49 extern Source_File *source_file_lookup_path (const char *); 50 extern Source_File *source_file_lookup_name (const char *); 61 (Source_File *sf, unsigned int max_width, 25 typedef struct source_file struct
|
source.c | 35 Source_File *first_src_file = 0; 38 Source_File * 41 Source_File *sf; 52 sf = (Source_File *) xmalloc (sizeof (*sf)); 65 Source_File * 69 Source_File *sf; 93 annotate_source (Source_File *sf, unsigned int max_width,
|
/external/selinux/checkpolicy/ |
policy_scan.l | 42 char source_file[PATH_MAX]; 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] == '"' [all...] |
/external/chromium-trace/catapult/devil/devil/utils/ |
file_utils.py | 20 for source_file in source_files: 21 with open(source_file, 'r') as source_f:
|
/external/autotest/client/tests/kvm/tests/ |
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/ |
generate_sslroots.py | 57 def _SplitCrt(source_file, options): 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): 132 command = 'openssl x509 -in %s%s -noout -C' %(root_dir, source_file)
|
/bootable/recovery/applypatch/ |
applypatch.cpp | 42 static int GenerateTarget(FileContents* source_file, 653 FileContents source_file; local 657 // We try to load the target file into the source_file object. 658 if (LoadFileContents(target_filename, &source_file) == 0) { 659 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_LENGTH) == 0) { 667 if (source_file.data.empty() || 672 source_file.data.clear(); 673 LoadFileContents(source_filename, &source_file); 676 if (!source_file.data.empty()) { 677 int to_use = FindMatchingPatch(source_file.sha1, patch_sha1_str, num_patches) 728 FileContents source_file; local [all...] |
/external/curl/docs/libcurl/opts/ |
CURLOPT_QUOTE.3 | 57 .IP "ln source_file target_file" 59 pointing to the source_file location. 72 .IP "symlink source_file target_file"
|
/external/v8/tools/ |
verify_source_deps.py | 87 for source_file in itertools.chain( 90 if source_file not in values: 91 yield source_file
|
/external/google-breakpad/src/processor/ |
basic_source_line_resolver_unittest.cc | 536 long source_file; local 540 &line_number, &source_file)); 544 EXPECT_EQ(4, source_file); 549 &line_number, &source_file)); 553 EXPECT_EQ(4, source_file); 558 &line_number, &source_file)); 562 EXPECT_EQ(4, source_file); 571 long source_file; local 576 &line_number, &source_file)); 580 &line_number, &source_file)); [all...] |
/external/icu/icu4c/source/config/ |
mh-cygwin-msvc | 133 SOURCE_FILE=$< 135 SOURCE_FILE=$(shell cygpath -dma $<)#M# 140 $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS) -Fo$@ $(SOURCE_FILE) 142 $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -Fo$@ $(SOURCE_FILE) 145 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -Fo$@ $(SOURCE_FILE) 147 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -Fo$@ $(SOURCE_FILE) 178 rc.exe -fo$@ $(CPPFLAGS) $(SOURCE_FILE)
|
/external/ImageMagick/MagickCore/ |
Make.com | 170 $source_file=f$search(f$parse(p1,".c")) 171 $if (source_file .nes. "") 173 $ object_file=f$parse(source_file,,,"name")+".obj" 178 $ source_time=f$file_attribute(source_file,"cdt") 186 [-.tiff],[-.ttf],[-.zlib]) 'source_file'
|
/external/ImageMagick/coders/ |
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") 185 [-.tiff],[-.ttf],[-.zlib]) 'source_file'
|
/external/e2fsprogs/lib/ss/ |
test_ss.c | 34 static int source_file(const char *cmd_file, int sci_idx) function 129 exit_status = source_file(cmd_file, sci_idx);
|
/art/compiler/debug/ |
elf_debug_writer.cc | 54 const char* source_file = mi.dex_file->GetSourceFile(dex_class_def); local 55 if (compilation_units.empty() || source_file != last_source_file) { 65 last_source_file = source_file;
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
runner.py | 119 source_file = htmlutil.GetScriptLines(source) 121 source_file = source 123 token, tokenizer_mode = _Tokenize(source_file)
|
/external/libcxx/test/libcxx/ |
compiler.py | 99 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, 101 if not isinstance(source_file, str): 111 source_file, object_file, flags=flags, env=env, cwd=cwd)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ |
compiler.py | 99 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, 101 if not isinstance(source_file, str): 111 source_file, object_file, flags=flags, env=env, cwd=cwd)
|
/external/ImageMagick/ |
Make.com | 246 $source_file=f$search(f$parse(p1,".c")) 247 $if (source_file .nes. "") 249 $ object_file=f$parse(source_file,,,"name")+".obj" 254 $ source_time=f$file_attribute(source_file,"cdt") 261 $ cc'compile_options'/include_directory=[-.magickcore] 'source_file'
|
/external/opencv3/cmake/FindCUDA/ |
run_nvcc.cmake | 59 set(source_file "@source_file@") # path 187 "${source_file}" 240 "${source_file}" 269 "${source_file}"
|
/external/webrtc/webrtc/common_video/libyuv/ |
scaler_unittest.cc | 28 FILE* source_file, std::string out_name, 341 FILE* source_file, std::string out_name, 352 rewind(source_file); 365 while (feof(source_file) == 0) { 366 if (fread(frame_buffer.get(), 1, src_required_size, source_file) !=
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
MixinEmitter.java | 46 Constants.SOURCE_FILE);
|
/art/runtime/mirror/ |
throwable.cc | 114 const char* source_file = method->GetDeclaringClassSourceFile(); local 116 source_file, line_number);
|
/external/google-breakpad/src/google_breakpad/processor/ |
basic_source_line_resolver.h | 114 // |*source_file|. 119 long *source_file); // out
|