/external/clang/lib/AST/ |
APValue.cpp | 397 S = CharUnits::One(); 457 // Handle formatting of one-past-the-end lvalues.
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 150 # for one-character tokens that consist of 259 # for one-character tokens that consist of 311 preg_replace('/ \z/', '', $result); # Trim trailing space if we added one earlier. 742 One situation in which quotes will get curled the wrong way is when 748 single-quote, when in fact it should be a closing one. I don't think
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 35 /// corresponds to one library call. [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 62 loop_.weight = Weight::One();
|
shortest-path.h | 525 // sub-graph (i.e. different paren 'start' state) begins with weight One(). 535 sp_data_.SetDistance(q, Weight::One());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 270 are downloaded from android.git.toolchain.org/toolchain/. One way to do that [all...] |
/external/chromium_org/v8/test/mjsunit/ |
array-sort.js | 62 // One string is a prefix of the other.
|
/external/clang/lib/Sema/ |
Sema.cpp | 260 /// If there is already an implicit cast, merge into the existing one. 658 // contains one or more tentative definitions for an identifier, 682 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true); 684 One, ArrayType::Normal, 0); 744 // TUs, it will declare one variable per TU, and one of the other [all...] |
/external/openfst/src/include/fst/extensions/ngram/ |
ngram-fst.h | 760 loop_(kNoLabel, 0, A::Weight::One(), kNoStateId) { 769 loop_(kNoLabel, 0, A::Weight::One(), kNoStateId) {
|
/external/openfst/src/include/fst/ |
replace.h | 340 // \param fst_tuples array of label/fst tuples, one for each non-terminal 410 // kILabelSorted and one of the 3 following conditions is satisfied: 418 // kOLabelSorted when all sub-FSTs are kOLabelSorted and one of 567 // Otherwise, one need to consider that all non-terminal arcs 636 // Extend current state (walk arcs one level deep) 900 // could potentially have one copy of prefix array 921 // ReplaceFst supports dynamic replacement of arcs in one Fst with 925 // array of Fst(s). One Fst represents the root (or topology) [all...] |
compose.h | 290 // the one to match on. 299 Weight::One(), sb); 425 FSTERROR() << "ComposeFst: only one argument can require matching."; 520 // Compose specifying one shared matcher type M. Requires input 578 // Create compose implementation specifying one matcher type.
|
/external/oprofile/events/x86-64/family11h/ |
events | 49 event:0x4a counters:0,1,2,3 um:ecc minimum:500 name:SCRUBBER_SINGLE_BIT_ECC_ERRORS : One bit ECC error recorded by scrubber
|
/external/oprofile/events/x86-64/hammer/ |
events | 49 event:0x4a counters:0,1,2,3 um:ecc minimum:500 name:SCRUBBER_SINGLE_BIT_ECC_ERRORS : One bit ECC error recorded by scrubber
|
/external/v8/test/mjsunit/ |
array-sort.js | 62 // One string is a prefix of the other.
|
/libcore/ |
JavaLibrary.mk | 170 # This one's tricky. One of our tests needs to have a
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_manager.js | 154 // with the online one when available. 219 * One-time initialization of various DOM nodes. Fetching manifest may take a 242 * One-time initialization of various DOM nodes. Dom nodes that do depend on 302 * One-time initialization of context menu and command. 376 // Custom is the last one in the categories list. 436 // element before continuing. Otherwise, wallpaper may reset to previous one 550 * Removes the oldest custom wallpaper. If the oldest one is set as current 551 * wallpaper, removes the second oldest one to free some space. This should 752 console.error('More than one files are selected or no file selected'); [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 92 containing parallel trace streams -- one file per CPU per 94 files into one time-ordered stream of traces for all devices. 159 of IOs during the run\footnote{One of the areas that needs some 161 IOs during a run. In theory, one would like ${Q2I} + {I2D} + {D2C} 290 In this subsection one can see the average number of IOs on the request 314 This table and the preceding one have to be considered together -- 315 in the sample output in the immediately preceding table one can see 349 In addition to the default sections output, if one supplies the 360 One must be aware, however, that the process ID may not have anything 536 Using this, one is then able to plot regions of activity versu [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
background.js | 82 // One common redirection case: if the url ends without a slash and refers 83 // to a directory, it actually would be redirected to the correct one 84 // (with a slash). In this case, the url returned by the JS and the one
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 40 | | | License | portability and performance, glibc is one | 129 with one toolchain. Code from multiple toolchains cannot be mixed. 134 One significant difference between newlib and glibc applications is that glibc 210 is one of those exceptions ? it is only built with the x86 glibc toolchain, 320 * **packaged application:** all modules are packaged into one file, hosted in 415 Developer Tools (see above). The module that crashed will be the last one
|
/external/chromium_org/v8/src/ |
regexp.js | 206 // One-element cache for the simplified test regexp.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringChecker.cpp | 369 NonLoc One = svalBuilder.makeIntVal(1, sizeTy).castAs<NonLoc>(); 371 .evalBinOpNN(state, BO_Sub, *Length, One, sizeTy).castAs<NonLoc>(); 466 // If we don't know which one comes first, we can't perform this test. 1400 NonLoc one = svalBuilder.makeIntVal(1, sizeTy).castAs<NonLoc>(); local [all...] |
/external/v8/src/ |
regexp.js | 212 // One-element cache for the simplified test regexp.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 95 assumptions about the class of the actual nodes it processes. One consequence of 210 than one children -- functions like an array of 933 TreeNodeStreams flatten two-dimensional tree structures into one-dimensional [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
update_nacl_manifest.py | 80 platform: One of ('win', 'mac', 'linux'). 350 "19.0.1084.41". The channel is one of ('stable', 'beta', or 'dev'). 440 "19.0.1084.41". The channel is one of ('stable', 'beta', 'dev', 640 # Make sure there is only one stable branch: the one with the max version. 737 Upload one copy to gs://<BUCKET_PATH>/naclsdk_manifest2.json, and a copy to [all...] |