HomeSort by relevance Sort by last modified time
    Searched full:accepted (Results 251 - 275 of 1050) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
cdc.h 207 * section 3.6.2.1 table 5 specifies ACM notifications, accepted by RNDIS
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/
DeviceSelectionModel.java 137 // containers accepted basic types like int.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterLogic.java 281 // are deemed implicitly accepted anyway.
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 68 boolean accepted = false;
90 accepted = true;
140 accepted = true;
555 assertTrue("Proxy server was not used", proxy.accepted);
635 assertTrue("Proxy server was not used", proxy.accepted);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 668 bool accepted = frame->eventHandler()->mouseMoved(PlatformMouseEvent(ev, 0));
669 ev->setAccepted(accepted);
691 bool accepted = false; local
696 accepted = frame->eventHandler()->handleMousePressEvent(mev);
697 ev->setAccepted(accepted);
715 bool accepted = false;
719 accepted = frame->eventHandler()->handleMousePressEvent(mev);
720 ev->setAccepted(accepted);
733 bool accepted = false;
737 accepted = frame->eventHandler()->handleMousePressEvent(mev)
844 bool accepted = frame->eventHandler()->handleWheelEvent(pev); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 270 * like a server-side client. It runs until a connection is accepted
313 // If a connection was accepted
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 262 * like a server-side client. It runs until a connection is accepted
307 // If a connection was accepted
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 239 * the current node to no longer be accepted by the TreeWalker's
242 * would be accepted by the filter and whatToShow flags. Further
FilterExprWalker.java 159 * @return a constant to determine whether the node is accepted,
MatchPatternIterator.java 284 * @return a constant to determine whether the node is accepted,
  /external/libphonenumber/java/
release_notes.txt 8 is no longer accepted as an extension symbol when matching, only when
9 parsing. "x" is only accepted as a carrier code or extension marker, not
  /external/valgrind/main/include/
pub_tool_libcbase.h 47 // whitespace is ignored. A subsequent '-' or '+' is accepted. For strtoll16,
70 // accepted, nor are "fancy" floats (eg. "3.4e-5", "NAN").
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 36 * socket. When a connection is accepted by the {@link BluetoothServerSocket},
55 * <p>Once the socket is connected, whether initiated as a client or accepted
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 217 "IOException on accepted socket(); re-listening", ex);
221 Log.i(LOG_TAG, "New connection accepted");
  /hardware/msm7k/librpc/rpc/
types.h 269 * Reply header to an rpc request that was accepted by the server.
271 * accepted.
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 198 * if the connection cannot be accepted.
203 aSocket.accepted();
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java 200 * Returns whether no more inbound data will be accepted by this engine.
202 * @return {@code true} if no more inbound data will be accepted by this
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 101 * the {@link Source}/{@link Result} accepted.
103 * <h4>{@link Source}/{@link Result} accepted:</h4>
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 421 * accepted!)
454 * accepted!)
  /packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java 140 // Request again -- shouldn't be accepted.
238 // Request again -- shouldn't be accepted.
  /packages/apps/Exchange/res/values/
strings.xml 29 <!-- Message subject for meeting accepted response. This will be followed
33 Accepted:
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 94 * guaranteed to be accepted by ANativeWindow_setBuffersGeometry().
  /external/apache-http/src/org/apache/http/impl/
EnglishReasonPhraseCatalog.java 135 "Accepted");
  /external/bison/src/
state.h 43 the last thing accepted to reach that state. It is the
system.h 102 are accepted by gcc versions 2.6.4 (effectively 2.7) and later. */

Completed in 1048 milliseconds

<<11121314151617181920>>