HomeSort by relevance Sort by last modified time
    Searched full:returned (Results 401 - 425 of 7742) sorted by null

<<11121314151617181920>>

  /external/chromium/net/socket/
tcp_server_socket_libevent.cc 63 PLOG(ERROR) << "socket() returned an error";
81 PLOG(ERROR) << "bind() returned an error";
89 PLOG(ERROR) << "listen() returned an error";
tcp_server_socket_win.cc 51 PLOG(ERROR) << "socket() returned an error";
69 PLOG(ERROR) << "bind() returned an error";
77 PLOG(ERROR) << "listen() returned an error";
  /external/e2fsprogs/lib/et/test_cases/
heimdal.c 63 "Error returned by Kerberos KDC",
64 "Null Kerberos ticket returned by KDC",
70 "Kerberos error: not all tickets returned",
  /external/iptables/libipq/
ipq_message_type.3 35 function returns the type of queue message returned to userspace
69 The pointer returned by
119 The value returned by
ipq_set_mode.3 37 parameter is a context handle which must previously have been returned
69 On failure, \-1 is returned.
71 On success, a non-zero positive value is returned.
  /external/libpcap/
pcap-namedb.h 44 * As returned by the pcap_next_etherent()
73 * If a protocol is unknown, PROTO_UNDEF is returned.
76 * can be either tcp or udp) PROTO_UNDEF is returned.
  /external/skia/include/core/
SkFontHost.h 43 returned). Either way, the fontID for those instance(s) will be the same.
76 If a typeface instance is returned, the caller is responsible for
79 The returned typeface may or may not have called ref() on the stream
87 represent a valid font, this returns null. If a typeface is returned,
114 nothing else (i.e. it copies exactly the number of bytes returned by the
116 sure that it is allocated at least 1 byte larger than the returned size,
157 * will call this, and if 0 is not returned, will search that font, and so
189 @return The returned object has already been referenced. NULL is
190 returned if the font is not found.
213 not found, or there is an error copying the data, then 0 is returned
    [all...]
  /external/skia/include/pdf/
SkPDFImage.h 54 * @return The mask argument is returned.
83 * @return The value argument is returned.
90 * @return The value argument is returned.
  /external/skia/include/views/
SkEventSink.h 68 kHandled_EventResult, //!< the eventsink returned true from its doEvent method
69 kNotHandled_EventResult, //!< the eventsink returned false from its doEvent method
75 eventsink is found, kSinkNotFound_EventResult is returned.
  /external/v8/test/mjsunit/
object-get-own-property-names.js 54 // Check that non-enumerable properties are being returned.
64 // Check that no proto properties are returned.
72 // Check that getter properties are returned.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodesetuserdata07.js 81 twice using the same key. Verify if the UserData object that was returned
97 var returned;
124 success = returned.isEqualNode(comment);
  /external/webkit/Source/WebKit/mac/Misc/
WebKitVersionChecks.h 32 For example the version 1.2.3 is returned as 0x00010203 and version 200.3.5 is returned as 0x00C80305
33 A version of -1 is returned if the main executable did not link against WebKit.
  /frameworks/base/core/java/android/view/inputmethod/
InputConnection.java 36 * {@link #getTextBeforeCursor} to have style information returned along
55 * In either case, a null is returned.
59 * returned. May be either 0 or {@link #GET_TEXT_WITH_STYLES}.
62 * returned text might be less than <var>n</var>.
72 * In either case, a null is returned.
76 * returned. May be either 0 or {@link #GET_TEXT_WITH_STYLES}.
79 * returned text might be less than <var>n</var>.
89 * In either case, a null is returned.
92 * returned. May be either 0 or {@link #GET_TEXT_WITH_STYLES}.
107 * In either case, a 0 is returned
    [all...]
  /frameworks/base/core/java/android/webkit/
DateSorter.java 79 * returned by Calendar.getTimeInMillis()
92 * @param index date bin index as returned by getIndex()
102 * @param index date bin index as returned by getIndex()
  /frameworks/base/include/media/stagefright/openmax/
OMX_Core.h 519 be returned for each type of event. Callbacks should not return
528 handle returned by the call to the GetHandle function.
566 handle returned by the call to the GetHandle function.
595 handle returned by the call to the GetHandle function.
    [all...]
  /frameworks/base/opengl/tests/gl_perf/
gl2_perf.cpp 37 fprintf(stderr, "%s() returned %d\n", op, returnVal);
78 printf("eglGetDisplay returned EGL_NO_DISPLAY.\n");
92 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 502 be returned for each type of event. Callbacks should not return
511 handle returned by the call to the GetHandle function.
549 handle returned by the call to the GetHandle function.
578 handle returned by the call to the GetHandle function.
681 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 502 be returned for each type of event. Callbacks should not return
511 handle returned by the call to the GetHandle function.
549 handle returned by the call to the GetHandle function.
578 handle returned by the call to the GetHandle function.
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 502 be returned for each type of event. Callbacks should not return
511 handle returned by the call to the GetHandle function.
549 handle returned by the call to the GetHandle function.
578 handle returned by the call to the GetHandle function.
681 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
Templates.java 45 * The object returned will
50 * <p>The properties returned should contain properties set by the stylesheet,
66 * be returned unexpanded (since there is no context at this point). The
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 44 assertEquals("Returned cause is incorrect.", npe, thr.getCause());
53 assertEquals("Returned incorrect localized message.",
76 assertNotNull("Returned stack trace is empty", ste.length != 0);
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
UnsupportedCallbackExceptionTest.java 71 assertEquals("Incorrect callback object was returned", c, ucE.getCallback());
106 assertEquals("Incorrect callback object was returned", c, ucE.getCallback());
120 assertEquals("Incorrect callback object was returned", c, ucE.getCallback());
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 81 "UnmodifiableCollectionTest - Iterator returned wrong value. Wanted: "
88 "UnmodifiableCollectionTest - returned wrong size. Wanted 100, got: "
96 "UnmodifiableCollectionTest - toArray returned incorrect array",
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.h 64 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
67 /* This value is returned if the implementation does not support
69 returned but the conformance test suites still require the symbol
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
epoll.h 91 returned by epoll_create() should be closed with close(). */
106 triggered events returned in "events" buffer. Or -1 in case of
110 returned ( usually size of "events" ). The "timeout" parameter

Completed in 1836 milliseconds

<<11121314151617181920>>