Searched
full:move (Results
426 -
450 of
10530) sorted by null
<<11121314151617181920>>
/dalvik/vm/mterp/mips/ |
OP_NEW_ARRAY.S | 50 move rOBJ, a1 # rOBJ <- length (save) 51 move a1, a2 # a1 <- CCCC 55 move a1, rOBJ # a1 <- length (restore) 58 move a0, v0
|
/development/scripts/app_engine_server/ |
index.yaml | 9 # manually, move them above the marker line. The index.yaml file is
|
/external/chromium/chrome/common/extensions/docs/server/ |
index.yaml | 9 # manually, move them above the marker line. The index.yaml file is
|
/external/chromium/net/disk_cache/ |
cache_util_posix.cc | 19 // filesystem, so we just move each item in the cache to a new 33 if (!file_util::Move(name, destination)) { 34 LOG(ERROR) << "Unable to move cache item."; 40 return file_util::Move(from_path, to_path);
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
move_operation.h | 38 // This class encapsulates the drive Move function. It is responsible for 47 // Performs the move operation on the file at drive path |src_file_path| 53 void Move(const base::FilePath& src_file_path, 59 // Part of Move(). Called after updating the local state.
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_index.js | 8 // Move this to util.js.
|
/external/chromium_org/chrome_frame/ |
frame.html | 2 <!-- TODO(slightlyoff): Move to tests directory? -->
|
/external/chromium_org/net/base/ |
file_stream_whence.h | 10 // TODO(darin): Move this to a more generic location.
|
/external/chromium_org/net/disk_cache/ |
cache_util_posix.cc | 20 // filesystem, so we just move each item in the cache to a new 31 if (!base::Move(name, destination)) { 32 LOG(ERROR) << "Unable to move cache item."; 38 return base::Move(from_path, to_path);
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
autoscroll-when-outside-window.html | 5 <p>If the bug occurs, then this text won't be selected until you move the mouse slightly. If the bug does not occur, this text should be selected.</p>
|
caret-in-columns.html | 20 getSelection().modify("move", "forward", "documentboundary");
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
DES.pm | 7 # (move infrequently used names to @EXPORT_OK below)
|
/external/clang/test/FixIt/ |
fixit-unrecoverable.c | 3 them. Ideally, we would eliminate all such cases and move these
|
fixit-unrecoverable.cpp | 3 them. Ideally, we would eliminate all such cases and move these
|
/external/eigen/demos/opengl/ |
README | 9 R : move the camera to initial position
|
/external/mockito/src/org/mockito/exceptions/ |
PrintableInvocation.java | 13 * @Deprecated. We needed to move this class to a better place to keep consistency of the API.
|
/external/openssl/crypto/des/ |
DES.pm | 7 # (move infrequently used names to @EXPORT_OK below)
|
/external/qemu/tcg/ |
TODO | 9 - Move the slow part of the qemu_ld/st ops after the end of the TB.
|
/external/skia/gm/ |
system_preferences.h | 10 // TODO(epoger): move this out of gm/ into a more common directory, so
|
/external/smali/smali-integration-tests/src/test/smali/jumbo-field-tests/ |
Format52c.smali | 47 move-object/16 v258, v0 50 move/16 v256, v0 66 move-object/16 v258, v0 71 move-object/16 v256, v0 88 move-object/16 v260, v0 91 move-wide/16 v256, v0 108 move-object/16 v258, v0 111 move/16 v256, v0 128 move-object/16 v258, v0 131 move/16 v256, v [all...] |
/external/valgrind/main/memcheck/tests/amd64-linux/ |
defcfaexpr.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s)
|
/external/valgrind/main/memcheck/tests/ |
origin6-fp.stderr.exp-glibc25-amd64 | 1 Conditional jump or move depends on uninitialised value(s)
|
origin6-fp.stderr.exp-glibc27-ppc64 | 1 Conditional jump or move depends on uninitialised value(s)
|
test-plo-yes.stderr.exp-le32 | 1 Conditional jump or move depends on uninitialised value(s)
|
test-plo-yes.stderr.exp-le64 | 1 Conditional jump or move depends on uninitialised value(s)
|
Completed in 445 milliseconds
<<11121314151617181920>>