/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-5.js | 28 // Test breaking out of labelled blocks.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-345.js | 28 // Escaping to the same target from both the try and catch blocks of
|
regress-74.js | 28 // Test that the variable introduced by catch blocks is DontDelete.
|
/external/chromium_org/v8/test/mjsunit/ |
scope-calls-eval.js | 29 // propagated correctly through catch and with blocks.
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-first-local-read-after-block-merge.js | 25 "Tests that the DFG doesn't crash if we constant fold the first read of a local variable in a block that is the result of merging two blocks, where the first doesn't touch the local and the second reads it."
|
vardecl-blocks-init-expected.txt | 24 This test checks that variable declarations with initializers inside of catch and with blocks do not set values in a deeper scope.
|
vardecl-blocks-init.js | 25 "This test checks that variable declarations with initializers inside of catch and with blocks do not set values in a deeper scope."
|
/external/clang/include/clang/Basic/ |
LangOptions.def | 48 LANGOPT(AsmBlocks , 1, 0, "Microsoft inline asm blocks") 92 LANGOPT(Blocks , 1, 0, "blocks extension to C") 149 LANGOPT(BlocksRuntimeOptional , 1, 0, "optional blocks runtime")
|
/external/clang/test/CodeGen/ |
ms-inline-asm-64.c | 2 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -O0 -fasm-blocks -emit-llvm -o - | FileCheck %s
|
/external/clang/test/Sema/ |
block-call.c | 9 // For Blocks, the ASTContext::typesAreBlockCompatible() makes sure this is an error.
|
/external/clang/test/SemaCXX/ |
block-call.cpp | 9 // For Blocks, the ASTContext::typesAreBlockCompatible() makes sure this is an error.
|
/external/clang/test/SemaObjC/ |
block-explicit-return-type.m | 3 // Test for blocks with explicit return type specified.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
LocalVariableInfo.java | 60 BasicBlockList blocks = method.getBlocks(); local 61 int maxLabel = blocks.getMaxLabel(); 63 this.regCount = blocks.getRegCount(); 67 new HashMap<Insn, RegisterSpec>(blocks.getInstructionCount());
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_process.c | 15 XCBC Support, process blocks with XCBC
|
/external/e2fsprogs/ext2ed/ |
blockbitmap_com.c | 112 in the bitmap. This function is a vector version of allocate_block below - We just run on the blocks that 121 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */ 130 wprintw (command_win,"Error - There aren't that much blocks in the group\n"); 158 wprintw (command_win,"Error - There aren't that much blocks in the group\n");
|
/external/e2fsprogs/lib/ext2fs/ |
tst_badblocks.c | 185 com_err("file_test", retval, "while writing bad blocks"); 192 com_err("file_test", retval, "while reading bad blocks"); 240 com_err("file_test", retval, "while writing bad blocks"); 249 com_err("file_test", retval, "while reading bad blocks");
|
/external/e2fsprogs/misc/ |
e2freefrag.c | 152 printf("Total blocks: %u\nFree blocks: %u (%0.1f%%)\n", 158 printf("\nChunksize: %lu bytes (%u blocks)\n", 184 "Free Blocks", "Percent");
|
/external/eigen/Eigen/src/Core/arch/Default/ |
Settings.h | 34 /** Defines the maximal width of the blocks used in the triangular product and solver
|
/external/grub/stage2/ |
vstafs.h | 76 struct alloc blocks[32]; member in struct:fs_file
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Platform.java | 31 // javascript is single-threaded, and only used by blocks that doesn't
|
/external/jpeg/ |
jpegtran.1 | 60 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is 98 transform complete blocks of DCT coefficient data in the desired way. 119 Drop non-transformable edge blocks. 150 such as comment blocks:
|
/external/kernel-headers/original/linux/ |
if_packet.h | 85 unsigned int tp_block_nr; /* Number of blocks */
|
/external/libnfc-nci/src/udrv/include/ |
ucodec.h | 152 UINT8 NumBlock; /* Number of block in block unit : 4 blocks 8 blocks 12 blocks 16 blocks are the possible value */
|
/external/libvpx/libvpx/vp8/common/ |
setupintrarecon.c | 19 /* set up frame new frame for intra coded blocks */
|
/external/llvm/include/llvm/Bitcode/ |
BitCodes.h | 56 /// block, which contains metadata about other blocks in the file. 58 /// BLOCKINFO_BLOCK is used to define metadata about blocks, for example, 59 /// standard abbrevs that should be available to all blocks of a specified 68 /// blocks.
|