HomeSort by relevance Sort by last modified time
    Searched full:source_file (Results 1 - 25 of 36) sorted by null

1 2

  /external/oprofile/libop/
op_xml_out.h 39 SOURCE_FILE, SOURCE_LINE, CODE_LENGTH,
  /external/icu4c/config/
mh-cygwin-msvc 134 SOURCE_FILE=$<
136 SOURCE_FILE=$(shell cygpath -dma $<)#M#
141 $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS) /Fo$@ $(SOURCE_FILE)
143 $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) /Fo$@ $(SOURCE_FILE)
146 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) /Fo$@ $(SOURCE_FILE)
148 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) /Fo$@ $(SOURCE_FILE)
179 rc.exe /fo$@ $(CPPFLAGS) $(SOURCE_FILE)
  /bootable/recovery/applypatch/
applypatch.c 633 FileContents source_file; local
638 // We try to load the target file into the source_file object.
639 if (LoadFileContents(target_filename, &source_file,
641 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) {
650 if (source_file.data == NULL ||
655 free(source_file.data);
656 LoadFileContents(source_filename, &source_file,
660 if (source_file.data != NULL) {
661 int to_use = FindMatchingPatch(source_file.sha1,
669 free(source_file.data)
    [all...]
  /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);
  /external/icu4c/tools/genprops/misc/
ucdcopy.py 153 for source_file in source_files:
154 basename = os.path.basename(source_file)
165 _unidata_files[basename](source_file, dest_file)
  /external/icu4c/tools/genprops/
ucdcopy.py 153 for source_file in source_files:
154 basename = os.path.basename(source_file)
165 _unidata_files[basename](source_file, dest_file)
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 229 FilePath source_file(temp_dir_.path().AppendASCII("source"));
230 ASSERT_TRUE(WriteFile(source_file, "content"));
237 ASSERT_TRUE(file_util::Move(source_file, test_file()));
454 FilePath source_file(source_subdir.AppendASCII("file"));
461 ASSERT_TRUE(WriteFile(source_file, "content"));
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 146 void CrxInstaller::InstallCrx(const FilePath& source_file) {
147 source_file_ = source_file;
151 source_file,
161 void CrxInstaller::InstallUserScript(const FilePath& source_file,
165 source_file_ = source_file;
crx_installer.h 88 // Install the crx in |source_file|.
89 void InstallCrx(const FilePath& source_file);
92 void InstallUserScript(const FilePath& source_file,
  /external/e2fsprogs/tests/progs/
test_icount.c 246 static int source_file(const char *cmd_file, int sci_idx) function
354 exit_status = source_file(cmd_file, sci_idx);
test_rel.c 662 static int source_file(const char *cmd_file, int sci_idx) function
756 exit_status = source_file(cmd_file, sci_idx);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 297 for source_file in actual_result_files:
298 source_path = filesystem.join(test_results_directory, source_file)
299 destination_file = source_file.replace('-actual', '-expected')
  /external/e2fsprogs/debugfs/
debugfs.o 
debugfs.8.in 504 .I write source_file out_file
508 .I source_file
debugfs.c 2099 static int source_file(const char *cmd_file, int sci_idx) function
    [all...]
  /external/e2fsprogs/util/
copy_sparse.c 205 fprintf(stderr, "Usage: %s [-v] source_file destination_file\n", progname);
  /external/oprofile/libpp/
format_output.cpp 717 output_attribute(out, datum, ff_linenr_info, SOURCE_FILE);
815 // only output source_file if it is different than the symbol's
819 str << init_attr(SOURCE_FILE, samp_file);
917 if (fl == ff_linenr_info && (tag == SOURCE_LINE || tag == SOURCE_FILE)) {
  /external/chromium/chrome/browser/sync/syncable/
syncable.h     [all...]
syncable.cc     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 807 static int perform_file_scan(const char *ast_file, const char *source_file,
826 if ((fp = fopen(source_file, "r")) == NULL) {
827 fprintf(stderr, "Could not open '%s'\n", source_file);
831 file = clang_getFile(TU, source_file);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gcov 
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 502 WriterTag writer, const char* source_file,
505 : WriteTransaction(directory, writer, source_file, line),
    [all...]
  /external/chromium/testing/gtest/scripts/
pump.py 40 pump.py SOURCE_FILE
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gcov 
  /system/media/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 545 fprintf(stdout, "Usage: \t%s source_file\n", argv[0]);

Completed in 3787 milliseconds

1 2