HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 51 - 75 of 3111) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/jni/libjnitest/
helper.h 44 * style. The returned string should be freed by calling free().
55 * be freed by calling free().
  /cts/tools/dx-tests/src/dxc/junit/verify/t482_11/
Test_t482_11.java 31 * calling <init>
56 * before calling <init>
  /external/v8/test/mjsunit/
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
29 // a regular expression as a function corresponds to calling it's exec
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
ServerSocketChannel.java 29 * by calling {@code socket()}. ServerSocketChannels can not be constructed for
33 * open()} method. Calling {@code accept} before bound will cause a
34 * {@link NotYetBoundException}. It can be bound by calling the bind method of a
52 * This channel is created by calling {@code openServerSocketChannel} method
101 * if another thread interrupts the calling thread while this
102 * operation is in progress. The interrupt state of the calling
Selector.java 40 * default {@link SelectorProvider} by calling its {@code openCollector}
66 * called (except calling {@link #close()} or {@link #wakeup()}) results in
101 * invoked or the calling thread is interrupted.
115 * the calling thread is interrupted or the specified {@code timeout}
161 * be undone by a call to {@code selectNow()}; after calling
  /external/quake/quake/src/QW/scitech/include/
debug.h 58 /* For the Metaware High C/C++ compiler, there is no _cdecl calling
61 * will use stack based calling conventions. We also need to change the
151 /* We have the following defines to define the calling conventions for
154 * _PUBAPI - Compiler default calling conventions for all public 'C' functions
155 * _ASMAPI - Calling conventions for all public assembler functions
156 * _DLLAPI - Calling conventions for all DLL exported functions
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 58 /* For the Metaware High C/C++ compiler, there is no _cdecl calling
61 * will use stack based calling conventions. We also need to change the
151 /* We have the following defines to define the calling conventions for
154 * _PUBAPI - Compiler default calling conventions for all public 'C' functions
155 * _ASMAPI - Calling conventions for all public assembler functions
156 * _DLLAPI - Calling conventions for all DLL exported functions
  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 96 // Tests that releasing a WebView without calling IWebView::initWithFrame works.
115 // Tests that releasing a WebView without calling IWebView::close or DestroyWindow doesn't leak. <http://webkit.org/b/33162>
126 // Tests that calling IWebView::close without calling DestroyWindow, then releasing a WebView doesn't crash. <http://webkit.org/b/32827>
215 // Tests that calling IWebView::mainFrame after calling IWebView::close doesn't crash. <http://webkit.org/b/32868>
  /external/guava/src/com/google/common/base/
Preconditions.java 50 * <i>calling method</i> has made an error. This tells the caller that it should
64 * calling method.
77 * calling method.
92 * calling method.
118 * Ensures the truth of an expression involving the state of the calling
119 * instance, but not involving any parameters to the calling method.
131 * Ensures the truth of an expression involving the state of the calling
132 * instance, but not involving any parameters to the calling method.
146 * Ensures the truth of an expression involving the state of the calling
147 * instance, but not involving any parameters to the calling method
    [all...]
  /external/libpng/scripts/
makefile.intel 24 # Calling convention
25 CALLING=r # __fastcall
26 #CALLING=z # __stdcall
27 #CALLING=d # __cdecl
35 CFLAGS=-O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -I$(ZLIBINC) -nologo
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 42 * automatically called, and it will stop & destroy your application by calling its
54 * You can create and inject alternative types of Contexts by calling
55 * {@link AndroidTestCase#setContext(Context) setContext()}. You must do this <i>before</i> calling
111 * test, by calling {@link AndroidTestCase#setContext(Context) setContext()},
112 * you must do so before calling this method.
  /dalvik/libcore/luni/src/main/java/java/util/
Observable.java 62 * Clears the changed flag for this {@code Observable}. After calling
111 * Equivalent to calling {@code notifyObservers(null)}.
145 * Sets the changed flag for this {@code Observable}. After calling
  /dalvik/libcore/security/src/main/java/java/security/
AuthProvider.java 54 * If a {@code SecurityManager} is installed, code calling this method needs
75 * If a {@code SecurityManager} is installed, code calling this method needs
97 * If a {@code SecurityManager} is installed, code calling this method needs
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 44 /* inotify_lock must be held before calling */
57 /* inotify_lock must be held before calling */
78 /* inotify_lock must be held before calling */
  /external/ipsec-tools/src/libipsec/
ipsec_strerror.3 58 The array pointed to is not to be modified by the calling program.
63 as underlying function, calling
74 The C string must not be overwritten by the calling program.
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_threadcontext.cpp 49 //check calling thread context against
97 //first determine the calling context if possible.
116 // a static utility to tell whether the calling
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 51 creates a new thread for the calling process with the SDL_CreateThread()
53 be initialized for those threads, and not the RTL of the calling application!
60 Always use the _beginthread() and _endthread() of the calling runtime library!
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-68498-003.js 22 * SUMMARY: calling obj.eval(str)
29 * "Backward compatibility: support calling obj.eval(str), which evaluates
34 var summary = 'Testing calling obj.eval(str)';
  /external/webkit/WebCore/bindings/v8/
V8ConsoleMessage.h 48 // Add a message to the console. May end up calling JavaScript code
56 // method is to avoid calling into V8 to handle console messages
62 // Process any delayed messages. May end up calling JavaScript code
  /frameworks/base/core/java/android/content/
CursorEntityIterator.java 60 throw new IllegalStateException("calling hasNext() when the iterator is closed");
77 throw new IllegalStateException("calling next() when the iterator is closed");
96 throw new IllegalStateException("calling reset() when the iterator is closed");
  /frameworks/base/opengl/java/android/opengl/
GLDebugHelper.java 39 * operations before and after calling the wrapped GL instance.
43 * and throw a GLException if an error occurs. (By design, calling glError
45 * is an alternative to manually calling glError after every GL operation.
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_thread.h 51 creates a new thread for the calling process with the SDL_CreateThread()
53 be initialized for those threads, and not the RTL of the calling application!
60 Always use the _beginthread() and _endthread() of the calling runtime library!
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_thread.h 51 creates a new thread for the calling process with the SDL_CreateThread()
53 be initialized for those threads, and not the RTL of the calling application!
60 Always use the _beginthread() and _endthread() of the calling runtime library!
  /prebuilt/windows/sdl/include/SDL/
SDL_thread.h 51 creates a new thread for the calling process with the SDL_CreateThread()
53 be initialized for those threads, and not the RTL of the calling application!
60 Always use the _beginthread() and _endthread() of the calling runtime library!
  /system/core/include/cutils/
abort_socket.h 25 * Calling close() on a regular POSIX socket does not abort blocked syscalls on
28 * After calling asocket_abort() the socket cannot be reused.
70 * Calling asocket_abort() from another thread will cause each of these

Completed in 270 milliseconds

1 23 4 5 6 7 8 91011>>