HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 226 - 250 of 14007) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Doc/distutils/
extending.rst 8 commands or replacements for existing commands. New commands may be written to
10 replacements for existing commands may be made to modify details of how the
14 want to modify existing commands; many simply add a few file extensions that
24 .. % \section{Extending existing commands}
25 .. % \label{extend-existing}
60 commands to be added which can support existing :file:`setup.py` scripts without
  /external/python/cpython3/Lib/dbm/
__init__.py 10 of an existing dbm. If the dbm does not exist and the create or new flag ('c'
17 # existing key)
23 list = d.keys() # return a list of all existing keys (slow!)
57 for read-write access of an existing database, 'c' for read-write access
58 to a new or existing database, and 'n' for read-write access to a new
77 # guess the type of an existing database, if not creating a new one
  /external/python/cpython2/Lib/logging/
config.py 208 #we don't want to lose the existing loggers,
210 #existing is set to contain all existing loggers,
213 #what's left in existing is the set of loggers
216 existing = list(root.manager.loggerDict.keys())
221 existing.sort()
222 #We'll keep the list of existing loggers
235 if qn in existing:
236 i = existing.index(qn) + 1 # start with the entry after qn
239 num_existing = len(existing)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
209 existing = list(root.manager.loggerDict.keys())
214 existing.sort()
215 #We'll keep the list of existing loggers
228 if qn in existing:
229 i = existing.index(qn) + 1 # start with the entry after qn
232 num_existing = len(existing)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
209 existing = list(root.manager.loggerDict.keys())
214 existing.sort()
215 #We'll keep the list of existing loggers
228 if qn in existing:
229 i = existing.index(qn) + 1 # start with the entry after qn
232 num_existing = len(existing)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
209 existing = list(root.manager.loggerDict.keys())
214 existing.sort()
215 #We'll keep the list of existing loggers
228 if qn in existing:
229 i = existing.index(qn) + 1 # start with the entry after qn
232 num_existing = len(existing)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
209 existing = list(root.manager.loggerDict.keys())
214 existing.sort()
215 #We'll keep the list of existing loggers
228 if qn in existing:
229 i = existing.index(qn) + 1 # start with the entry after qn
232 num_existing = len(existing)
    [all...]
  /art/tools/veridex/
resolver.cc 31 auto existing = type_map_.find(name); local
32 if (existing != type_map_.end()) {
34 type_infos_[class_def.class_idx_.index_] = *existing->second;
90 auto existing = type_map_.find(name); local
91 if (existing == type_map_.end()) {
101 existing = type_map_.find(klass_name);
102 if (existing == type_map_.end()) {
108 existing->second->GetKind(), last_array + 1, existing->second->GetClassDef());
115 cls = existing->second
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
config.py 201 #we don't want to lose the existing loggers,
203 #existing is set to contain all existing loggers,
206 #what's left in existing is the set of loggers
209 existing = list(root.manager.loggerDict.keys())
214 existing.sort(key=_encoded)
215 #We'll keep the list of existing loggers
228 if qn in existing:
229 i = existing.index(qn) + 1 # start with the entry after qn
232 num_existing = len(existing)
    [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 183 // Add the new declaration before the existing declaration.
189 // Add new declaration after the existing declaration.
257 /// existing declaration.
258 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) {
260 if (Existing == New)
264 if (Existing->getKind() != New->getKind())
268 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) {
271 if (Existing->isFromASTFile() && New->isFromASTFile())
275 Decl *MostRecent = Existing->getMostRecentDecl();
276 if (Existing == MostRecent
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.h 31 // nodes) when provided to ConvertGraphDefToGraph. To enhance an existing Graph,
80 // Maps tensors in `gdef` to existing tensors in `g`. Inputs in `gdef`
88 // used to create the existing nodes referenced in `input_map`.
97 // The names of existing nodes in `g` that the imported graph should have
114 // corresponding existing tensor in `g` will be returned.
161 // Adds the graph in GraphDef `gdef` into an existing Graph `*g`.
175 // as a means of enhancing an existing Graph.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
LocaleSpanCompatUtilsTests.java 134 // Test if existing span flags are preserved during merge.
145 // Test if existing span flags are preserved even when partially overlapped (leading edge).
156 // Test if existing span flags are preserved even when partially overlapped (trailing edge).
167 // Test if existing locale span will be removed when the locale doesn't match.
177 // Test if existing locale span will be removed when the locale doesn't match. (case 2)
189 // Test if existing locale span will be removed when the locale doesn't match. (case 3)
200 // Test if existing locale span will be removed when the locale doesn't match. (case 3)
  /art/libartbase/base/
bit_vector.cc 162 uint32_t existing = storage_[idx]; local
163 uint32_t update = existing | src->GetRawStorageWord(idx);
164 if (existing != update) {
197 uint32_t existing = storage_[idx]; local
198 uint32_t update = existing |
200 if (existing != update) {
207 uint32_t existing = storage_[idx]; local
208 uint32_t update = existing | union_with->GetRawStorageWord(idx);
209 if (existing != update) {
  /external/mesa3d/src/compiler/glsl/tests/
cache_test.c 149 "a non-existing parent directory");
164 "a non-existing parent directory");
219 expect_equal_str(blob, result, "disk_cache_get of existing item (pointer)");
220 expect_equal(size, sizeof(blob), "disk_cache_get of existing item (size)");
229 expect_equal_str(result, string, "2nd disk_cache_get of existing item (pointer)");
230 expect_equal(size, sizeof(string), "2nd disk_cache_get of existing item (size)");
267 expect_non_null(result, "3rd disk_cache_get of existing item (pointer)");
268 expect_equal(size, 1024, "3rd disk_cache_get of existing item (size)");
361 /* Test that a key with the same two bytes as an existing key
  /external/perf_data_converter/src/quipper/
address_mapper.cc 48 // Check for collision with an existing mapping. This must be an overlap that
67 // Quit if existing ranges that collide aren't supposed to be removed.
82 // happens, split or reduce the existing range to make room.
138 // If there is no existing mapping, add it to the beginning of quipper space.
159 // Otherwise, search through the existing mappings for a free block after one
167 // Find next page boundary after end of this existing mapping.
182 // current existing mapping for the page-aligned mapping.
192 // Insert the new mapping range immediately after the existing one.
278 // The lowest real address in existing mappings is higher than the new
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 111 // The incoming restrictions bundle contains key/value pairs representing existing app
112 // restrictions for this package. In order to retain existing app restrictions, you need to
113 // construct new restriction entries and then copy in any existing values for the new keys.
126 // Retains current restriction settings by transferring existing restriction entries to
149 // If your app has an existing activity for app restriction configuration, you can set it
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 111 // The incoming restrictions bundle contains key/value pairs representing existing app
112 // restrictions for this package. In order to retain existing app restrictions, you need to
113 // construct new restriction entries and then copy in any existing values for the new keys.
126 // Retains current restriction settings by transferring existing restriction entries to
149 // If your app has an existing activity for app restriction configuration, you can set it
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 111 // The incoming restrictions bundle contains key/value pairs representing existing app
112 // restrictions for this package. In order to retain existing app restrictions, you need to
113 // construct new restriction entries and then copy in any existing values for the new keys.
126 // Retains current restriction settings by transferring existing restriction entries to
149 // If your app has an existing activity for app restriction configuration, you can set it
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java 46 * Find and return an existing ImageCache stored in a {@link RetainFragment}, if not found a new
51 * @return An existing retained ImageCache object or a new one if one did not exist
62 // No existing ImageCache, create one and store it in RetainFragment
168 * Locate an existing instance of this Fragment or if not found, create and
172 * @return The existing instance of the Fragment or the new instance if just
  /external/clang/test/Sema/
nullability.c 23 typedef int * _Nonnull _Nullable conflicting_1; // expected-error{{nullability specifier '_Nonnull' conflicts with existing specifier '_Nullable'}}
24 typedef int * _Null_unspecified _Nonnull conflicting_2; // expected-error{{nullability specifier '_Null_unspecified' conflicts with existing specifier '_Nonnull'}}
32 typedef nonnull_int_ptr _Nullable conflicting_2; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}}
36 typedef nonnull_int_ptr_typedef _Nullable conflicting_2; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}}
39 typedef nonnull_int_ptr_typedef_typedef _Null_unspecified conflicting_3; // expected-error{{nullability specifier '_Null_unspecified' conflicts with existing specifier '_Nonnull'}}
  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 29 * beforehand, including their references to the constant pool. Existing
110 // Try to replace an existing attribute.
127 // Try to replace an existing attribute.
144 // Try to replace an existing attribute.
195 * Tries to put the given attribute in place of an existing attribute of
  /frameworks/support/slices/core/src/main/java/androidx/slice/compat/
CompatPermissionManager.java 165 String[] existing = mPaths.valueAt(i); local
166 if (isPathPrefixMatch(existing, pathSegs)) {
170 if (isPathPrefixMatch(pathSegs, existing)) {
182 String[] existing = mPaths.valueAt(i); local
183 if (isPathPrefixMatch(pathSegs, existing)) {
  /packages/apps/TV/src/com/android/tv/util/images/
ImageCache.java 64 * Returns an existing ImageCache, if it doesn't exist, a new one is created using the supplied
69 * @return An existing retained ImageCache object or a new one if one did not exist
84 * Returns an existing ImageCache, if it doesn't exist, a new one is created using
87 * @return An existing retained ImageCache object or a new one if one did not exist
96 * <p>If there is an existing bitmap only replace it if {@link
  /tools/dexter/slicer/
dex_ir_builder.cc 95 // look for an existing type
121 // look for an existing TypeList
150 // look for an existing proto
179 // look for an existing field
205 // look for an existing method
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ServiceBinding.h 32 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
36 then a new handle is created. If it is a pointer to an existing UEFI handle,
37 then the protocol is added to the existing UEFI handle.

Completed in 929 milliseconds

1 2 3 4 5 6 7 8 91011>>