/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.input | 38 basic = styles.add('normal', tabsize=3, fontSize=12, fontFamily="Courier") 39 styles.add('error', parent=basic, foreground=colors.red) 40 styles.add('output', parent=basic, foreground=colors.blue) 41 styles.add('input', parent=basic, foreground=colors.black) 42 styles.add('prompt', parent=basic, foreground=colors.purple)
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.h | 75 /// BasicBlockAddressMap - A mapping between LLVM basic blocks and their 76 /// actualized version, only filled for basic blocks that have their address 141 /// addPointerToBasicBlock - Adds address of the specific basic block. 144 /// clearPointerToBasicBlock - Removes address of specific basic block. 147 /// getPointerToBasicBlock - This returns the address of the specified basic
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
simple.ll | 4 ; Basic depth-3 chain 23 ; Basic chain 59 ; Basic depth-3 chain (last pair permuted) 79 ; Basic depth-4 chain (internal permutation) 104 ; Basic chain with shuffles
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Type.java | 38 /** basic type constant for {@code void} */ 41 /** basic type constant for {@code boolean} */ 44 /** basic type constant for {@code byte} */ 47 /** basic type constant for {@code char} */ 50 /** basic type constant for {@code double} */ 53 /** basic type constant for {@code float} */ 56 /** basic type constant for {@code int} */ 59 /** basic type constant for {@code long} */ 62 /** basic type constant for {@code short} */ 65 /** basic type constant for {@code Object} * [all...] |
/dalvik/dx/src/com/android/dx/rop/type/ |
Type.java | 36 /** basic type constant for {@code void} */ 39 /** basic type constant for {@code boolean} */ 42 /** basic type constant for {@code byte} */ 45 /** basic type constant for {@code char} */ 48 /** basic type constant for {@code double} */ 51 /** basic type constant for {@code float} */ 54 /** basic type constant for {@code int} */ 57 /** basic type constant for {@code long} */ 60 /** basic type constant for {@code short} */ 63 /** basic type constant for {@code Object} * [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
Type.java | 37 /** basic type constant for {@code void} */ 40 /** basic type constant for {@code boolean} */ 43 /** basic type constant for {@code byte} */ 46 /** basic type constant for {@code char} */ 49 /** basic type constant for {@code double} */ 52 /** basic type constant for {@code float} */ 55 /** basic type constant for {@code int} */ 58 /** basic type constant for {@code long} */ 61 /** basic type constant for {@code short} */ 64 /** basic type constant for {@code Object} * [all...] |
/external/llvm/lib/CodeGen/ |
MachineBlockPlacement.cpp | 1 //===-- MachineBlockPlacement.cpp - Basic Block Code Layout optimization --===// 10 // This file implements basic block placement transformations using the CFG 14 // a topological ordering of basic blocks) in the absence of a *strong* signal 20 // at each stage walks through the basic blocks, trying to coalesce them into 23 // first time it reaches a chain of basic blocks, it schedules them in the 71 /// \brief Type for our function-wide basic block -> block chain mapping. 81 /// a sequence of basic blocks which have some external (correctness) 84 /// Chains can be built around a single basic block and can be merged to grow 94 /// \brief A handle to the function-wide basic block to block chain mapping. 98 /// basic blocks, and map them back to their associated chains using thi [all...] |
/external/llvm/include/llvm/CodeGen/ |
LiveVariables.h | 22 // live within a single basic block (allowing it to do a single local analysis 23 // to resolve physical register lifetimes in each basic block). If a physical 68 /// value whose Kills set contains two instructions from the same basic block. 81 /// through. This is a bit set which uses the basic block number as an 87 /// virtual register (kill it) in their basic block. 136 // register references are presumed dead across basic blocks. 141 // register references are presumed dead across basic blocks. 147 // current basic block. 290 /// addNewBlock - Add a new basic block BB between DomBB and SuccBB. All
|
SlotIndexes.h | 96 /// Basic block boundary. Used for live ranges entering and leaving a 440 /// before MI, or the start index of its basic block. 444 assert(MBB && "MI must be inserted inna basic block"); 457 /// after MI, or the end index of its basic block. 461 assert(MBB && "MI must be inserted inna basic block"); 473 /// Return the (start,end) range of the given basic block number. 479 /// Return the (start,end) range of the given basic block. 485 /// Returns the first index in the given basic block number. 490 /// Returns the first index in the given basic block. 495 /// Returns the last index in the given basic block number [all...] |
/external/valgrind/main/massif/tests/ |
basic2.post.exp | 2 Command: ./basic 46 ->98.04% (3,600B) 0x........: main (basic.c:14) 53 ->98.04% (7,600B) 0x........: main (basic.c:14) 60 ->98.04% (10,800B) 0x........: main (basic.c:14) 67 ->98.04% (14,400B) 0x........: main (basic.c:14) 74 ->98.04% (11,200B) 0x........: main (basic.c:14) 81 ->98.04% (8,000B) 0x........: main (basic.c:14) 88 ->98.04% (4,800B) 0x........: main (basic.c:14) 95 ->98.04% (1,600B) 0x........: main (basic.c:14)
|
/frameworks/compile/slang/ |
slang.cpp | 27 #include "clang/Basic/DiagnosticIDs.h" 28 #include "clang/Basic/DiagnosticOptions.h" 29 #include "clang/Basic/FileManager.h" 30 #include "clang/Basic/FileSystemOptions.h" 31 #include "clang/Basic/LangOptions.h" 32 #include "clang/Basic/SourceManager.h" 33 #include "clang/Basic/TargetInfo.h" 34 #include "clang/Basic/TargetOptions.h" 150 // Please refer to include/clang/Basic/LangOptions.h to setup
|
/external/llvm/lib/Target/AArch64/ |
AArch64BranchRelaxation.cpp | 44 STATISTIC(NumSplit, "Number of basic blocks split"); 50 /// basic block. 53 /// of this basic block. 55 /// The offset is always aligned as required by the basic block. 58 /// Size - Size of the basic block in bytes. If the block contains 129 /// BBHasFallthrough - Return true if the specified basic block can fallthrough 132 // Get the next machine basic block in the function. 152 // First thing, compute the size of all basic blocks, and see if the function 185 assert(I != MBB->end() && "Didn't find MI in its own basic block?"); 205 /// Split the basic block containing MI into two blocks, which are joined b [all...] |
/external/chromium_org/v8/src/compiler/ |
schedule.h | 42 BasicBlock* loop_header_; // Pointer to dominating loop header basic block, 92 // A basic block contains an ordered list of nodes and ends with a control 93 // node. Note that if a basic block has phis, then all phis must appear as the 152 // A schedule represents the result of assigning nodes to basic blocks 153 // and ordering them within basic blocks. Prior to computing a schedule, 296 BasicBlockVector all_blocks_; // All basic blocks in the schedule.
|
/external/deqp/doc/testspecs/GLES31/ |
functional.tessellation.txt | 19 Basic tessellation tests 33 + Built-in inputs and outputs and basic data transfer between TCS and TES 38 - Basic barrier usage 61 The tessellation test group contains various cases testing basic tessellation 117 The basic rendering cases for the "triangles" and "quads" modes contain two 126 Basic cases verifying the rendering results of isolines also exist; the cases
|
/external/deqp/modules/gles3/functional/ |
es3fAttribLocationTests.cpp | 90 // Basic bind attribute tests 92 TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute location tests."); 169 // Basic layout location attribute tests 171 TestCaseGroup* const layoutAttributeGroup = new TestCaseGroup(context, "layout", "Basic layout location tests."); 210 // Basic mixed mixed attribute tests 212 TestCaseGroup* const mixedAttributeGroup = new TestCaseGroup(context, "mixed", "Basic mixed location tests.");
|
/external/lldb/include/lldb/Expression/ |
IRToDWARF.h | 29 /// graph and writing the code for each basic block out as location 30 /// expression bytecode. To ensure that the links between the basic blocks 33 /// target of that operand (as a basic block), and the mapping of each basic 92 /// Run this IR transformer on a single basic block 95 /// The basic block to transform.
|
/external/clang/patches/ |
0004-Add-Android-build-system.patch | 18 lib/Basic/Android.mk | 57 ++++++++ 48 create mode 100644 lib/Basic/Android.mk 83 + lib/Basic \ 172 +$(intermediates)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN) 179 +$(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN) 184 +LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrHasAttributeImpl.inc 185 +$(intermediates)/include/clang/Basic/AttrHasAttributeImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 186 +$(intermediates)/include/clang/Basic/AttrHasAttributeImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN) 191 +LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.in [all...] |
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | 63 strings/basic.string/string.ops/string_compare/size_size_string_size_size \ [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
Android.mk | 54 strings/basic.string/string.ops/string_compare/size_size_string_size_size \ [all...] |
/external/clang/test/ |
cxx-sections.data | 51 3 [basic] 52 3.1 [basic.def] 53 3.2 [basic.def.odr] 54 3.3 [basic.scope] 55 3.3.1 [basic.scope.declarative] 56 3.3.2 [basic.scope.pdecl] 57 3.3.3 [basic.scope.local] 58 3.3.4 [basic.scope.proto] 59 3.3.5 [basic.funscope] 60 3.3.6 [basic.scope.namespace [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BasicBlocker.java | 29 * Utility that identifies basic blocks in bytecode. 50 * basic blocks, including the opcodes that start blocks of 71 * Identifies and enumerates the basic blocks in the given method, 76 * @return {@code non-null;} list of basic blocks 267 * Extracts the list of basic blocks from the bit sets. 269 * @return {@code non-null;} the list of basic blocks 325 * Does basic block identification. 373 * basic block
|
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/src/main/java/com/example/android/actionbarcompat/basic/ |
MainActivity.java | 17 package com.example.android.actionbarcompat.basic; 26 * This sample shows you how to use ActionBarCompat to create a basic Activity which displays
|
/developers/build/prebuilts/gradle/BasicRenderScript/ |
README.md | 4 This sample demonstrates using RenderScript to perform basic image manipulation. Specifically, it allows users 20 This sample demonstrates the fundamentals of writing a RenderScript compute kernel, and using it to perform basic image
|
/developers/build/prebuilts/gradle/DocumentCentricApps/ |
README.md | 4 Sample demonstrating the basic usage of the new 'Document Centric Apps' API. 11 This sample shows the basic usage of the new Document-Centric Apps API. The new
|
/developers/samples/android/media/Camera2Basic/ |
template-params.xml | 29 This sample demonstrates the basic use of Camera2 API. Check the source code to see how 60 This sample demonstrates how to use basic functionalities of Camera2
|