/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
LaunchBrowserMode.java | 29 * Use the existing browser (the browser shall not use the active existing 33 /** Close the existing browser session and launch new browser session. */
|
/external/webkit/LayoutTests/http/tests/appcache/ |
online-fallback-layering-expected.txt | 6 Creating two iframes for an existing and non-existing page, one should say "hello" the other should 404.
|
online-fallback-layering.html | 50 response = syncGet('resources/fallbacknamespace-networknamespace-existing-resource.html'); 52 return testComplete('FAIL - did not get the existing resource'); 59 log('Creating two iframes for an existing and non-existing page, one should say "hello" the other should 404.'); 60 createFrame('resources/fallbacknamespace-networknamespace-existing-resource.html');
|
/frameworks/rs/ |
rsProgramStore.cpp | 95 ProgramStore *existing = rsc->mStateFragmentStore.mStorePrograms[ct]; local 96 if (existing->mHal.state.ditherEnable != ditherEnable) continue; 97 if (existing->mHal.state.colorRWriteEnable != colorMaskR) continue; 98 if (existing->mHal.state.colorGWriteEnable != colorMaskG) continue; 99 if (existing->mHal.state.colorBWriteEnable != colorMaskB) continue; 100 if (existing->mHal.state.colorAWriteEnable != colorMaskA) continue; 101 if (existing->mHal.state.blendSrc != srcFunc) continue; 102 if (existing->mHal.state.blendDst != destFunc) continue; 103 if (existing->mHal.state.depthWriteEnable != depthMask) continue; 104 if (existing->mHal.state.depthFunc != depthFunc) continue [all...] |
rsSampler.cpp | 88 Sampler *existing = rsc->mStateSampler.mAllSamplers[ct]; local 89 if (existing->mHal.state.magFilter != magFilter) continue; 90 if (existing->mHal.state.minFilter != minFilter ) continue; 91 if (existing->mHal.state.wrapS != wrapS) continue; 92 if (existing->mHal.state.wrapT != wrapT) continue; 93 if (existing->mHal.state.wrapR != wrapR) continue; 94 if (existing->mHal.state.aniso != aniso) continue; 95 returnRef.set(existing);
|
/external/valgrind/main/none/tests/ |
fdleak_dup2.c | 16 DO( dup2(s1, s2) ); // dup s1 as fd s2, which closes existing s2 fd
|
/build/tools/zipalign/ |
README.txt | 7 -f : overwrite existing outfile.zip 10 infile.zip is an existing Zip archive 21 the "extra" field in the zip Local File Header sections. Existing data 31 By default, zipalign will not overwrite an existing output file. With the 32 "-f" flag, an existing file will be overwritten.
|
/external/clang/test/SemaObjC/ |
arc-property.m | 21 @synthesize myString; // expected-error {{existing ivar 'myString' for strong property 'myString' may not be __weak}} 23 @synthesize myString2 = myString2; // expected-error {{existing ivar 'myString2' for strong property 'myString2' may not be __weak}} 27 @synthesize myString5 = StrongIvar5; // expected-error {{existing ivar 'StrongIvar5' for __weak property 'myString5' must be __weak}} 44 @synthesize x; // expected-error {{existing ivar 'x' for __weak property 'x' must be __weak}} 45 @synthesize y; // expected-error {{existing ivar 'y' for __weak property 'y' must be __weak}}
|
error-property-gc-attr.m | 22 @synthesize pweak=IVAR; // expected-error {{existing ivar 'IVAR' for __weak property 'pweak' must be __weak}} 23 @synthesize NOT=II; // expected-error {{existing ivar 'II' for strong property 'NOT' may not be __weak}} 26 @synthesize AWEAK; // expected-error {{existing ivar 'AWEAK' for strong property 'AWEAK' may not be __weak}}
|
/external/mesa3d/src/glsl/ |
glsl_symbol_table.cpp | 88 symbol_table_entry *existing = get_entry(v->name); local 90 /* If there's already an existing function (not a constructor!) in 91 * the current scope, just update the existing entry to include 'v'. 93 if (existing->v == NULL && existing->t == NULL) { 94 existing->v = v; 98 /* If not declared at this scope, add a new entry. But if an existing 103 if (existing != NULL) 104 entry->f = existing->f; 128 symbol_table_entry *existing = get_entry(f->name) local [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
auth_attempt_state_resolver.h | 15 // Gather existing status info and attempt to resolve it into one of a
|
/external/libsepol/man/man8/ |
genpolbools.8 | 9 rewrites an existing binary policy with different boolean settings,
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
command-line-api.html | 5 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=20385">Bug 20385: Firebug command line extensions interfere with existing objects</a>.</p>
|
/ndk/sources/cpufeatures/ |
README.TXT | 4 This header is only here to ensure that existing build scripts can still
|
/ndk/sources/host-tools/sed-4.2.1/ |
README | 12 version of sed on systems which lack any pre-existing and working
|
/packages/apps/Mms/src/com/android/mms/dom/ |
NamedNodeMapImpl.java | 74 Node existing = getNamedItem(arg.getNodeName()); local 75 if (existing != null) { 76 mNodes.remove(existing); 79 return existing;
|
/cts/tools/signature-tools/src/signature/model/util/ |
ITypeFactory.java | 36 * Returns the existing type or creates a new one.<br> 45 * Returns the existing array type or creates a new one. 54 * Returns the existing parameterized type or creates a new one. 72 * Returns the existing type variable or creates a new one. 87 * Returns the existing wildcard type or creates a new one. Wildcard types
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
DeclareStyleableInfo.java | 48 * as an existing one and only differs by name. 51 * @param existing The existing {@link DeclareStyleableInfo} to mirror. 53 public DeclareStyleableInfo(String styleName, DeclareStyleableInfo existing) { 56 mJavaDoc = existing.getJavaDoc(); 58 String[] parents = existing.getParents(); 64 AttributeInfo[] attrs = existing.getAttributes();
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_editor.h | 32 // The user is editing an existing node in the model. The node the user 53 // If type == EXISTING_NODE this gives the existing node. 62 // existing node or creating a new bookmark node (as determined by
|
/external/chromium/net/http/ |
http_network_layer.h | 36 // Construct a HttpNetworkLayer with an existing HttpNetworkSession which 42 // existing network session. Network session contains some valuable 45 // of a network layer, use this method with an existing network layer only
|
/development/samples/ContactManager/ |
_index.html | 6 <p>In most cases, you will want to ask the existing Contacts activity to handle these tasks for you,
|
/external/clang/test/PCH/ |
pchpch.c | 6 // an existing PCH can be loaded.
|
/external/clang/test/Preprocessor/ |
has_include.c | 3 // Try different path permutations of __has_include with existing file. 25 // Try non-existing file. 35 // Try different path permutations of __has_include_next with existing file. 57 // Try non-existing file.
|
/external/e2fsprogs/tests/progs/test_data/ |
test.brel | 24 # Test getting existing and non-existent entries
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
_README.txt | 10 calls RSSFeedCreateFeedTask if no existing feed file already exists.
|