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

  /external/libedit/src/
refresh.c 504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
531 oe = o;
532 *oe = '\0';
621 if ((oe - ols) < MIN_END_KEEP) {
622 ols = oe;
649 ols = oe;
653 ols = oe;
665 ols = oe;
669 ols = oe;
692 ELRE_DEBUG(1, (__F, "ofd %d, osb %d, ose %d, ols %d, oe %d\n"
    [all...]
  /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::__anon17358
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 891 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; local
    [all...]
SemaDeclObjC.cpp 178 oe = Overridden->param_end(); local
181 ni != ne && oi != oe; ++ni, ++oi) {
    [all...]
SemaDecl.cpp 2959 oe = oldMethod->param_end(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.c 552 unsigned oe:1; member in struct:xo_inst::__anon30917
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe,
567 inst.inst.oe = oe;
  /external/valgrind/main/coregrind/
m_transtab.c 460 static void OutEdge__init ( OutEdge* oe )
462 oe->to_sNo = -1; /* invalid */
463 oe->to_tteNo = 0;
464 oe->from_offs = 0;
600 void OutEdgeArr__add ( OutEdgeArr* oea, OutEdge* oe )
604 VG_(addToXA)(oea->var, oe);
617 VG_(addToXA)(oea->var, oe);
621 oea->fixed[oea->n_fixed++] = *oe;
818 OutEdge oe; local
819 OutEdge__init(&oe);
898 OutEdge* oe = OutEdgeArr__index(&from_tte->out_edges, j); local
910 OutEdge* oe = OutEdgeArr__index(&here_tte->out_edges, i); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 270 ObserverNode.ObserverEntry oe = list.get(j); local
271 if (oe.observer.asBinder() == binder) {
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3852 sp<ConfigList> oe = mOrderedConfigs.itemAt(idx); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1114 milliseconds