HomeSort by relevance Sort by last modified time
    Searched full:footsteps (Results 1 - 9 of 9) sorted by null

  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestAmbient.java 42 private AudioNode footsteps, beep; field in class:TestAmbient
61 footsteps = new AudioNode(audioRenderer, assetManager, "Sound/Effects/Foot steps.ogg", true);
63 footsteps.setPositional(true);
64 footsteps.setLocalTranslation(new Vector3f(4, -1, 30));
65 footsteps.setMaxDistance(5);
66 footsteps.setRefDistance(1);
67 footsteps.setLooping(true);
73 audioRenderer.playSourceInstance(footsteps);
  /external/apache-http/src/org/apache/http/conn/ssl/
StrictHostnameVerifier.java 46 * Sun Java 1.4's footsteps and only check the first CN. (If you need
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keysym.h 28 * as international virtual keycodes. We'll follow in the footsteps of X11...
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keysym.h 28 * as international virtual keycodes. We'll follow in the footsteps of X11...
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keysym.h 28 * as international virtual keycodes. We'll follow in the footsteps of X11...
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_keysym.h 28 * as international virtual keycodes. We'll follow in the footsteps of X11...
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 428 Map<Long, Integer> footsteps = new HashMap<Long, Integer>();
450 if (front && (footsteps.containsKey(footstep))) {
454 footsteps.put(footstep, d);
463 if (front && (footsteps.containsKey(footstep))) {
467 footsteps.put(footstep, d);
478 v_map2 = v_map2.subList(0, footsteps.get(footstep) + 1);
497 if (!front && (footsteps.containsKey(footstep))) {
501 footsteps.put(footstep, d);
509 if (!front && (footsteps.containsKey(footstep))) {
513 footsteps.put(footstep, d)
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/testdata/
alice_in_wonderland.txt     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 211 milliseconds