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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threaded_import.py 60 raise unittest.SkipTest("can't run when import lock is held") namespace
test_socketserver.py 313 # If the import lock is held, the threads will hang
314 raise unittest.SkipTest("can't run when import lock is held") namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threaded_import.py 60 raise unittest.SkipTest("can't run when import lock is held") namespace
test_socketserver.py 313 # If the import lock is held, the threads will hang
314 raise unittest.SkipTest("can't run when import lock is held") namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 60 raise unittest.SkipTest("can't run when import lock is held") namespace
test_socketserver.py 313 # If the import lock is held, the threads will hang
314 raise unittest.SkipTest("can't run when import lock is held") namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 60 raise unittest.SkipTest("can't run when import lock is held") namespace
test_socketserver.py 313 # If the import lock is held, the threads will hang
314 raise unittest.SkipTest("can't run when import lock is held") namespace
  /system/bt/osi/test/
AlarmTestHarness.cpp 93 bool held = false; local
114 held = lock_stat.st_size > unlock_stat.st_size;
126 return held;
  /external/valgrind/drd/
drd_mutex.c 429 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
430 if (held > s_mutex_lock_threshold_ms)
434 mutex, p->acquired_at, held, s_mutex_lock_threshold_ms };
drd_rwlock.c 545 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
546 if (held > DRD_(s_shared_threshold_ms))
550 rwlock, p->acquired_at, held, DRD_(s_shared_threshold_ms) };
575 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
576 if (held > DRD_(s_exclusive_threshold_ms))
580 rwlock, p->acquired_at, held,
  /external/libxml2/
threads.c 123 unsigned int held; member in struct:_xmlRMutex
306 tok->held = 0;
364 if (tok->held) {
366 tok->held++;
371 while (tok->held)
377 tok->held = 1;
409 tok->held--;
410 if (tok->held == 0) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 330 List<Connection> held = new ArrayList<>(); local
339 held.add(connection);
348 for (Connection connection : held) {
352 connection.setConferenceableConnections(held);
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 358 milliseconds