/external/chromium/base/ |
string16.h | 142 // as a coalesced symbol, meaning that the linker will combine multiple
|
/external/chromium/googleurl/base/ |
string16.h | 155 // as a coalesced symbol, meaning that the linker will combine multiple
|
/external/webkit/Source/WebCore/editing/ |
InsertTextCommand.cpp | 212 // keep tabs coalesced in tab span
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
CommandQueue.java | 33 * are coalesced, note that they are all idempotent.
|
/external/llvm/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 78 // are likely targets to be coalesced to due to copies from physical 83 // are likely targets to be coalesced to due to copies to physical 460 // be coalesced, so follow the kill flag. 586 // instruction if the first one is coalesced. So it would be profitable to 784 /// coalesced to r0 (from the input side). v1025 is mapped to r1. v1026 is [all...] |
MachineCSE.cpp | 31 STATISTIC(NumCoalesces, "Number of copies coalesced"); 37 STATISTIC(NumCommutes, "Number of copies coalesced after commuting");
|
/external/apache-http/src/org/apache/http/impl/io/ |
ChunkedInputStream.java | 106 * <p> Returns all the data in a chunked stream in coalesced form. A chunk
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread.h | 137 // In case of multiple nudges getting coalesced this stores the first nudge
|
/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 216 // Requests to re-create the menu are coalesced. |create_in_progress_| is true
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller.h | 117 // aren't coalesced, so we store frames to avoid redundant calls.
|
/external/libffi/src/powerpc/ |
darwin.S | 190 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms
|
darwin_closure.S | 249 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
/external/libvpx/vpx_mem/memory_manager/ |
hmm_base.c | 282 /* Coalesced block to be freed is last block before dummy
|
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 33 { "coalesced", "S_COALESCED" }, // 0x0B
|
MCMachOStreamer.cpp | 258 // it has to be in a coalesced section, but this isn't enforced.
|
/external/llvm/test/CodeGen/Generic/ |
select.ll | 148 ; copy instruction (add-with-0), but this copy should get coalesced
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
package.html | 174 API allows the selected nodes to be coalesced into one of the
|
/external/elfutils/libdwfl/ |
libdwfl.h | 140 segment may be coalesced internally with preceding segments. When given 142 preceding contiguous segment. To prevent coalesced segments, always
|
/external/icu4c/common/ |
triedict.cpp | 910 // coalesced nodes. 965 // the first elements of the groups being coalesced. [all...] |
/external/chromium/chrome/browser/history/ |
text_database_manager.h | 98 // automatically coalesced and added to the database some time in the future
|
/external/chromium/net/http/ |
http_response_headers.h | 136 // method returns the un-coalesced response header lines, so if a response
|
http_util.h | 80 // Multiple occurances of some headers cannot be coalesced into a comma-
|
/external/libffi/src/x86/ |
darwin.S | 337 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
darwin64.S | 318 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
/external/llvm/utils/TableGen/ |
CodeGenRegisters.h | 355 // unique set for each register class. Simliar sets are coalesced with
|