HomeSort by relevance Sort by last modified time
    Searched refs:oe (Results 1 - 12 of 12) 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) {
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3512 sp<ConfigList> oe = mOrderedConfigs.itemAt(idx); local
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/grub/docs/
texinfo.tex 592 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
    [all...]
  /external/qemu/
ppc-dis.c     [all...]

Completed in 298 milliseconds