/frameworks/support/core-utils/java/android/support/v4/text/ |
BidiFormatter.java | 81 * The default text direction heuristic. 185 * By default, uses the first-strong heuristic. 187 * @param heuristic the {@code TextDirectionHeuristic} to use. 190 public Builder setTextDirectionHeuristic(TextDirectionHeuristicCompat heuristic) { 191 mTextDirectionHeuristicCompat = heuristic; 258 * @param heuristic The default text direction heuristic. 260 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristicCompat heuristic) { 263 mDefaultTextDirectionHeuristicCompat = heuristic; 288 * given explicitly by a heuristic to estimate the {@code str}'s directionality [all...] |
/frameworks/base/core/java/android/text/ |
BidiFormatter.java | 86 * The default text direction heuristic. 190 * By default, uses the first-strong heuristic. 192 * @param heuristic the {@code TextDirectionHeuristic} to use. 195 public Builder setTextDirectionHeuristic(TextDirectionHeuristic heuristic) { 196 mTextDirectionHeuristic = heuristic; 265 * @param heuristic The default text direction heuristic. 267 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristic heuristic) { 270 mDefaultTextDirectionHeuristic = heuristic; 295 * given explicitly by a heuristic to estimate the {@code str}'s directionality [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
types.h | 66 // force_sequential, force_parallel, heuristic. 69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
|
settings.h | 67 * c. heuristic 69 * For heuristic, the parallel algorithm implementation is called 288 algorithm_strategy(heuristic),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
types.h | 66 // force_sequential, force_parallel, heuristic. 69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
|
settings.h | 67 * c. heuristic 69 * For heuristic, the parallel algorithm implementation is called 288 algorithm_strategy(heuristic),
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
types.h | 66 // force_sequential, force_parallel, heuristic. 69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
|
settings.h | 67 * c. heuristic 69 * For heuristic, the parallel algorithm implementation is called 288 algorithm_strategy(heuristic),
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
types.h | 66 // force_sequential, force_parallel, heuristic. 69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
|
settings.h | 67 * c. heuristic 69 * For heuristic, the parallel algorithm implementation is called 288 algorithm_strategy(heuristic),
|
/external/v8/test/mjsunit/compiler/ |
lazy-iife-no-parens.js | 22 // parentheses heuristic has not been triggered.
|
/external/valgrind/memcheck/ |
mc_leakcheck.c | 431 UInt heuristic: (sizeof(UInt)*8)-3; member in struct:__anon26986 432 // Heuristic with which this block was considered reachable. 433 // LchNone if state != Reachable or no heuristic needed to 513 // are considered reachable due to the corresponding heuristic. 600 default: return "???invalid heuristic???"; 745 // If ch is heuristically reachable via an heuristic member of heur_set, 746 // returns this heuristic. [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
stringer.go | 65 // Strip comments so their text won't defeat our heuristic.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
stringer.go | 65 // Strip comments so their text won't defeat our heuristic.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
stringer.go | 68 // Strip comments so their text won't defeat our heuristic.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
stringer.go | 68 // Strip comments so their text won't defeat our heuristic.
|
/external/jdiff/src/jdiff/ |
DiffMyers.java | 63 /** When set to true, the comparison uses a heuristic to speed it up. 64 With this heuristic, for files with a constant small density 66 public boolean heuristic = false; field in class:DiffMyers 197 /* Heuristic: check occasionally for a diagonal that has made 202 With this heuristic, for files with a constant small density 205 if (c > 200 && big_snake && heuristic)
|
/external/valgrind/memcheck/tests/ |
leak-segv-jmp.stderr.exp | 62 expecting heuristic not to crash after full mprotect
|
leak_cpp_interior.stderr.exp | 13 of which reachable via heuristic: 28 of which reachable via heuristic: 42 of which reachable via heuristic: 54 of which reachable via heuristic: 66 of which reachable via heuristic: 78 of which reachable via heuristic: 92 of which reachable via heuristic: 106 of which reachable via heuristic: 117 block at 0x........ considered reachable by ptr 0x........ using newarray heuristic
|
/external/autotest/client/cros/ |
cryptohome.py | 442 heuristic, then remove this method. See <crosbug.com/20778>.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherModel.java | [all...] |
/prebuilts/go/darwin-x86/src/go/doc/ |
example.go | 210 // example. The heuristic assumes package names match base import
|
/prebuilts/go/darwin-x86/src/html/template/ |
js.go | 77 // literals, so our heuristic works well for code like
|
/prebuilts/go/linux-x86/src/go/doc/ |
example.go | 210 // example. The heuristic assumes package names match base import
|
/prebuilts/go/linux-x86/src/html/template/ |
js.go | 77 // literals, so our heuristic works well for code like
|