HomeSort by relevance Sort by last modified time
    Searched full:test_file (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/vboot_reference/tests/
gen_test_cases.sh 12 TEST_FILE=${TESTCASE_DIR}/test_file
24 openssl dgst -${hashalgo} -binary ${TEST_FILE} > \
25 ${TEST_FILE}.${hashalgo}.digest
27 ${TEST_FILE} | openssl rsautl \
29 > ${TEST_FILE}.rsa${keylen}_${hashalgo}.sig
38 dd if=/dev/urandom of=${TEST_FILE} bs=${TEST_FILE_SIZE} count=1
run_rsa_tests.sh 15 TEST_FILE=${TESTCASE_DIR}/test_file
26 ${TEST_FILE}.rsa${keylen}_${hashalgo}.sig \
27 ${TEST_FILE}
vb2_rsa_tests.sh 15 TEST_FILE=${TESTCASE_DIR}/test_file
26 ${TEST_FILE}.rsa${keylen}_${hashalgo}.sig \
27 ${TEST_FILE}
rsa_verify_benchmark.c 46 snprintf(file_name, FILE_NAME_SIZE, "testcases/test_file.%s.digest",
56 snprintf(file_name, FILE_NAME_SIZE, "testcases/test_file.rsa%d_%s.sig",
  /external/clang/bindings/python/tests/cindex/
test_file.py 3 def test_file(): function
  /external/lldb/test/arm_emulation/
TestEmulations.py 24 test_file = os.path.join (test_dir, f)
25 self.run_a_single_test (test_file)
38 test_file = os.path.join (test_dir, f)
39 self.run_a_single_test (test_file)
  /development/testrunner/test_defs/
gtest.py 89 for test_file in test_file_list:
90 logger.SilentLog('Creating gtest suite for file %s' % test_file)
93 # expect tests in /data/nativetest/test_file/test_file
94 suite.SetTargetExecPath(os.path.join(target_root_path, test_file, test_file))
  /external/google-breakpad/src/common/linux/
memory_mapped_file_unittest.cc 86 string test_file = temp_dir.path() + "/empty_file"; local
87 ASSERT_TRUE(WriteFile(test_file.c_str(), NULL, 0));
90 MemoryMappedFile mapped_file(test_file.c_str(), 0);
95 EXPECT_TRUE(mapped_file.Map(test_file.c_str(), 0));
108 string test_file = temp_dir.path() + "/test_file"; local
109 ASSERT_TRUE(WriteFile(test_file.c_str(), data, data_size));
112 MemoryMappedFile mapped_file(test_file.c_str(), 0);
120 EXPECT_TRUE(mapped_file.Map(test_file.c_str(), 0));
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 98 ofstream f( "test_file.txt" );
126 ifstream f( "test_file.txt" );
165 ifstream s( "test_file.txt" );
175 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
210 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
244 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
263 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
279 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
295 ofstream o( "test_file.txt" )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 98 ofstream f( "test_file.txt" );
126 ifstream f( "test_file.txt" );
165 ifstream s( "test_file.txt" );
175 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
210 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
244 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
263 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
279 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
295 ofstream o( "test_file.txt" )
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 185 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS,
191 shutil.copy(test_file, tmpdir)
192 test_file = os.path.join(tmpdir, os.path.basename(test_file))
193 os.chmod(test_file, 0o644)
196 with open(test_file, "rb") as fp:
204 rt.refactor_file(test_file)
209 rt.refactor_file(test_file, True)
215 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
216 self.check_file_refactoring(test_file, _DEFAULT_FIXERS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 185 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS,
191 shutil.copy(test_file, tmpdir)
192 test_file = os.path.join(tmpdir, os.path.basename(test_file))
193 os.chmod(test_file, 0o644)
196 with open(test_file, "rb") as fp:
204 rt.refactor_file(test_file)
209 rt.refactor_file(test_file, True)
215 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
216 self.check_file_refactoring(test_file, _DEFAULT_FIXERS
    [all...]
  /external/compiler-rt/test/tsan/
test_output.sh 18 test_file() { function
59 test_file $c $COMPILER &
65 test_file $HERE/$1 $CXX "DUMP"
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 47 private static final String TEST_FILE = "file.test";
172 final File file = new File(mContext.getFilesDir(), TEST_FILE);
180 assertEquals(TEST_FILE, cursor.getString(cursor.getColumnIndex(DISPLAY_NAME)));
188 final File file = new File(mContext.getFilesDir(), TEST_FILE);
198 assertEquals(TEST_FILE, cursor.getString(1));
208 assertEquals(TEST_FILE, cursor.getString(0));
216 final File file = new File(mContext.getFilesDir(), TEST_FILE);
226 assertEquals(TEST_FILE, cursor.getString(1));
233 final File file = new File(mContext.getFilesDir(), TEST_FILE);
240 final File file = new File(mContext.getFilesDir(), TEST_FILE);
    [all...]
  /external/llvm/bindings/python/llvm/tests/
base.py 35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
  /build/tools/releasetools/
test_common.py 76 test_file = tempfile.NamedTemporaryFile(delete=False)
77 test_file_name = test_file.name
91 test_file.write(contents)
92 test_file.close()
146 test_file = tempfile.NamedTemporaryFile(delete=False)
147 test_file_name = test_file.name
160 test_file.write(large)
161 test_file.close()
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 35 private static final String TEST_FILE = "file_observer_test.txt";
45 mTestFile = new File(dir, TEST_FILE);
126 mTestFile = new File(mTestDir, TEST_FILE);
142 mTestFile = new File(dir, TEST_FILE);
146 mMoveDestFile = new File(mTestDir, TEST_FILE);
  /system/extras/tests/fstest/
recovery_test.cpp 254 const char* test_file = "/cache/FsRecoveryTestGarbage.txt"; local
255 DataFileVerifier file_verify(test_file);
285 const char* test_file = "/cache/CorruptGdtGarbage.txt"; local
286 DataFileVerifier file_verify(test_file);
303 const char* test_file = "/cache/ErrorBitGarbagetxt"; local
304 DataFileVerifier file_verify(test_file);
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
not_strict_test.py 66 for test_file in test_files:
67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
full_test.py 107 for test_file in test_files:
108 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
  /external/skia/tests/
DocumentTest.cpp 60 static void test_file(skiatest::Reporter* reporter) { function
103 test_file(reporter);
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsCollectionTest.java 51 private static final String TEST_FILE = "test.bin";
63 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
89 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
115 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
  /external/linux-tools-perf/src/tools/perf/tests/
dso-data.c 13 static char *test_file(int size) function
99 char *file = test_file(TEST_FILE_SIZE);
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 49 private static final File TEST_FILE = new File(
65 TEST_FILE.delete();
87 writeInt(TEST_FILE, 32);
88 assertEquals(readInt(TEST_FILE), 32);
  /external/lldb/include/lldb/API/
SBInstruction.h 76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);

Completed in 2835 milliseconds

1 2 3