HomeSort by relevance Sort by last modified time
    Searched full:accepting (Results 1 - 25 of 488) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
input-type-file-drag-drop.html 13 <li> Accepting normal file drags (indicating accpetance during hover).
  /external/chromium/net/ftp/
ftp_directory_listing_parser_netware_unittest.cc 34 // The parser requires a "total n" line before accepting regular input.
61 // The parser requires a "total n" line before accepting regular input.
ftp_directory_listing_parser_vms_unittest.cc 56 // The parser requires a directory header before accepting regular input.
110 // The parser requires a directory header before accepting regular input.
136 // The parser requires a directory header before accepting regular input.
  /external/clang/test/Analysis/
CheckNSError.m 25 - (void)myMethodWhichMayFail:(NSError **)error { // expected-warning {{Method accepting NSError** should have a non-void return value to indicate whether or not an error occurred}}
38 void foo(CFErrorRef* error) { // expected-warning {{Function accepting CFErrorRef* should have a non-void return value to indicate whether or not an error occurred}}
  /external/mesa3d/src/glsl/glcpp/
README 16 Any downstream compiler accepting output from glcpp should be prepared
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageProcessor.java 150 sipStack.getStackLogger().logDebug("Accepting new connection!");
160 "Fatal - SocketException occured while Accepting connection", ex);
167 "Fatal - SSSLException occured while Accepting connection", ex);
170 // Problem accepting connection.
171 sipStack.getStackLogger().logError("Problem Accepting Connection", ex);
  /external/icu4c/samples/uciter8/
readme.txt 5 8-bit Unicode text leniently, accepting a mix of UTF-8 and CESU-8
6 and also accepting single surrogates.
  /external/qemu/docs/
ANDROID-ADB-QEMU.TXT 25 is the 'base port' + 1), and is responsible for accepting connections coming from
29 accepting connections coming from the ADB daemon running in the guest, and
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp 39 // avoid accepting and printing out a typo correction that proves to be
  /external/icu4c/common/
rbbidata.h 98 int16_t fAccepting; /* Non-zero if this row is for an accepting state. */
99 /* Value 0: not an accepting state. */
100 /* -1: Unconditional Accepting state. */
  /external/svox/pico/lib/
picokfst.h 157 /* returns whether 'state' is an accepting state of FST; originally, only
158 state 1 was an accepting state; however, in order to remove the need to
160 defines a state as an accepting state if there is transition to state 1
  /packages/apps/Phone/src/com/android/phone/
CdmaPhoneCallState.java 34 * fgCall can have more than one connections from various scenarios (accepting the CW or
39 * CONF_CALL - When the user merges two calls or on accepting the Call waiting call.
52 * CONF_CALL - When the user merges two calls or on accepting the Call waiting call
  /external/dbus/dbus/
sd-daemon.c 187 int accepting = 0; local
188 socklen_t l = sizeof(accepting);
190 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &accepting, &l) < 0)
193 if (l != sizeof(accepting))
196 if (!accepting != !listening)
  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 732 /* If we've entered an accepting state, back up; note that
801 /* Write out accepting list and pointer list.
809 /* Set up accepting structures for the End Of Buffer state. */
846 * accepting number as part
868 /* add accepting number for the "jam" state */
881 /* add accepting number for jam state */
887 * accepting numbers. In either case, we just dump the numbers.
896 /* We put a "cap" on the table associating lists of accepting
898 * where the end of an accepting list is by looking at where
1239 "yy_lp = yy_full_lp; /* restore orig. accepting pos. */ \\" )
    [all...]
dfa.c 57 { /* state is non-accepting */
63 _( "State #%d is non-accepting -\n" ), ds );
89 * both an accepting state for the head part of the rule and NFA states
98 * accset[1 .. nacc] is the list of accepting numbers for the DFA state.
120 /* Potential trouble. Scan set of accepting numbers
123 * since it's rare that an accepting number set
238 * accepting numbers. t is an array of size numstates of nfa state numbers.
240 * accset holds a list of the accepting numbers, and the size of accset is
870 /* We sort the accepting set in increasing order so the
880 /* Save the accepting set for later *
    [all...]
  /external/bluetooth/bluez/test/
avtest.c 246 printf("Accepting discover command\n");
290 printf("Accepting get capabilities command\n");
305 printf("Accepting set configuration command\n");
318 printf("Accepting get configuration command\n");
334 printf("Accepting open command\n");
360 printf("Accepting start command\n");
373 printf("Accepting close command\n");
390 printf("Accepting suspend command\n");
397 printf("Accepting abort command\n");
  /external/dropbear/
svr-service.c 78 TRACE(("accepting service %s", name))
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcUtil.java 43 * {@code RpcCallback} accepting a specific message type. This is always
61 * Take an {@code RpcCallback} accepting a specific message type and convert
  /frameworks/ex/common/java/com/android/common/
Rfc822Validator.java 43 * want to make sure we will keep accepting email addresses with TLD's
45 * that constraint by accepting any kind of top level domain, not just
  /bionic/linker/
NOTICE 178 9. Accepting Warranty or Additional Liability. While redistributing
182 License. However, in accepting such obligations, You may act only
187 of your accepting any such warranty or additional liability.
  /bootable/recovery/
NOTICE 178 9. Accepting Warranty or Additional Liability. While redistributing
182 License. However, in accepting such obligations, You may act only
187 of your accepting any such warranty or additional liability.
  /dalvik/
NOTICE 178 9. Accepting Warranty or Additional Liability. While redistributing
182 License. However, in accepting such obligations, You may act only
187 of your accepting any such warranty or additional liability.
  /dalvik/dexdump/
NOTICE 178 9. Accepting Warranty or Additional Liability. While redistributing
182 License. However, in accepting such obligations, You may act only
187 of your accepting any such warranty or additional liability.
  /dalvik/dx/
NOTICE 178 9. Accepting Warranty or Additional Liability. While redistributing
182 License. However, in accepting such obligations, You may act only
187 of your accepting any such warranty or additional liability.
  /dalvik/libnativehelper/
NOTICE 178 9. Accepting Warranty or Additional Liability. While redistributing
182 License. However, in accepting such obligations, You may act only
187 of your accepting any such warranty or additional liability.

Completed in 2537 milliseconds

1 2 3 4 5 6 7 8 91011>>