| /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
| D | SSLSocketImplTest.java | 79 final SSLSocket s = socket; in testSSLSocketImpl1() local 80 Thread thread = new Thread() { in testSSLSocketImpl1() local 143 final SSLSocket s = socket; in testSSLSocketImpl2() local 144 Thread thread = new Thread() { in testSSLSocketImpl2() local 210 final SSLSocket s = socket; in testSSLSocketImpl3() local 211 Thread thread = new Thread() { in testSSLSocketImpl3() local 276 final SSLSocket s = socket; in testSSLSocketImpl4() local 277 Thread thread = new Thread() { in testSSLSocketImpl4() local 343 final SSLSocket s = socket; in testSSLSocketImpl5() local 344 Thread thread = new Thread() { in testSSLSocketImpl5() local [all …]
|
| D | SSLServerSocketImplTest.java | 63 final SSLServerSocket s = ssocket; in testSSLServerSocketImpl1() local 64 Thread thread = new Thread() { in testSSLServerSocketImpl1() local 127 final SSLServerSocket s = ssocket; in testSSLServerSocketImpl2() local 128 Thread thread = new Thread() { in testSSLServerSocketImpl2() local 191 final SSLServerSocket s = ssocket; in testSSLServerSocketImpl3() local 192 Thread thread = new Thread() { in testSSLServerSocketImpl3() local 255 final SSLServerSocket s = ssocket; in testSSLServerSocketImpl4() local 256 Thread thread = new Thread() { in testSSLServerSocketImpl4() local
|
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| D | SocketHandlerTest.java | 170 ServerThread thread = new ServerThread(); in testConstructor_NoProperties() local 204 ServerThread thread = new ServerThread(); in testConstructor_NoBasicProperties() local 241 ServerThread thread = new ServerThread(); in testConstructor_ValidProperties() local 285 ServerThread thread = new ServerThread(); in testConstructor_InvalidBasicProperties() local 420 ServerThread thread = new ServerThread(); in testClose_SufficientPrivilege_NormalClose() local 448 ServerThread thread = new ServerThread(); in testClose_SufficientPrivilege_DirectClose() local 473 ServerThread thread = new ServerThread(); in testPublish_NoFilter() local 512 ServerThread thread = new ServerThread(); in testPublish_WithFilter() local 542 ServerThread thread = new ServerThread(); in testPublish_Null() local 569 ServerThread thread = new ServerThread(); in testPublish_EmptyMsg() local [all …]
|
| /external/strace/tests/ |
| D | filter-unavailable.c | 38 thread(void *arg) in thread() function 69 int i, s; in main() local
|
| /external/lzma/CPP/7zip/UI/FileManager/ |
| D | ProgressDialog2.cpp | 174 void CProgressSync::Set_Status(const UString &s) in Set_Status() 196 UString s; in AddError_Message_Name() local 212 UString s = NError::MyFormatMessage(systemError); in AddError_Code_Name() local 257 void CProgressDialog::AddToTitle(LPCWSTR s) in AddToTitle() 287 static void ReduceString(UString &s, unsigned size) in ReduceString() 562 void GetTimeString(UInt64 timeValue, wchar_t *s) in GetTimeString() 583 static void ConvertSizeToString(UInt64 v, wchar_t *s) in ConvertSizeToString() 604 wchar_t s[40]; in ShowSize() local 717 wchar_t s[40]; in UpdateStatInfo() local 728 wchar_t s[32]; in UpdateStatInfo() local [all …]
|
| /external/autotest/client/tests/tsc/src/ |
| D | checktsc.c | 72 int parse_cpu_set(const char *s, cpu_set_t *cpus) in parse_cpu_set() 135 static void inline set_state(state_t *s, int v) in set_state() 140 static void inline wait_for_state(state_t *s, int v) in wait_for_state() 280 pthread_t thread; in check_tsc() local
|
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | JSR166TestCase.java | 522 void assertThreadStaysAlive(Thread thread) { in assertThreadStaysAlive() 529 void assertThreadStaysAlive(Thread thread, long millis) { in assertThreadStaysAlive() 726 void waitForThreadToEnterWaitState(Thread thread, long timeoutMillis) { in waitForThreadToEnterWaitState() 729 Thread.State s = thread.getState(); in waitForThreadToEnterWaitState() local 748 void waitForThreadToEnterWaitState(Thread thread) { in waitForThreadToEnterWaitState()
|
| /external/fio/ |
| D | verify.h | 65 unsigned char thread; member 92 uint32_t s[4]; member 131 static inline size_t thread_io_list_sz(struct thread_io_list *s) in thread_io_list_sz() 136 static inline struct thread_io_list *io_list_next(struct thread_io_list *s) in io_list_next()
|
| D | gettime.c | 228 struct timeval s, e; in get_cycles_per_usec() local 384 uint64_t utime_since(const struct timeval *s, const struct timeval *e) in utime_since() 407 uint64_t utime_since_now(const struct timeval *s) in utime_since_now() 415 uint64_t mtime_since(const struct timeval *s, const struct timeval *e) in mtime_since() 436 uint64_t mtime_since_now(const struct timeval *s) in mtime_since_now() 445 uint64_t time_since_now(const struct timeval *s) in time_since_now() 463 pthread_t thread; member
|
| /external/fio/t/ |
| D | dedupe.c | 33 pthread_t thread; member 248 unsigned int s; in insert_chunks() local 278 static int do_work(struct worker_thread *thread, void *buf) in do_work() 313 struct worker_thread *thread = data; in thread_fn() local
|
| /external/gemmlowp/profiling/ |
| D | profiler.h | 309 inline void RecordStack(const ThreadInfo* thread, ProfilingStack* dst) { in RecordStack() 335 ProfilingStack s; in ProfilerThreadFunc() local
|
| /external/webrtc/webrtc/base/ |
| D | macasyncsocket.cc | 92 void MacAsyncSocket::OnResolveResult(SignalThread* thread) { in OnResolveResult() 242 MacAsyncSocket* s = new MacAsyncSocket(ss_, saddr.ss_family, socket_fd); in Accept() local 402 void MacAsyncSocket::MacAsyncSocketCallBack(CFSocketRef s, in MacAsyncSocketCallBack()
|
| /external/compiler-rt/lib/asan/ |
| D | asan_interceptors.cc | 88 #define ASAN_READ_STRING_OF_LEN(ctx, s, len, n) \ argument 92 #define ASAN_READ_STRING(ctx, s, n) \ argument 112 static inline uptr MaybeRealStrnlen(const char *s, uptr maxlen) { in MaybeRealStrnlen() 176 #define COMMON_INTERCEPTOR_SET_PTHREAD_NAME(ctx, thread, name) \ argument 202 #define COMMON_SYSCALL_PRE_READ_RANGE(p, s) ASAN_READ_RANGE(nullptr, p, s) argument 203 #define COMMON_SYSCALL_PRE_WRITE_RANGE(p, s) ASAN_WRITE_RANGE(nullptr, p, s) argument 204 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ argument 209 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ argument 232 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() 553 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() [all …]
|
| /external/google-breakpad/src/processor/ |
| D | synth_minidump_unittest.cc | 170 google_breakpad::SynthMinidump::Thread thread( in TEST() local 239 String s(dump, "All mimsy were the borogoves"); in TEST() local 251 String s(dump, "and the mome wraths outgrabe"); in TEST() local
|
| /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/ |
| D | GLSurfaceViewAPI18.java | 947 int s = findConfigAttrib(egl, display, config, in chooseConfig() local 1866 public synchronized void threadExiting(GLThread thread) { in threadExiting() 1884 public boolean tryAcquireEglContextLocked(GLThread thread) { in tryAcquireEglContextLocked() 1908 public void releaseEglContextLocked(GLThread thread) { in releaseEglContextLocked()
|
| /external/webrtc/webrtc/p2p/stunprober/ |
| D | stunprober.cc | 231 rtc::Thread* thread, in StunProber() 245 for (auto s : sockets_) { in ~StunProber() local
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | GLSurfaceView.java | 849 int s = findConfigAttrib(egl, display, config, in chooseConfig() local 1580 public synchronized void threadExiting(GLThread thread) { in threadExiting() 1598 public boolean tryAcquireEglSurfaceLocked(GLThread thread) { in tryAcquireEglSurfaceLocked() 1614 public void releaseEglSurfaceLocked(GLThread thread) { in releaseEglSurfaceLocked()
|
| /external/dbus/bus/ |
| D | selinux.c | 200 DBusString s; in log_audit_callback() local 232 avc_stop_thread (void *thread) in avc_stop_thread()
|
| /external/webrtc/talk/media/sctp/ |
| D | sctpdataengine.cc | 48 std::string ListStreams(const StreamSet& s) { in ListStreams() 130 char s[255]; in debug_sctp_printf() local 366 SctpDataMediaChannel::SctpDataMediaChannel(rtc::Thread* thread) in SctpDataMediaChannel()
|
| /external/libchrome/base/trace_event/ |
| D | trace_event_unittest.cc | 885 int thread = 0; in ValidateInstantEventPresentOnEveryThread() local 893 for (int thread = 0; thread < num_threads; thread++) { in ValidateInstantEventPresentOnEveryThread() local 1521 Thread thread("1"); in TEST_F() local 1787 std::string s; in TEST_F() local 2758 Thread thread("1"); in TEST_F() local 2830 Thread thread("1"); in TEST_F() local 2855 Thread thread("1"); in TEST_F() local
|
| /external/webrtc/webrtc/p2p/base/ |
| D | port.cc | 132 Port::Port(rtc::Thread* thread, in Port() 158 Port::Port(rtc::Thread* thread, in Port() 1012 void Connection::PrintPingsSinceLastResponse(std::string* s, size_t max) { in PrintPingsSinceLastResponse()
|
| /external/skia/dm/ |
| D | DM.cpp | 229 static void push_src(const char* tag, ImplicitString options, Src* s) { in push_src() 234 TaggedSrc& s = gSrcs.push_back(); in push_src() local 638 static void push_sink(const SkCommandLineConfig& config, Sink* s) { in push_sink() 1087 auto thread = new SkThread([] (void*) { in start_status_thread() local
|
| /external/avahi/avahi-compat-libdns_sd/ |
| D | compat.c | 70 pthread_t thread; member 249 static const char *add_trailing_dot(const char *s, char *buf, size_t buf_len) { in add_trailing_dot() 569 static void generic_client_callback(AvahiClient *s, AvahiClientState state, void* userdata) { in generic_client_callback() 959 static void reg_client_callback(AvahiClient *s, AvahiClientState state, void* userdata) { in reg_client_callback()
|
| /external/mesa3d/src/gallium/drivers/rbug/ |
| D | rbug_core.c | 57 pipe_thread thread; member 806 int s = -1; in PIPE_THREAD_ROUTINE() local
|
| /external/avahi/avahi-compat-howl/ |
| D | compat.c | 89 pthread_t thread; member 104 static const char *add_trailing_dot(const char *s, char *buf, size_t buf_len) { in add_trailing_dot() 306 static void client_callback(AvahiClient *s, AvahiClientState state, void* userdata) { in client_callback()
|