OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourcedir
(Results
1 - 7
of
7
) sorted by null
/external/testng/bin/
run-tests.sh
10
java -ea -classpath test-14/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -
sourcedir
test-14/src test-14/testng.xml
12
java -ea -classpath test-14/v4/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -
sourcedir
test-14/v4/src test-14/v4/testng.xml
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar
/external/cmockery/cmockery_0_1_2/packages/deb/
rules
92
dh_install --
sourcedir
=debian/tmp
/hardware/intel/img/psb_video/debian/
rules
87
dh_install --
sourcedir
=$(CURDIR)/debian/tmp
/external/llvm/utils/lit/lit/
TestRunner.py
428
sourcedir
= os.path.dirname(sourcepath)
433
sourcedir
=
sourcedir
.replace('\\', '/')
442
('%S',
sourcedir
),
443
('%p',
sourcedir
),
452
('%/S',
sourcedir
.replace('\\', '/')),
453
('%/p',
sourcedir
.replace('\\', '/')),
/build/tools/releasetools/
common.py
403
def _BuildBootableImage(
sourcedir
, fs_config_file, info_dict=None,
405
"""Build a bootable image from the specified
sourcedir
.
408
'
sourcedir
'), and turn them into a boot image. Return the image data, or
409
None if
sourcedir
does not appear to contains files for building the
417
os.path.join(
sourcedir
, "RAMDISK")]
419
cmd = ["mkbootfs", os.path.join(
sourcedir
, "RAMDISK")]
425
assert p1.returncode == 0, "mkbootfs of %s ramdisk failed" % (
sourcedir
,)
426
assert p2.returncode == 0, "minigzip of %s ramdisk failed" % (
sourcedir
,)
430
if not os.access(os.path.join(
sourcedir
, "kernel"), os.F_OK):
433
if has_ramdisk and not os.access(os.path.join(
sourcedir
, "RAMDISK"), os.F_OK)
[
all
...]
/external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl
35
"--
sourcedir
=s" => \$
sourceDir
,
61
usage() unless defined $
sourceDir
;
66
$infile = $
sourceDir
."/".$srcFileName;
639
--
sourcedir
=<directory>
667
e.g.: filterRFC3454.pl --
sourcedir
=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
Completed in 250 milliseconds