HomeSort by relevance Sort by last modified time
    Searched full:pulled (Results 26 - 50 of 233) sorted by null

12 3 4 5 6 7 8 910

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 98 // Called when the content is pulled away from the edge.
108 // Call when the object is released after being pulled.
EdgeEffect.java 59 // Time it will take before a pulled glow begins receding in ms
62 // Time it will take in ms for a pulled glow to decay to partial strength before release
172 * A view should call this when content is pulled away from an edge by the user.
224 * Call when the object is released after being pulled.
  /external/qemu/memcheck/
memcheck.c 481 MallocDescEx pulled; local
497 pull_res = procdesc_pull_malloc(proc, desc.ptr, &pulled);
505 if (desc.ptr != mallocdesc_get_user_ptr(&pulled.malloc_desc)) {
515 (uint32_t)mallocdesc_get_user_ptr(&pulled.malloc_desc));
516 memcheck_dump_malloc_desc(&pulled, 1, 0);
519 if (pulled.call_stack != NULL) {
520 qemu_free(pulled.call_stack);
  /dalvik/libdex/
SysUtil.h 58 * offset to the end of the file is pulled in.
  /external/chromium/chrome/browser/
autocomplete_history_manager_unittest.cc 60 // Valid Visa credit card number pulled from the paypal help site.
  /external/chromium/chrome/browser/ui/webui/
screenshot_source.cc 75 // image gets reloaded instead of being pulled from the browser cache
  /external/chromium/chrome/browser/web_resource/
web_resource_service.h 38 // We have successfully pulled data from a resource server; now launch
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 55 // Time it will take before a pulled glow begins receding in ms
58 // Time it will take in ms for a pulled glow to decay to partial strength before release
195 * A view should call this when content is pulled away from an edge by the user.
247 * Call when the object is released after being pulled.
  /external/qemu/elff/
elf_file.h 129 * file, it must be first pulled out of that section to a local variable, and
130 * then used from that local variable. While value is pulled from ELF file
142 * Pulled value with endianness appropriate for the CPU this library is
162 * Pulled value with endianness appropriate for the CPU this library is
191 * Pulled value with endianness appropriate for the CPU this library is
226 * Pulled value with endianness appropriate for the CPU this library is
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 129 * file, it must be first pulled out of that section to a local variable, and
130 * then used from that local variable. While value is pulled from ELF file
142 * Pulled value with endianness appropriate for the CPU this library is
162 * Pulled value with endianness appropriate for the CPU this library is
191 * Pulled value with endianness appropriate for the CPU this library is
226 * Pulled value with endianness appropriate for the CPU this library is
  /system/core/adb/
file_sync_client.c 876 int pulled = 0; local
929 pulled++;
936 fprintf(stderr, "%d file%s pulled. %d file%s skipped.\n",
937 pulled, (pulled == 1) ? "" : "s",
  /external/quake/quake/src/QW/server/
sv_move.c 177 // if monster had the ground pulled out, go ahead and fall
197 { // entity had floor mostly pulled out from underneath it
359 // if a bridge was pulled out from underneath a monster, it may not have
  /external/quake/quake/src/WinQuake/
sv_move.cpp 177 // if monster had the ground pulled out, go ahead and fall
197 { // entity had floor mostly pulled out from underneath it
359 // if a bridge was pulled out from underneath a monster, it may not have
  /gdk/samples/quake/jni/
sv_move.cpp 177 // if monster had the ground pulled out, go ahead and fall
197 { // entity had floor mostly pulled out from underneath it
359 // if a bridge was pulled out from underneath a monster, it may not have
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 136 //System.out.println("pulled "+adaptor.getType(t));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 155 //System.out.println("pulled "+adaptor.getType(t));
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeNodeStream.java 85 //System.out.println("pulled "+adaptor.getType(t));
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTokenStream.h 36 /** Record every single token pulled from the source so we can reproduce
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTokenStream.h 36 /** Record every single token pulled from the source so we can reproduce
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTokenStream.h 36 /** Record every single token pulled from the source so we can reproduce
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h 38 /** Record every single token pulled from the source so we can reproduce
ANTLRCommonTreeNodeStream.m 116 //System.out.println("pulled "+adaptor.getType(t));
  /external/chromium/chrome/common/extensions/
extension_message_bundle.h 18 // locale does not provide are pulled from the default locale.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 33 # optional build type; one of: N, I, M, S, R; if not provided, will be pulled from buildID above
feedPublish.emf.properties 33 # optional build type; one of: N, I, M, S, R; if not provided, will be pulled from buildID above

Completed in 2005 milliseconds

12 3 4 5 6 7 8 910