HomeSort by relevance Sort by last modified time
    Searched full:moving (Results 1 - 25 of 1800) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/r_move_itable/
name 1 filesystem resize which requires moving the inode table
  /external/clang/test/SemaCXX/
warn-self-move.cpp 16 x = std::move(x); // expected-warning{{explicitly moving}}
17 (x) = std::move(x); // expected-warning{{explicitly moving}}
20 x = move(x); // expected-warning{{explicitly moving}}
25 global = std::move(global); // expected-warning{{explicitly moving}}
26 (global) = std::move(global); // expected-warning{{explicitly moving}}
29 global = move(global); // expected-warning{{explicitly moving}}
35 x = std::move(x); // expected-warning{{explicitly moving}}
38 other.x = std::move(other.x); // expected-warning{{explicitly moving}}
47 a = std::move(a); // expected-warning{{explicitly moving}}
50 b = std::move(b); // expected-warning{{explicitly moving}}
    [all...]
  /external/srtp/
undos.sh 5 # strips CRs from a file - useful when moving DOS-created files
  /device/generic/goldfish/qemud/
Android.mk 3 # We're moving the emulator-specific platform libs to
  /packages/apps/Camera2/src_pd/com/android/camera/stats/
SessionStatsCollector.java 33 public synchronized void autofocusMoving(boolean moving) {
  /development/samples/ControllerSample/res/values/
strings.xml 7 moving the joysticks or pressing buttons. If it helps, try to imagine
  /external/libdrm/intel/tests/
gen4-3d.batch.sh 9 # around for possibly moving over the ref.
gen5-3d.batch.sh 9 # around for possibly moving over the ref.
gen6-3d.batch.sh 9 # around for possibly moving over the ref.
gen7-2d-copy.batch.sh 9 # around for possibly moving over the ref.
gen7-3d.batch.sh 9 # around for possibly moving over the ref.
gm45-3d.batch.sh 9 # around for possibly moving over the ref.
test-batch.sh 9 # around for possibly moving over the ref.
  /external/llvm/test/Transforms/InstCombine/
2004-03-13-InstCombineInfLoop.ll 1 ; This testcase caused the combiner to go into an infinite loop, moving the
  /external/selinux/policycoreutils/mcstrans/share/examples/include/
setrans.conf 13 # Demonstrate Include by moving everthing to an include file
  /external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/
setrans.conf 13 # Demonstrate Include by moving everthing to an include file
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
HandlerBox.java 46 hm.put("odsm", "ObjectDescriptorStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AUDIO");
47 hm.put("crsm", "ClockReferenceStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AUDIO");
48 hm.put("sdsm", "SceneDescriptionStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AUDIO");
49 hm.put("m7sm", "MPEG7Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AUDIO");
50 hm.put("ocsm", "ObjectContentInfoStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AUDIO");
51 hm.put("ipsm", "IPMP Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AUDIO");
52 hm.put("mjsm", "MPEG-J Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AUDIO");
60 hm.put("meta", "Timed Metadata track - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AUDIO");
  /frameworks/base/core/java/android/text/
PackedObjectVector.java 135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); local
137 for (int i = mRowGapStart + mRowGapLength; i < mRowGapStart + mRowGapLength + moving; i++)
151 int moving = mRowGapStart - where; local
153 for (int i = where + moving - 1; i >= where; i--)
155 int destrow = i - where + mRowGapStart + mRowGapLength - moving;
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
bsearch.c 49 * divide the work in half by moving either left or right. If lim
50 * is odd, moving left simply involves halving lim: e.g., when lim
53 * is odd, moving right again involes halving lim, this time moving
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestTimeoutException.java 20 * TODO: consider moving this to tradefed proper
  /frameworks/base/core/java/android/content/pm/
IPackageMoveObserver.aidl 23 * Callback for moving package resources from the Package Manager.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2def.h 14 /* FIXME FIXME FIXME FIXME FIXME: Much more data need moving here.
  /external/icu/icu4c/source/layout/
StateTables.h 25 * Detects if too many ( LE_STATE_PATIENCE_COUNT ) state changes occur without moving the glyph index 'g'.
32 * int g=0; // the glyph index - expect it to be moving
  /external/replicaisland/src/com/replica/replicaisland/
EnemyAnimationComponent.java 38 MOVING,
81 mState = AnimationState.MOVING;
86 case MOVING:
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
InputSmoother.java 11 * Utility class to calculate a velocity using a moving average filter of recent input positions.
20 * out the data using a moving average over this window size. A sample window size n will
81 // calculate moving average over current window

Completed in 4525 milliseconds

1 2 3 4 5 6 7 8 91011>>