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

1 2

  /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 82 function fold(cons, seed, iterable) { function
178 assertEquals(45, fold(sum, 0, integers_until(10)));
180 assertEquals([1, 2, 3], fold(append, [], values(1, 2, 3)));
182 assertEquals(45, fold(sum, 0, take(integers_from(0), 10)));
184 assertEquals(90, fold(sum, 0, take(skip_every(integers_from(0), 2), 10)));
194 fold(append, [],
206 fold(append, [],
210 fold(append, [],
217 assertEquals(0, fold(sum, 0, unreachable(null)));
218 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/clang/test/CXX/drs/
dr5xx.cpp 126 #define fold(x) (__builtin_constant_p(x) ? (x) : (x)) macro
127 int test[fold((int*)(void*)0) ? -1 : 1];
128 #undef fold macro
dr1xx.cpp 566 #define fold(x) (__builtin_constant_p(0) ? (x) : (x)) macro
568 #define fold macro
570 int check[fold(p() == 0) ? 1 : -1];
571 #undef fold macro
dr2xx.cpp 9 #define fold(x) (__builtin_constant_p(x) ? (x) : (x)) macro
11 #define fold macro
28 int arr[fold(g == &f<int>) ? 1 : -1];
834 int a[fold(intp() ? -1 : 1)];
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 498 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const DataLayout *TD, function in class:SimplifyFortifiedLibCalls
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 321 * Unpack, encode, and fold address(es) into a header
332 writer.append(MimeUtility.fold(Address.reformatToHeader(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/angle/src/compiler/translator/
Intermediate.cpp 223 // See if we can fold constants.
228 TIntermTyped *typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink);
365 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink);
658 // See if all the operands are constant, then fold it otherwise not.
1322 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) function in class:TIntermConstantUnion
    [all...]
  /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/icu/icu4c/source/test/intltest/
tstnorm.cpp 1214 UnicodeString s, fold, d; local
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
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.2/
lombok-ast-0.2.2.jar 
  /prebuilts/sdk/tools/lib/
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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1116 milliseconds

1 2