HomeSort by relevance Sort by last modified time
    Searched defs:te (Results 26 - 50 of 208) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AssistVisualizer.java 117 TextEntry te = mTextRects.get(i); local
118 Log.d(TAG, "View " + te.className + " " + te.bounds.toShortString()
119 + " in " + te.parentLeft + "," + te.parentTop
120 + " matrix=" + te.matrix.toShortString()
121 + " size=" + te.textSize + " color=#" + Integer.toHexString(te.textColor)
123 + te.text);
124 if (te.lineCharOffsets != null && te.lineBaselines != null)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 883 catch (TransformerException te)
885 throw new org.apache.xml.utils.WrappedRuntimeException(te);
913 catch (TransformerException te)
915 throw new SAXException(te.getMessage(), te); local
936 catch(TransformerException te)
938 throw new SAXException(te);
    [all...]
TransformerImpl.java 389 catch (javax.xml.transform.TransformerException te)
390 {te.printStackTrace();}
1269 TransformerException te = ((TransformerException)se); local
2230 TransformerException te = new TransformerException(re); local
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
NdkApiXmlReport.java 167 } catch (TransformerException te) {
168 System.out.println(te.getMessage());
272 } catch (TransformerException te) {
273 System.out.println(te.getMessage());
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c 297 TermEntry *te; local
302 te = (TermEntry *) hash_get(Tname, q->token);
303 require(te!=NULL, "RemapForcedTokens: token not in hash table");
304 old_pos = te->token;
311 te->token = q->tnum; /* update token type id symbol table */
    [all...]
antlr.c 1513 char *akaString=NULL; TermEntry *te;int save_file=0,save_line=0; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 339 catch (TransformerException te)
341 te.setLocator(this.getLocator());
345 el.error(te);
348 throw te;
365 TransformerException te = new TransformerException(msg, local
368 // te.printStackTrace();
371 el.fatalError(te);
374 throw te;
414 catch (TransformerException te)
416 te.setLocator(this.getLocator())
441 TransformerException te = new TransformerException(msg, local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_shader.h 189 uint32_t te[3]; member in struct:ilo_state_ds
  /external/mksh/src/
exec.c 303 Test_env te; local
305 te.flags = TEF_DBRACKET;
306 te.pos.wp = t->args;
307 te.isa = dbteste_isa;
308 te.getopnd = dbteste_getopnd;
309 te.eval = test_eval;
310 te.error = dbteste_error;
312 rv = test_parse(&te);
    [all...]
syn.c 428 Test_env te; local
430 te.flags = TEF_DBRACKET;
431 te.pos.av = &args;
432 te.isa = dbtestp_isa;
433 te.getopnd = dbtestp_getopnd;
434 te.eval = dbtestp_eval;
435 te.error = dbtestp_error;
437 test_parse(&te);
982 dbtestp_isa(Test_env *te, Test_meta meta)
1021 XPput(*te->pos.av, save)
    [all...]
funcs.c 2604 Test_env te; local
    [all...]
edit.c 775 struct tbl *te; local
778 while ((te = ktnext(&ts)))
779 if (gmatchx(te->name, pat, false)) {
782 strdupx(cp, te->name, ATEMP);
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 255 const double &td = tt[0], &te = tt[1], &sd = ss[0], &se = ss[1]; local
256 if (roughly_between(0, td, sd) && roughly_between(0, te, se)) {
257 SkASSERT(roughly_between(0, td/sd, 1) && roughly_between(0, te/se, 1));
258 t[0] = static_cast<SkScalar>((td * se + te * sd) / (2 * sd * se));
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 492 catch (TransformerException te)
494 throw new org.xml.sax.SAXException(te);
863 catch (TransformerException te)
865 throw new org.xml.sax.SAXException(te);
920 catch (TransformerException te)
922 throw new org.xml.sax.SAXException(te);
975 catch (TransformerException te)
977 throw new org.xml.sax.SAXException(te);
1673 throw new org.xml.sax.SAXParseException(te.getMessage(), locator, te); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 610 TransformerException te = new TransformerException(fmsg, m_sourceLocator); local
614 ehandler.fatalError(te);
619 throw te;
655 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator); local
659 ehandler.fatalError(te);
664 throw te;
    [all...]
  /external/curl/lib/
http.c 1736 const char *te = ""; \/* transfer-encoding *\/ local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 629 struct translate_element *te; local
656 te = &k->element[k->nr_elements];
657 te->type = TRANSLATE_ELEMENT_NORMAL;
658 te->instance_divisor = 0;
659 te->input_buffer = vb_index;
660 te->input_format = mgr->ve->ve[i].src_format;
661 te->input_offset = mgr->ve->ve[i].src_offset;
662 te->output_format = output_format;
663 te->output_offset = k->output_stride;
692 struct translate_element *te = &key[type].element[elem_index[type][i]] local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 618 #define putcode(tif, te) Fax3PutBits(tif, (te)->code, (te)->length)
646 const tableentry* te = &tab[63 + (2560>>6)]; local
647 code = te->code, length = te->length;
649 DEBUG_PRINT("MakeUp", te->runlen);
652 span -= te->runlen;
655 const tableentry* te = &tab[63 + (span>>6)]; local
656 assert(te->runlen == 64*(span>>6))
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 1168 static struct timeval ts, te; variable in typeref:struct:
1170 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \
1171 (((te).tv_sec - (ts).tv_sec)*1000000))
1176 static struct tms ts, te; variable in typeref:struct:
1178 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 577 UResourceBundle bundle = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata", "te", testLoader);
659 rb = (ICUResourceBundle) UResourceBundle.getBundleInstance("android/icu/dev/data/testdata","te",testLoader);
1009 UResourceBundle te = UResourceBundle.getBundleInstance(baseName, "te", testLoader); local
1027 UResourceBundle te = UResourceBundle.getBundleInstance(baseName, "te", testLoader); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 576 UResourceBundle bundle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata", "te", testLoader);
658 rb = (ICUResourceBundle) UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata","te",testLoader);
1008 UResourceBundle te = UResourceBundle.getBundleInstance(baseName, "te", testLoader); local
1026 UResourceBundle te = UResourceBundle.getBundleInstance(baseName, "te", testLoader); local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1383 CvPolyEdge *te = last->next; local
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 3332 IRTemp te = newTemp(ty); local
3374 IRTemp te = newTemp(ty); local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 3435 theme_entry* te = pi->types[j].entries; local
3449 theme_entry* te = pi->types[j].entries; local
3662 const theme_entry& te = ti.entries[e]; local
3736 const theme_entry& te = ti.entries[k]; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 919 milliseconds

12 3 4 5 6 7 8 9