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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 131 Editor ed = mNamePreference.edit(); local
132 ed.putString(remoteDevice.getAddress(), name);
133 ed.apply();
143 Editor ed = mChannelPreference.edit(); local
144 ed.putInt(key, channel);
145 ed.apply();
152 Editor ed = mChannelPreference.edit(); local
153 ed.remove(key);
154 ed.apply();
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarms.java 420 SharedPreferences.Editor ed = prefs.edit(); local
421 ed.putInt(PREF_SNOOZE_ID, id);
422 ed.putLong(PREF_SNOOZE_TIME, time);
423 ed.apply();
457 final SharedPreferences.Editor ed = prefs.edit(); local
458 ed.remove(PREF_SNOOZE_ID);
459 ed.remove(PREF_SNOOZE_TIME);
460 ed.apply();
  /external/libvpx/vpx_scale/dm642/
gen_scalers_c64.c 58 unsigned int ba, cb, dc, ed; local
93 ed = _unpkhu4(_shrmb(src_next, src_current));
100 des [4] = _dotprsu2(ed, const_51_205);
145 unsigned int ba, cb, dc, ed; local
170 ed = _pack2(e, d);
182 des [dest_pitch*4] = _dotprsu2(ed, const_51_205);
  /external/quake/quake/src/WinQuake/
pr_exec.cpp 369 edict_t *ed; local
562 ed = PROG_TO_EDICT(a->edict);
564 NUM_FOR_EDICT(ed); // make sure it's in range
566 if (ed == (edict_t *)sv.edicts && sv.state == ss_active)
568 c->_int = (byte *)(ed->u.i + b->_int) - (byte *)sv.edicts;
576 ed = PROG_TO_EDICT(a->edict);
578 NUM_FOR_EDICT(ed); // make sure it's in range
580 a = (eval_t *)(ed->u.i + b->_int);
585 ed = PROG_TO_EDICT(a->edict);
587 NUM_FOR_EDICT(ed); // make sure it's in rang
    [all...]
pr_cmds.cpp 60 edict_t *ed; local
65 ed = PROG_TO_EDICT(pr_global_struct->self);
66 ED_Print (ed);
84 edict_t *ed; local
89 ed = PROG_TO_EDICT(pr_global_struct->self);
90 ED_Print (ed);
91 ED_Free (ed);
960 edict_t *ed; local
961 ed = ED_Alloc();
962 RETURN_EDICT(ed);
967 edict_t *ed; local
981 edict_t *ed; local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplay.java 369 EventDisplay ed = eventDisplayFactory(from.getDisplayType(), from.getName()); local
370 ed.mName = from.mName;
371 ed.mPidFiltering = from.mPidFiltering;
372 ed.mMaximumChartItemAge = from.mMaximumChartItemAge;
373 ed.mHistWidth = from.mHistWidth;
376 ed.mPidFilterList = new ArrayList<Integer>();
377 ed.mPidFilterList.addAll(from.mPidFilterList);
381 ed.mValueDescriptors.add(new ValueDisplayDescriptor(desc));
383 ed.mValueDescriptorCheck = from.mValueDescriptorCheck;
386 ed.mOccurrenceDescriptors.add(new OccurrenceDisplayDescriptor(desc))
707 EventDisplay ed = eventDisplayFactory(displayType, name); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 309 Editor ed = getPreferences(MODE_PRIVATE).edit(); local
311 ed.putInt(PREF_MOST_VISITED_VIEW_MODE, mViewMode.ordinal());
313 ed.putInt(PREF_BOOKMARK_VIEW_MODE, mViewMode.ordinal());
315 ed.apply();
BrowserProvider.java 357 Editor ed = p.edit(); local
358 ed.putBoolean("fix_picasa", false);
359 ed.apply();
    [all...]
BrowserSettings.java 438 Editor ed = PreferenceManager. local
440 ed.putString(PREF_HOMEPAGE, url);
441 ed.apply();
  /external/chromium/third_party/icu/source/test/intltest/
