/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sndhdr.py | 45 for tf in tests: 46 res = tf(h, f)
|
/prebuilts/python/linux-x86/2.7.5/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)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
tls.d | 35 26: R_ARM_THM_TLS_DESCSEQ tf
|
/external/svox/pico/lib/ |
picopal.c | 525 LONGLONG dt, tf; 527 tf = GLOB(timerFreq).QuadPart; 528 *sec = (unsigned int) (dt / tf); 529 *usec = (unsigned int) (USEC_PER_SEC * (dt % tf) / tf); 531 double dt, tf; 533 tf = (double)(timerFreq.QuadPart); 534 *sec = (unsigned int) (dt /tf); 535 *usec = (unsigned int) ((double)USEC_PER_SEC * (dt / tf)) % USEC_PER_SEC;
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
tracing_controller_backend.py | 173 tf = tempfile.NamedTemporaryFile(delete=False) 174 self._trace_log = tf.name 175 tf.close()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
1-2.c | 138 void *tf(void *arg) function 375 if (tf((void *)td) != NULL) { 387 ret = pthread_create(&child_th, NULL, tf, td);
|
2-1.c | 115 void *tf(void *arg) function 338 if (tf((void *)td) != NULL) { 350 ret = pthread_create(&child_th, NULL, tf, td);
|
4-2.c | 136 void *tf(void *arg) function 357 if (tf((void *)td) != NULL) { 369 ret = pthread_create(&child_th, NULL, tf, td);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSDualTileLabel.java | 141 public void setTypeface(Typeface tf) { 142 mFirstLine.setTypeface(tf); 143 mSecondLine.setTypeface(tf);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeUnitTest.java | 138 TimeUnitFormat tf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME); local 143 verifyEqualsHashCode(tf, tfeq, tfne); 144 verifyEqualsHashCode(tf, tfeq, tfne2); 149 TimeUnitFormat tf = new TimeUnitFormat(ULocale.GERMAN); local 150 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE));
|
IntlTestDecimalFormatAPI.java | 237 boolean tf = pat.isDecimalSeparatorAlwaysShown(); 238 logln("DecimalSeparatorIsAlwaysShown (should be true) is " + (tf ? "true" : "false")); 239 if(tf != true) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeUnitTest.java | 137 TimeUnitFormat tf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME); local 142 verifyEqualsHashCode(tf, tfeq, tfne); 143 verifyEqualsHashCode(tf, tfeq, tfne2); 148 TimeUnitFormat tf = new TimeUnitFormat(ULocale.GERMAN); local 149 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE));
|
IntlTestDecimalFormatAPI.java | 236 boolean tf = pat.isDecimalSeparatorAlwaysShown(); 237 logln("DecimalSeparatorIsAlwaysShown (should be true) is " + (tf ? "true" : "false")); 238 if(tf != true) {
|
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | 435 tf=$1 438 tf2="$tf.XXXXXX" 449 rm -rf "$tf" || exit 1 450 if [ -d "$tf" ]; then 451 echo "tmp file $tf still exists as a directory." 453 elif [ $dL "$tf" ]; then 454 echo "tmp file $tf still exists as a symlink." 456 elif [ -f "$tf" ]; then 457 echo "tmp file $tf still exists." 460 touch "$tf" || exit [all...] |
/external/selinux/python/sepolgen/src/sepolgen/ |
lex.py | 148 tf = open(tabfile+".py","w") 149 tf.write("# %s.py. This file automatically created by PLY (version %s). Don't edit!\n" % (tabfile,__version__)) 150 tf.write("_lextokens = %s\n" % repr(self.lextokens)) 151 tf.write("_lexreflags = %s\n" % repr(self.lexreflags)) 152 tf.write("_lexliterals = %s\n" % repr(self.lexliterals)) 153 tf.write("_lexstateinfo = %s\n" % repr(self.lexstateinfo)) 162 tf.write("_lexstatere = %s\n" % repr(tabre)) 163 tf.write("_lexstateignore = %s\n" % repr(self.lexstateignore)) 171 tf.write("_lexstateerrorf = %s\n" % repr(taberr)) 172 tf.close( [all...] |
/external/toolchain-utils/crosperf/ |
results_report.py | 182 tf = TableFormatter(table, parsed_columns) 183 cell_table = tf.GetCellTable(table_type) 207 tf = TableFormatter(table, parsed_columns) 208 tf.GenerateCellTable(table_type) 209 tf.AddColumnName() 210 tf.AddLabelName() 211 tf.AddHeader(str(event)) 212 table = tf.GetCellTable(table_type, headers=False) 353 tf = TableFormatter(table, columns) 354 data_table = tf.GetCellTable('full', headers=False [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
lex.py | 148 tf = open(tabfile+".py","w") 149 tf.write("# %s.py. This file automatically created by PLY (version %s). Don't edit!\n" % (tabfile,__version__)) 150 tf.write("_lextokens = %s\n" % repr(self.lextokens)) 151 tf.write("_lexreflags = %s\n" % repr(self.lexreflags)) 152 tf.write("_lexliterals = %s\n" % repr(self.lexliterals)) 153 tf.write("_lexstateinfo = %s\n" % repr(self.lexstateinfo)) 162 tf.write("_lexstatere = %s\n" % repr(tabre)) 163 tf.write("_lexstateignore = %s\n" % repr(self.lexstateignore)) 171 tf.write("_lexstateerrorf = %s\n" % repr(taberr)) 172 tf.close( [all...] |
/build/make/tools/releasetools/ |
common.py | 469 # TF.zip. [all...] |
/external/clang/utils/check_cfc/ |
check_cfc.py | 241 tf = tempfile.NamedTemporaryFile(suffix=suffix, delete=False) 242 tf.close() 243 return tf.name
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
2-4.c | 159 void *tf(void *arg) function 495 if (tf((void *)td) != NULL) { 507 ret = pthread_create(&child_th, NULL, tf, td);
|
2-7.c | 161 void *tf(void *arg) function 500 if (tf((void *)td) != NULL) { 512 ret = pthread_create(&child_th, NULL, tf, td);
|
4-2.c | 173 void *tf(void *arg) function 463 if (tf((void *)td) != NULL) { 479 tf, td);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
2-2.c | 187 void *tf(void *arg) function 509 if (tf((void *)td) != NULL) { 521 ret = pthread_create(&child_th, NULL, tf, td);
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
XmlSupport.java | 274 TransformerFactory tf = TransformerFactory.newInstance(); local 276 tf.setAttribute("indent-number", new Integer(2)); 281 Transformer t = tf.newTransformer();
|