HomeSort by relevance Sort by last modified time
    Searched defs:fold (Results 1 - 23 of 23) sorted by null

  /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)
  /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/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/chromium_org/v8/test/mjsunit/harmony/
iteration-semantics.js 74 function fold(cons, seed, iter) { function
168 assertEquals(45, fold(sum, 0, integers_until(10)));
170 assertEquals([1, 2, 3], fold(append, [], values(1, 2, 3)));
172 assertEquals(45, fold(sum, 0, take(integers_from(0), 10)));
174 assertEquals(90, fold(sum, 0, take(skip_every(integers_from(0), 2), 10)));
184 fold(append, [],
196 fold(append, [],
200 fold(append, [],
207 assertEquals(0, fold(sum, 0, unreachable(null)));
208 assertEquals(0, fold(sum, 0, unreachable(undefined)))
    [all...]
  /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
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Intermediate.cpp 211 // See if we can fold constants.
217 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink);
352 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink);
630 // See if all the operands are constant, then fold it otherwise not.
1063 // The fold functions see if an operation on a constant can be done in place,
1069 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) function in class:TIntermConstantUnion
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 469 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const DataLayout *TD, function in class:SimplifyFortifiedLibCalls
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 322 * Unpack, encode, and fold address(es) into a header
333 writer.append(MimeUtility.fold(Address.packedToHeader(value), name.length() + 2));
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
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/third_party/re2/re2/
compile.cc 816 // the fold flag is unnecessary; don't bother.
817 bool fold = foldascii; local
819 fold = false;
821 AddRuneRange(i->lo, i->hi, fold);
    [all...]
  /external/regex-re2/re2/
compile.cc 815 // the fold flag is unnecessary; don't bother.
816 bool fold = foldascii; local
818 fold = false;
820 AddRuneRange(i->lo, i->hi, fold);
    [all...]
  /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
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp 1182 UnicodeString s, fold, d; local
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp 1214 UnicodeString s, fold, d; local
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1178 milliseconds