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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/content/test/data/session_history/
post.html 5 // stolen from darin's page cycler
  /external/chromium_org/mojo/services/public/interfaces/network/
web_socket.mojom 15 const uint16 kAbnormalCloseCode = 1006; // stolen from websocket_bridge
  /external/mockito/src/org/mockito/internal/matchers/
Equality.java 9 //stolen from hamcrest because I didn't want to have more dependency than Matcher class
  /external/bison/lib/
Makefile.am 43 # timevars, stolen from GCC.
  /external/libsepol/tests/
debug.c 36 /* stolen from dispol.c */
  /external/qemu/distrib/sdl-1.2.15/
sdl.m4 3 # stolen from Manish Singh
4 # stolen back from Frank Belew
5 # stolen from Manish Singh
6 # Shamelessly stolen from Owen Taylor
  /external/qemu/distrib/sdl-1.2.15/test/
acinclude.m4 3 # stolen from Manish Singh
4 # stolen back from Frank Belew
5 # stolen from Manish Singh
6 # Shamelessly stolen from Owen Taylor
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 7 # stolen back from Frank Belew
8 # stolen from Manish Singh
9 # Shamelessly stolen from Owen Taylor
  /dalvik/dx/tests/087-ssa-local-vars/
Blort.java 43 * Stolen from
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 58 # password quality basically stolen from OV libkadm5
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateCursor.3 34 \f(CW/* Stolen from the mailing list */
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
distrib.sh 3 # This is stolen from C News
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 204 uint64_t stolen = reserved + unusable + other; local
207 if(stolen >= mb128)
209 stolen = (stolen & ~((128 * 1024 * 1024ULL) - 1)); // rounding down
210 stolenPages = stolen / PageSize (task);
  /docs/source.android.com/src/devices/tech/security/
enhancements50.jd 11 protection of data on lost or stolen devices. Devices that
  /external/bison/m4/
extensions.m4 9 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.mm 52 // Color tuples stolen from location_bar_view_gtk.cc.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.h 120 /*XXX: nvfx state, DO NOT USE EVER OUTSIDE "STOLEN" NVFX code */
  /external/dnsmasq/contrib/webmin/
README 27 5) icons have been shamelessly stolen from the ipfilter module,
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h 120 /*XXX: nvfx state, DO NOT USE EVER OUTSIDE "STOLEN" NVFX code */
  /external/qemu/util/
bitops.c 83 * This implementation of find_{first,next}_zero_bit was stolen from
  /ndk/sources/host-tools/sed-4.2.1/m4/
extensions.m4 9 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
tokenize_tests.txt 2 # Large bits stolen from test_grammar.py.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
tokenize_tests.txt 2 # Large bits stolen from test_grammar.py.
  /frameworks/av/include/camera/
ProCamera.h 53 // Lock has been stolen by another client.
150 * The request queue is flushed when a lock is released or stolen
  /frameworks/av/media/libmedia/
SoundPool.cpp 417 // if "stolen", play next event
572 // if not idle, this voice is being stolen
574 ALOGV("channel %d stolen - event queued for channel %d", channelID(), nextChannelID);
676 ALOGV("stolen channel has no event");
688 ALOGV("Starting stolen channel %d -> %d", channelID(), nextChannelID);

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 910