/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/d/ |
T_move_1.java | 17 package dot.junit.opcodes.move.d;
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
HighRegisterPrefix.java | 27 * {@code move*} instructions to move a set of registers into 135 * Returns the proper move instruction for the given source spec 140 * @return {@code non-null;} the appropriate move instruction
|
/dalvik/dx/src/com/android/dx/dex/code/ |
HighRegisterPrefix.java | 27 * {@code move*} instructions to move a set of registers into 135 * Returns the proper move instruction for the given source spec 140 * @return {@code non-null;} the appropriate move instruction
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
Blort.java | 26 * Current SSA form requires each move-exception block to have
|
/dalvik/dx/tests/114-value-propagation/ |
run | 18 dx --dump --rop-blocks blort.class | grep 'const\|move'
|
/external/chromium/base/ |
dir_reader_fallback.h | 19 // Move to the next entry returning false if the iteration is complete.
|
/external/chromium/chrome/browser/chromeos/views/ |
copy_background.cc | 28 // Move the origin and paint as if it's paint onto the owner.
|
/external/chromium/chrome/browser/prefs/ |
pref_notifier.h | 13 // TODO(mnissler, danno): Move this declaration to pref_value_store.h once we've
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_view_delegate.h | 23 // This can die with OnNativeTabContentsViewMouseDown/Move().
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
index.yaml | 14 # manually, move them above the marker line. The index.yaml file is
|
/external/clang/test/CodeGenObjCXX/ |
arc-move.mm | 30 typename remove_reference<T>::type&& move(T &&x) { 44 x = move(y); 56 id x = move(y); 74 id y = move(x);
|
/external/clang/test/SemaCXX/ |
overload-0x.cpp | 4 struct A { // expected-note {{candidate function (the implicit copy assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}} expected-note {{candidate function (the implicit move assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
|
/external/clang/test/SemaObjCXX/ |
arc-0x.mm | 3 // "Move" semantics, trivial version.
|
/external/emma/ |
ANDROID-CHANGES.txt | 8 5) Move out/core/res/com/vladium/emma/rt/RTExitHook.closure (from Emma ant build) into pregenerated/ so it does not have to be generated in Android's make-based build, but also doesn't break Emma's build.
|
/external/icu4c/tools/toolutil/ |
platform_xopen_source_extended.h | 14 * We move this definition out of the various source files because
|
/external/llvm/test/CodeGen/X86/ |
codegen-prepare-extload.ll | 5 ; CodeGenPrepare should move the zext into the block with the load
|
/external/llvm/utils/valgrind/ |
i386-pc-linux-gnu.supp | 25 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
/external/protobuf/vsprojects/ |
config.h | 8 // Apparently Microsoft decided to move hash_map *back* to the std namespace
|
/external/quake/quake/src/QW/server/ |
sv_move.c | 105 The move will be adjusted for slopes and stairs, but if the move isn't 106 possible, no move is done, false is returned, and 110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) 118 // try the move 120 VectorAdd (ent->v.origin, move, neworg); 125 // try one move with vertical motion, then one without 128 VectorAdd (ent->v.origin, move, neworg); 180 VectorAdd (ent->v.origin, move, ent->v.origin); 214 // the move is o 235 vec3_t move, oldorigin; local [all...] |
/external/quake/quake/src/WinQuake/ |
sv_move.cpp | 105 The move will be adjusted for slopes and stairs, but if the move isn't 106 possible, no move is done, false is returned, and 110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) 118 // try the move 120 VectorAdd (ent->u.v.origin, move, neworg); 125 // try one move with vertical motion, then one without 128 VectorAdd (ent->u.v.origin, move, neworg); 180 VectorAdd (ent->u.v.origin, move, ent->u.v.origin); 214 // the move is o 235 vec3_t move, oldorigin; local [all...] |
/external/tcpdump/ |
cpack.c | 94 /* Move pointer past the u_int64_t. */ 110 /* Move pointer past the u_int32_t. */ 126 /* Move pointer past the u_int16_t. */ 141 /* Move pointer past the u_int8_t. */
|
/external/webkit/Source/WebCore/manual-tests/accessibility/ |
java-applet.html | 9 <li>Open Accessibility Inspector. Move mouse onto white area of web area.
|
/external/webkit/Source/WebCore/manual-tests/ |
caretScrolling.html | 2 <p>Manual test for fix for <a href="rdar://problem/3690705">rdar://problem/3690705</a> "caret does not move when scrolling overflow: auto editable area"</p>
|
invalid-mouse-event.html | 7 <li>As the test runs, move the mouse around.</li>
|
/external/webkit/Source/WebCore/manual-tests/chromium/ |
select-close-popup-value-change.html | 10 <li>4. Click anywhere else on the page to move the focus out of the select.</li>
|