| /test/suite_harness/tools/cts-tradefed/res/config/ |
| cts-instant-dev.xml | 16 <configuration description="Runs CTS-instant development from a pre-existing CTS installation">
|
| cts-instant.xml | 16 <configuration description="Runs CTS-instant from a pre-existing CTS installation">
|
| cts-java.xml | 16 <configuration description="Runs Core Java Tests from a pre-existing CTS installation">
|
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/ |
| ZFiles.java | 57 * @param f the file, if this path does not represent an existing path, will create a 58 * {@link ZFile} based on an non-existing path (a zip will be created when 74 * @param f the file, if this path does not represent an existing path, will create a 75 * {@link ZFile} based on an non-existing path (a zip will be created when
|
| /tools/tradefederation/core/prod-tests/res/config/monkey/ |
| system.xml | 16 <configuration description="Run monkey using existing pre-prepared device with defaults appropriate for the entire system being targeted. Use --package to restrict run to specified applications.">
|
| /tools/tradefederation/core/res/config/ |
| host.xml | 16 <configuration description="Runs a single host based test on an existing device">
|
| python.xml | 16 <configuration description="Runs a single python host based test on an existing device">
|
| testdef.xml | 17 description="Runs tests contained in test_def.xml files on an existing device">
|
| /tools/tradefederation/core/src/com/android/tradefed/build/ |
| ExistingBuildProvider.java | 31 * @param buildInfo the existing build to provide
|
| /tools/tradefederation/core/tests/res/xml/ |
| AndroidManifest_missing_result.xml | 14 --><!-- Test input data for AndroidManifestParserTest that represents a manifest with an existing
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/ |
| Sl4aEventDispatcherTest.java | 78 * Test {@link Sl4aEventDispatcher#popEvent(String, long)} for an existing event. 95 * Test {@link Sl4aEventDispatcher#popEvent(String, long)} for a non existing event. 154 * Test {@link Sl4aEventDispatcher#waitForEvent(String, Predicate, long)} for an existing event 179 * Test {@link Sl4aEventDispatcher#waitForEvent(String, Predicate, long)} for an existing event
|
| /external/autotest/site_utils/lxc/ |
| zygote.py | 40 # Check if this is a pre-existing LXC container. Do this before calling 57 # Pre-existing Zygotes must have a host path. 233 """Finds the host mounts for a pre-existing Zygote. 237 existing LXC container, it has to reconnect to the existing host 251 """Locates bind mounts associated with an existing container. 253 When a Zygote object is instantiated on top of an existing LXC
|
| /external/clang/test/SemaObjC/ |
| nullability.m | 39 - (nonnull NSFoo * _Nullable)conflictingMethod1; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}} 45 @property(null_unspecified,retain) NSFoo * _Nullable conflictingProperty1; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Null_unspecified'}} 48 @property(null_unspecified,retain,nullable) NSFoo *conflictingProperty3; // expected-error{{nullability specifier 'nullable' conflicts with existing specifier 'null_unspecified'}} 56 @property(null_unspecified,retain) NSFoo * _Nullable conflictingProperty2; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Null_unspecified'}} 102 - (nullable NSFoo *)methodB:(null_unspecified NSFoo*)foo { // expected-error{{nullability specifier 'nullable' conflicts with existing specifier 'nonnull'}} \ 103 // expected-error{{nullability specifier 'null_unspecified' conflicts with existing specifier 'nonnull'}} 160 - (nonnull instancetype _Nullable)initWithBlah2:(nonnull id)blah; // expected-error {{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}}
|
| /external/libbrillo/brillo/streams/ |
| file_stream.h | 21 // - FileStream::FromFileDescriptor(): to create a stream using an existing 27 OPEN_EXISTING, // Open existing file only. Fail if doesn't exist. 28 CREATE_ALWAYS, // Create empty file, possibly overwriting existing file. 30 TRUNCATE_EXISTING, // Open/truncate existing file. Fail if doesn't exist. 61 // - OPEN_EXISTING - opens the existing file and keeps its content intact. 67 // - TRUNCATE_EXISTING - opens existing file and truncates it to zero length. 81 // Creates a file stream based on existing file descriptor. The file
|
| /external/ltp/testcases/kernel/syscalls/open/ |
| open11.c | 50 * 21. Open non-existing regular file in existing dir 260 * Test open(2) non-existing file 262 { /* open non-existing regular file in existing dir */ 263 .desc = "Open non-existing regular file in existing dir",
|
| /external/protobuf/objectivec/ |
| GPBUnknownFieldSet.m | 303 GPBUnknownField *existing = 305 if (!existing && create) { 306 existing = [[GPBUnknownField alloc] initWithNumber:number]; 307 // This retains existing. 308 [self addField:existing]; 309 [existing release]; 311 return existing;
|
| /external/selinux/secilc/docs/ |
| cil_introduction.md | 25 * Enable backwards compatibility but don't be a slave to it - source, but not binary, compatibility with existing policies is a goal but not an absolute requirement. Where necessary it is assumed that manual or automated policy conversion will be required to move to enable the freedom needed to make CIL compelling. 27 * Don't fix what isn't broken - CIL is an opportunity to make bold changes to SELinux policy, but there is no reason to re-think core concepts that are working well. All changes to existing language constructs need a clear and compelling reason. One key aspect of the current policy to retain is it's order-independent, declarative style. 40 * Interfaces as a first class feature - interfaces, and macros before them, have been a successful mechanism to allow policy authors to define related sets of access and easily grant that access to new types. However, this success has been hampered by interfaces existing solely as pre-processor constructs, preventing compilers, management tools, and analysis tools from understanding them. This has many unintended consequences, including the need to recompile all modules to include the changes to an interface. Interfaces or some similar construct should become first class language features. 42 * Rich policy relationships - templates, interfaces, and attributes are currently the only means of quickly creating new types or sets of types with commonly needed access. However, use of these constructs require up-front design by the policy developer, limiting their use by system builders and administrators to rapidly create or mold existing policy. Policy authors need language features to create new types or modules based upon existing ones with large or small changes. These features should allow ad-hoc creation of new policy modules or types related to existing types. 55 The language, like the existing policy languages, is declarative. It removes all of the ordering constraints from the previous languages. Finally, the language is meant to be processed in source form as a single compilation unit - there is no module-by-module compilation. This has advantages (no need for compiled disk representation, better error reporting, simpler processing) with the primary disadvantage of space. However, this is not a problem in practice as the linking process for the binary policy modules required the entire representation in memory as well. It is, in many ways, a natural result of the declarative nature of the language.
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
| AnnotatedBytes.java | 140 // Nope. We need to check that we're not in the middle of an existing range annotation. 147 "Cannot add annotation %s, due to existing annotation %s", 157 "Cannot add annotation %s, due to existing annotation %s", 175 "Cannot add annotation %s, due to existing annotation %s", 181 "Cannot add annotation %s, due to existing annotation %s", 188 "Cannot add annotation %s, due to existing annotation endpoint at %d", 202 // the annotation to the existing AnnotationEndpoint
|
| /hardware/interfaces/tv/input/1.0/vts/functional/ |
| VtsHalTvInputV1_0TargetTest.cpp | 109 /* Gets and updates the stream configurations for all existing devices. */ 208 * Calls updateStreamConfigurations() for each existing device 222 * Calls openStream() and then closeStream() for each existing stream 250 * for a non-existing device 261 // Get a non-existing device ID. 280 * Calls openStream(), and closeStream() for a non-existing stream 292 // Get a non-existing stream ID.
|
| /system/netd/server/ |
| Controllers.cpp | 117 std::set<std::string> existing; local 122 // between when we list the existing rules and when we delete them. However: 131 return existing; 135 // Find those rules and add each one's child chain to existing. 141 existing.insert(matches[2]); 145 return existing; 160 // we leave the existing rules alone in the positions they currently occupy. This is faster
|
| /tools/tradefederation/core/src/com/android/tradefed/config/ |
| IGlobalConfiguration.java | 89 * Generic method to set the config object list for the given name, replacing any existing 145 * Set the {@link IDeviceSelection}, replacing any existing values. This sets a global device 204 * Set the {@link IHostOptions}, replacing any existing values. 211 * Set the {@link IDeviceManager}, replacing any existing values. This sets the manager 219 * Set the {@link ICommandScheduler}, replacing any existing values. 227 * Set the {@link IKeyStoreFactory}, replacing any existing values. 237 * Generic method to set the config object with the given name, replacing any existing value.
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| MessagingLayout.java | 239 // resolve the existing character if it exists 450 * Creates new messages, reusing existing ones if they are available. 471 MessagingMessage existing = mMessages.get(i); local 472 if (existing.sameAs(m)) { 474 return existing; 478 MessagingMessage existing = mHistoricMessages.get(i); local 479 if (existing.sameAs(m)) { 481 return existing; 495 MessagingMessage existing = mHistoricMessages.get(i); local 496 existing.setVisibility(mShowHistoricMessages ? VISIBLE : GONE) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| AddSuppressAnnotation.java | 158 SingleMemberAnnotation existing = null; local 164 existing = annotation; 174 if (existing == null) { 184 Expression existingValue = existing.getValue(); 199 rewriter.set(existing, VALUE_PROPERTY, array, null); 201 // Existing array: just append the new string 245 SingleMemberAnnotation existing = null; local 251 existing = annotation; 262 if (existing == null) { 272 rewriter.set(existing, VALUE_PROPERTY, value, null) [all...] |
| /external/python/cpython3/Lib/ |
| zipapp.py | 82 object referring to an existing archive. 92 not specified, an existing __main__.py will be used). It is an error 97 # Are we copying an existing archive? 173 "(default: use an existing __main__.py).") 177 help="Source directory (or existing archive).")
|
| /frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/ |
| ClassesInfoCache.java | 80 CallbackInfo existing = mCallbackMap.get(klass); local 81 if (existing != null) { 82 return existing; 84 existing = createInfo(klass, null); 85 return existing;
|