/external/kernel-headers/original/asm-mips/ |
sysmips.h | 16 * sysmips(2) is deprecated - though some existing software uses it.
|
/external/llvm/test/Assembler/ |
2003-05-15-AssemblerProblem.ll | 1 ; This bug was caused by two CPR's existing for the same global variable,
|
/frameworks/base/core/java/android/text/ |
package.html | 7 for an existing widget.</p>
|
/frameworks/base/docs/html/training/ |
advanced.jd | 10 existing classes, re-organize, and build courses that help you enhance your apps using
|
/libcore/luni/src/main/java/javax/security/auth/login/ |
package.html | 10 specified simply via a new LoginModule and chained together with the existing
|
/packages/apps/Email/res/xml/ |
providers_product.xml | 9 Because overlays must correspond to an existing platform resource, this empty placeholder
|
senders_product.xml | 9 Because overlays must correspond to an existing platform resource, this empty placeholder
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/ |
MainTest.java | 31 "translations for existing string resources."; 42 "adding new translations for existing string resources.\n", 54 "translations for existing string resources."; 65 " adding new translations for existing string resources.\n",
|
/external/clang/test/SemaObjC/ |
arc-property-lifetime.m | 16 @synthesize x; // expected-error {{existing ivar 'x' for strong property 'x' may not be __unsafe_unretained}} 17 @synthesize y; // expected-error {{existing ivar 'y' for strong property 'y' may not be __weak}} 33 @synthesize x; // expected-error {{existing ivar 'x' for strong property 'x' may not be __unsafe_unretained}} 34 @synthesize y; // expected-error {{existing ivar 'y' for strong property 'y' may not be __weak}} 50 @synthesize x; // expected-error {{existing ivar 'x' for strong property 'x' may not be __unsafe_unretained}} 51 @synthesize y; // expected-error {{existing ivar 'y' for strong property 'y' may not be __weak}} 82 @synthesize y; // expected-error {{existing ivar 'y' for property 'y' with assign attribute must be __unsafe_unretained}} 97 @synthesize y; // expected-error {{existing ivar 'y' for property 'y' with unsafe_unretained attribute must be __unsafe_unretained}}
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
CrossHatch.frag | 45 // Mix line color with existing color information
47 // Mix paper color with existing color information
|
CrossHatch15.frag | 47 // Mix line color with existing color information
49 // Mix paper color with existing color information
|
/external/markdown/docs/ |
AUTHORS | 9 documentation and making general improvements to the existing codebase, 17 the script and is responsible for various parts of the existing codebase.
|
/packages/apps/Settings/src/com/android/settings/net/ |
ChartDataLoader.java | 130 * an existing {@link NetworkStatsHistory} if provided. 133 NetworkTemplate template, int uid, int set, NetworkStatsHistory existing) 138 if (existing != null) { 139 existing.recordEntireHistory(history); 140 return existing;
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldObjectInputStreamGetFieldTest.java | 129 fail("IllegalArgumentException expected for not existing name " + 135 fail("IllegalArgumentException expected for not existing name " + 141 fail("IllegalArgumentException expected for not existing name " + 147 fail("IllegalArgumentException expected for not existing name " + 153 fail("IllegalArgumentException expected for not existing name " + 159 fail("IllegalArgumentException expected for not existing name " + 165 fail("IllegalArgumentException expected for not existing name " + 171 fail("IllegalArgumentException expected for not existing name " + 177 fail("IllegalArgumentException expected for not existing name " +
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidator.java | 42 /** Set of existing names to check for conflicts with */ 60 private ResourceNameValidator(boolean allowXmlExtension, Set<String> existing, 63 mExisting = existing; 160 * @param existing An optional set of names that already exist (and therefore will not 165 public static ResourceNameValidator create(boolean allowXmlExtension, Set<String> existing, 168 return new ResourceNameValidator(allowXmlExtension, existing, isFileType, 183 Set<String> existing = new HashSet<String>(); local 188 existing.add(item.getName()); 192 return new ResourceNameValidator(allowXmlExtension, existing, isFileType,
|
/external/flac/include/FLAC/ |
metadata.h | 115 * Unless you will be using the level 1 or 2 interfaces to modify existing 148 * an existing structure. It need not be initialized. 368 * \param iterator A pointer to an existing iterator. 378 * \param iterator A pointer to an existing iterator. 389 * \param iterator A pointer to an existing iterator. 411 * \param iterator A pointer to an existing iterator. 422 * \param iterator A pointer to an existing initialized iterator. 436 * \param iterator A pointer to an existing initialized iterator. 449 * \param iterator A pointer to an existing initialized iterator. 464 * \param iterator A pointer to an existing initialized iterator [all...] |
/external/blktrace/doc/ |
blkiomon.8 | 62 Sets \fIpath_name\fR as path name for existing message queue to be used 70 Sets \fImsg_queue_id\fR as ID for an existing message queue to be used 79 messages written to an existing message queue.
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Locator2Impl.java | 36 * of this class is to make a snapshot of an existing Locator. 41 * Copy an existing Locator or Locator2 object. 46 * @param locator The existing Locator object.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
BaseLayoutRuleTest.java | 92 Set<String> existing = new HashSet<String>(); local 96 new BaseLayoutRule().collectExistingIds(node, existing); 98 assertEquals(2, existing.size()); 99 assertContainsSame(Arrays.asList("@+id/Button2", "@+id/Button012"), existing); 209 Set<String> existing = new HashSet<String>(); local 210 assertEquals("@+id/Widget01", baseLayout.findNewId("a.w.Widget", existing)); 212 existing.add("@+id/Widget01"); 213 assertEquals("@+id/Widget02", baseLayout.findNewId("a.w.Widget", existing)); 215 existing.add("@+id/Widget02"); 216 assertEquals("@+id/Widget03", baseLayout.findNewId("a.w.Widget", existing)); [all...] |
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/ |
AndroidManifest.xml | 20 A simple app to test that apps cannot be installed over existing app with
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
cron.yaml | 18 # We remove all existing contacts from the db, and create three initial
|
/development/scripts/app_engine_server/gae_shell/ |
README | 5 May be run as a standalone app or in an existing app as an admin-only handler.
|
/external/chromium/chrome/browser/first_run/ |
upgrade_util_win.h | 20 // the browser. Note that relaunch does NOT exit the existing browser process.
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
accounts_options_handler.h | 40 // Javascript callback to auto add existing users to white list.
|
/external/openssh/regress/ |
sftp-badcmds.sh | 18 test -f ${COPY} && fail "existing copy after get nonexistent" 25 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent" 32 test -f ${COPY} && fail "existing copy after put nonexistent" 39 test -f ${COPY}.dd/$x && fail "existing copy after nonexistent"
|