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

1 2 3 4 5 6 7 8 910

  /external/qemu/memcheck/
memcheck_malloc_map.h 98 * pulled - Upon successful return contains allocation descriptor data pulled
102 * been pulled, or 1 if no matching entry has been found in the map.
104 int allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled);
109 * pulled - Upon successful return contains allocation descriptor data pulled
112 * Zero if an allocation descriptor has been pulled from the head of the map,
115 int allocmap_pull_first(AllocMap* map, MallocDescEx* pulled);
memcheck_mmrange_map.c 158 MMRangeDesc* pulled)
162 memcpy(pulled, &rdesc->desc, sizeof(MMRangeDesc));
172 mmrangemap_pull_first(MMRangeMap* map, MMRangeDesc* pulled)
176 memcpy(pulled, &first->desc, sizeof(MMRangeDesc));
221 MMRangeDesc pulled; local
224 while (!mmrangemap_pull_first(map, &pulled)) {
225 qemu_free(pulled.path);
memcheck_malloc_map.c 194 allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled)
198 memcpy(pulled, &adesc->desc, sizeof(MallocDescEx));
208 allocmap_pull_first(AllocMap* map, MallocDescEx* pulled)
212 memcpy(pulled, &first->desc, sizeof(MallocDescEx));
272 MallocDescEx pulled; local
275 while (!allocmap_pull_first(map, &pulled)) {
277 if (pulled.call_stack != NULL) {
278 qemu_free(pulled.call_stack);
memcheck_mmrange_map.h 89 * pulled - Upon successful return contains descriptor data pulled from the
92 * Zero if a descriptor that matches the given address has been pulled, or 1
98 MMRangeDesc* pulled);
  /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/chromium-trace/
README 7 last pulled. There may be local patches applied on top of the upstream source,
  /external/llvm/test/Transforms/LoopStrengthReduce/
invariant_value_first_arg.ll 1 ; Check that the index of 'P[outer]' is pulled out of the loop.
invariant_value_first.ll 1 ; Check that the index of 'P[outer]' is pulled out of the loop.
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTParser.java 27 * @param input The stream of tokens that will be pulled from the lexer
40 * @param input The stream of tokesn that will be pulled from the lexer
  /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.
  /docs/source.android.com/src/source/
code-lines.md 48 for details. In both cases, snapshots will be periodically pulled into releases.
62 - Changes that prove stable will eventually be pulled into a release
66 - Changes will be pulled into release branches from upstream projects
73 - Changes will be pulled from upstream, release, and experimental branches
  /external/replicaisland/src/com/replica/replicaisland/
GravityComponent.java 21 * it to be pulled down towards the ground.
  /external/skia/include/gpu/
GrUserConfig.h 14 #error "default user config pulled in but GR_USER_CONFIG_FILE is defined."
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
sdiovar.h 3 * Pulled out separately so dhdu and wlu can both use it.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
sdiovar.h 3 * Pulled out separately so dhdu and wlu can both use it.
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
user_image_source.cc 44 // image gets reloaded instead of being pulled from the browser cache
  /external/clang/test/Analysis/
pr_4164.c 5 // Eventually this should be pulled into misc-ps.m. This is in a separate test
  /external/webkit/Source/WebCore/webaudio/
AudioDestinationNode.h 43 virtual void process(size_t) { }; // we're pulled by hardware so this is never called
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
MapViewRule.java 28 * TODO: This class should be pulled out of the ADT and bundled with the add ons
  /external/skia/src/core/
SkBitmapSamplerTemplate.h 10 /* this guy is pulled in multiple times, with the following symbols defined each time:
  /external/webkit/Source/WebCore/page/chromium/
DragControllerChromium.cpp 52 // operationForDrag can be pulled into WebCore itself
  /external/webkit/Source/WebCore/page/win/
DragControllerWin.cpp 47 //If this can be determined from within WebCore operationForDrag can be pulled into
  /build/core/
pdk_config.mk 118 # needs explicit dependency as package-export.apk is not explicitly pulled
123 # javalib.jar should pull classes.jar as classes.jar is not explicitly pulled.
  /frameworks/support/v4/java/android/support/v4/widget/
EdgeEffectCompat.java 166 * A view should call this when content is pulled away from an edge by the user.
181 * Call when the object is released after being pulled.

Completed in 7749 milliseconds

1 2 3 4 5 6 7 8 910