/external/v8/src/ |
full-codegen.cc | 57 void BreakableStatementChecker::VisitBlock(Block* stmt) { 899 void FullCodeGenerator::VisitBlock(Block* stmt) { 900 Comment cmnt(masm_, "[ Block"); 958 // with one that's safe for GC. If we hit an exit from the try block of 979 // with one that's safe for GC. If we hit an exit from the try block of [all...] |
ast.cc | 489 bool Block::IsInlineable() const {
|
/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | 671 // Dig through references, function pointers, and block pointers to 689 if (const BlockPointerType *Block = T->getAs<BlockPointerType>()) { 690 T = Block->getPointeeType(); [all...] |
TreeTransform.h | 553 /// \brief Build a new block pointer type given its pointee type. 555 /// By default, performs semantic analysis when building the block pointer [all...] |
SemaExpr.cpp | [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 18 ATTRIBUTE Ascend-Call-Block-Duration 124 integer
|
/external/clang/tools/scan-build/ |
scan-build | 293 \ CFGBlocks:\ (\d+)\ \|\ Exhausted\ Block:\ (yes|no)\ \|\ Empty\ WorkList: 1003 -maxloop N - specifiy the number of times a block can be visited before giving [all...] |
/external/clang/lib/AST/ |
ItaniumMangle.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | 95 Block.GlobalUniqueCount = 0; [all...] |
CGBlocks.cpp | 30 HasCXXObject(false), UsesStret(false), StructureType(0), Block(blockExpr) { 40 /// Build the given block as a global block. 45 /// Build the helper function to copy a block. 51 /// Build the helper function to dipose of a block. 57 /// Build the block descriptor constant for a block. 109 Purely notional variadic template describing the layout of a block. 125 /// 25. BLOCK_HAS_COPY_DISPOSE - indicates that the block 129 /// 28. BLOCK_IS_GLOBAL - indicates that the block is allocate 281 const BlockDecl *block = info.getBlockDecl(); local [all...] |
CGDecl.cpp | 73 case Decl::Block: 152 // Better be in a block declared in global scope. 161 llvm_unreachable("Unknown context for block static var decl"); 267 // Local static block variables must be treated as globals as they may be 268 // referenced in their RHS initializer block-literal expresion. 761 // A normal fixed sized variable becomes an alloca in the entry block, 821 // Push a cleanup block and restore the stack there. 868 const BlockDecl *block = be->getBlockDecl(); local 869 for (BlockDecl::capture_const_iterator i = block->capture_begin(), 870 e = block->capture_end(); i != e; ++i) [all...] |
CGExpr.cpp | 47 /// block. 58 llvm::BasicBlock *Block = AllocaInsertPt->getParent(); 59 Block->getInstList().insertAfter(&*AllocaInsertPt, Store); [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 259 # Sort document, block, and span gamut in ascendent priority order. 319 # Turn block-level HTML blocks into hash entries 380 return ''; # String that will replace the block 390 # We only want to do this for block-level HTML tags, such as headers, 392 # "paragraphs" that are wrapped in non-block-level tags, such as anchors, 396 # * List "a" is made of tags which can be both inline or block-level. 397 # These will be treated block-level when the start tag is alone on 400 # * List "b" is made of tags which are always block-level; 406 # Regular expression for the content of a block tag. 447 # tags for inner block must be indented 930 $block = "<h$level>".$this->runSpanGamut($matches[1])."<\/h$level>"; variable 935 $block = "<h$level>".$this->runSpanGamut($matches[2])."<\/h$level>"; variable 1352 $block = $this->html_hashes[$graf]; variable 2249 $block = "<h$level$attr>".$this->runSpanGamut($matches[1])."<\/h$level>"; variable 2255 $block = "<h$level$attr>".$this->runSpanGamut($matches[2])."<\/h$level>"; variable [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm_ocaml.c | [all...] |
/external/v8/benchmarks/ |
richards.js | 201 * Release a task that is currently blocked and return the next block to run. 216 * Block the currently executing task and return the next task control block 227 * Suspend the currently executing task and return the next task control block 251 * A task control block manages a task and the queue of work packages associated 253 * @param {TaskControlBlock} link the preceding block in the linked block list 254 * @param {int} id the id of this block 255 * @param {int} priority the priority of this block 341 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 211 * Block the currently executing task and return the next task control block 222 * Suspend the currently executing task and return the next task control block 246 * A task control block manages a task and the queue of work packages associated 248 * @param {TaskControlBlock} link the preceding block in the linked block list 249 * @param {int} id the id of this block 250 * @param {int} priority the priority of this block 336 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 211 * Block the currently executing task and return the next task control block 222 * Suspend the currently executing task and return the next task control block 246 * A task control block manages a task and the queue of work packages associated 248 * @param {TaskControlBlock} link the preceding block in the linked block list 249 * @param {int} id the id of this block 250 * @param {int} priority the priority of this block 336 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 211 * Block the currently executing task and return the next task control block 222 * Suspend the currently executing task and return the next task control block 246 * A task control block manages a task and the queue of work packages associated 248 * @param {TaskControlBlock} link the preceding block in the linked block list 249 * @param {int} id the id of this block 250 * @param {int} priority the priority of this block 336 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/blktrace/doc/ |
blktrace.tex | 31 blktrace is a block layer IO tracing mechanism which provides detailed 37 kernel event logging interfaces, and patches to areas within the block 96 \emph{Support for tracing block io actions.} To do this, run 102 and navigate through \emph{Device Drivers} and \emph{Block devices} 103 and then down to \emph{Support for tracing block io actions} and hit Y. 241 Block size=4096 (log=2) 245 First data block=0 247 1025 block groups 420 blktrace disguingishes between two types of block layer requests, 427 a super or journal block to disk. \emph{pc} requests are SCS [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 227 /// function, block, and method scopes that are currently active. 755 void PushBlockScope(Scope *BlockScope, BlockDecl *Block); 765 /// \brief Retrieve the current block, if any. [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |
ASTReader.cpp | 746 Error("Expected lexical block"); 764 Error("Expected visible lookup table block"); 803 /// \brief Read the line table in the source manager block. 948 /// \brief Read a source manager block [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 125 block cipher and hash function to ensure that they compile and execute to the published design specifications. The library 165 The LibTomCrypt package has also been written to be very modular. The block ciphers, one--way hashes, 179 unlike libraries like OpenSSL is not tied to direct routines. For instance, in OpenSSL there are CBC block 193 of the authors knowledge the only patent related issues within the library are the RC5 and RC6 symmetric block ciphers. 401 \chapter{Symmetric Block Ciphers} 403 LibTomCrypt provides several block ciphers with an ECB block mode interface. It is important to first note that you 432 To encrypt or decrypt a block in ECB mode there are these two functions per cipher: 443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on 496 An example snippet that encodes a block with Blowfish in ECB mode [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 1155 // implicit (one-line) string or nested block-style collection 4201 CvSeqBlock* block; local 4288 CvSeqBlock* block; local [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |