HomeSort by relevance Sort by last modified time
    Searched refs:thread_id (Results 176 - 200 of 201) sorted by null

1 2 3 4 5 6 78 9

  /external/opencv/cv/src/
cvstereobm.cpp 658 int thread_id = cvGetThreadNum(); local
668 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
674 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
mycvHaarDetectObjects.cpp 1221 int thread_id = cvGetThreadNum(); local
    [all...]
cvhaar.cpp 1010 int thread_id = cvGetThreadNum(); local
1189 int thread_id = cvGetThreadNum(); local
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 111 pthread_t thread_id; local
120 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
127 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 319 pthread_t thread_id; local
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
335 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 121 pthread_t thread_id; member in struct:__anon33062
744 ret = pthread_create(&client[i].thread_id, NULL, encode_test,
754 pthread_join(client[i].thread_id, NULL);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 319 pthread_t thread_id; local
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
335 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys.py 344 thread_id = thread_info[0]
350 self.assertIn(thread_id, d)
359 frame = d.pop(thread_id)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys.py 344 thread_id = thread_info[0]
350 self.assertIn(thread_id, d)
359 frame = d.pop(thread_id)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 344 thread_id = thread_info[0]
350 self.assertIn(thread_id, d)
359 frame = d.pop(thread_id)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 344 thread_id = thread_info[0]
350 self.assertIn(thread_id, d)
359 frame = d.pop(thread_id)
  /external/v8/src/tracing/
trace-event.h 255 // Adds a trace event with a given id, thread_id, and timestamp. Not
258 phase, category_group, name, id, thread_id, timestamp, flags, ...) \
  /external/google-benchmark/src/
benchmark.cc 600 size_t iters, int thread_id,
602 State st(iters, b->has_arg1, b->arg1, b->has_arg2, b->arg2, thread_id, b->threads);
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 219 DWORD thread_id; local
225 &thread_id);
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.cc 61 if (require_origin && !dictionary->GetInteger("tid", &thread.thread_id)) {
442 *num = static_cast<double>(the_event->thread.thread_id);
  /hardware/libhardware/modules/vehicle/
vehicle.c 54 pthread_t thread_id; member in struct:subscription
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 411 thread.tid = rawthread->thread_id;
742 crashinfo->crashing_tid = exp->thread_id;
    [all...]
  /external/v8/tools/
grokdump.py 221 ("thread_id", ctypes.c_uint32),
    [all...]
  /external/libxml2/
runtest.c     [all...]
  /external/netperf/src/
netlib.c 1185 DWORD thread_id ;
1213 &thread_id ) ;
1174 DWORD thread_id ; local
    [all...]
  /art/runtime/
thread.h 776 void HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id)
    [all...]
  /system/bt/btif/src/
btif_hl.c 4909 pthread_t thread_id = -1; local
    [all...]
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 855 void TraceManyInstantEvents(int thread_id, int num_events,
860 "thread", thread_id,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 182 Sms.THREAD_ID,
195 Sms.THREAD_ID,
202 Sms.THREAD_ID,
212 Mms.THREAD_ID,
220 Mms.THREAD_ID,
253 BluetoothMapContract.MessageColumns.THREAD_ID,
562 // BluetoothMapContract.ConversationColumns.THREAD_ID);
1677 long thread_id = c.getLong(c.getColumnIndex( local
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]

Completed in 940 milliseconds

1 2 3 4 5 6 78 9