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

  /external/icu4c/common/
servlk.cpp 95 LocaleKey::currentID(UnicodeString& result) const {
168 result.append(" currentID: ");
servslkf.cpp 69 lkey.currentID(keyID);
servlkf.cpp 63 key.currentID(id);
servloc.h 120 * Return the currentID.
122 virtual UnicodeString& currentID(UnicodeString& result) const;
234 * Implement superclass abstract method. This checks the currentID of
serv.cpp 48 ICUServiceKey::currentID(UnicodeString& result) const
58 return currentID(result);
138 if (_id == key.currentID(temp)) {
709 fallbackKey->currentID(us);
serv.h 58 * <p>ICUServiceKeys provide both a currentDescriptor and a currentID.
60 * and the currentID. Factories that handle complex keys,
64 * while using the currentID (in this case, the locale string),
114 virtual UnicodeString& currentID(UnicodeString& result) const;
308 * the key's currentID. Service and prefix are ignored.</p>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 138 sm->currentId = -1;
165 sm->currentId = sm->respId;
285 sm->currentId = eap_sm_nextId(sm, sm->currentId);
287 sm->currentId);
288 sm->lastId = sm->currentId;
291 sm->currentId);
409 sm->eap_if.eapReqData = eap_sm_buildFailure(sm, sm->currentId);
421 sm->eap_if.eapReqData = eap_sm_buildSuccess(sm, sm->currentId);
526 sm->currentId = eap_sm_getId(sm->eap_if.eapReqData)
    [all...]
eap_i.h 124 int currentId;
  /external/v8/src/
v8threads.h 97 static int CurrentId();
v8threads.cc 279 state->set_id(CurrentId());
356 int ThreadManager::CurrentId() {
platform-linux.cc 717 ThreadManager::CurrentId() == Top::thread_id()) {
top.cc 69 int id = ThreadManager::CurrentId();
    [all...]
runtime.cc     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntitySet.java 267 final Long currentId = getRawContactId(i);
268 if (rawContactId.equals(currentId)) {
  /external/v8/benchmarks/
richards.js 105 this.currentId = null;
194 this.currentId = this.currentTcb.id;
246 packet.id = this.currentId;
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 100 this.currentId = null;
189 this.currentId = this.currentTcb.id;
241 packet.id = this.currentId;
  /external/icu4c/test/intltest/
icusvtst.cpp 566 key.currentID(temp);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 473 ThreadIdentifier currentId = currentThread();
475 ASSERT(previousId != currentId);
476 previousId = currentId;
    [all...]
  /external/icu4c/i18n/
calendar.cpp 388 key.currentID(str);
    [all...]

Completed in 296 milliseconds