/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
fold.hpp | 14 // $Id: fold.hpp 49267 2008-10-11 06:19:02Z agurtovoy $ 31 struct fold struct in namespace:boost::mpl 41 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,fold,(Sequence,State,ForwardOp)) 44 BOOST_MPL_AUX_NA_SPEC(3, fold)
|
remove_if.hpp | 18 #include <boost/mpl/fold.hpp> 49 : fold<
|
/external/chromium_org/third_party/jinja2/ |
optimizer.py | 6 The jinja optimizer is currently trying to constant fold a few expressions 54 def fold(self, node): member in class:Optimizer 67 visit_Filter = visit_Test = visit_CondExpr = fold 68 del fold
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
iteration-semantics.js | 75 function fold(cons, seed, iter) { function 169 assertEquals(45, fold(sum, 0, integers_until(10))); 171 assertEquals([1, 2, 3], fold(append, [], values(1, 2, 3))); 173 assertEquals(45, fold(sum, 0, take(integers_from(0), 10))); 175 assertEquals(90, fold(sum, 0, take(skip_every(integers_from(0), 2), 10))); 185 fold(append, [], 197 fold(append, [], 201 fold(append, [], 208 assertEquals(0, fold(sum, 0, unreachable(null))); 209 assertEquals(0, fold(sum, 0, unreachable(undefined))) [all...] |
/external/elfutils/config/ |
Makefile.am | 44 | fold -s -w 70 | sed '1!s/^[^-]/ &/' >> $$tmpname; \
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RecurrenceSetTest.java | 82 RecurrenceSet.fold(RRULE_LESS_THAN_75_CHARS)); 85 RecurrenceSet.fold(RRULE_MORE_THAN_75_CHARS)); 88 RecurrenceSet.fold(STRING_WITH_160_CHARS));
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
fold_impl.hpp | 39 # define AUX778076_FOLD_IMPL_NAME_PREFIX fold
|
/external/opencv/ml/src/ |
mlestimate.cpp | 98 // it is 1 if all was correct, and it is 2 if current fold wasn't' checked. 108 int k, fold; 115 fold = ++crVal->current_fold; 117 if (fold >= crVal->folds_all) 119 if (fold == crVal->folds_all) 127 k = crVal->folds[fold + 1] - crVal->folds[fold]; 128 crVal->sampleIdxTrain->data.i = crVal->sampleIdxAll + crVal->folds[fold + 1]; 130 crVal->sampleIdxEval->data.i = crVal->sampleIdxAll + crVal->folds[fold]; 277 // Fixing that this fold already checked [all...] |
mltree.cpp | 102 "or n>0 (tree is pruned using n-fold cross-validation)" ); [all...] |
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-misprediction.js | 31 // will not constant fold the division below, but the DFG constant folder will. 37 // If we constant fold this division, we'll have a constant node that is predicted 41 // fold that Int32ToDouble. And hence we will have an infinite loop. The correct fix
|
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."
|
dfg-constant-fold-logical-not-branch.js | 25 "Tests what happens if we fail to constant fold a LogicalNot that leads into a branch, when the CFA proves that the LogicalNot has a constant value."
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
bookmarks.css | 165 .favicon-box.document .fold-container { 171 .favicon-box.document .fold { 235 .favicon-box.document .fold-container {
|
/external/llvm/include/llvm/Transforms/Utils/ |
BuildLibCalls.h | 121 bool fold(CallInst *CI, const DataLayout *TD, const TargetLibraryInfo *TLI);
|
/external/chromium_org/third_party/opus/src/doc/ |
build_draft.sh | 72 cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeMessage.java | 286 setHeader("To", MimeUtility.fold(Address.toHeader(addresses), TO_LENGTH)); 294 setHeader("CC", MimeUtility.fold(Address.toHeader(addresses), CC_LENGTH)); 302 setHeader("BCC", MimeUtility.fold(Address.toHeader(addresses), BCC_LENGTH)); 340 setHeader("From", MimeUtility.fold(from.toHeader(), FROM_LENGTH)); 364 setHeader("Reply-to", MimeUtility.fold(Address.toHeader(replyTo), REPLY_TO_LENGTH));
|
MimeUtility.java | 93 * @param s original string to encode and fold 107 return fold(encoded, usedCharacters); 129 public static String fold(String s, int usedCharacters) { method in class:MimeUtility
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
minus-zero.js | 28 // Flags: --allow-natives-syntax --no-fold-constants
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2843.js | 35 var b = x + 2; // Need another Simulate to fold the first one into.
|
regress-crbug-280333.js | 35 var b = x + 2; // Need another Simulate to fold the first one into.
|
regress-embedded-cons-string.js | 28 // Flags: --fold-constants --nodead-code-elimination
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
base.hpp | 229 fold(F op, T a, It0 it0, It0 end0, Its... its) { function in namespace:clover
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
base.hpp | 229 fold(F op, T a, It0 it0, It0 end0, Its... its) { function in namespace:clover
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceSet.java | 406 split[n] = fold(split[n]); 418 * fold and unfolds ical content lines as per RFC 2445 section 4.1. 435 public static String fold(String unfoldedIcalContent) { method in class:RecurrenceSet
|
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
FoldingLayoutActivity.java | 51 * The number of folds, orientation (vertical or horizontal) of the fold, and the 52 * anchor point about which the view will fold can be set to achieve different 73 * To account for this bug, a slightly different approach was taken to fold a 256 getMenuInflater().inflate(R.menu.fold, menu); 360 /** This class uses user touch events to fold and unfold the folding view. */ 371 * scrolling to fold a vertically oriented view and horizontal scrolling to fold 372 * a horizontally oriented fold. Depending on where the anchor point of the fold is, 373 * movements towards or away from the anchor point will either fold or unfol [all...] |