/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode21.js | 79 The adoptNode method changes the ownerDocument of a node, its children, as well as the
|
documentadoptnode24.js | 79 The adoptNode method changes the ownerDocument of a node, its children, as well as the
|
nodegetbaseuri02.js | 79 and if affected by changes in Document.documentURI.
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3ext.h | 52 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines 227 #define sqlite3_changes sqlite3_api->changes
|
/frameworks/base/services/java/com/android/server/am/ |
PendingIntentRecord.java | 210 int changes = finalIntent.fillIn(intent, key.flags); local 211 if ((changes&Intent.FILL_IN_DATA) == 0) {
|
/ndk/sources/host-tools/nawk-20071023/ |
README | 29 Changes, mostly bug fixes and occasional enhancements, are listed 66 compiled this without any changes using gcc -Wall and/or local C
|
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 163 function onChangesApplied(modelType, changes) { 164 chrome.sync.onChangesApplied.dispatch_(modelType, changes);
|
/external/chromium/chrome/common/ |
sqlite_utils.h | 242 int changes();
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCStatement.java | 117 updcnt = (int) conn.db.changes();
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_noloop_gnu.s | 114 @ Clean up and store any changes that were caused during the loop
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_noloop_gnu.s | 114 @ Clean up and store any changes that were caused during the loop
|
/external/webkit/Source/WebCore/editing/ |
markup.cpp | 93 Vector<AttributeChange> changes; local 106 changes.append(AttributeChange(e, attribute->name(), KURL(parsedBaseURL, attribute->value()).string())); 111 size_t numChanges = changes.size(); 113 changes[i].apply(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 226 List<Change> changes = new ArrayList<Change>(); local 228 return changes; 233 changes.add(change); 330 return changes;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/ |
AndroidDocumentChange.java | 17 package com.android.ide.eclipse.adt.internal.refactoring.changes; 50 * It is base class for Rename Package and Rename Type changes
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 791 boolean changes = false; 845 changes = true; 851 if (changes) { [all...] |
/frameworks/base/core/java/android/content/ |
Intent.java | 423 * and allows the user to edit it. If they keep their changes, the URI 6119 int changes = 0; local [all...] |
/prebuilts/tools/common/commons-compress/ |
commons-compress-1.0.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | 204 /** The changes being processed by the template handler */ 289 // Add the changes in the order where merges are shown first, then text files, 291 List<Change> changes = new ArrayList<Change>(); local 292 changes.addAll(mMergeChanges); 293 changes.addAll(mTextChanges); 294 changes.addAll(mOtherChanges); 295 return changes; [all...] |
/external/elfutils/src/ |
strip.c | 408 bool changes; local 705 changes = false; 810 changes |= shdr_info[cnt].shdr.sh_link < cnt; 818 changes |= shdr_info[cnt].shdr.sh_info < cnt; 846 changes |= i < cnt; 856 while (changes); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar | |
/external/icu4c/data/mappings/ |
ucmfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 305 Third draft. Lots of fundamental changes. (Brian Paul)
|
/external/sqlite/dist/orig/ |
sqlite3ext.h | 50 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines 270 #define sqlite3_changes sqlite3_api->changes
|
/external/sqlite/dist/ |
sqlite3ext.h | 50 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines 270 #define sqlite3_changes sqlite3_api->changes
|