HomeSort by relevance Sort by last modified time
    Searched full:unfolded (Results 1 - 25 of 25) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/field/
Field.java 90 final String unfolded = raw.replaceAll("\r|\n", ""); local
95 final Matcher fieldMatcher = fieldNamePattern.matcher(unfolded);
101 String body = unfolded.substring(fieldMatcher.end());
137 * Gets the unfolded, unparsed and possibly encoded (see RFC 2047) field
140 * @return the unfolded unparsed field body string.
  /external/linux-tools-perf/util/ui/browsers/
hists.c 43 static char tree__folded_sign(bool unfolded)
45 return unfolded ? '-' : '+';
50 return self->has_children ? tree__folded_sign(self->unfolded) : ' ';
65 self->unfolded = unfold ? self->has_children : false;
86 if (folded_sign == '-') /* Have children and they're unfolded */
96 bool unfolded = false; local
101 unfolded = chain->ms.unfolded;
104 if (unfolded)
128 self->unfolded = !self->unfolded
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 103 final String unfolded = actual.replace("\r\n\t", ""); local
104 assertEquals("input=" + input, input + "\r\n", unfolded);
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 103 final String unfolded = actual.replace("\r\n\t", ""); local
104 assertEquals("input=" + input, input + "\r\n", unfolded);
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
AddressList.java 109 * The string MUST be unfolded already.
  /external/linux-tools-perf/util/
symbol.h 140 bool unfolded; member in struct:map_symbol
hist.c 913 if (h->ms.unfolded)
  /external/llvm/test/Transforms/SimplifyCFG/
SpeculativeExec.ll 48 ; Test that we don't speculate an arbitrarily large number of unfolded constant
  /packages/apps/Email/src/org/apache/james/mime4j/
ContentHandler.java 112 * unfolded.
  /external/llvm/include/llvm/Support/
NoFolder.h 11 // IRBuilder with a set of methods for creating unfolded constants. This is
17 // Note: since it is not actually possible to create unfolded constants, this
  /external/icu4c/common/
utrie.h 308 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
319 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
330 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
341 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 753 // Must be created from unfolded load. Don't waste time trying this.
    [all...]
MachineLICM.cpp 260 /// the load itself could be hoisted. Return the unfolded and hoistable
261 /// load, or null if the load couldn't be unfolded or if it wouldn't
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 306 /// instruction after load / store are unfolded from an instruction of the
X86InstrInfo.cpp 57 // Select which memory operand is being unfolded.
    [all...]
  /external/llvm/test/CodeGen/X86/
2009-04-16-SpillerUnfold.ll 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim -stats 2>&1 | grep "Number of modref unfolded"
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMessage.java 274 * Returns the unfolded, decoded value of the Subject header.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 31 STATISTIC(NumUnfolds, "Number of nodes unfolded");
ScheduleDAGRRList.cpp 40 STATISTIC(NumUnfolds, "Number of nodes unfolded");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 585 /// instruction after load / store are unfolded from an instruction of the
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/testdata/
alice_in_wonderland.txt     [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 793 milliseconds