Searched
full:calling (Results
326 -
350 of
10091) sorted by null
<<11121314151617181920>>
/external/mockito/src/org/mockito/internal/configuration/injection/ |
MockInjectionStrategy.java | 34 * The implementation should take care of the actual calling if required. 59 * The code takes care of calling the next strategy if available and if of course if required
|
/external/openssl/crypto/conf/ |
README | 37 When the application closes down the modules are cleaned up by calling an 67 can be added by calling OPENSSL_load_builtin_modules().
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_loadso.h | 32 * - Make sure you declare your function pointers with the same calling 65 * is no longer valid after calling SDL_UnloadObject().
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
SDL_systhread.c | 69 // Save the function which we will have to call to clear the RTL of calling app! 73 // Start the thread using the runtime library of calling app!
|
/external/regex-re2/re2/testing/ |
regexp_generator.h | 34 // Generates all the regular expressions, calling HandleRegexp(re) for each. 37 // Generates n random regular expressions, calling HandleRegexp(re) for each.
|
/external/skia/include/utils/ |
SkCanvasStateUtils.h | 47 * to reconstruct the canvas. The caller is responsible for calling 62 * calling unref on the SkCanvas.
|
/external/skia/src/core/ |
SkTLS.h | 42 * Remove (optionally calling the DeleteProc if it was specificed in Get) 58 * that after calling GetSpecific, we know that we can legally call
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteClosable.java | 100 * Calling this method is equivalent to calling {@link #releaseReference}.
|
/frameworks/base/core/java/android/printservice/ |
PrintDocument.java | 83 Log.e(LOG_TAG, "Error calling getting print job data!", ioe); 85 Log.e(LOG_TAG, "Error calling getting print job data!", re);
|
/frameworks/base/libs/hwui/ |
Fence.h | 29 * by calling the wait method. 63 * Blocks the calling thread until this fence is signaled, or until
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameBuffer1D.java | 31 * This is a convenience method and is equivalent to calling {@code lockData} with an 45 * This is a convenience method and is equivalent to calling {@code lockData} with an
|
/frameworks/native/services/surfaceflinger/ |
DdmConnection.cpp | 77 // set our name by calling DdmHandleAppName.setAppName() 89 // initialize DDMS communication by calling
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
package.html | 12 calling {@link android.net.sip.SipManager#newInstance newInstance()}.</p> 37 to verify that the device supports VOIP calling and {@link
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFReloc.hxx | 30 // Archiver is in bad state before calling read function. 58 // Archiver is in bad state before calling read function.
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
ml_sysfs_helper.c | 295 * It should be zeroed before calling this function. 311 * path. It should be zeroed before calling this function. 333 * path. It should be zeroed before calling this function. 348 * path(8 bytes). It should be zeroed before calling this function. 363 * path(8 bytes). It should be zeroed before calling this function. 381 * path(8 bytes). It should be zeroed before calling this function. 399 * name. It should be zeroed before calling this function. 414 * node. It should be zeroed before calling this function.
|
/libcore/luni/src/main/java/java/nio/channels/ |
ReadableByteChannel.java | 55 * if another thread interrupts the calling thread while the 56 * operation is in progress. The interrupt state of the calling
|
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/ |
SmilXmlParser.java | 62 * Calling getBody() will create "smil", "head", and "body" elements if they 70 * Calling getLayout() will create "layout" element if it is not present.
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_loadso.h | 32 * - Make sure you declare your function pointers with the same calling 65 * is no longer valid after calling SDL_UnloadObject().
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_loadso.h | 32 * - Make sure you declare your function pointers with the same calling 65 * is no longer valid after calling SDL_UnloadObject().
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_loadso.h | 32 * - Make sure you declare your function pointers with the same calling 65 * is no longer valid after calling SDL_UnloadObject().
|
/external/llvm/lib/Target/X86/ |
X86CallingConv.td | 1 //===-- X86CallingConv.td - Calling Conventions X86 32/64 --*- tablegen -*-===// 10 // This describes the calling conventions for the X86-32 and X86-64 20 // Return Value Calling Conventions 68 // The X86-32 calling convention returns FP values in ST0, unless marked 70 // weirdly; this is really the sse-regparm calling convention) in which 71 // case they use XMM0, otherwise it is the same as the common X86 calling 93 // Otherwise, it is the same as the common X86 calling convention. 127 // The X86-64 calling convention always returns FP values in XMM0. 138 // The X86-Win64 calling convention always returns __m64 values in RAX. 184 // Check if this is the Intel OpenCL built-ins calling conventio [all...] |
/art/test/032-concrete-sub/src/ |
ConcreteSub.java | 24 System.out.println("calling abs.doStuff()");
|
/bionic/libc/arch-x86/bionic/ |
syscall.S | 23 # Load all the arguments from the calling frame.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ArrayTestListAdapter.java | 26 * where items can be added by calling {@link #add(TestListItem)} repeatedly.
|
/cts/tests/tests/jni/ |
AndroidManifest.xml | 28 android:label="CTS tests of calling native code via JNI"/>
|
Completed in 1820 milliseconds
<<11121314151617181920>>