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

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 103 // For each entity in the remote set, try matching over existing
150 // If the user chose to join with some other existing raw contact(s) at save time,
173 // Has existing contact, so bind to it strongly
266 * existing {@link RawContacts#_ID} value. Usually used when creating
  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneNumberFormatter.java 59 // the existing content here, but that could cause unwanted results.
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestSyncAdapter.java 46 * Doesn't actually sync, but sweep up all existing local-only contacts.
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 46 * of memory conditions if any. If the package is already existing on the device,
47 * a confirmation dialog (to replace the existing package) is presented to the user.
59 // ApplicationInfo object primarily used for already existing applications
257 if(localLOGV) Log.i(TAG, "Replacing existing package:"+
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ifaddrs.h 49 So if they are defined already, the existing definitions will be fine. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
filter.h 115 existing compilers/optimizers.
inotify.h 52 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nf_conntrack_common.h 11 /* Like NEW, but related to an existing connection, or ICMP error
  /sdk/anttasks/src/com/android/ant/
ZipAlignTask.java 93 // force overwrite of existing output file
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 128 mUseExistingRadio.setText("Use existing SDKs");
133 installationLabel.setText("Existing Location:");
247 // Make sure that the existing installation directory exists and is valid
250 error = "Please enter an existing SDK installation directory";
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
FrameLayoutRuleTest.java 51 // Not dragging one of the existing children
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IProjectCallback.java 66 * <p/>The provided type and name must match an existing constant defined as
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/api/
IDomParser.java 39 * {@link Context#file} can also be used to map to an existing
  /system/core/libcutils/
buffer.h 69 * Wraps an existing byte array.
  /system/core/sh/funcs/
cmv 38 # Conditional move--don't replace an existing file.
  /system/media/mca/filterfw/native/core/
native_frame.h 35 // To copy data into an existing frame, use WriteData().
  /external/mesa3d/src/glsl/
linker.cpp 350 ir_variable *const existing = variables.get_variable(var->name); local
351 if (existing != NULL) {
352 if (var->type != existing->type) {
359 && existing->type->is_array()
360 && (var->type->fields.array == existing->type->fields.array)
362 || (existing->type->length == 0))) {
363 if (existing->type->length == 0) {
364 existing->type = var->type;
365 existing->max_array_access =
366 MAX2(existing->max_array_access
633 ir_variable *const existing = local
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 248 * Result is appended to existing contents.
268 * Result is appended to existing contents.
319 * Result is appended to existing contents.
332 * Result is appended to existing contents.
345 * Result is appended to existing contents.
358 * Result is appended to existing contents.
373 * Result is appended to existing contents.
391 * Result is appended to existing contents.
407 * Result is appended to existing contents.
426 * Result is appended to existing contents
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
SignatureTest.java 118 assertFalse("Should return a new array since the existing one is too small",
136 assertFalse("Should return a new array since the existing one is too small",
  /development/pdk/docs/compatibility/
cts-development.jd 51 and Instrumentation</a> tutorial while perusing the existing tests under the
97 <p>When adding new tests, there may not be an existing directory to place your
  /docs/source.android.com/src/compatibility/
cts-development.md 57 tutorial while perusing the existing tests under the
100 When adding new tests, there may not be an existing directory to place your
  /external/chromium/base/
file_util_proxy.h 120 // If source dir exists but destination path is an existing file.
121 // If source file exists but destination path is an existing directory.
  /external/chromium/base/memory/
linked_ptr.h 57 // Join an existing circle.
87 // Copy an existing linked_ptr<>, adding ourselves to the list of references.
  /external/chromium/base/threading/
worker_pool_posix_unittest.cc 202 // Add another 2 tasks. One should reuse the existing worker thread.
227 EXPECT_EQ(2, peer_.num_idle_threads()) << "Existing threads are now idle.";
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 87 // Existing stats files will not be overwritten.
95 // file thread. Existing stats files will not be overwritten.

Completed in 567 milliseconds

<<11121314151617181920>>