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

1 2 3 4 5

  /development/tools/axl/
chewperf.py 35 if "Pulled" in line:
48 lines = [x for x in rawLines if "Pulled" in x]
50 sidx = lines[0].split().index("Pulled")
  /external/qemu/memcheck/
memcheck_malloc_map.h 104 * pulled - Upon successful return contains allocation descriptor data pulled
108 * been pulled, or 1 if no matching entry has been found in the map.
110 int allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled);
115 * pulled - Upon successful return contains allocation descriptor data pulled
118 * Zero if an allocation descriptor has been pulled from the head of the map,
121 int allocmap_pull_first(AllocMap* map, MallocDescEx* pulled);
memcheck_malloc_map.c 200 allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled)
204 memcpy(pulled, &adesc->desc, sizeof(MallocDescEx));
214 allocmap_pull_first(AllocMap* map, MallocDescEx* pulled)
218 memcpy(pulled, &first->desc, sizeof(MallocDescEx));
278 MallocDescEx pulled; local
281 while (!allocmap_pull_first(map, &pulled)) {
283 if (pulled.call_stack != NULL) {
284 qemu_free(pulled.call_stack);
memcheck_mmrange_map.h 95 * pulled - Upon successful return contains descriptor data pulled from the
98 * Zero if a descriptor that matches the given address has been pulled, or 1
104 MMRangeDesc* pulled);
memcheck_mmrange_map.c 164 MMRangeDesc* pulled)
168 memcpy(pulled, &rdesc->desc, sizeof(MMRangeDesc));
178 mmrangemap_pull_first(MMRangeMap* map, MMRangeDesc* pulled)
182 memcpy(pulled, &first->desc, sizeof(MMRangeDesc));
227 MMRangeDesc pulled; local
230 while (!mmrangemap_pull_first(map, &pulled)) {
231 qemu_free(pulled.path);
memcheck.c 487 MallocDescEx pulled; local
503 pull_res = procdesc_pull_malloc(proc, desc.ptr, &pulled);
511 if (desc.ptr != mallocdesc_get_user_ptr(&pulled.malloc_desc)) {
521 (uint32_t)mallocdesc_get_user_ptr(&pulled.malloc_desc));
522 memcheck_dump_malloc_desc(&pulled, 1, 0);
525 if (pulled.call_stack != NULL) {
526 qemu_free(pulled.call_stack);
  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 4 midi file = Displays the MIDI file associated with the segment. This is pulled in from the segment attributes.
5 quantize = Displays the quantization associated with the segment. This is pulled in from the segment attributes.
8 track mutes = Displays the track mute assignments associated with the segment. This is pulled in from the segment attributes.
18 repeat = Displays the repeat count of the segment. This is pulled in from the segment attributes.
21 transpose = Displays the transpose value of the segment. This is pulled in from the segment attributes.
23 segment = Displays the name of the segment. This is pulled in from the segment attributes.
25 segment name = Identifies the name of the segment. This is pulled in from the segment attributes.
29 dls file = Displays the DLS file associated with the segment. This is pulled in from the segment attributes.
  /bootable/recovery/minzip/
SysUtil.h 31 * offset to the end of the file is pulled in.
  /development/pdk/docs/source/
code-lines.jd 27 tree, and snapshots will be periodically pulled into releases.</li>
37 <li>Changes that prove stable will eventually be pulled into a Release
40 <li>Changes will be pulled into Release branches from upstream projects
45 <li>Changes will be pulled from upstream, Release, and Experimental branches
  /external/clearsilver/csharp/
README 21 is pulled out of or put into C-structures.
  /hardware/broadcom/wlan/bcm4329/src/include/
sdiovar.h 3 * Pulled out separately so dhdu and wlu can both use it.
  /dalvik/vm/mterp/
config-armv4t 16 # Configuration for ARMv4T architecture targets. This is largely pulled
  /external/skia/src/core/
SkBitmapSamplerTemplate.h 18 /* this guy is pulled in multiple times, with the following symbols defined each time:
  /external/webkit/WebCore/page/chromium/
DragControllerChromium.cpp 52 // operationForDrag can be pulled into WebCore itself
  /external/webkit/WebCore/page/win/
DragControllerWin.cpp 47 //If this can be determined from within WebCore operationForDrag can be pulled into
  /frameworks/base/core/java/android/widget/
EdgeGlow.java 35 // Time it will take before a pulled glow begins receding
38 // Time it will take for a pulled glow to decay to partial strength before release
124 * Call when the object is pulled by the user.
171 * Call when the object is released after being pulled.
  /dalvik/libdex/
SysUtil.h 54 * offset to the end of the file is pulled in.
  /external/webkit/WebCore/inspector/front-end/
ScriptView.js 72 // The follow methods are pulled from SourceView, since they are
  /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
  /system/core/adb/
file_sync_client.c 875 int pulled = 0; local
928 pulled++;
935 fprintf(stderr, "%d file%s pulled. %d file%s skipped.\n",
936 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
  /external/chromium/net/ftp/
ftp_directory_listing_buffer.cc 23 // this should be pulled out of here and moved somewhere in base because there
  /external/chromium/third_party/icu/source/tools/genprops/
store.c 47 case mappings and bidi/shaping are pulled out into separate files
203 case mappings and bidi/shaping are pulled out into separate files
217 - No more exception data (the data that needed it was pulled out, or, in the
219 - No more string data (pulled out - was for case mappings).
  /external/sonivox/arm-fm-22k/lib_src/
eas_midi.h 55 * Parses a MIDI input stream character by character. Characters are pushed (rather than pulled)

Completed in 600 milliseconds

1 2 3 4 5