HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 126 - 150 of 4252) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/android/utils/
filelock.h 25 ** note that 'path' can designate a non-existing path and that the lock creation
  /external/qemu/memcheck/
memcheck_malloc_map.h 50 /* Inserts new (or replaces existing) entry in the allocation descriptors map.
54 * NULL, and a matching entry exists in the map, content of the existing entry
55 * will be copied to the descriptor, addressed by 'replace' parameter, existing
58 * map - Allocation descriptors map where to insert new, or replace existing
memcheck_mmrange_map.h 48 /* Inserts new (or replaces existing) entry in the map.
52 * NULL, and a matching entry exists in the map, content of the existing entry
53 * will be copied to the descriptor, addressed by 'replace' parameter, existing
56 * map - Map where to insert new, or replace existing entry.
memcheck_malloc_map.c 101 /* Inserts new (or replaces existing) entry into allocation descriptors map.
110 AllocMapEntry* existing = AllocMap_RB_INSERT(map, adesc); local
111 if (existing == NULL) {
120 /* Copy existing entry to the provided buffer and replace it
122 memcpy(replaced, &existing->desc, sizeof(MallocDescEx));
123 AllocMap_RB_REMOVE(map, existing);
124 qemu_free(existing);
  /external/webkit/LayoutTests/fast/url/resources/
utilities.js 18 // Remove any existing base elements.
  /external/webkit/LayoutTests/storage/domstorage/localstorage/storagetracker/
storage-tracker-3-delete-all.html 30 // We're just going to delete the existing origin, so we'll get one origin change notification.
storage-tracker-5-delete-one.html 30 // We're just going to delete the existing origin, so we'll get one origin change notification.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3.js 28 VariableDeclarations don't replace existing values with undefined
  /external/webkit/Source/WebCore/html/
HTMLBaseFontElement.idl 26 attribute [Reflect] DOMString size; // this changed to a long, but our existing API is a string
  /external/webkit/Tools/Scripts/
clean-header-guards 45 puts "Ignoring #{filename}, failed to find existing header guards."
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DrmReceiver.java 27 * A sample wap push receiver application for existing framework
  /libcore/luni/src/main/java/java/nio/channels/
OverlappingFileLockException.java 21 * a lock that overlaps an existing or pending lock held by this process.
  /packages/apps/Contacts/res/layout/
group_editor_existing_member_list.xml 17 <!-- List of existing members for the group editor -->
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 89 Scheme existing = registry.get(schemeName); local
90 if (existing == null) {
112 Scheme existing = registry.get(schemeName); local
113 if (existing != null) {
  /packages/apps/Phone/src/com/android/phone/
INetworkQueryService.aidl 32 * object on query completion. If there is an existing request,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
diagnostic.def 5 machinery, this kind also means "don't change the existing kind",
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
diagnostic.def 5 machinery, this kind also means "don't change the existing kind",
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
diagnostic.def 5 machinery, this kind also means "don't change the existing kind",
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cm4000_cs.h 9 * used by existing userspace programs, so I kepth the awkward "bIFSD" naming
nfs4_mount.h 59 /* Note: the fields that correspond to existing NFSv2/v3 mount options
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
IUnknownDescriptorProvider.java 34 * @return A new or existing {@link ElementDescriptor} or derived instance. Must not be null.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 103 * The original AvdInfo if we're editing an existing AVD.
159 * When editing an existing AVD, it's OK for the name to match the existing AVD.
165 // Case where we're creating a new AVD or editing an existing one
172 // This happens when editing an existing AVD and changing the name from
173 // the existing AVD to another different existing AVD.
183 // Case where we're editing an existing AVD with the name unchanged.
212 * @param avdManager The existing {@link AvdManager} to use. Must not be null.
213 * @param imageFactory An existing {@link ImageFactory} to use. Must not be null
    [all...]
  /external/apache-http/src/org/apache/http/client/
CookieStore.java 48 * Adds an {@link Cookie HTTP cookie}, replacing any existing equivalent cookies.
49 * If the given cookie has already expired it will not be added, but existing
  /external/apache-http/src/org/apache/http/conn/scheme/
LayeredSocketFactory.java 50 * existing socket. Used primarily for creating secure sockets through
53 * @param socket the existing socket
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 70 * will mess up existing hashtable entries!
83 * will mess up existing hashtable entries!

Completed in 849 milliseconds

1 2 3 4 56 7 8 91011>>