/external/bzip2/ |
makefile.msc | 29 .\\bzip2 -2 < sample2.ref > sample2.rb2
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
41 fc sample2.bz2 sample2.rb2
44 fc sample2.tst sample2.ref
55 del sample2.rb2
58 del sample2.tst [all...] |
Makefile | 59 ./bzip2 -2 < sample2.ref > sample2.rb2 62 ./bzip2 -d < sample2.bz2 > sample2.tst 65 cmp sample2.bz2 sample2.rb2 68 cmp sample2.tst sample2.ref 113 sample1.rb2 sample2.rb2 sample3.rb2 \ 114 sample1.tst sample2.tst sample3.ts [all...] |
/external/javassist/sample/vector/ |
Sample2.java | 3 public class Sample2 extends java.util.Vector {
|
VectorAssistant.java | 39 * <code>sample.vector.Sample</code> and <code>sample.vector.Sample2</code> 115 CtClass c = pool.get("sample.vector.Sample2");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
MockEnum.java | 28 enum Sample2 { 36 Sample2 samEnum; 43 samEnum = Sample2.BLUE;
|
MockEnum2.java | 29 enum Sample2 {
|
/external/webkit/Source/WebCore/webaudio/ |
DelayDSPKernel.cpp | 124 double sample2 = buffer[readIndex2]; local 126 double output = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoringTest.java | 48 checkRefactoring("sample2.xml", true); 77 checkRefactoring(FQCN_GRID_LAYOUT, "sample2.xml", true);
|
ChangeViewRefactoringTest.java | 39 checkRefactoring("sample2.xml", "android.widget.ImageButton",
|
ExtractIncludeRefactoringTest.java | 63 checkRefactoring("sample2.xml", "newlayout3", false, null, 2, false /* diffs */,
|
/external/chromium/testing/gtest/samples/ |
sample2.cc | 34 #include "sample2.h"
|
sample2_unittest.cc | 43 #include "sample2.h"
|
/external/gtest/samples/ |
sample2.cc | 34 #include "sample2.h"
|
sample2_unittest.cc | 43 #include "sample2.h"
|
/external/protobuf/gtest/samples/ |
sample2.cc | 34 #include "sample2.h"
|
sample2_unittest.cc | 43 #include "sample2.h"
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioResamplerKernel.cpp | 106 double sample2 = source[readIndex + 1]; local 108 double sample = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2;
|
/external/v8/test/cctest/ |
test-profile-generator.cc | 599 // aaa -> bbb -> ccc - sample2 607 TickSample sample2; local 608 sample2.pc = ToAddress(0x1925); 609 sample2.tos = ToAddress(0x1900); 610 sample2.stack[0] = ToAddress(0x1780); 611 sample2.stack[1] = ToAddress(0x10000); // non-existent. 612 sample2.stack[2] = ToAddress(0x1620); 613 sample2.frames_count = 3; 614 generator.RecordTickSample(sample2);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
scache.h | 61 * "sample2", // Name of my sample
|
/external/chromium/testing/gtest/ |
Makefile.am | 229 samples/sample2.cc \ 230 samples/sample2.h \
|
CMakeLists.txt | 84 cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc)
|
/libcore/dalvik/src/test/java/dalvik/system/profiler/ |
SamplingProfilerTest.java | 196 Sample sample2 = hprofData.getSamples().iterator().next(); local 197 assertEquals(sampleCount + 42, sample2.count);
|
/external/chromium/base/metrics/ |
histogram_unittest.cc | 62 Histogram::SampleSet sample2; local 65 sample1 = sample2;
|
/external/opencv/ml/src/ |
mlrtrees.cpp | 514 float CvRTrees::get_proximity( const CvMat* sample1, const CvMat* sample2, 526 trees[i]->predict( sample2, missing2 ) ? 1 : 0;
|
/external/protobuf/gtest/ |
Makefile.am | 131 samples/sample2.cc \ 132 samples/sample2.h \
|