HomeSort by relevance Sort by last modified time
    Searched full:removed (Results 176 - 200 of 8141) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UselessViewDetector.java 54 * Checks whether the current node can be removed without affecting the layout.
60 "Checks whether a parent layout can be removed.",
62 "a root layout, and does not have a background, can be removed and have " +
74 "Checks whether a leaf layout can be removed.",
75 "A layout that has no children or no background can often be removed (since it " +
133 // Check to see if this is a leaf layout that can be removed
136 // Check to see if this is a middle-man layout which can be removed
174 // - A parent can be removed if it doesn't have a background
175 // - A parent can be removed if has a background *and* the child does not have a
178 // - If both child and parent have a background, the parent cannot be removed (
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java 23 // BEGIN android-removed
26 // END android-removed
36 // BEGIN android-removed
38 // END android-removed
42 // BEGIN android-removed
44 // END android-removed
55 // BEGIN android-removed
57 // END android-removed
67 // BEGIN android-removed
69 // END android-removed
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 54 * <li>Removed files from the source folder receiving generated Java files</li>
62 * Compile flag. This is set to true if one of the changed/added/removed
201 if (delta.getKind() != IResourceDelta.REMOVED) {
242 // - added/removed/modified aidl files.
261 // - if R.java/Manifest.java are removed/modified, we recompile the resources
262 // - if aidl files are removed/modified, we recompile them.
271 // if it was removed, there's a possibility that it was removed due to a
272 // package change, or an aidl that was removed, but the only thing
289 if (kind == IResourceDelta.REMOVED) {
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.graphics.Canvas.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
78 <a NAME="Removed"></a>
79 <TABLE summary="Removed Constructors" WIDTH="100%">
81 <TH VALIGN="TOP" COLSPAN=2>Removed Constructors</FONT></TD>
94 <a NAME="Removed"></a>
95 <TABLE summary="Removed Methods" WIDTH="100%">
97 <TH VALIGN="TOP" COLSPAN=2>Removed Methods</FONT></TD>
  /external/jdiff/src/jdiff/
MergeChanges.java 8 * Once the numbers of members removed and added are known
15 * However, if only <i>one</i> method with a given name is removed, and
22 * were marked as removed and added because of changes other than signature.
76 * Convert some removed and added constructors into changed constructors.
87 // removedCtor in both the removed and added constructors.
119 * Convert some removed and added methods into changed methods.
129 * Convert single removed and added methods into a changed method.
140 // removedMethod in both the removed and added methods.
183 * Convert multiple removed and added methods into changed methods.
195 // Find the index of the current removed metho
    [all...]
  /external/mesa3d/docs/
README.AMIWIN 110 - removed AMIWIN includes from xmesa1.c, xmesa2.c, xmesa3.c, xfonts.c,
120 - removed AMIWIN includes from private.h since it is now defined in
144 - removed AMIWIN defines from xdemo.c, glxdemo.c, offset.c since
149 - removed AMIWIN defines in xdemo.c since sleep() now defined
158 - removed olympic from smakefile targets since <sys/time.h> not defined
160 - removed AMIWIN defines from oglinfo.c, since already defined in
165 - removed AMIWIN defines in blendxor.c for sleep()
174 - removed accpersp and dof from smakefile targets since the SAS/C compile seems to
180 - Removed directory to save space since this is only needed for Windows based
  /external/apache-http/src/org/apache/http/impl/client/
BasicCookieStore.java 78 * values will still be removed.
103 * not be added, but existing values will still be removed.
140 boolean removed = false;
144 removed = true;
147 return removed;
  /external/icu4c/test/cintltst/
eurocreg.c 73 /*"ibm-1159",*/ /* removed 2003Apr17 */
81 /* duplicate "cp850" removed 2000nov28 */
110 /* "cp1362" removed 2000nov28 */
112 /* "cp1114", removed 2002jul3
113 "cp947", removed 2002jul3 */
  /external/libvpx/
vp8_api1_migration.txt 1 Version 2.x of this library has deprecated or removed a number of interfaces to
50 identifiers were removed in favor of the ones used by the decoder:
59 This control was removed in favor of the `flags` parameter to
82 removed.
115 This control was removed in favor of the `deadline` parameter to
  /external/llvm/utils/release/
findRegressions-simple.py 67 removed = ''
120 removed += t + "\n"
146 if len(removed) != 0:
147 print 'REMOVED TESTS'
148 print removed
  /libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 120 * heap sizing API which was removed in Honeycomb.
129 * heap sizing API which was removed in Honeycomb.
162 * the external allocation API which was removed in Honeycomb.
171 * the external allocation API which was removed in Honeycomb.
178 * the external allocation API which was removed in Honeycomb.
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 120 Set<Long> removed; local
137 // Find out which drafts were removed and added and notify
141 removed = new HashSet<Long>(oldDraftSet);
142 removed.removeAll(newDraftSet);
150 for (long threadId : removed) {
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model_unittest.cc 61 // Ensure a single entry can be removed.
70 // Ensure an entry with children can't be removed.
78 // Ensure it can be removed if removing all children.
  /external/chromium/chrome/browser/resources/shared/js/
event_tracker.js 21 * DOM elements whose listeners should be removed when the object is disposed
22 * or the corresponding elements are removed from the DOM.
87 * caller to ensure the entry is removed from listeners_.
  /external/chromium/net/base/
data_url_unittest.cc 99 // Spaces should be removed from non-text data URLs (we already tested
107 // Spaces should also be removed from anything base-64 encoded
114 // Other whitespace should also be removed from anything base-64 encoded.
  /external/chromium-trace/src/shared/js/
event_tracker.js 21 * DOM elements whose listeners should be removed when the object is disposed
22 * or the corresponding elements are removed from the DOM.
87 * caller to ensure the entry is removed from listeners_.
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
IDList.java 61 * if the index was in the old list, it is removed from the old
65 * @return True if it existed in old list and was removed
73 // find idx in oldList, if removed successfuly, return true.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
InlineRewriter.java 30 * command sub-tree, where all whitespace data commands have been removed.
53 * <p>Data commands containing only whitespace are effectively removed by
54 * replacing them with noop commands. These can be removed (if needed) by a
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild02.js 91 var removed;
115 removed = doc.removeChild(newDoc);
126 removed = newDoc.removeChild(doc);
textreplacewholetext06.js 86 Where the nodes to be removed are read-only descendants of an EntityReference, the EntityReference
87 must be removed instead of the read-only nodes. Only if any EntityReference to be removed has
  /external/webkit/Source/WebCore/page/
SpeechInput.cpp 74 // Don't assert if not present as the element might have been removed by the page while
82 // Don't assert if not present as the element might have been removed by the page while
90 // Don't assert if not present as the element might have been removed by the page while
  /external/wpa_supplicant_6/wpa_supplicant/
blacklist.c 89 * @bssid: BSSID to be removed from the blacklist
104 wpa_printf(MSG_DEBUG, "Removed BSSID " MACSTR " from "
129 wpa_printf(MSG_DEBUG, "Removed BSSID " MACSTR " from "
  /external/wpa_supplicant_8/wpa_supplicant/
blacklist.c 83 * @bssid: BSSID to be removed from the blacklist
98 wpa_printf(MSG_DEBUG, "Removed BSSID " MACSTR " from "
123 wpa_printf(MSG_DEBUG, "Removed BSSID " MACSTR " from "
  /libcore/luni/src/main/java/java/util/prefs/
PreferenceChangeEvent.java 59 * {@code null}, which means the preference has been removed.
79 * preference has been removed.
82 * preference has been removed.
  /system/core/include/cutils/
selector.h 43 * A selectable descriptor can indicate that it needs to be removed from the
60 * will invoke onRemove() when the descriptor is actually removed.
89 * Invoked by the selector after the descriptor is removed from the

Completed in 303 milliseconds

1 2 3 4 5 6 78 91011>>