HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 476 - 500 of 4669) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 130 mUseExistingRadio.setText("Use existing SDKs");
135 installationLabel.setText("Existing Location:");
252 // Make sure that the existing installation directory exists and is valid
255 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
  /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.
  /external/mesa3d/src/glsl/
linker.cpp 353 ir_variable *const existing = variables.get_variable(var->name); local
354 if (existing != NULL) {
355 if (var->type != existing->type) {
362 && existing->type->is_array()
363 && (var->type->fields.array == existing->type->fields.array)
365 || (existing->type->length == 0))) {
366 if (existing->type->length == 0) {
367 existing->type = var->type;
368 existing->max_array_access =
369 MAX2(existing->max_array_access
637 ir_variable *const existing = local
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 226 * Result is appended to existing contents.
246 * Result is appended to existing contents.
297 * Result is appended to existing contents.
310 * Result is appended to existing contents.
323 * Result is appended to existing contents.
336 * Result is appended to existing contents.
351 * Result is appended to existing contents.
369 * Result is appended to existing contents.
385 * Result is appended to existing contents.
404 * Result is appended to existing contents
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 171 * existing activity, so you must use the {@link Intent#FLAG_ACTIVITY_NEW_TASK
185 * @return Returns an existing or new PendingIntent matching the given
198 * existing activity, so you must use the {@link Intent#FLAG_ACTIVITY_NEW_TASK
214 * @return Returns an existing or new PendingIntent matching the given
247 * existing activity, so you must use the {@link Intent#FLAG_ACTIVITY_NEW_TASK
274 * @return Returns an existing or new PendingIntent matching the given
293 * existing activity, so you must use the {@link Intent#FLAG_ACTIVITY_NEW_TASK
320 * @return Returns an existing or new PendingIntent matching the given
358 * @return Returns an existing or new PendingIntent matching the given
397 * @return Returns an existing or new PendingIntent matching the give
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
SignatureTest.java 113 assertFalse("Should return a new array since the existing one is too small",
131 assertFalse("Should return a new array since the existing one is too small",
  /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/antlr/antlr-3.4/runtime/Python/
README 62 Existing bugs may appear someday in the bugtracker:
85 to ensure that changes do not break existing behaviour.
  /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.
tab_closeable_state_watcher.h 27 // in it, the browser stays open, the existing tabs are closed, and a new
39 // it, the browser stays open, the existing tabs are closed, and a new
  /external/chromium/chrome/browser/extensions/
pending_extension_manager.cc 174 VLOG(1) << "Overwrite existing record.";
177 VLOG(1) << "Keep existing record.";
  /external/chromium/chrome/browser/search_engines/
util.cc 65 // Loads engines from prepopulate data and merges them in with the existing
76 // Build a map from prepopulate id to TemplateURL of existing urls.
  /external/chromium/chrome/browser/sync/engine/
syncer_util.h 89 // Assumes we have an existing entry; check here for updates that break
98 // Assumes we have an existing entry; verify an update that seems to be
  /external/chromium/chrome/browser/ui/
browser_navigator.h 137 // Ignore path when finding existing tab, navigate to new URL.
139 // Ignore path when finding existing tab, don't navigate tab.
  /external/chromium/chrome/browser/ui/cocoa/
window_size_autosaver_unittest.mm 47 // Check to make sure there is no existing pref for window placement.
114 // Check to make sure there is no existing pref for window placement.
  /external/chromium/googleurl/src/
url_canon_stdstring.h 46 // The given string will be appended to; any existing data in the string will
63 cur_len_ = static_cast<int>(str_->size()); // Append to existing data.
  /external/chromium/net/tools/flip_server/
ring_buffer.h 73 // This can be an expensive operation, it may new a buffer copy all existing
74 // data and delete the old data. Even if the existing buffer does not need
  /external/chromium/webkit/glue/
cpp_bound_class.h 120 // Passing NULL for |callback| clears out any existing binding.
132 // Passing NULL for |method| clears out any existing binding.
  /external/clang/lib/Basic/
FileManager.cpp 79 /// UniqueDirs - Cache from full path to existing directories/files.
84 /// getDirectory - Return an existing DirectoryEntry with the given
97 /// UniqueFiles - Cache from full path to existing directories/files.
102 /// getFile - Return an existing FileEntry with the given name if
123 /// UniqueDirs - Cache from ID's to existing directories/files.
127 /// getDirectory - Return an existing DirectoryEntry with the given
139 /// UniqueFiles - Cache from ID's to existing directories/files.
143 /// getFile - Return an existing FileEntry with the given ID's if

Completed in 680 milliseconds

<<11121314151617181920>>