HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 951 - 975 of 10091) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h 22 object going out of scope on the stack or calling delete) if
26 reference by calling weak_ref(). A call to weak_ref() must be balanced my a
38 This will have the same effect as calling ref(), but may be more expensive.
  /external/guava/guava/src/com/google/common/base/
Throwables.java 100 * calling method
117 * @param declaredType1 any checked exception type declared by the calling
120 * calling method
  /external/icu4c/samples/ucnv/
flagcb.c 123 /* cleanup - free the memory AFTER calling the sub CB */
221 printf("debugCB_fromU:%p calling subCB %p\n", ctx, cloned->subCallback);
227 printf("debugCB_fromU:%p, NOT calling subCB, it's NULL\n", ctx);
  /external/junit/src/junit/framework/
TestCase.java 32 * by calling {@link junit.framework.Assert#assertTrue(String, boolean)} with a boolean.
84 * is not intended to be used by mere mortals without calling setName().
152 assertNotNull("TestCase.fName cannot be null", fName); // Some VMs crash when calling getMethod(null,null);
  /external/kernel-headers/original/asm-x86/
semaphore_32.h 24 * do this). Changed calling sequences from push/jmp to
86 fastcall void __down_failed(void /* special register calling convention */);
89 fastcall void __up_wakeup(void /* special register calling convention */);
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 100 /// case that 'returned' is on an i32 first argument if the calling convention
102 /// (i.e. it is a calling convention that uses the same register for the first
105 /// Should return NULL in the case that the calling convention does not have
  /external/llvm/test/CodeGen/X86/
sse-intel-ocl.ll 34 ;test calling conventions - input parameters
44 ;test calling conventions - preserved registers
72 ; test calling conventions - prolog and epilog
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 133 Missed frame swaps can be tracked by calling the following function:
146 calling the following function:
165 Frame tracking is disabled by calling the function
  /external/skia/include/core/
SkWeakRefCnt.h 22 object going out of scope on the stack or calling delete) if
26 reference by calling weak_ref(). A call to weak_ref() must be balanced my a
38 This will have the same effect as calling ref(), but may be more expensive.
  /external/valgrind/main/drd/tests/
tc09_bad_unlock.stderr.exp-glibc2.8 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
tc09_bad_unlock.stderr.exp-ppc 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
tc09_bad_unlock.stderr.exp-s390 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
tc09_bad_unlock.stderr.exp-x86 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 58 * Instantiate a new client session for the input method, by calling
67 * Take care of enabling or disabling an existing session by calling its
76 * Take care of killing an existing session by calling its
  /frameworks/base/media/mca/effect/java/android/media/effect/
Effect.java 27 * context's EffectFactory by calling
56 * bound to a GL_TEXTURE_2D texture image (usually done by calling the glTexImage2D() function).
67 * calling glDeleteTextures() to deallocate the input and output textures.</p>
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 76 // texture. You can check this by calling HoldsTexture().
79 // data to it first, before calling this method.
83 // can check this by calling HoldsFbo().
  /frameworks/native/services/surfaceflinger/
DispSync.h 73 // synchronization process involves first calling beginResync, then
74 // calling addResyncSample with a sequence of consecutive hardware vsync
75 // event timestamps, and finally calling endResync when addResyncSample
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 49 * isVoipSupported()} to verify that the device supports VOIP calling and {@link
176 * calling the SIP service results in an error
210 * calling the SIP service results in an error
237 * @throws SipException if calling the SIP service results in an error
254 * @throws SipException if calling the SIP service results in an error
270 * @throws SipException if calling the SIP service results in an error
291 * @throws SipException if calling the SIP service results in an error
314 * @throws SipException if calling the SIP service results in an error or
346 * @throws SipException if calling the SIP service results in an error or
377 * @throws SipException if calling the SIP service results in an erro
    [all...]
  /libcore/luni/src/main/java/java/lang/
Runtime.java 116 * process. The new process inherits the environment of the caller. Calling
117 * this method is equivalent to calling {@code exec(progArray, null, null)}.
134 * Calling this method is equivalent to calling
178 * process inherits the environment of the caller. Calling this method is
179 * equivalent to calling {@code exec(prog, null, null)}.
194 * process uses the environment provided in {@code envp}. Calling this
195 * method is equivalent to calling {@code exec(prog, envp, null)}.
254 * Use 0 to signal success to the calling process and 1 to signal failure.
524 * so calling this method will not ensure that your code is run</i>. Instead, you shoul
    [all...]
  /libcore/luni/src/main/java/java/sql/
SQLData.java 72 * by calling the relevant reader method for the type involved (e.g. {@code
78 * The supplied input stream is typically initialized by the calling JDBC
99 * <li>Write each item by calling a method on the output stream, in the
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 98 /* Function calling conventions.
105 * libpng specifies the calling convention of every exported function and
109 * PNGAPI Calling convention for exported functions.
110 * PNGCBAPI Calling convention for user provided (callback) functions.
111 * PNGCAPI Calling convention used by the ANSI-C library (required
113 * specify the calling convention for zlib).
116 * change calling convention in a private build this can be done
120 * PNG_API_RULE=0 Use PNGCAPI - the 'C' calling convention - throughout.
123 * the 'C' calling convention (from PNGCAPI) for
130 * calling convention, at present this just means the above case
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 80 * before calling #snd_pcm_ioplug_create()
84 * name of this plugin; must be filled before calling #snd_pcm_ioplug_create()
92 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 80 * before calling #snd_pcm_ioplug_create()
84 * name of this plugin; must be filled before calling #snd_pcm_ioplug_create()
92 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 80 * before calling #snd_pcm_ioplug_create()
84 * name of this plugin; must be filled before calling #snd_pcm_ioplug_create()
92 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
  /packages/apps/ContactsCommon/res/values/
strings.xml 23 <!-- Action string for calling a custom phone number -->
27 <!-- Action string for calling a home phone number -->
29 <!-- Action string for calling a mobile phone number -->
31 <!-- Action string for calling a work phone number -->
33 <!-- Action string for calling a work fax phone number -->
35 <!-- Action string for calling a home fax phone number -->
37 <!-- Action string for calling a pager phone number -->
39 <!-- Action string for calling an other phone number -->
41 <!-- Action string for calling a callback number -->
43 <!-- Action string for calling a car phone number --
    [all...]

Completed in 2803 milliseconds

<<31323334353637383940>>