/external/chromium-trace/catapult/telemetry/telemetry/value/ |
trace.py | 50 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.html') 51 tf.close() 55 trace_data.Serialize(tf.name, trace_title=title) 56 return file_handle.FromFilePath(tf.name)
|
/external/protobuf/src/google/protobuf/compiler/ |
zip_output_unittest.sh | 77 jar tf $TEST_TMPDIR/testzip.jar > $TEST_TMPDIR/testzip.list || fail 'jar failed.'
|
/external/toolchain-utils/cros_utils/ |
tabulator_test.py | 102 tf = tabulator.TableFormatter(table, columns) 103 table = tf.GetCellTable() 129 tf = tabulator.TableFormatter(our_table, columns) 130 cell_table = tf.GetCellTable()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
SpannedTest.java | 106 TypefaceSpan[] tf = s2.getSpans(8, 9, TypefaceSpan.class); local 107 assertEquals(1, tf.length); 108 assertEquals(8, s2.getSpanStart(tf[0])); 109 assertEquals(9, s2.getSpanEnd(tf[0]));
|
/prebuilts/go/darwin-x86/src/net/http/httptrace/ |
trace.go | 171 tf := tv.Field(i) 172 hookType := tf.Type() 180 if tf.IsNil() { 181 tf.Set(of) 185 // Make a copy of tf for tf to call. (Otherwise it 187 tfCopy := reflect.ValueOf(tf.Interface()) 189 // We need to call both tf and of in some order.
|
/prebuilts/go/linux-x86/src/net/http/httptrace/ |
trace.go | 171 tf := tv.Field(i) 172 hookType := tf.Type() 180 if tf.IsNil() { 181 tf.Set(of) 185 // Make a copy of tf for tf to call. (Otherwise it 187 tfCopy := reflect.ValueOf(tf.Interface()) 189 // We need to call both tf and of in some order.
|
/tools/tradefederation/core/prod-tests/tests/ |
Android.mk | 26 LOCAL_MODULE := tf-prod-metatests 29 LOCAL_JAVA_LIBRARIES := tradefed tf-prod-tests
|
/bionic/tests/ |
stdio_test.cpp | 109 TemporaryFile tf; local 111 int rc = dprintf(tf.fd, "hello\n"); 114 lseek(tf.fd, 0, SEEK_SET); 115 FILE* tfile = fdopen(tf.fd, "r"); 672 TemporaryFile tf; local 674 FILE* tfile = fdopen(tf.fd, "r+"); 878 TemporaryFile tf; local 879 FILE* fp = fdopen(tf.fd, "w+"); 894 fp = fopen(tf.filename, "r"); 1118 TemporaryFile tf; local 1152 TemporaryFile tf; local 1190 TemporaryFile tf; local 1308 TemporaryFile* tf = new TemporaryFile; local 1343 TemporaryFile tf; local 1386 TemporaryFile tf; local 1425 TemporaryFile tf; local [all...] |
stdlib_test.cpp | 251 TemporaryFile tf([](char* path) { return mkostemp64(path, O_CLOEXEC); }); 252 int flags = fcntl(tf.fd, F_GETFD); 258 TemporaryFile tf([](char* path) { return mkostemp(path, O_CLOEXEC); }); 259 int flags = fcntl(tf.fd, F_GETFD); 265 TemporaryFile tf(mkstemp64); 267 ASSERT_EQ(0, fstat64(tf.fd, &sb)); 268 ASSERT_EQ(O_LARGEFILE, fcntl(tf.fd, F_GETFL) & O_LARGEFILE); 272 TemporaryFile tf; local 274 ASSERT_EQ(0, fstat(tf.fd, &sb));
|
/tools/tradefederation/core/ |
Android.mk | 40 LOCAL_STATIC_JAVA_LIBRARIES := junit-host kxml2-2.3.0 jline-1.0 tf-remote-client commons-compress-prebuilt host-libprotobuf-java-full tradefed-protos 110 # Create a simple alias to build all the TF-related targets 114 tradefed-all: tradefed tradefed-tests tf-prod-tests tf-prod-metatests tradefed_win script_help verify tradefed-contrib 132 tradefed_dist_host_jars := tradefed tradefed-tests tf-prod-tests emmalib jack-jacoco-reporter loganalysis loganalysis-tests tf-remote-client tradefed-contrib
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SwitchCompat.java | 337 Typeface tf = null; local 340 tf = Typeface.SANS_SERIF; 344 tf = Typeface.SERIF; 348 tf = Typeface.MONOSPACE; 352 setSwitchTypeface(tf, styleIndex); 361 public void setSwitchTypeface(Typeface tf, int style) { 363 if (tf == null) { 364 tf = Typeface.defaultFromStyle(style); 366 tf = Typeface.create(tf, style) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 117 TextFileChange tf = (TextFileChange) change; local 118 TextEdit edit = tf.getEdit(); 119 IFile file = tf.getFile(); 153 TextFileChange tf = (TextFileChange) change; local 154 IFile file = tf.getFile(); 169 TextEdit edit = tf.getEdit();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_subprocess.py | 215 tf = tempfile.TemporaryFile() 216 d = tf.fileno() 227 tf = tempfile.TemporaryFile() 228 tf.write("pear") 229 tf.seek(0) 232 stdin=tf) 246 tf = tempfile.TemporaryFile() 247 d = tf.fileno() 257 tf = tempfile.TemporaryFile() 260 stdout=tf) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_subprocess.py | 215 tf = tempfile.TemporaryFile() 216 d = tf.fileno() 227 tf = tempfile.TemporaryFile() 228 tf.write("pear") 229 tf.seek(0) 232 stdin=tf) 246 tf = tempfile.TemporaryFile() 247 d = tf.fileno() 257 tf = tempfile.TemporaryFile() 260 stdout=tf) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 215 tf = tempfile.TemporaryFile() 216 d = tf.fileno() 227 tf = tempfile.TemporaryFile() 228 tf.write("pear") 229 tf.seek(0) 232 stdin=tf) 246 tf = tempfile.TemporaryFile() 247 d = tf.fileno() 257 tf = tempfile.TemporaryFile() 260 stdout=tf) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 215 tf = tempfile.TemporaryFile() 216 d = tf.fileno() 227 tf = tempfile.TemporaryFile() 228 tf.write("pear") 229 tf.seek(0) 232 stdin=tf) 246 tf = tempfile.TemporaryFile() 247 d = tf.fileno() 257 tf = tempfile.TemporaryFile() 260 stdout=tf) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
imghdr.py | 22 for tf in tests:
23 res = tf(h, f)
|
sndhdr.py | 45 for tf in tests:
46 res = tf(h, f)
|
/external/autotest/client/site_tests/network_RackWiFiConnect/ |
network_RackWiFiConnect.py | 114 tf = tempfile.NamedTemporaryFile(suffix='.txt', 118 with tf as results:
|
/external/clang/test/SemaTemplate/ |
constructor-template.cpp | 115 X5<X6> tf; local 116 X5<X6> tf2(tf);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imghdr.py | 22 for tf in tests: 23 res = tf(h, f)
|
sndhdr.py | 45 for tf in tests: 46 res = tf(h, f)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imghdr.py | 22 for tf in tests: 23 res = tf(h, f)
|
sndhdr.py | 45 for tf in tests: 46 res = tf(h, f)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imghdr.py | 22 for tf in tests: 23 res = tf(h, f)
|