/external/llvm/lib/Transforms/Scalar/ |
Reg2Mem.cpp | 64 INITIALIZE_PASS_BEGIN(RegToMem, "reg2mem", "Demote all values to stack slots", 67 INITIALIZE_PASS_END(RegToMem, "reg2mem", "Demote all values to stack slots", 103 // Demote escaped instructions 119 // Demote phi nodes
|
/art/runtime/jdwp/ |
object_registry.h | 57 // also promote references to regular JNI global references (and demote them back again if 109 void Demote(ObjectRegistryEntry& entry)
|
object_registry.cc | 168 Demote(*it->second); 171 void ObjectRegistry::Demote(ObjectRegistryEntry& entry) {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
touch_position_correction_utils.h | 30 // Promote or demote the score according to the distance from the sweet spot
|
/external/jemalloc/include/jemalloc/internal/ |
jemalloc_internal.h | 619 size_t isalloc(const void *ptr, bool demote); 620 size_t ivsalloc(const void *ptr, bool demote); 714 isalloc(const void *ptr, bool demote) 721 assert(config_prof || demote == false); 725 ret = arena_salloc(ptr, demote); 733 ivsalloc(const void *ptr, bool demote) 740 return (isalloc(ptr, demote));
|
jemalloc_internal.h.in | 619 size_t isalloc(const void *ptr, bool demote); 620 size_t ivsalloc(const void *ptr, bool demote); 714 isalloc(const void *ptr, bool demote) 721 assert(config_prof || demote == false); 725 ret = arena_salloc(ptr, demote); 733 ivsalloc(const void *ptr, bool demote) 740 return (isalloc(ptr, demote));
|
arena.h | 511 size_t arena_salloc(const void *ptr, bool demote); [all...] |
/external/clang/test/CodeGenCXX/ |
arm64.cpp | 69 // doesn't guarantee to emit RTTI, so we can still demote the visibility.
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_result.cc | 101 // whether we're supposed to (and able to) demote all matches with inline 199 // to demote all matches with inline autocompletions. On the other hand, if 202 // demote the matches with an inline autocompletion. In other words, an
|
autocomplete_result_unittest.cc | 435 // Demote the search history match relevance score. 676 // Check that disaster doesn't strike if we can't demote the top inline
|
history_url_provider.cc | 117 // demote the old score. 148 // function can only demote a score, never boost it. Returns |old_relevance| if [all...] |
/external/chromium_org/chrome/browser/ui/app_list/search/ |
history_data.cc | 79 // current primary, promote it and demote the primary.
|
/external/llvm/lib/Transforms/Utils/ |
DemoteRegToStack.cpp | 87 // We cannot demote invoke instructions to the stack if their normal edge
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_PinnedPositionsTest.java | 222 // Now demote contact 5. 294 // Pin contact 1 and demote contact 2
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
typing_weighting.h | 94 // and the word is a second or later word of a multiple word suggestion. We demote it
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_change_tracker_unittest.cc | 190 // Demote changes for kPath1 and kPath3.
|
/external/chromium_org/third_party/libevent/ |
ChangeLog | 152 o demote most http warnings to debug messages
|
/external/llvm/lib/CodeGen/ |
SjLjEHPrepare.cpp | 370 // Demote the PHIs to the stack.
|
/frameworks/base/core/java/android/widget/ |
ActionMenuPresenter.java | 490 // We broke the width limit. Demote the whole group, they all overflow now.
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActionMenuPresenter.java | 489 // We broke the width limit. Demote the whole group, they all overflow now.
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
FilmstripView.java | 72 // pixels per millisecond to count a vertical gesture as a promote/demote 76 // moved their finger to count a vertical gesture as a promote/demote if 80 // moved their finger to count a vertical gesture as a promote/demote if [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
DictionaryFacilitator.java | 467 // We demote unrecognized words (frequency < 0, below) by specifying them as "invalid".
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.cpp | [all...] |
HexagonVLIWPacketizer.cpp | [all...] |