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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
test-webkitperl 36 use File::Spec;
51 my $sourceRootDir = File::Spec->catfile($FindBin::Bin, "../..");
show-pretty-diff 42 DIR => File::Spec->tmpdir(),
57 DIR => File::Spec->tmpdir(),
  /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...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm 33 use File::Spec;
35 use lib File::Spec->catdir($FindBin::Bin, "..", "..");
51 my $scriptPath = File::Spec->catfile(sourceDir(), "Tools", "Scripts", $script);
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");
111 my $httpdLockFile = File::Spec->catfile($httpdPidDir, "httpd.lock");
112 my $httpdScoreBoardFile = File::Spec->catfile($httpdPidDir, "httpd.scoreboard");
307 my $currentLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getLockNumberForCurrentRunning());
311 $currentLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getLockNumberForCurrentRunning());
331 $myLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getNextAvailableLockNumber())
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 42 import static android.widget.GridLayout.Spec;
43 import static android.widget.GridLayout.spec;
69 Spec row1 = spec(0);
70 Spec row2 = spec(1);
71 Spec row3 = spec(2, BASELINE);
72 Spec row4 = spec(3, BASELINE)
    [all...]
BiDiTestGridLayoutCodeRtl.java 42 import static android.widget.GridLayout.Spec;
43 import static android.widget.GridLayout.spec;
69 Spec row1 = spec(0);
70 Spec row2 = spec(1);
71 Spec row3 = spec(2, BASELINE);
72 Spec row4 = spec(3, BASELINE)
    [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/compile/mclinker/include/mcld/Script/
InputSectDesc.h 34 struct Spec {
57 bool operator==(const Spec& pRHS) const {
77 const Spec& pSpec,
83 const Spec& spec() const { return m_Spec; } function in class:mcld::InputSectDesc
96 Spec m_Spec;
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 72 for (const AttributeSpec &Spec : AttributeSpecs) {
74 const char *attrString = AttributeString(Spec.Attr);
78 OS << format("DW_AT_Unknown_%x", Spec.Attr);
80 const char *formString = FormEncodingString(Spec.Form);
84 OS << format("DW_FORM_Unknown_%x", Spec.Form);
  /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 */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 31 use File::Spec;
62 $h = File::Spec->canonpath($h);
83 $file = File::Spec->canonpath($file);
85 (undef, undef, $f) = File::Spec->splitpath($file);
88 $objfile = File::Spec->catfile('obj', $base.'.o');
116 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 31 use File::Spec;
62 $h = File::Spec->canonpath($h);
83 $file = File::Spec->canonpath($file);
85 (undef, undef, $f) = File::Spec->splitpath($file);
90 $objfile = File::Spec->catfile('obj', $base.'.o');
118 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 31 use File::Spec;
62 $h = File::Spec->canonpath($h);
83 $file = File::Spec->canonpath($file);
85 (undef, undef, $f) = File::Spec->splitpath($file);
88 $objfile = File::Spec->catfile('obj', $base.'.o');
116 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
GridLayoutTest.java 24 import static android.widget.GridLayout.Spec;
27 import static android.widget.GridLayout.spec;
39 Spec rowSpec = spec(UNDEFINED, null);
40 Spec colSpec = spec(UNDEFINED, null);
  /external/deqp/modules/gles2/functional/
es2fVertexArrayTest.cpp 88 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
99 MultiVertexArrayTest::Spec spec; local
100 spec.primitive = Array::PRIMITIVE_TRIANGLES;
101 spec.drawCount = counts[countNdx];
102 spec.first = 0;
103 spec.arrays.push_back(arraySpec);
105 std::string name = spec.getName();
108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
158 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx]
169 MultiVertexArrayTest::Spec spec; local
240 MultiVertexArrayTest::Spec spec; local
308 MultiVertexArrayTest::Spec spec; local
371 MultiVertexArrayTest::Spec spec; local
436 MultiVertexArrayTest::Spec spec; local
523 MultiVertexArrayTest::Spec spec; local
644 MultiVertexArrayTest::Spec spec; local
703 MultiVertexArrayTest::Spec spec; local
794 MultiVertexArrayTest::Spec spec; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 87 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
98 MultiVertexArrayTest::Spec spec; local
99 spec.primitive = Array::PRIMITIVE_TRIANGLES;
100 spec.drawCount = counts[countNdx];
101 spec.first = 0;
102 spec.arrays.push_back(arraySpec);
105 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
203 MultiVertexArrayTest::Spec spec local
306 MultiVertexArrayTest::Spec spec; local
407 MultiVertexArrayTest::Spec spec; local
501 MultiVertexArrayTest::Spec spec; local
617 MultiVertexArrayTest::Spec spec; local
736 MultiVertexArrayTest::Spec spec; local
857 MultiVertexArrayTest::Spec spec; local
916 MultiVertexArrayTest::Spec spec; local
1007 MultiVertexArrayTest::Spec spec; local
    [all...]
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 308 struct Spec
318 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
324 Spec m_spec;
335 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description)
337 , m_spec (spec)
459 MemoryStressCase::Spec spec; local
461 spec.types = OBJECTTYPE_PBUFFER
473 MemoryStressCase::Spec spec; local
487 MemoryStressCase::Spec spec; local
501 MemoryStressCase::Spec spec; local
515 MemoryStressCase::Spec spec; local
529 MemoryStressCase::Spec spec; local
543 MemoryStressCase::Spec spec; local
557 MemoryStressCase::Spec spec; local
571 MemoryStressCase::Spec spec; local
585 MemoryStressCase::Spec spec; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 14 use File::Spec;
68 my $grammar_file = File::Spec->catfile($tmpdir, "$grammar_name.g");
72 my $test_program_file = File::Spec->catfile($tmpdir, 'test.pl');
89 my $g_result = run_program([ File::Spec->catfile($cwd, 'tools', $antlr), '-o', $tmpdir, $grammar_file ]);
96 #local $ENV{PERLCOV_DB} = File::Spec->catfile($tmpdir, 'perlcov.db');
97 #local $ENV{NYTPROF} = 'file=' . File::Spec->catfile($tmpdir, 'nytprof.out');
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 30 public SlotView.Spec slotViewSpec;
48 slotViewSpec = new SlotView.Spec();
84 public SlotView.Spec slotViewSpec;
99 slotViewSpec = new SlotView.Spec();
  /external/deqp/modules/gles2/stress/
es2sVertexArrayTests.cpp 89 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
100 MultiVertexArrayTest::Spec spec; local
101 spec.primitive = Array::PRIMITIVE_TRIANGLES;
102 spec.drawCount = counts[countNdx];
103 spec.first = 0;
104 spec.arrays.push_back(arraySpec);
106 std::string name = spec.getName();
109 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
159 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx]
170 MultiVertexArrayTest::Spec spec; local
241 MultiVertexArrayTest::Spec spec; local
309 MultiVertexArrayTest::Spec spec; local
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 71 * Each spec defines the set of rows or columns that are to be
665 Spec spec = horizontal ? p.columnSpec : p.rowSpec; local
667 Interval span = spec.span;
689 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
690 int index = leading ? spec.span.min : spec.span.max;
744 final Spec majorSpec = horizontal ? lp.rowSpec : lp.columnSpec;
752 final Spec minorSpec = horizontal ? lp.columnSpec : lp.rowSpec
828 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1019 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1264 Spec spec = horizontal ? params.columnSpec : params.rowSpec; local
1308 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1324 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1678 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1716 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1757 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
1809 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec; local
2599 Spec spec = (Spec) that; local
2635 public static Spec spec(int start, int size, Alignment alignment, float weight) { method
2646 public static Spec spec(int start, Alignment alignment, float weight) { method
2659 public static Spec spec(int start, int size, float weight) { method
2669 public static Spec spec(int start, float weight) { method
2680 public static Spec spec(int start, int size, Alignment alignment) { method
2698 public static Spec spec(int start, Alignment alignment) { method
2715 public static Spec spec(int start, int size) { method
2731 public static Spec spec(int start) { method
    [all...]