/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
FoldingLayout.java | 34 * The folding layout where the number of folds, the anchor point and the 41 * For more complicated view hierarchy's inside the folding layout, the views should all 60 private final String FOLDING_VIEW_EXCEPTION_MESSAGE = "Folding Layout can only 1 child at " + 169 * Sets the fold factor of the folding view and updates all the corresponding 227 * dimensions required for the folding transformation are also acquired here. 312 * Calculates the transformation matrices used to draw each of the separate folding 323 /** If the fold factor is 1 than the folding view should not be seen
|
/external/icu/icu4c/source/common/ |
utrie.h | 95 * Length of the index (stage 1) array before folding. 136 * @param data data value for a surrogate from the trie, including the folding offset 161 * folding function used by utrie_serialize(). 287 * c16 may be a lead surrogate, which may have a value including a folding offset. 297 * c16 may be a lead surrogate, which may have a value including a folding offset. 422 * Get a 16-bit trie value from a folding offset (from the value of a lead surrogate) 426 * @param offset (int32_t, in) the folding offset from the value of a lead surrogate 433 * Get a 32-bit trie value from a folding offset (from the value of a lead surrogate) 437 * @param offset (int32_t, in) the folding offset from the value of a lead surrogate 537 * of the default folding function used by utrie_serialize() [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCaseProps.java | 243 * Adds all simple case mappings and the full case folding for c to sa, 256 * and case folding option make the related characters behave specially. 257 * This code matches their closure behavior to their case folding behavior. 321 /* add the full case folding */ 336 /* add the full case folding string */ 393 * The string is mapped to code points if it is their full case folding string. 394 * In other words, this performs a reverse full case folding and then 405 return false; /* no reverse case folding data, or no string */ [all...] |
IntTrie.java | 137 * Returned data may contain folding offset information for the next 184 * Get a value from a folding offset (from the value of a lead surrogate) 187 * folding offset 313 * @param datamanipulate folding implementation
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCaseProps.java | 239 * Adds all simple case mappings and the full case folding for c to sa, 252 * and case folding option make the related characters behave specially. 253 * This code matches their closure behavior to their case folding behavior. 317 /* add the full case folding */ 332 /* add the full case folding string */ 389 * The string is mapped to code points if it is their full case folding string. 390 * In other words, this performs a reverse full case folding and then 401 return false; /* no reverse case folding data, or no string */ [all...] |
IntTrie.java | 136 * Returned data may contain folding offset information for the next 183 * Get a value from a folding offset (from the value of a lead surrogate) 186 * folding offset 312 * @param datamanipulate folding implementation
|
/art/test/572-checker-array-get-regression/src/ |
Main.java | 47 // Array load with a large constant index (after constant folding
|
/external/clang/test/Sema/ |
complex-init-list.c | 47 // Constant-folding with init list.
|
/external/clang/test/SemaCXX/ |
i-c-e-cxx.cpp | 51 static const int B = int(0.75 * 1000 * 1000); // expected-warning {{not a constant expression; folding it to a constant is a GNU extension}}
|
/external/hyphenation-patterns/ |
Android.mk | 56 # folding and normalization, so don't build it until that's fixed.
|
/external/llvm/lib/Target/MSP430/ |
README.txt | 40 11. Implement hooks for better memory op folding, etc.
|
/external/llvm/test/CodeGen/AArch64/ |
fold-constants.ll | 20 ; PR25763 - folding constant vector comparisons with sign-extended result
|
/external/llvm/test/CodeGen/X86/ |
fold-xmm-zero.ll | 3 ; Simple test to make sure folding for special constants (like float zero)
|
insertps-unfold-load-bug.ll | 4 ; Test for case where insertps was folding the load of the insertion element, but a later optimization
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch-range-to-icmp.ll | 60 ; Note: folding the most popular case destination into the default
|
/external/opencv3/3rdparty/jinja2/ |
optimizer.py | 55 """Do constant folding."""
|
/external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/ |
StaticLoggerBinder.java | 58 // to avoid constant folding by the compiler, this field must *not* be final
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/impl/ |
StaticLoggerBinder.java | 59 // to avoid constant folding by the compiler, this field must *not* be final
|
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/ |
StaticLoggerBinder.java | 58 // to avoid constant folding by the compiler, this field must *not* be final
|
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/ |
StaticLoggerBinder.java | 58 // to avoid constant folding by the compiler, this field must *not* be final
|
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/ |
StaticLoggerBinder.java | 60 // to avoid constant folding by the compiler, this field must *not* be final
|
/external/slf4j/slf4j-nop/src/main/java/org/slf4j/impl/ |
StaticLoggerBinder.java | 59 // to avoid constant folding by the compiler, this field must *not* be final
|
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/ |
StaticLoggerBinder.java | 59 // to avoid constant folding by the compiler, this field must *not* be final
|
/external/v8/src/compiler/ |
js-native-context-specialization.h | 33 // folding some {LoadGlobal} nodes or strength reducing some {StoreGlobal}
|
machine-operator-reducer.h | 20 // Performs constant folding and strength reduction on nodes that have
|