tzbdtest.cpp 240 UDate ed = (epochHours * H); local
243 e + " (" + ed + ")"); local
247 ", expected " + epochHours + " (" + ed + ")"); local
249 cal.setTime(ed, status);
254 logln(UnicodeString("Ok: ") + epochHours + " (" + ed + ") => " +
260 dataerrln(UnicodeString("FAIL: ") + epochHours + " (" + ed + ") => " +
  /external/icu4c/test/intltest/
tzbdtest.cpp 240 UDate ed = (epochHours * H); local
243 e + " (" + ed + ")"); local
247 ", expected " + epochHours + " (" + ed + ")"); local
249 cal.setTime(ed, status);
254 logln(UnicodeString("Ok: ") + epochHours + " (" + ed + ") => " +
260 dataerrln(UnicodeString("FAIL: ") + epochHours + " (" + ed + ") => " +
  /external/quake/quake/src/QW/server/
pr_exec.c 369 edict_t *ed; local
562 ed = PROG_TO_EDICT(a->edict);
564 NUM_FOR_EDICT(ed); // make sure it's in range
566 if (ed == (edict_t *)sv.edicts && sv.state == ss_active)
568 c->_int = (byte *)((int *)&ed->v + b->_int) - (byte *)sv.edicts;
576 ed = PROG_TO_EDICT(a->edict);
578 NUM_FOR_EDICT(ed); // make sure it's in range
580 a = (eval_t *)((int *)&ed->v + b->_int);
585 ed = PROG_TO_EDICT(a->edict);
587 NUM_FOR_EDICT(ed); // make sure it's in rang
    [all...]
pr_cmds.c 61 edict_t *ed; local
65 ed = PROG_TO_EDICT(pr_global_struct->self);
66 ED_Print (ed);
84 edict_t *ed; local
88 ed = PROG_TO_EDICT(pr_global_struct->self);
89 ED_Print (ed);
90 ED_Free (ed);
835 edict_t *ed; local
836 ed = ED_Alloc();
837 RETURN_EDICT(ed);
842 edict_t *ed; local
855 edict_t *ed; local
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 364 const google::protobuf::EnumDescriptor* ed = field->enum_type(); local
368 vd = ed->FindValueByNumber(i32_value);
372 i32_value, ed->full_name().c_str());
378 vd = ed->FindValueByName(str_value);
382 str_value, ed->full_name().c_str());
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 625 COMPtr<IWebEditingDelegate> ed; local
626 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
630 ed->ignoreWordInSpellDocument(m_webView, BString(word));
635 COMPtr<IWebEditingDelegate> ed; local
636 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
639 ed->learnWord(BString(word));
647 COMPtr<IWebEditingDelegate> ed; local
648 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get()
668 COMPtr<IWebEditingDelegate> ed; local
711 COMPtr<IWebEditingDelegate> ed; local
728 COMPtr<IWebEditingDelegate> ed; local
737 COMPtr<IWebEditingDelegate> ed; local
746 COMPtr<IWebEditingDelegate> ed; local
761 COMPtr<IWebEditingDelegate> ed; local
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 1098 Editor ed = prefs.edit(); local
    [all...]
MediaPlaybackService.java 372 Editor ed = mPreferences.edit(); local
400 ed.putString("queue", q.toString());
401 ed.putInt("cardid", mCardId);
419 ed.putString("history", q.toString());
422 ed.putInt("curpos", mPlayPos);
424 ed.putLong("seekpos", mPlayer.position());
426 ed.putInt("repeatmode", mRepeatMode);
427 ed.putInt("shufflemode", mShuffleMode);
428 SharedPreferencesCompat.apply(ed);
    [all...]
  /external/qemu/hw/
usb-ohci.c 496 uint32_t addr, struct ohci_ed *ed)
498 return get_dwords(ohci, addr, (uint32_t *)ed, sizeof(*ed) >> 2);
523 uint32_t addr, struct ohci_ed *ed)
525 return put_dwords(ohci, addr, (uint32_t *)ed, sizeof(*ed) >> 2);
602 static int ohci_service_iso_td(OHCIState *ohci, struct ohci_ed *ed,
620 addr = ed->head & OHCI_DPTR_MASK;
632 printf("--- ISO_TD ED head 0x%.8x tailp 0x%.8x\n"
639 ed->head & OHCI_DPTR_MASK, ed->tail & OHCI_DPTR_MASK
1037 struct ohci_ed ed; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 291 milliseconds