HomeSort by relevance Sort by last modified time
    Searched full:move (Results 126 - 150 of 5522) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/dx/tests/083-ssa-phi-placement/
expected.txt 7 Blort.java:17@0000: move-object v1:NffffLBlort; <- v0:NffffLBlort;
21 Blort.java:17@0000: move-param-object(0) v0:NffffLBlort; <- .
43 Blort.java:21@0001: move-int v1:I=1 <- v4:I=1
45 Blort.java:22@0003: move-int v2:I=1 <- v4:I=1
47 Blort.java:23@0005: move-int v3:I=0 <- v4:I=0
54 Blort.java:25@0006: move-int v4:I <- v3:I
63 Blort.java:26@000c: move-int v4:I <- v2:I
72 Blort.java:27@0012: move-int v4:I <- v1:I
73 Blort.java:27@0013: move-int v2:I <- v4:I
81 Blort.java:30@001a: move-int v4:I <- v3:
    [all...]
  /external/javassist/sample/duplicate/
Ball.java 13 move(x, y); method
35 public void move(int x, int y) { method in class:Ball
  /external/stlport/stlport/stl/
_move_construct_fwk.h 27 * Move constructor framework
31 *Partial move:
32 *The source HAS to be a valid instance after the move!
50 //Class used to signal move constructor support, implementation and type.
54 * implemented tells if a the special move constructor has to be called or the classic
66 * complete tells if the move is complete or partial, that is to say, does the source
81 * that its class support the full move concept. To check that the return type
125 * Most of the time a class implement a move constructor but its use depends
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 27 * Move constructor framework
31 *Partial move:
32 *The source HAS to be a valid instance after the move!
50 //Class used to signal move constructor support, implementation and type.
54 * implemented tells if a the special move constructor has to be called or the classic
66 * complete tells if the move is complete or partial, that is to say, does the source
81 * that its class support the full move concept. To check that the return type
125 * Most of the time a class implement a move constructor but its use depends
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mempolicy.h 26 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */
27 #define MPOL_MF_MOVE_ALL (1<<2) /* Move every page to conform to mapping */
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 27 * Move constructor framework
31 *Partial move:
32 *The source HAS to be a valid instance after the move!
50 //Class used to signal move constructor support, implementation and type.
54 * implemented tells if a the special move constructor has to be called or the classic
66 * complete tells if the move is complete or partial, that is to say, does the source
81 * that its class support the full move concept. To check that the return type
125 * Most of the time a class implement a move constructor but its use depends
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 27 * Move constructor framework
31 *Partial move:
32 *The source HAS to be a valid instance after the move!
50 //Class used to signal move constructor support, implementation and type.
54 * implemented tells if a the special move constructor has to be called or the classic
66 * complete tells if the move is complete or partial, that is to say, does the source
81 * that its class support the full move concept. To check that the return type
125 * Most of the time a class implement a move constructor but its use depends
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 27 * Move constructor framework
31 *Partial move:
32 *The source HAS to be a valid instance after the move!
50 //Class used to signal move constructor support, implementation and type.
54 * implemented tells if a the special move constructor has to be called or the classic
66 * complete tells if the move is complete or partial, that is to say, does the source
81 * that its class support the full move concept. To check that the return type
125 * Most of the time a class implement a move constructor but its use depends
  /dalvik/vm/mterp/armv5te/
OP_MOVE_EXCEPTION.S 2 /* move-exception vAA */
  /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/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/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/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)
  /external/webkit/Source/WebCore/manual-tests/
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>
  /external/webkit/Tools/RebaselineQueueServer/
index.yaml 9 # manually, move them above the marker line. The index.yaml file is
  /dalvik/dx/tests/086-ssa-edge-split/
expected.txt 7 Blort.java:17@0000: move-object v1:NffffLBlort; <- v0:NffffLBlort;
20 Blort.java:17@0000: move-param-object(0) v0:NffffLBlort; <- .
42 Blort.java:26@0001: move-int v2:I=1 <- v4:I=1
49 Blort.java:29@0002: move-int v4:I <- v1:I
57 Blort.java:30@0007: move-int v4:I <- v1:I
72 Blort.java:33@000f: move-int v4:I <- v2:I
73 Blort.java:33@0010: move-int v0:I <- v4:I
80 Blort.java:33@0011: move-object v3:Ljava/lang/Class;=java.lang.Object <- v4:Ljava/lang/Class;=java.lang.Object
87 Blort.java:33@0012: move-int v4:I <- v2:I
88 Blort.java:33@0013: move-int v0:I <- v4:
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_from16/d/
T_move_from16_1.d 31 move/16 v4001, v10
33 move/from16 v255, v4001
34 move/from16 v1, v255
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_wide_from16/d/
T_move_wide_from16_1.d 31 move-wide/16 v4001, v10
33 move-wide/from16 v255, v4001
34 move-wide/from16 v1, v255
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_from16/d/
T_move_from16_1.d 31 move/16 v4001, v10
33 move/from16 v255, v4001
34 move/from16 v1, v255

Completed in 3192 milliseconds

1 2 3 4 56 7 8 91011>>