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

1 2

  /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));
  /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/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 121 bool fold(CallInst *CI, const DataLayout *TD, const TargetLibraryInfo *TLI);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMessage.java 249 setHeader("To", MimeUtility.fold(Address.toHeader(addresses), TO_LENGTH));
257 setHeader("CC", MimeUtility.fold(Address.toHeader(addresses), CC_LENGTH));
265 setHeader("BCC", MimeUtility.fold(Address.toHeader(addresses), BCC_LENGTH));
303 setHeader("From", MimeUtility.fold(from.toHeader(), FROM_LENGTH));
327 setHeader("Reply-to", MimeUtility.fold(Address.toHeader(replyTo), REPLY_TO_LENGTH));
MimeUtility.java 92 * @param s original string to encode and fold
106 return fold(encoded, usedCharacters);
128 public static String fold(String s, int usedCharacters) { method in class:MimeUtility
Rfc822Output.java 369 * Unpack, encode, and fold address(es) into a header
380 writer.append(MimeUtility.fold(Address.packedToHeader(value), name.length() + 2));
  /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/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermediate.h 352 TIntermTyped* fold(TOperator, TIntermTyped*, TInfoSink&);
Intermediate.cpp 212 // See if we can fold constants.
218 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink);
359 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink);
645 // See if all the operands are constant, then fold it otherwise not.
1077 // The fold functions see if an operation on a constant can be done in place,
1083 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) function in class:TIntermConstantUnion
    [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...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 184 * Test that fold/encode is efficient when it can be
189 String result3 = MimeUtility.fold(SHORT_PLAIN, 10);
258 // TODO: more tests for fold(String s, int usedCharacters)
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/opencv/ml/include/
ml.h 883 virtual double update_tree_rnc( int T, int fold );
884 virtual int cut_tree( int T, int fold, double min_alpha );
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 469 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const DataLayout *TD, function in class:SimplifyFortifiedLibCalls
  /external/icu4c/test/intltest/
tstnorm.cpp 1214 UnicodeString s, fold, d; local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 671 return Simplifier.fold(CI, TD, TLInfo);
911 /// Match - Find the maximal addressing mode that a load/store of V can fold,
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 717 milliseconds

1 2