HomeSort by relevance Sort by last modified time
    Searched refs:Spec (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/webkit/Tools/Scripts/
test-webkitperl 36 use File::Spec;
51 my $sourceRootDir = File::Spec->catfile($FindBin::Bin, "../..");
run-chromium-webkit-unit-tests 31 use File::Spec;
37 my $sourceRootDir = File::Spec->catfile($FindBin::Bin, "../..");
run-jsc 33 use File::Spec;
48 $jsc .= " 2> " . File::Spec->devnull() unless $verbose;
run-webkit-tests 44 use File::Spec;
83 my $harnessPath = File::Spec->catfile(relativeScriptsDir(), $harnessName);
run-webkit-websocketserver 35 use File::Spec;
49 my $testDirectory = File::Spec->rel2abs($layoutTestsName);
show-pretty-diff 42 DIR => File::Spec->tmpdir(),
57 DIR => File::Spec->tmpdir(),
run-pageloadtest 37 use File::Spec;
62 my $safariResourcePath = File::Spec->catdir(dirname(dirname($safariExecutablePath)), "Resources");
update-webkit-support-libs 37 use File::Spec;
48 my $pathToZip = File::Spec->catfile($zipDirectory, $zipFile);
51 my $pathToVersionFile = File::Spec->catfile($webkitLibrariesDir, $versionFile);
53 my $tmpAbsDir = File::Spec->rel2abs($tmpRelativeDir);
81 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/win");
ensure-valid-python 31 use File::Spec;
47 my $mountPoint = File::Spec->join($tempDirectory, "mount");
102 my $localPath = File::Spec->join($downloadDirectory, $localFilename);
113 my $installerPackage = File::Spec->join($mountPoint, $macPythonInstallerName);
generate-coverage-data 34 use File::Spec;
run-webkit-httpd 72 my $testDirectory = File::Spec->catfile(getcwd(), "LayoutTests");
update-iexploder-cssproperties 42 use File::Spec;
61 my $path = File::Spec->abs2rel($filename, sourceDir());
112 $iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "iExploder-1.3.2", "htdocs", split("/", $iexploderPath));
113 $webcorePath = File::Spec->catfile(sourceDir(), "Source", "WebCore", split("/", $webcorePath));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 50 Spec titleRow = spec(0);
51 Spec introRow = spec(1);
52 Spec emailRow = spec(2, BASELINE);
53 Spec passwordRow = spec(3, BASELINE);
54 Spec button1Row = spec(5)
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 55 Spec row1 = spec(0);
56 Spec row2 = spec(1);
57 Spec row3 = spec(2, BASELINE);
58 Spec row4 = spec(3, BASELINE);
59 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle tw
    [all...]
BiDiTestGridLayoutCodeRtl.java 55 Spec row1 = spec(0);
56 Spec row2 = spec(1);
57 Spec row3 = spec(2, BASELINE);
58 Spec row4 = spec(3, BASELINE);
59 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle tw
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout3.java 25 import static android.support.v7.widget.GridLayout.spec;
36 import android.support.v7.widget.GridLayout.Spec;
61 Spec titleRow = spec(0);
62 Spec introRow = spec(1);
63 Spec emailRow = spec(2, BASELINE);
64 Spec passwordRow = spec(3, BASELINE)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 16 use File::Spec;
47 $h = File::Spec->canonpath($h);
68 $file = File::Spec->canonpath($file);
70 (undef, undef, $f) = File::Spec->splitpath($file);
73 $objfile = File::Spec->catfile('obj', $base.'.o');
101 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 16 use File::Spec;
47 $h = File::Spec->canonpath($h);
68 $file = File::Spec->canonpath($file);
70 (undef, undef, $f) = File::Spec->splitpath($file);
75 $objfile = File::Spec->catfile('obj', $base.'.o');
103 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 16 use File::Spec;
47 $h = File::Spec->canonpath($h);
68 $file = File::Spec->canonpath($file);
70 (undef, undef, $f) = File::Spec->splitpath($file);
73 $objfile = File::Spec->catfile('obj', $base.'.o');
101 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 34 use File::Spec::Functions;
36 my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
60 find(\&collectFameworkHeaderPaths, File::Spec->catfile($srcRoot, $framework));
82 my $headerPath = substr($filePath, length(File::Spec->catfile($srcRoot, $framework)) + 1 );
88 my $targetDirectory = File::Spec->catfile($outputDirectory, $framework);
95 my $forwardingHeaderPath = File::Spec->catfile($targetDirectory, $headerName);
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 30 public static class Spec {
31 public static final Spec OUTGOING;
32 public static final Spec INCOMING;
33 public static final Spec PHOTO_INCOMING;
54 OUTGOING = new Spec();
64 INCOMING = new Spec();
77 private static Spec specForTransition(Transition t) {
80 return Spec.OUTGOING;
82 return Spec.INCOMING;
84 return Spec.PHOTO_INCOMING
    [all...]
  /external/e2fsprogs/intl/
vasnprintf.h 31 # define __attribute__(Spec) /* empty */
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.h 24 # define __attribute__(Spec) /* empty */
  /external/webkit/Tools/Scripts/webkitperl/
httpd.pm 37 use File::Spec;
38 use File::Spec::Functions;
65 my $exclusiveLockFile = File::Spec->catfile($tmpDir, "WebKit.lock");
66 my $httpdPidDir = File::Spec->catfile($tmpDir, "WebKit");
67 my $httpdPidFile = File::Spec->catfile($httpdPidDir, "httpd.pid");
99 my $httpdLockFile = File::Spec->catfile($httpdPidDir, "httpd.lock");
100 my $httpdScoreBoardFile = File::Spec->catfile($httpdPidDir, "httpd.scoreboard");
292 my $currentLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getLockNumberForCurrentRunning());
296 $currentLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getLockNumberForCurrentRunning());
316 $myLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getNextAvailableLockNumber())
    [all...]
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
GridLayoutTest.java 36 Spec rowSpec = spec(UNDEFINED, null);
37 Spec colSpec = spec(UNDEFINED, null);

Completed in 378 milliseconds

1 2 3 4 5