HomeSort by relevance Sort by last modified time
    Searched full:accept (Results 326 - 350 of 6772) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/classfile/attribute/annotation/
TypeAnnotation.java 71 targetInfo.accept(clazz, this, targetInfoVisitor);
82 targetInfo.accept(clazz, field, this, targetInfoVisitor);
93 targetInfo.accept(clazz, method, this, targetInfoVisitor);
104 targetInfo.accept(clazz, method, codeAttribute, this, targetInfoVisitor);
  /external/proguard/src/proguard/classfile/constant/
InvokeDynamicConstant.java 111 * accept the given visitor.
121 referencedClasses[index].accept(classVisitor); method
129 * Lets the bootstrap method handle constant accept the given visitor.
144 public void accept(Clazz clazz, ConstantVisitor constantVisitor) method in class:InvokeDynamicConstant
  /external/strace/tests/
Makefile.am 15 inet-accept-connect-send-recv \
23 net-accept-connect \
116 net-yy-accept.awk \
128 unix-yy-accept.awk \
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action.sh 83 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
84 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
94 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
95 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
TestCaseCollector.java 90 if (mFilter.accept(method)) {
106 if (!(mFilter.accept(clazz))) {
143 public boolean accept(Method method); method in interface:TestCaseCollector.TestCaseFilter
150 public boolean accept(Class<?> clazz); method in interface:TestCaseCollector.TestCaseFilter
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 65 int clientSocket = accept(serverSocket, (struct sockaddr *)&client, &sockaddr_len);
68 ALOGE("Failed to accept client connection");
79 // Only accept connects from the shell (adb forward comes to us as shell user),
88 // do not accept any more incoming connections
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
UnixSelectorTest.java 43 public void accept() { method in class:UnixSelectorTest.Server
47 while (serverChannel.accept() == null) {
72 // after bind can not accept
74 server.accept();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 13 * in an 'extern "C"' scope which do not accept the templates exposed
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java 31 * Wraps multiple BluetoothServerSocket objects to make it possible to accept connections on
37 * Call {@link #shutdown(boolean)} to terminate the accept threads created by the call to
41 * either (This is needed, as the only way to interrupt an accept call is to close the socket...)
59 /* Handles to the accept threads. Needed for shutdown. */
176 * Initiate the accept threads.
192 * Set state to accept new incoming connection. Will cause the next incoming connection to be
202 * This is the entry point that needs to synchronize between the accept
212 mConAccepted = true; // TODO: Reset this when ready to accept new connection
230 * Terminate any running accept threads
267 * accept a new connection
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ResultFilter.java 26 public boolean accept(Suggestion s) { method in class:ResultFilter
SuggestionFilter.java 28 boolean accept(Suggestion s); method in interface:SuggestionFilter
  /packages/inputmethods/LatinIME/tools/dicttool/etc/
makedict_aosp 17 # the same arguments that the old 'makedict' command used to accept.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
bpqether.h 17 unsigned char accept[ETH_ALEN]; member in struct:bpq_ethaddr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
bpqether.h 17 unsigned char accept[ETH_ALEN]; member in struct:bpq_ethaddr
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 13 * in an 'extern "C"' scope which do not accept the templates exposed
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 13 * in an 'extern "C"' scope which do not accept the templates exposed
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 13 * in an 'extern "C"' scope which do not accept the templates exposed
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_prolog.h 13 * in an 'extern "C"' scope which do not accept the templates exposed
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_prolog.h 13 * in an 'extern "C"' scope which do not accept the templates exposed
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PngFileFilter.java 24 public boolean accept(File f) { method in class:PngFileFilter
PsdFileFilter.java 24 public boolean accept(File f) { method in class:PsdFileFilter
  /system/netd/server/
StrictController.h 22 enum StrictPenalty { INVALID, ACCEPT, LOG, REJECT };
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
CONTRIB.md 5 We'd love to accept your sample apps and patches! Before we can take them, we
19 accept your pull requests.
CONTRIBUTING.md 5 We'd love to accept your sample apps and patches! Before we can take them, we
19 accept your pull requests.
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
CONTRIB.md 5 We'd love to accept your sample apps and patches! Before we can take them, we
19 accept your pull requests.

Completed in 264 milliseconds

<<11121314151617181920>>