/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
handler.py | 23 """Basic interface for SAX error handlers. 211 This interface specifies only those DTD events required for basic 224 """Basic interface for resolving entities. If you create an object
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 12 Encoding basic Python object hierarchies:: 128 If ``skipkeys`` is true then ``dict`` keys that are not basic types 198 If ``skipkeys`` is false then ``dict`` keys that are not basic types
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
handler.py | 23 """Basic interface for SAX error handlers. 211 This interface specifies only those DTD events required for basic 224 """Basic interface for resolving entities. If you create an object
|
/external/chromium_org/chrome/browser/resources/ |
sync_setup_overlay.js | 124 $('basic-encryption-option').onchange = 252 $('basic-encryption-option').disabled) { 289 } else if (!$('basic-encryption-option').disabled && 463 $('basic-encryption-option').checked = true; 467 $('basic-encryption-option').disabled = true; 580 $('basic-encryption-option').checked = true; [all...] |
sync_setup_overlay.html | 117 <input id="basic-encryption-option" name="encrypt-new" 119 <span id="basic-encryption-body"
|
/external/chromium_org/net/socket_stream/ |
socket_stream_unittest.cc | 529 MockRead("Proxy-Authenticate: Basic realm=\"MyRealm1\"\r\n"), 540 "Proxy-Authorization: Basic Zm9vOmJhcg==\r\n\r\n"), 601 "Proxy-Authorization: Basic Zm9vOmJhcg==\r\n\r\n"), 625 "Basic realm=MyRealm1", 655 "Proxy-Authorization: Basic Zm9vOmJhcg==\r\n\r\n"), 682 "Basic realm=MyRealm1", [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
shell1.test | 19 # shell1-1.*: Basic command line option handling. 20 # shell1-2.*: Basic "dot" command token parsing. 21 # shell1-3.*: Basic test that "dot" command can be called. 64 # Test cases shell1-1.*: Basic command line option handling. 206 # Test cases shell1-2.*: Basic "dot" command token parsing. 276 # Test cases shell1-3.*: Basic test that "dot" command can be called.
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 24 #include "clang/Basic/FileManager.h" 25 #include "clang/Basic/SourceManager.h" 61 "The # of basic blocks in the analyzed functions."); 62 STATISTIC(PercentReachableBlocks, "The % of reachable basic blocks."); 63 STATISTIC(MaxCFGSize, "The maximum number of basic blocks in a function."); 553 // Count how many basic blocks we have not covered.
|
/external/valgrind/main/callgrind/ |
global.h | 69 Bool dump_bbs; /* Dump basic block information? */ 277 * Info for one instruction of a basic block. 300 * An instrumented basic block (BB). 347 * Basic blocks are always executed in the scope of a context. 379 * Basic Block Cost Center 389 * The cost centres for the instructions of a basic block are
|
/frameworks/base/rs/java/android/renderscript/ |
Element.java | 22 * type in a RenderScript kernel. Elements may be basic or complex. Some basic 28 * and contains a number of basic or complex Elements. From Java code, a complex 34 * <p>Basic Elements are comprised of a {@link 104 * DataType represents the basic type information for a basic element. The [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Element.java | 26 * equivalent to a C type in a RenderScript kernel. Elements may be basic or 27 * complex. Some basic elements are</p> <ul> <li>A single float value 32 * roughly equivalent to a C struct and contains a number of basic or complex 39 * <p>Basic Elements are comprised of a {@link 115 * DataType represents the basic type information for a basic element. The [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/ |
gcov-io.h | 52 The basic format of the files is 102 The basic block graph file contains the following records 118 basic block. The number of arcs from a bb is implicit from the 120 There is one LINES record per basic block, it enumerates the source 121 lines which belong to that basic block. Source file names are 530 /* Basic block flags. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-gprof.1 | 235 If the profile data file contains basic-block count records, specifying 236 the \fB\-l\fR option, along with \fB\-C\fR, will cause basic-block 248 call graph, and basic-block count records is displayed. 452 By default, only the lines at the beginning of a basic-block 454 a basic-block is annotated by repeating the annotation for the 538 If the program was compiled with basic-block counting enabled,
|
/prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/ |
mockito-all-1.9.5-sources.jar | |
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 47 * Utility to dump basic block info from methods in a human-friendly form. 205 * Does a regular basic block dump.
|
/docs/source.android.com/src/source/ |
using-eclipse.jd | 31 <h2 id="basic-setup">Basic setup</h2>
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tokens.py | 37 # basic token interface 169 """@brief Basic token implementation.
|
/external/antlr/antlr-3.4/runtime/Python/ |
pylintrc | 7 # * handle some basic but necessary stats'data (number of classes, methods...) 156 [BASIC]
|
/external/apache-http/src/org/apache/http/message/ |
HeaderValueParser.java | 132 * <h>2.2 Basic Rules</h> 135 * describe basic parsing constructs.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CCMBlockCipher.java | 36 * Basic constructor. 92 // NOTE: Very basic support for key re-use, but no performance gain from it
|
/external/chromium_org/base/json/ |
json_parser.h | 111 // the StringBuilder has been converted. |c| must be in the basic ASCII 149 // The basic way to consume a single character in the stream. Consumes one
|
/external/chromium_org/base/mac/ |
foundation_util.h | 245 // CFCast<>() and CFCastStrict<>() cast a basic CFTypeRef to a more 299 // ObjCCast<>() and ObjCCastStrict<>() cast a basic id to a more
|
/external/chromium_org/base/third_party/nspr/ |
prtime.h | 45 * This file contains definitions of NSPR's basic types required by 89 * NSPR represents basic time as 64-bit signed integers relative
|
/external/chromium_org/cc/scheduler/ |
delay_based_time_source.cc | 183 // possible. To do this, it has to deal with a few basic issues: 189 // The basic idea with this scheduler here is to keep track of where we *want*
|
/external/chromium_org/chrome/browser/ui/ |
browser_navigator.h | 33 // Some basic examples: 76 // The POST method is limited support for basic POST data by leveraging
|