/external/fdlibm/ |
readme | 236 Care must be taken when installing FDLIBM over existing 238 All co-existing function prototypes must agree, otherwise 248 If one's existing libm.a uses (2), then one may raise
|
/external/icu4c/data/ |
cldr-icu-readme.txt | 152 # there are no pre-existing errors (configure shown here for MacOSX, adjust 218 # there are no pre-existing errors (or at least to have the pre-existing errors
|
/external/icu4c/i18n/unicode/ |
selfmt.h | 229 * result is appended to existing contents. 283 * Result is appended to existing contents. 299 * Result is appended to existing contents.
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NestedMapData.java | 101 // Copy in existing children. 434 // Clear any existing symlink. 437 // Clear any existing attributes and copy the ones from the source.
|
/external/webkit/Source/WebCore/html/ |
HTMLCanvasElement.cpp | 161 // A Canvas can either be "2D" or "webgl" but never both. If you request a 2D canvas and the existing 162 // context is already 2D, just return that. If the existing context is WebGL, then destroy it 164 // context with any other type string will destroy any existing context.
|
/external/webkit/Source/WebCore/workers/ |
DefaultSharedWorkerRepository.cpp | 314 // Another loader may have already started up a thread for this proxy - if so, just send a connect to the pre-existing thread. 393 // Creates a new SharedWorkerProxy or returns an existing one from the repository. Must only be called while the repository mutex is held. 396 // Look for an existing worker, and create one if it doesn't exist.
|
/external/webkit/Tools/TestResultServer/model/ |
jsonresults.py | 379 logging.info("Loading existing aggregated json...") 384 logging.info("Checking existing aggregated json...") 435 logging.info("No existing json results, incremental json is saved.")
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_unix.c | 310 wpa_printf(MSG_DEBUG, "Using existing control " 385 "existing ctrl_iface socket '%s'", 693 "existing ctrl_iface socket '%s'",
|
/frameworks/base/core/java/android/widget/ |
CursorAdapter.java | 294 * Bind an existing view to the data pointed to by cursor 295 * @param view Existing view, returned earlier by newView 303 * Change the underlying cursor to a new cursor. If there is an existing cursor it will be
|
SimpleCursorTreeAdapter.java | 204 * remove the existing binder 285 * there is no existing ViewBinder or if the existing ViewBinder cannot
|
/frameworks/support/v4/java/android/support/v4/widget/ |
CursorAdapter.java | 300 * Bind an existing view to the data pointed to by cursor 301 * @param view Existing view, returned earlier by newView 309 * Change the underlying cursor to a new cursor. If there is an existing cursor it will be
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
AttributesImpl.java | 67 * Copy an existing Attributes object. 72 * @param atts The existing Attributes object. 343 * <p>It may be more efficient to reuse an existing object
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntityDeltaTests.java | 68 // Build an existing contact read from database 118 // Update existing row and pass across parcel, should be same 304 // Update existing phone number
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
AdtUpdateDialog.java | 89 * @param parentShell The existing parent shell. Must not be null.
112 * is false, otherwise it should point to an existing valid folder.
144 * is false, otherwise it should point to an existing valid folder.
|
PackageLoader.java | 104 * as existing ones that don't have a potential update.) 115 * If an already installed (aka existing) package has been accepted, this will 227 * - If an existing package has updates, the install task will be accept if it
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_util.cc | 87 << " conflicts with existing entry.\n\n" 107 // step in PutPredecessor is to Unlink from the existing order, which 178 // Target this change to the existing local entry; later, 283 // If we have still-existing children, then we need to deal with 701 // Assumes we have an existing entry; check here for updates that break 787 // Assumes we have an existing entry; verify an update that seems to be [all...] |
/external/clang/lib/AST/ |
DeclTemplate.cpp | 331 ClassTemplateSpecializationDecl *Existing 333 (void)Existing; 334 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); 354 ClassTemplatePartialSpecializationDecl *Existing 356 (void)Existing; 357 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); [all...] |
/external/libxml2/ |
hash.c | 409 * by using the @name. Existing entry for this @name will be removed 429 * by using the (@name, @name2) tuple. Existing entry for this tuple will 631 * by using the tuple (@name, @name2, @name3). Existing entry for this tuple 1031 * it from the hash @table. Existing userdata for this tuple will be removed 1049 * it from the hash @table. Existing userdata for this tuple will be removed 1069 * it from the hash @table. Existing userdata for this tuple will be removed
|
/frameworks/base/core/java/android/app/ |
LoaderManager.java | 150 * Starts a new or restarts an existing {@link android.content.Loader} in 564 // The activity will start all existing loaders in it's onStart(), 579 * an existing Loader's data if there already is one, so that for example 583 * <p>Note that in the case where an existing Loader is re-used, the 610 if (DEBUG) Log.v(TAG, " Re-using existing loader " + info); [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
LoaderManager.java | 130 * Starts a new or restarts an existing {@link android.content.Loader} in 507 // The activity will start all existing loaders in it's onStart(), 522 * an existing Loader's data if there already is one, so that for example 526 * <p>Note that in the case where an existing Loader is re-used, the 553 if (DEBUG) Log.v(TAG, " Re-using existing loader " + info); 709 // Let the existing loaders know that we want to be notified when a load is complete [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledThreadPoolExecutor.java | 622 * Sets the policy on whether to continue executing existing 639 * Gets the policy on whether to continue executing existing 654 * Sets the policy on whether to execute existing delayed 671 * Gets the policy on whether to execute existing delayed 722 * has been set {@code false}, existing delayed tasks whose delays 725 * {@code true}, future executions of existing periodic tasks will [all...] |
/development/ndk/sources/android/native_app_glue/ |
android_native_app_glue.h | 228 * Command from main thread: the existing ANativeWindow needs to be 230 * contains the existing window; after calling android_app_exec_cmd
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
BaseTree.java | 45 /** Create a new node from an existing node does nothing for BaseTree 91 //System.out.println("existing children: "+children);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventListener.h | 248 /** Announce a new node built from an existing token */ 251 /** Make a node the new root of an existing root. See
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventListener.h | 248 /** Announce a new node built from an existing token */ 251 /** Make a node the new root of an existing root. See
|