HomeSort by relevance Sort by last modified time
    Searched full:sample3 (Results 1 - 16 of 16) sorted by null

  /external/bzip2/
makefile.msc 30 .\\bzip2 -3 < sample3.ref > sample3.rb2
33 .\\bzip2 -ds < sample3.bz2 > sample3.tst
35 @echo If fc finds an error on sample3.bz2, this could be
38 @echo The correct size for sample3.ref is 120,244. If it
42 fc sample3.bz2 sample3.rb2
45 fc sample3.tst sample3.ref
    [all...]
Makefile 60 ./bzip2 -3 < sample3.ref > sample3.rb2
63 ./bzip2 -ds < sample3.bz2 > sample3.tst
66 cmp sample3.bz2 sample3.rb2
69 cmp sample3.tst sample3.ref
113 sample1.rb2 sample2.rb2 sample3.rb2 \
114 sample1.tst sample2.tst sample3.ts
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoringTest.java 51 checkRefactoring("sample3.xml", "newlayout1", false, null, 2, false /* diffs */,
57 checkRefactoring("sample3.xml", "newlayout2", false, null, 2, false /* diffs */,
73 extraFiles.put(getTestDataFile(getProject(), "sample3-variation1.xml",
74 "res/layout-land/sample3.xml").getProjectRelativePath(),
75 "sample3-variation1.xml");
76 extraFiles.put(getTestDataFile(getProject(), "sample3-variation2.xml",
77 "res/layout-xlarge-land/sample3.xml").getProjectRelativePath(),
78 "sample3-variation2.xml");
80 checkRefactoring("sample3.xml", "newlayout3", true, extraFiles, 4, false /* diffs */,
89 extraFiles.put(getTestDataFile(getProject(), "sample3-variation1.xml"
    [all...]
WrapInRefactoringTest.java 32 checkRefactoring("sample3.xml", FQCN_LINEAR_LAYOUT, "@+id/button2");
37 checkRefactoring("sample3.xml", FQCN_GESTURE_OVERLAY_VIEW, "@+id/newlinear");
42 checkRefactoring("sample3.xml", FQCN_LINEAR_LAYOUT, "@+id/button2", "@+id/android_logo");
ChangeLayoutRefactoringTest.java 54 checkRefactoring("sample3.xml", true);
  /external/v8/test/cctest/
test-profile-generator.cc 600 // -> ccc -> aaa - sample3
615 TickSample sample3; local
616 sample3.pc = ToAddress(0x1510);
617 sample3.tos = ToAddress(0x1500);
618 sample3.stack[0] = ToAddress(0x1910);
619 sample3.stack[1] = ToAddress(0x1610);
620 sample3.frames_count = 2;
621 generator.RecordTickSample(sample3);
  /external/chromium/testing/gtest/samples/
sample3_unittest.cc 66 #include "sample3-inl.h"
sample5_unittest.cc 49 #include "sample3-inl.h"
  /external/gtest/samples/
sample3_unittest.cc 66 #include "sample3-inl.h"
sample5_unittest.cc 49 #include "sample3-inl.h"
  /external/protobuf/gtest/samples/
sample3_unittest.cc 66 #include "sample3-inl.h"
sample5_unittest.cc 49 #include "sample3-inl.h"
  /external/chromium/testing/gtest/
Makefile.am 231 samples/sample3-inl.h \
  /external/chromium/base/metrics/
histogram_unittest.cc 66 Histogram::SampleSet sample3(sample1);
  /external/protobuf/gtest/
Makefile.am 133 samples/sample3-inl.h \
Makefile.in     [all...]

Completed in 4880 milliseconds