HomeSort by relevance Sort by last modified time
    Searched defs:oe (Results 1 - 12 of 12) sorted by null

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 233 File oe = mActivity.getFileStreamPath(OPEN_ENTRIES); local
236 if (!oe.exists()) {
287 if (false) Log.d(TAG, "addOpenEntriesToGrammar writing " + oe);
289 FileOutputStream fos = new FileOutputStream(oe);
305 if (false) Log.d(TAG, "addOpenEntriesToGrammar reading " + oe);
307 FileInputStream fis = new FileInputStream(oe);
473 File oe = context.getFileStreamPath(OPEN_ENTRIES); local
474 if (false) Log.v(TAG, "deleteCachedGrammarFiles " + oe);
475 if (oe.exists()) oe.delete()
    [all...]
  /external/oprofile/libpopt/
popt.c 776 char *oe; local
793 for (oe = optString; *oe && *oe != '='; oe++)
795 if (*oe == '=') {
796 *oe++ = '\0';
798 longArg = origOptString + (oe - localOptString);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_ppc.c 552 unsigned oe:1; member in struct:xo_inst::__anon15290
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe,
567 inst.inst.oe = oe;
  /external/clang/lib/Sema/
SemaCast.cpp 881 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; local
    [all...]
SemaDeclObjC.cpp 177 oe = Overridden->param_end(); local
180 ni != ne && oi != oe; ++ni, ++oi) {
    [all...]
SemaDecl.cpp 2817 oe = oldMethod->param_end(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.c 552 unsigned oe:1; member in struct:xo_inst::__anon25757
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe,
567 inst.inst.oe = oe;
  /frameworks/base/services/java/com/android/server/content/
ContentService.java 272 ObserverNode.ObserverEntry oe = list.get(j); local
273 if (oe.observer.asBinder() == binder) {
    [all...]
  /external/valgrind/main/coregrind/
m_transtab.c 459 static void OutEdge__init ( OutEdge* oe )
461 oe->to_sNo = -1; /* invalid */
462 oe->to_tteNo = 0;
463 oe->from_offs = 0;
599 void OutEdgeArr__add ( OutEdgeArr* oea, OutEdge* oe )
603 VG_(addToXA)(oea->var, oe);
616 VG_(addToXA)(oea->var, oe);
620 oea->fixed[oea->n_fixed++] = *oe;
782 OutEdge oe; local
783 OutEdge__init(&oe);
859 OutEdge* oe = OutEdgeArr__index(&from_tte->out_edges, j); local
871 OutEdge* oe = OutEdgeArr__index(&here_tte->out_edges, i); local
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3647 sp<ConfigList> oe = mOrderedConfigs.itemAt(idx); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 627 milliseconds