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

  /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 106 bool fold(CallInst *CI, const TargetData *TD);
  /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 367 * Unpack, encode, and fold address(es) into a header
378 writer.append(MimeUtility.fold(Address.packedToHeader(value), name.length() + 2));
  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceSet.java 395 split[n] = fold(split[n]);
407 * fold and unfolds ical content lines as per RFC 2445 section 4.1.
424 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/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 357 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD) { function in class:SimplifyFortifiedLibCalls
  /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 731 /// getShouldFoldAtomicFences - return whether the combiner should fold
    [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/Scalar/
CodeGenPrepare.cpp 568 return Simplifier.fold(CI, TD);
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp 1182 UnicodeString s, fold, d; local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 809 // Try to fold some different type of calls here.
817 Simplifier.fold(CI, TD);
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree.h     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1616 milliseconds