HomeSort by relevance Sort by last modified time
    Searched full:sourcedir (Results 76 - 100 of 226) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm 51 my $scriptPath = File::Spec->catfile(sourceDir(), "Tools", "Scripts", $script);
  /external/chromium_org/tools/gn/
function_get_label_info_unittest.cc 14 setup_.scope()->set_source_dir(SourceDir("//src/foo/"));
function_read_file.cc 55 const SourceDir& cur_dir = scope->GetSourceDir();
function_set_default_toolchain.cc 64 const SourceDir& current_dir = scope->GetSourceDir();
label_pattern_unittest.cc 25 SourceDir current_dir("//foo/");
loader_unittest.cc 119 build_settings_.SetBuildDir(SourceDir("//out/Debug/"));
162 Label second_tc(SourceDir("//tc2/"), "tc2");
path_output.cc 12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping)
31 const SourceDir& dir,
function_get_path_info_unittest.cc 14 setup_.scope()->set_source_dir(SourceDir("//src/foo/"));
function_get_target_outputs_unittest.cc 29 return Label(SourceDir(dir), name, setup_.toolchain()->label().dir(),
function_write_file.cc 59 const SourceDir& cur_dir = scope->GetSourceDir();
function_write_file_unittest.cc 40 setup.build_settings()->SetBuildDir(SourceDir("//out/"));
  /external/fio/os/windows/
install.wxs 22 <Directory Id="TARGETDIR" Name="SourceDir">
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageInfoTest.java 95 assertEquals(expected.sourceDir, actual.sourceDir);
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.1.in 35 .BI "\-s\fP, \fB\-\-sourcedir" " source"
122 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /external/icu/icu4c/source/tools/genrb/
derb.1.in 32 .BI "\-s\fP, \fB\-\-sourcedir" " source"
120 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 77 [ "--dry", "--sourcedir=" ])
85 elif o in [ "-s", "--sourcedir" ]:
  /build/tools/releasetools/
common.py 282 def BuildBootableImage(sourcedir, fs_config_file, info_dict=None):
284 'sourcedir'), and turn them into a boot image. Return the image
285 data, or None if sourcedir does not appear to contains files for
288 if (not os.access(os.path.join(sourcedir, "RAMDISK"), os.F_OK) or
289 not os.access(os.path.join(sourcedir, "kernel"), os.F_OK)):
299 cmd = ["mkbootfs", "-f", fs_config_file, os.path.join(sourcedir, "RAMDISK")]
301 cmd = ["mkbootfs", os.path.join(sourcedir, "RAMDISK")]
314 cmd = [mkbootimg, "--kernel", os.path.join(sourcedir, "kernel")]
316 fn = os.path.join(sourcedir, "second")
321 fn = os.path.join(sourcedir, "cmdline"
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 366 sourcedir = os.path.dirname(sourcepath)
375 sourcedir = sourcedir.replace('\\', '/')
384 ('%S', sourcedir),
385 ('%p', sourcedir),
394 ('%/S', sourcedir.replace('\\', '/')),
395 ('%/p', sourcedir.replace('\\', '/')),
  /external/chromium_org/sdch/open-vcdiff/packages/deb/
rules 92 dh_install --sourcedir=debian/tmp
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
uperf.h 154 const char* sourceDir;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 85 SOURCEDIR,
113 "\t-s or --sourcedir source directory of ICU data, followed by the path\n"
151 options[SOURCEDIR].value="";
172 srcDir=options[SOURCEDIR].value;
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
rules 92 dh_install --sourcedir=debian/tmp
  /external/cmockery/cmockery_0_1_2/packages/deb/
rules 92 dh_install --sourcedir=debian/tmp
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 173 const char* sourceDir;
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 85 SOURCEDIR,
113 "\t-s or --sourcedir source directory of ICU data, followed by the path\n"
151 options[SOURCEDIR].value="";
172 srcDir=options[SOURCEDIR].value;

Completed in 609 milliseconds

1 2 34 5 6 7 8 910