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

  /bootable/bootloader/legacy/arch_msm7k/
gpio.c 45 unsigned oe; member in struct:gpioregs
57 .oe = GPIO_OE_0,
67 .oe = GPIO_OE_1,
77 .oe = GPIO_OE_2,
87 .oe = GPIO_OE_3,
97 .oe = GPIO_OE_4,
132 v = readl(r->oe);
134 writel(v | b, r->oe);
136 writel(v & (~b), r->oe);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 228 File oe = mActivity.getFileStreamPath(OPEN_ENTRIES); local
231 if (!oe.exists()) {
282 if (Config.LOGD) Log.d(TAG, "addOpenEntriesToGrammar writing " + oe);
284 FileOutputStream fos = new FileOutputStream(oe);
300 if (Config.LOGD) Log.d(TAG, "addOpenEntriesToGrammar reading " + oe);
302 FileInputStream fis = new FileInputStream(oe);
468 File oe = context.getFileStreamPath(OPEN_ENTRIES); local
469 if (Config.LOGD) Log.v(TAG, "deleteCachedGrammarFiles " + oe);
470 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...]
  /frameworks/base/core/java/android/content/
ContentService.java 153 ObserverNode.ObserverEntry oe = list.get(j); local
154 if (oe.observer.asBinder() == binder) {
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3512 sp<ConfigList> oe = mOrderedConfigs.itemAt(idx); local
    [all...]

Completed in 61 milliseconds