OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:move
(Results
176 - 200
of
10530
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/tests/098-dex-jsr-ret-throw/
expected.txt
6
ViewDebug.java:564@0000:
move
-object v11:Landroid/view/ViewDebug$ViewServer;
14
ViewDebug.java:564@0004:
move
-object v1:"server"Ljava/net/ServerSocket; <- v1
26
ViewDebug.java:566@0008:
move
-object v12:Landroid/view/ViewDebug$ViewServer;
40
ViewDebug.java:567@0010:
move
-object v2:"client"Ljava/net/Socket; <- v11:<nul
46
ViewDebug.java:569@0011:
move
-object v11:Ljava/net/ServerSocket; <- v1:Ljava/
56
ViewDebug.java:569@0015:
move
-object v2:"client"Ljava/net/Socket; <- v11:Ljav
59
ViewDebug.java:571@0017:
move
-object v3:"in"Ljava/io/BufferedReader; <- v11:<
71
ViewDebug.java:573@001b:
move
-object v16:N0018Ljava/io/BufferedReader; <- v11
73
ViewDebug.java:573@001b:
move
-object v11:N0018Ljava/io/BufferedReader; <- v16
75
ViewDebug.java:573@001b:
move
-object v12:N0018Ljava/io/BufferedReader; <- v1
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future
251
::new (_M_addr()) _Res(std::
move
(__res));
407
return std::
move
(_M_promise->_M_storage);
420
_M_promise->_M_storage->_M_set(std::
move
(_M_arg));
421
return std::
move
(_M_promise->_M_storage);
437
return std::
move
(_M_promise->_M_storage);
624
//
Move
construction from a shared_future
628
//
Move
construction from a future
662
///
Move
constructor
663
future(future&& __uf) noexcept : _Base_type(std::
move
(__uf)) { }
671
future(std::
move
(__fut))._M_swap(*this)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
future
251
::new (_M_addr()) _Res(std::
move
(__res));
407
return std::
move
(_M_promise->_M_storage);
420
_M_promise->_M_storage->_M_set(std::
move
(_M_arg));
421
return std::
move
(_M_promise->_M_storage);
437
return std::
move
(_M_promise->_M_storage);
624
//
Move
construction from a shared_future
628
//
Move
construction from a future
662
///
Move
constructor
663
future(future&& __uf) noexcept : _Base_type(std::
move
(__uf)) { }
671
future(std::
move
(__fut))._M_swap(*this)
[
all
...]
/dalvik/vm/mterp/mips/
OP_CMPL_FLOAT.S
34
move
a0, rOBJ # a0 <- vBB
35
move
a1, rBIX # a1 <- vCC
39
move
a0, rOBJ # a0 <- vBB
40
move
a1, rBIX # a1 <- vCC
44
move
a0, rOBJ # a0 <- vBB
45
move
a1, rBIX # a1 <- vCC
OP_EXECUTE_INLINE.S
84
move
a0, rBIX
86
beqz v0, .L${opcode}_resume # did it resolve? no, just
move
on
87
move
rOBJ, v0 # remember method
88
move
a0, v0
89
move
a1, rSELF
97
move
rINST, v0 # save result of inline
98
move
a0, rOBJ # a0<- method
99
move
a1, rSELF # a1<- self
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java
27
* The possible path operations that describe how to
move
from a preceding PathPoint to the
30
public static final int
MOVE
= 0;
51
* to the location of this PathPoint. This can be one of
MOVE
, LINE, or CURVE.
58
* Line/
Move
constructor
95
* Constructs and returns a PathPoint object that describes a discontinuous
move
to the given
99
return new PathPoint(
MOVE
, x, y);
/external/chromium_org/remoting/base/
typed_buffer.h
13
#include "base/
move
.h"
20
//
move
-only semantics and typed buffer getters.
35
//
Move
constructor for C++03
move
emulation of this type.
49
//
Move
operator= for C++03
move
emulation of this type.
/external/chromium_org/webkit/common/blob/
scoped_file.h
13
#include "base/
move
.h"
24
// This class supports
move
semantics, i.e. consumers can call Pass() to
32
// instance. (See base/
move
.h for details)
54
//
Move
constructor and operator. The data of r-value will be transfered
55
// in a destructive way. (See base/
move
.h)
83
// Performs destructive
move
from |other| to this.
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format35c/
Format35c.smali
33
move
-result v0
46
move
-result v0
59
move
-result v0
72
move
-result v0
88
move
-result v0
105
move
-result-object v0
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/
move.pass.cpp
25
buf =
move
(buf1);
31
buf =
move
(buf1);
37
buf =
move
(buf1);
43
buf =
move
(buf1);
49
buf =
move
(buf1);
55
buf =
move
(buf1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/
move.pass.cpp
24
std::stringbuf buf(
move
(buf1));
29
std::stringbuf buf(
move
(buf1));
34
std::stringbuf buf(
move
(buf1));
39
std::wstringbuf buf(
move
(buf1));
44
std::wstringbuf buf(
move
(buf1));
49
std::wstringbuf buf(
move
(buf1));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
ctor_future.pass.cpp
25
std::shared_future<T> f = std::
move
(f0);
32
std::shared_future<T> f = std::
move
(f0);
40
std::shared_future<T> f = std::
move
(f0);
47
std::shared_future<T> f = std::
move
(f0);
55
std::shared_future<T> f = std::
move
(f0);
62
std::shared_future<T> f = std::
move
(f0);
move_assign.pass.cpp
27
f = std::
move
(f0);
35
f = std::
move
(f0);
44
f = std::
move
(f0);
52
f = std::
move
(f0);
61
f = std::
move
(f0);
69
f = std::
move
(f0);
move_ctor.pass.cpp
25
std::shared_future<T> f = std::
move
(f0);
32
std::shared_future<T> f = std::
move
(f0);
40
std::shared_future<T> f = std::
move
(f0);
47
std::shared_future<T> f = std::
move
(f0);
55
std::shared_future<T> f = std::
move
(f0);
62
std::shared_future<T> f = std::
move
(f0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
move_assign.pass.cpp
27
f = std::
move
(f0);
35
f = std::
move
(f0);
44
f = std::
move
(f0);
52
f = std::
move
(f0);
61
f = std::
move
(f0);
69
f = std::
move
(f0);
move_ctor.pass.cpp
26
std::future<T> f = std::
move
(f0);
33
std::future<T> f = std::
move
(f0);
41
std::future<T> f = std::
move
(f0);
48
std::future<T> f = std::
move
(f0);
56
std::future<T> f = std::
move
(f0);
63
std::future<T> f = std::
move
(f0);
share.pass.cpp
25
std::shared_future<T> f = std::
move
(f0.share());
32
std::shared_future<T> f = std::
move
(f0.share());
40
std::shared_future<T> f = std::
move
(f0.share());
47
std::shared_future<T> f = std::
move
(f0.share());
55
std::shared_future<T> f = std::
move
(f0.share());
62
std::shared_future<T> f = std::
move
(f0.share());
/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/chromium_org/content/browser/renderer_host/
gtk_plugin_container_manager.cc
62
const WebPluginGeometry&
move
) {
64
GtkWidget *widget = MapIDToWidget(
move
.window);
70
if (!
move
.visible) {
77
if (!
move
.rects_valid)
84
GdkRectangle clip_rect =
move
.clip_rect.ToGdkRectangle();
86
gfx::SubtractRectanglesFromRegion(clip_region,
move
.cutout_rects);
93
// TODO(deanm): Verify that we only need to
move
and not resize.
110
if (
move
.window_rect.x() != current_x ||
111
move
.window_rect.y() != current_y) {
116
move
.window_rect.x()
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future
222
::new (_M_addr()) _Res(std::
move
(__res));
382
return std::
move
(_M_promise->_M_storage);
395
_M_promise->_M_storage->_M_set(std::
move
(_M_arg));
396
return std::
move
(_M_promise->_M_storage);
412
return std::
move
(_M_promise->_M_storage);
571
//
Move
construction from a shared_future
575
//
Move
construction from a future
609
///
Move
constructor
610
future(future&& __uf) : _Base_type(std::
move
(__uf)) { }
618
future(std::
move
(__fut))._M_swap(*this)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future
222
::new (_M_addr()) _Res(std::
move
(__res));
382
return std::
move
(_M_promise->_M_storage);
395
_M_promise->_M_storage->_M_set(std::
move
(_M_arg));
396
return std::
move
(_M_promise->_M_storage);
412
return std::
move
(_M_promise->_M_storage);
571
//
Move
construction from a shared_future
575
//
Move
construction from a future
609
///
Move
constructor
610
future(future&& __uf) : _Base_type(std::
move
(__uf)) { }
618
future(std::
move
(__fut))._M_swap(*this)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future
222
::new (_M_addr()) _Res(std::
move
(__res));
382
return std::
move
(_M_promise->_M_storage);
395
_M_promise->_M_storage->_M_set(std::
move
(_M_arg));
396
return std::
move
(_M_promise->_M_storage);
412
return std::
move
(_M_promise->_M_storage);
571
//
Move
construction from a shared_future
575
//
Move
construction from a future
609
///
Move
constructor
610
future(future&& __uf) : _Base_type(std::
move
(__uf)) { }
618
future(std::
move
(__fut))._M_swap(*this)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
future
222
::new (_M_addr()) _Res(std::
move
(__res));
382
return std::
move
(_M_promise->_M_storage);
395
_M_promise->_M_storage->_M_set(std::
move
(_M_arg));
396
return std::
move
(_M_promise->_M_storage);
412
return std::
move
(_M_promise->_M_storage);
571
//
Move
construction from a shared_future
575
//
Move
construction from a future
609
///
Move
constructor
610
future(future&& __uf) : _Base_type(std::
move
(__uf)) { }
618
future(std::
move
(__fut))._M_swap(*this)
[
all
...]
/external/chromium_org/third_party/WebKit/ManualTests/
select-popup-tooltip-test.html
7
<li>
Move
mouse cursor on "option 1" and stop moving.</li>
9
<li>
Move
mouse cursor on "option 2" and stop moving.</li>
/external/javassist/sample/duplicate/
Ball.java
13
move
(x, y);
method
35
public void
move
(int x, int y) {
method in class:Ball
Completed in 698 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>