HomeSort by relevance Sort by last modified time
    Searched full:threadname (Results 101 - 125 of 313) sorted by null

1 2 3 45 6 7 8 91011>>

  /tools/metalava/src/main/java/com/android/tools/metalava/
DocAnalyzer.kt 142 val threadName = if (name.endsWith("UiThread")) {
147 result.add(threadName)
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 369 lockHdf.setValue("threadName", referenced.name);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 675 * @param threadName
679 public long getThreadID(String threadName) {
689 // Get thread ID for threadName
694 if (threadName.equals(name)) {
    [all...]
  /external/curl/docs/examples/
Makefile.netware 369 @echo $(DL)threadname "_$(notdir $(@:.def=))"$(DL) >> $@
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 350 mm_camera_cmd_thread_name(poll_cb->threadName);
588 mm_camera_cmd_thread_name(cmd_thread->threadName);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 350 mm_camera_cmd_thread_name(poll_cb->threadName);
568 mm_camera_cmd_thread_name(cmd_thread->threadName);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 284 self.threadName = threading.current_thread().name
287 self.threadName = None
382 %(threadName)s Thread name (if available)
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 285 self.threadName = threading.current_thread().name
288 self.threadName = None
383 %(threadName)s Thread name (if available)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 106 String8 threadName;
108 threadName = String8::format("CDU-%s-FrameProc", mCameraIdStr.string());
109 mFrameProcessor->run(threadName.string());
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 284 self.threadName = threading.current_thread().name
287 self.threadName = None
382 %(threadName)s Thread name (if available)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 284 self.threadName = threading.current_thread().name
287 self.threadName = None
382 %(threadName)s Thread name (if available)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 284 self.threadName = threading.current_thread().name
287 self.threadName = None
382 %(threadName)s Thread name (if available)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 284 self.threadName = threading.current_thread().name
287 self.threadName = None
382 %(threadName)s Thread name (if available)
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/
leakcanary-watcher-1.4.jar 
  /external/valgrind/memcheck/tests/
Makefile.in 209 @HAVE_PTHREAD_SETNAME_NP_TRUE@am__append_28 = threadname
231 @HAVE_PTHREAD_SETNAME_NP_TRUE@am__EXEEXT_6 = threadname$(EXEEXT)
679 threadname_SOURCES = threadname.c
680 threadname_OBJECTS = threadname.$(OBJEXT)
    [all...]
  /external/curl/src/
Makefile.netware 450 @echo $(DL)threadname "$(TARGET)"$(DL) >> $@
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 426 * ThreadId | ThreadName | ... | ContactName | ContactPrecence | ... |
  /external/valgrind/coregrind/
m_errormgr.c 596 VG_(printf_xml)(" <threadname>%s</threadname>\n", tst->thread_name);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
nlmcode.h 124 if (bfd_bread ((void *) nlm_variable_header (abfd)->threadName,
615 if (bfd_bwrite (nlm_variable_header (abfd)->threadName, amt, abfd) != amt)
    [all...]
  /external/curl/lib/
Makefile.netware 433 @echo $(DL)threadname "$(TARGET)"$(DL) >> $@
  /external/libchrome/base/message_loop/
message_loop_unittest.cc     [all...]
  /system/extras/simpleperf/scripts/
report_html.py 474 7. threadNames: map from tid to threadName.
    [all...]
  /art/tools/dmtracedump/
tracedump.cc 134 const char* threadName;
668 pKeys->threads[i].threadName = data + tab + 1;
887 printf("%2d %s\n", pKeys->threads[i].threadId, pKeys->threads[i].threadName);
    [all...]
  /external/python/cpython3/Lib/logging/
__init__.py 300 self.threadName = threading.current_thread().name
303 self.threadName = None
462 %(threadName)s Thread name (if available)
    [all...]

Completed in 890 milliseconds

1 2 3 45 6 7 8 91011>>