OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accept
(Results
1176 - 1200
of
11438
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/prebuilts/tools/common/m2/repository/asm/asm-tree/3.3.1/
asm-tree-3.3.1.jar
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
PinShortcutConfirm.java
78
final boolean result = mRequest.
accept
();
79
Log.i(TAG, "
Accept
returned: " + result);
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TcpStream.cpp
90
SocketStream * TcpStream::
accept
()
function in class:TcpStream
97
clientSock = ::
accept
(m_sock, (sockaddr *)&addr, &len);
/external/autotest/client/cros/multimedia/
system_facade_native.py
20
The methods inside this class only
accept
Python native types.
35
@param mode: Mode of scaling governor,
accept
'interactive' or
/external/bison/src/
lalr.h
37
tokens they
accept
.
85
All the transitions that
accept
a particular variable are grouped
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
ServerSocketService.java
51
* <li>It adapts {@link ServerSocket#
accept
()} to a {@link ListenableFuture} of an opened socket.
71
* The general idea has been to make callers to getConnection invoke
accept
, here is why it didn't
74
* <li>If you make getConnection a blocking method that calls
accept
until it finds the
76
* For example, if the worker crashes before connecting then the thread calling
accept
will
77
* block forever waiting for it. The only way to unblock a thread stuck on
accept
() is to
91
private enum Source { REQUEST,
ACCEPT
}
145
socket = serverSocket.
accept
();
155
getConnectionImpl(id, Source.
ACCEPT
).set(openedSocket);
/external/curl/tests/data/
test1051
88
Accept
: */*
103
Accept
: */*
test1052
83
Accept
: */*
97
Accept
: */*
test1071
94
Accept
: */*
105
Accept
: */*
test1075
73
Accept
: */*
84
Accept
: */*
test1095
74
Accept
: */*
80
Accept
: */*
test1104
74
Accept
: */*
78
Accept
: */*
test1128
57
Accept
: */*
62
Accept
: */*
test1129
83
Accept
: */*
90
Accept
: */*
test1130
83
Accept
: */*
90
Accept
: */*
test1138
65
Accept
: */*
70
Accept
: */*
test1437
74
Accept
: */*
80
Accept
: */*
test167
67
Accept
: */*
74
Accept
: */*
test175
72
Accept
: */*
79
Accept
: */*
test176
74
Accept
: */*
81
Accept
: */*
test2030
258
Accept
: */*
263
Accept
: */*
268
Accept
: */*
273
Accept
: */*
278
Accept
: */*
283
Accept
: */*
288
Accept
: */*
293
Accept
: */*
test233
83
Accept
: */*
88
Accept
: */*
test234
85
Accept
: */*
91
Accept
: */*
test245
73
Accept
: */*
81
Accept
: */*
test246
83
Accept
: */*
91
Accept
: */*
Completed in 268 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>