/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
multiway_mergesort.h | 317 // Length of this thread's chunk, before merging. 350 // Offset from __target __begin, __length after merging.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArray.java | 161 * caller. To be used when merging in the first block of a subroutine.
|
/external/chromium/base/threading/ |
thread.h | 114 // TODO(sanjeevr): Look into merging MessageLoop and MessageLoopProxy.
|
/external/chromium/chrome/browser/password_manager/ |
password_store_mac_internal.h | 145 // username_value, and are thus suitable for merging (see MergePasswordForms).
|
/external/chromium/chrome/browser/policy/ |
config_dir_policy_provider_unittest.cc | 81 // Test merging values from different files.
|
/external/chromium_org/base/memory/ |
discardable_memory_allocator_android_unittest.cc | 102 // Don't free |memory2| to avoid merging the 3 blocks together.
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_registry.cc | 245 VLOG(2) << "Found device " << device_data->device_id() << ", merging";
|
/external/chromium_org/chrome/browser/notifications/ |
message_center_notification_manager.h | 152 // TODO(dimich): Consider merging all 4 types (Notification,
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_merge_unittest.cc | 129 // A data-driven test for verifying merging of Autofill profiles. Each input is
|
/external/chromium_org/components/policy/core/common/ |
config_dir_policy_loader_unittest.cc | 210 // Test merging values from different files.
|
policy_service_impl.cc | 33 // together, and maps of policies had to take this into account when merging
|
/external/chromium_org/content/browser/resources/media/ |
cache_entry.js | 96 * Merge this CacheEntry with another, merging recorded ranges and flags.
|
/external/chromium_org/net/quic/ |
iovector.h | 56 // accumulates. This is due to the block merging nature of Append(): we'd like
|
/external/chromium_org/sync/engine/ |
apply_control_data_updates.cc | 191 DVLOG(1) << "Resolving simple conflict, merging nigori nodes: "
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
attributes.cpp | 60 {# FIXME: consider merging all these assign to local variable statements #}
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLConstructionSite.h | 44 InsertText, // Handles possible merging of text nodes.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrStencil.cpp | 13 // Stencil Rules for Merging user stencil space into clip
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3b.test | 53 # segdir and into %_segments. We also need to force segment merging
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-first-local-read-after-block-merge-expected.txt | 24 Tests that the DFG doesn't crash if we constant fold the first read of a local variable in a block that is the result of merging two blocks, where the first doesn't touch the local and the second reads it.
|
/external/jpeg/ |
makljpeg.st | 17 .C[-M] ; and no string merging, folks
|
/external/libvpx/libvpx/vp8/common/ppc/ |
variance_altivec.asm | 39 vspltisw v7, 0 ;# zero for merging
|
/external/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 95 /// values. Merging should only move one direction down the lattice to
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugAranges.cpp | 172 // Only increment j if we aren't merging
|
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 135 // There are many heuristics possible for merging these allocas, and the 146 // and not have the inliner do any merging of allocas at all. This would 162 // the C call site we don't want to do any alloca merging between X and Y 166 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC.
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-06-21-TailMergeBug.ll | 3 ; Tail merging must not split an IT block.
|