OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:move
(Results
951 - 975
of
10530
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h
101
// use the
Move
() method
move
an element from once class to another.
115
//
Move
and element_id to class_id. Disconnects (removes) element
117
void
Move
(T element_id, T class_id) {
147
//
move
to head of chain in same class
148
Move
(element_id, class_id);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
stack
132
: c(_VSTD::
move
(__q.c)) {}
142
{c = _VSTD::
move
(__q.c); return *this;}
149
explicit stack(container_type&& __c) : c(_VSTD::
move
(__c)) {}
175
: c(_VSTD::
move
(__c), __a) {}
181
: c(_VSTD::
move
(__s.c), __a) {}
197
void push(value_type&& __v) {c.push_back(_VSTD::
move
(__v));}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_range.pass.cpp
93
c1.splice_after(next(c1.cbefore_begin(), p), std::
move
(c2),
109
c1.splice_after(next(c1.cbefore_begin(), p), std::
move
(c1),
117
c1.splice_after(next(c1.cbefore_begin(), p), std::
move
(c1),
137
c1.splice_after(next(c1.cbefore_begin(), p), std::
move
(c2),
153
c1.splice_after(next(c1.cbefore_begin(), p), std::
move
(c1),
161
c1.splice_after(next(c1.cbefore_begin(), p), std::
move
(c1),
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
condition_variable
139
{ return wait_until(__lock, __clock_t::now() + __rtime, std::
move
(__p)); }
227
// _M_mutex must be unlocked before re-locking __lock so
move
229
unique_lock<mutex> __my_lock2(std::
move
(__my_lock));
249
// _M_mutex must be unlocked before re-locking __lock so
move
251
unique_lock<mutex> __my_lock2(std::
move
(__my_lock));
278
{ return wait_until(__lock, __clock_t::now() + __rtime, std::
move
(__p)); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
condition_variable
139
{ return wait_until(__lock, __clock_t::now() + __rtime, std::
move
(__p)); }
227
// _M_mutex must be unlocked before re-locking __lock so
move
229
unique_lock<mutex> __my_lock2(std::
move
(__my_lock));
249
// _M_mutex must be unlocked before re-locking __lock so
move
251
unique_lock<mutex> __my_lock2(std::
move
(__my_lock));
278
{ return wait_until(__lock, __clock_t::now() + __rtime, std::
move
(__p)); }
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py
163
"""
Move
a file 'src' to 'dst'.
182
raise DistutilsFileError("can't
move
'%s': not a regular file" % src)
188
"can't
move
'%s': destination '%s' already exists" %
193
"can't
move
'%s': destination '%s' not a valid path" % \
204
"couldn't
move
'%s' to '%s': %s" % (src, dst, msg))
216
("couldn't
move
'%s' to '%s' by copy/delete: " +
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py
163
"""
Move
a file 'src' to 'dst'.
182
raise DistutilsFileError("can't
move
'%s': not a regular file" % src)
188
"can't
move
'%s': destination '%s' already exists" %
193
"can't
move
'%s': destination '%s' not a valid path" % \
204
"couldn't
move
'%s' to '%s': %s" % (src, dst, msg))
216
("couldn't
move
'%s' to '%s' by copy/delete: " +
/art/runtime/arch/mips/
portable_entrypoints_mips.S
55
move
$a2, rSELF # pass Thread::Current
57
move
$a3, $sp # pass $sp
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_2.d
60
move
-object v0, v15
73
move
-result v0
/dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java
128
* predecessor. This ensures
move
statements can always be
178
* In ROP form,
move
-exception must occur as the first insn in a block
180
* We may need room to insert
move
insns later, so make sure to split
181
* any block that starts with a
move
-exception such that there is a
182
* unique
move
-exception block for each predecessor.
197
* Any block that starts with a
move
-exception and has more than
213
* Make sure to place the
move
-exception as the
219
// Remove the
move
-exception from the original block.
/dalvik/vm/mterp/mips/
entry.S
44
addu fp, sp, STACK_SIZE #
Move
Frame Pointer to the base of frame
49
move
rSELF, a0 # set rSELF
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicNetworking/BasicNetworkingSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
/developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/java/com/example/android/common/logger/
LogWrapper.java
54
// if that's the case, just convert null to the empty string and
move
on.
70
// If this isn't the last node in the chain,
move
things along.
Completed in 1913 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>