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

1 2 3

  /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/llvm/test/CodeGen/WebAssembly/
copysign-casts.ll 4 ; unfolded.
  /external/libnl/doc/stylesheets/
slidy.css 338 ol.outline li.unfolded {
346 ol.outline li.unfolded:hover {
359 ul.outline li.unfolded {
367 ul.outline li.unfolded:hover {
436 .outline > li.unfolded {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
AddressList.java 109 * The string MUST be unfolded already.
  /external/llvm/test/Transforms/SimplifyCFG/
SpeculativeExec.ll 32 ; 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/IR/
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/swiftshader/third_party/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
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
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
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
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
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
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
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
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
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
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
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
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
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
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
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
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/icu/icu4c/source/common/
utrie.h 310 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
321 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
332 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
343 * with unfolded values that may differ from _FROM_LEAD() macro results for them.
  /external/llvm/lib/CodeGen/
MachineLICM.cpp     [all...]
TwoAddressInstructionPass.cpp 827 // Must be created from unfolded load. Don't waste time trying this.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp 243 /// the load itself could be hoisted. Return the unfolded and hoistable
244 /// load, or null if the load couldn't be unfolded or if it wouldn't
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CharTrie.java 152 * unfolded values that may differ from getLeadValue() results.
IntTrie.java 153 * unfolded values that may differ from getLeadValue() results.

Completed in 303 milliseconds

1 2 3