/external/llvm/test/Analysis/Profiling/ |
load-branch-weights-switches.ll | 50 ;; leads to further switch instructions. The first-tier switch occludes some 51 ;; possibilities in the second-tier switches, leading to some branches having a
|
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 200 struct tier { struct in namespace:llvm 207 tier(first_type f, second_type s) : first(f), second(s) { } function in struct:llvm::tier 208 tier& operator=(const std::pair<T1, T2>& p) { 216 inline tier<T1, T2> tie(T1& f, T2& s) { 217 return tier<T1, T2>(f, s);
|
/external/kernel-headers/original/linux/ |
plist.h | 28 * - The tier 1 list is the prio_list, different priority nodes. 30 * - The tier 2 list is the node_list, serialized nodes.
|
/external/skia/gm/ |
megalooper.cpp | 164 // Create a 1-tier drawlooper 209 // Create a 4-tier draw looper
|
/external/clang/test/SemaCXX/ |
new-delete.cpp | 157 class Tier {}; 158 class Comp : public Tier {}; 162 Thai(const Tier *adoptDictionary);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ucat.h | 27 * To facilitate this, sets and messages are flattened into one tier.
|
/external/icu4c/common/unicode/ |
ucat.h | 27 * To facilitate this, sets and messages are flattened into one tier.
|
/external/chromium_org/content/browser/renderer_host/ |
backing_store_manager.cc | 139 // Limit the number of large backing stores (tabs) to the memory tier number
|
/cts/tests/tests/net/src/android/net/cts/ |
DnsTest.java | 52 * Perf - measure size of first and second tier caches and their effect
|
/external/chromium/chrome/browser/history/ |
url_database.h | 248 // We have two tiers of indices for the URL table. The main tier is used by
|
/external/chromium/chrome/browser/ui/toolbar/ |
wrench_menu_model.cc | 505 // Show IDC_FEEDBACK in top-tier wrench menu for ChromeOS.
|
/external/chromium_org/chrome/browser/history/ |
url_database.h | 252 // We have two tiers of indices for the URL table. The main tier is used by
|
/external/clang/include/clang/AST/ |
RecursiveASTVisitor.h | 106 /// tier (e.g. other Traverse*) or one tier lower (e.g. WalkUpFrom*). 107 /// It may not call methods from a higher tier. [all...] |
/external/clang/tools/libclang/ |
RecursiveASTVisitor.h | 107 /// tier (e.g. other Traverse*) or one tier lower (e.g. WalkUpFrom*). 108 /// It may not call methods from a higher tier. [all...] |
/external/opencv/cv/src/ |
cvsmooth.cpp | 537 * This structure represents a two-tier histogram. The first tier (known as the 538 * "coarse" level) is 4 bit wide and the second tier (known as the "fine" level) [all...] |
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 300 * used to store details of a specific proxy class in the second tier of the proxy cache. this entry 302 * located in a weak hashmap keyed by the classloader common to all proxy classes in the second tier map. [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
cldutil.h | 596 // Tier 0/1 Language enum list (16) 602 // Tier 2 Language enum list (22) [all...] |
/prebuilts/tools/common/easymock-tools/ |
Documentation_fr.html | 26 métier et sont capables de vérifier s'il est utilisé
28 Les classes métier peuvent être testées
[all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
cms.c | [all...] |
/external/openssl/apps/ |
cms.c | [all...] |
/external/chromium/base/ |
tuple.h | 74 // output (a "tier"). See MakeRefTuple and its usages. [all...] |
/external/chromium_org/base/ |
tuple.h | 71 // output (a "tier"). See MakeRefTuple and its usages. [all...] |
/external/libexif/po/ |
de.po | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/ |
css-parser-yui.html | [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | 63 * information. Contact information is stored in a three-tier data model: [all...] |