/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 340 // Compiler from a set of parallel moves to a sequential list of moves.
|
/external/v8/src/mips/ |
lithium-codegen-mips.h | 367 // Compiler from a set of parallel moves to a sequential list of moves.
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 337 // Compiler from a set of parallel moves to a sequential list of moves.
|
/frameworks/base/core/java/android/text/ |
PackedIntVector.java | 287 * Moves the gap in the values of the specified column to begin at 311 * Moves the gap in the row indices to begin at the specified row.
|
/external/llvm/lib/Target/X86/ |
X86FrameLowering.cpp | 315 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); 365 Moves.push_back(MachineMove(Label, CSDst, CSSrc)); 703 // Mapping for machine moves: 717 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); 754 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); 758 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); 764 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); 782 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); 813 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); [all...] |
/bionic/libc/stdio/ |
ungetc.c | 42 * the buffer moves, so that it points the same distance from the end,
|
/bootable/recovery/applypatch/ |
main.c | 169 // file has sha1 hash <tgt-sha1>, moves it to replace <tgt-file>, and
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SensorTest.java | 98 // to detect "serious" moves left/right or up/down
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
CommonTreeNodeStream.cs | 204 /** <summary>For debugging; destructive: moves tree iterator to end.</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
CommonTreeNodeStream.cs | 236 /** <summary>For debugging; destructive: moves tree iterator to end.</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeNodeStream.java | 156 /** For debugging; destructive: moves tree iterator to end. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBufferedTokenStream.h | 38 * as its moving window moves through the input. This list captures
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBufferedTokenStream.h | 38 * as its moving window moves through the input. This list captures
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBufferedTokenStream.h | 38 * as its moving window moves through the input. This list captures
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBufferedTokenStream.h | 40 * as its moving window moves through the input. This list captures
|
ANTLRCommonTreeNodeStream.m | 228 /** For debugging; destructive: moves tree iterator to end. */
|
/external/chromium/base/ |
file_util_proxy.h | 129 // Moves a file or a directory from src_file_path to dest_file_path.
|
utf_string_conversion_utils.cc | 24 // The ICU macro above moves to the next char, we want to point to the last
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_model.h | 86 // Immediately updates and opens the popup if necessary, then moves the
|
/external/chromium/chrome/browser/download/ |
download_request_limiter_unittest.cc | 94 // Ask if the tab can do a download. This moves to PROMPT_BEFORE_DOWNLOAD.
|
/external/chromium/chrome/browser/net/ |
url_info_unittest.cc | 87 // situation, we divert the sequence of states a UrlInfo instance moves
|
/external/chromium/chrome/browser/policy/ |
device_token_fetcher.h | 111 // Moves the fetcher into a new state.
|
/external/chromium/chrome/browser/prefs/ |
pref_member.h | 153 // Moves the PrefMember to another thread, allowing read accesses from there.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer.h | 64 // of the sync cycle. Each cycle (hopefully) moves the client into closer
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller.mm | 41 // Moves the control vertically by the specified amount.
|