/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.mli | 38 the current function with the code for each basic block inside.
|
/external/llvm/examples/ParallelJIT/ |
ParallelJIT.cpp | 14 // The three threads are created and then block waiting on a condition variable. 43 // Add a basic block to the function. As before, it automatically inserts 58 // Create the return instruction and add it to the basic block 74 // Add a basic block to the function. 87 // Create an exit block. 109 // Create the return instruction and add it to the basic block 121 // We block the subthreads just before they begin to execute: 149 void block() function in class:WaitForThreads 154 //~ std::cout << "block() n " << n << " waitFor " << waitFor << std::endl; 160 std::cout << "Unblocking threads from block()" << std::endl [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 264 LLVMBasicBlockRef block = LLVMAppendBasicBlockInContext(context, func, "entry"); local 273 LLVMPositionBuilderAtEnd(builder, block);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_screen.c | 305 if (format_desc->block.width != 1 || 306 format_desc->block.height != 1)
|
/external/mesa3d/src/glsl/ |
lower_ubo_reference.cpp | 86 struct gl_uniform_block *block = &shader->UniformBlocks[uniform_block]; local 87 this->ubo_var = &block->Uniforms[var->location];
|
/external/openssl/crypto/sha/asm/ |
sha512-ia64.pl | 625 stringz "SHA256 block transform for IA64, CRYPTOGAMS by <appro\@openssl.org>" 671 stringz "SHA512 block transform for IA64, CRYPTOGAMS by <appro\@openssl.org>"
|
/external/strace/ |
Android.mk | 10 proc.c stream.c block.c
|
/external/v8/test/cctest/ |
test-utils.cc | 145 Vector<int> block = collector.AddBlock(7, 0xbadcafe); local 150 block[i] = i * 7;
|
/external/v8/test/mjsunit/ |
api-call-after-bypassed-exception.js | 29 // has been bypassed by a return in the finally block.
|
for-in-null-or-undefined.js | 29 // undefined. They never executed the statement block.
|
try-finally-nested.js | 41 assertTrue(executed, "finally block executed");
|
/external/v8/test/mjsunit/bugs/harmony/ |
debug-blockscopes.js | 147 // Also ignore synthetic variable from catch block. 155 // Also ignore synthetic variable from block scopes. 156 if (!scope.scopeObject().property('.block').isUndefined()) { 196 // block local variable and an outer function's parameter. Due to VM 216 debug.ScopeType.Block,
|
/external/v8/test/mjsunit/harmony/ |
block-lazy-compile.js | 29 // Test deserialization of block contexts during lazy compilation
|
/external/valgrind/main/memcheck/tests/ |
varinfo1.stderr.exp | 4 Address 0x........ is 1 bytes inside a block of size 3 alloc'd
|
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 444 * @param block Controls whether the monitor should block the activity 451 IntentFilter which, ActivityResult result, boolean block) { 455 mBlock = block; 465 * @param block Controls whether the monitor should block the activity 472 String cls, ActivityResult result, boolean block) { 476 mBlock = block; 518 * Block until an Activity is created that matches this monitor, 538 * Block until an Activity is created that matches this monitor, [all...] |
/libcore/luni/src/main/java/java/nio/ |
ByteBuffer.java | 30 * <li>{@link #allocateDirect(int) Allocate} a memory block and create a direct 60 * Creates a direct byte buffer based on a newly allocated memory block. 115 ByteBuffer(int capacity, MemoryBlock block) { 116 super(0, capacity, block); [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
FaceView.java | 174 public void setBlockDraw(boolean block) { 175 mBlocked = block;
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
FaceView.java | 180 public void setBlockDraw(boolean block) { 181 mBlocked = block;
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
NativeNfcManager.java | 412 private void notifySeMifareAccess(byte[] block) { 413 mListener.onSeMifareAccess(block);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fuse.h | 370 __u64 block; member in struct:fuse_bmap_in 376 __u64 block; member in struct:fuse_bmap_out
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nlm_prot.h | 74 bool_t block; member in struct:nlm_lockargs 84 bool_t block; member in struct:nlm_cancargs
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 370 __u64 block; member in struct:fuse_bmap_in 376 __u64 block; member in struct:fuse_bmap_out
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nlm_prot.h | 74 bool_t block; member in struct:nlm_lockargs 84 bool_t block; member in struct:nlm_cancargs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 370 __u64 block; member in struct:fuse_bmap_in 376 __u64 block; member in struct:fuse_bmap_out
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nlm_prot.h | 74 bool_t block; member in struct:nlm_lockargs 84 bool_t block; member in struct:nlm_cancargs
|