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

1 2

  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
OnFoldListener.java 21 * a folded state from a completely unfolded state), or ends folding (enters a
22 * completely unfolded state from a folded state).
FoldingLayout.java 37 * (unfolded) state. The fold factor varies between 0 (completely unfolded
229 * After this method is called, it will be in a completely unfolded state by default.
FoldingLayoutActivity.java 231 * anchor point is updated, the folding view is restored to a default unfolded state.
341 * and is also restored to a default unfolded state.
  /packages/apps/UnifiedEmail/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/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/UnifiedEmail/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/UnifiedEmail/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/chromium_org/third_party/icu/source/common/
utrie.h 307 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
318 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
329 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
340 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
  /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 757 // 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/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
network_status.js 208 * buttons when clicked. Only one button will be unfolded at a time.
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 313 /// instruction after load / store are unfolded from an instruction of the
  /external/llvm/test/CodeGen/X86/
2009-04-16-SpillerUnfold.ll 6 ; CHECK: {{Number of modref unfolded}}
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 311 * 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 576 /// 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...]

Completed in 198 milliseconds

1 2