HomeSort by relevance Sort by last modified time
    Searched full:currentid (Results 26 - 50 of 56) sorted by null

12 3

  /packages/apps/Browser/src/com/android/browser/
TabControl.java 378 * @param currentId The tab id to restore.
384 void restoreState(Bundle inState, long currentId,
386 if (currentId == -1) {
404 } else if (id == currentId || restoreAll) {
414 if (id == currentId) {
  /external/icu4c/common/
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)) {
704 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...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 267 final Long currentId = getRawContactId(i);
268 if (rawContactId.equals(currentId)) {
  /external/chromium/base/threading/
platform_thread_posix.cc 120 PlatformThreadId PlatformThread::CurrentId() {
worker_pool_posix_unittest.cc 70 unique_threads_->insert(PlatformThread::CurrentId());
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 124 int currentId;
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 118 int currentId;
  /external/chromium/base/
message_pump_glib.cc 180 static base::PlatformThreadId thread_id = base::PlatformThread::CurrentId();
181 DCHECK(thread_id == base::PlatformThread::CurrentId()) <<
time_win.cc 155 static PlatformThreadId my_thread = PlatformThread::CurrentId();
156 DCHECK(PlatformThread::CurrentId() == my_thread);
task.h 231 origin_thread_id_ = base::PlatformThread::CurrentId();
239 if (origin_thread_id_ != base::PlatformThread::CurrentId())
  /external/chromium/net/http/
http_auth_controller.cc 95 base::PlatformThread::CurrentId();
96 DCHECK_EQ(first_thread, base::PlatformThread::CurrentId());
  /external/v8/src/
v8threads.cc 326 state->set_id(CurrentId());
394 ThreadId ThreadManager::CurrentId() {
  /external/v8/test/cctest/
test-log.cc 214 CHECK_GT(i::Isolate::Current()->thread_manager()->CurrentId(), 0);
242 CHECK_GT(i::Isolate::Current()->thread_manager()->CurrentId(), 0);
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 331 final Long currentId = getRawContactId(i);
332 if (rawContactId.equals(currentId)) {
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
richards.js 105 this.currentId = null;
194 this.currentId = this.currentTcb.id;
246 packet.id = this.currentId;
  /external/v8/benchmarks/
richards.js 105 this.currentId = null;
194 this.currentId = this.currentTcb.id;
246 packet.id = this.currentId;
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 100 this.currentId = null;
189 this.currentId = this.currentTcb.id;
241 packet.id = this.currentId;
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 100 this.currentId = null;
189 this.currentId = this.currentTcb.id;
241 packet.id = this.currentId;
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 100 this.currentId = null;
189 this.currentId = this.currentTcb.id;
241 packet.id = this.currentId;
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 505 ThreadIdentifier currentId = currentThread();
507 ASSERT(previousId != currentId);
508 previousId = currentId;
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 570 key.currentID(temp);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java     [all...]
  /external/chromium/base/metrics/
stats_table.cc 323 *(impl_->thread_tid(slot)) = PlatformThread::CurrentId();

Completed in 1434 milliseconds

12 3