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

1 23 4 5 6 7 8 91011>>

  /external/jdiff/src/jdiff/
ClassDiff.java 39 /** Constructors removed in the new API. */
46 /** Methods removed in the new API. */
53 /** Fields removed in the new API. */
94 // Check for implemented interfaces which were removed
125 res += "Removed interface <code>" + removedInterfaces + "</code>.<br>";
127 res += "Removed interfaces <code>" + removedInterfaces + "</code>.<br>";
APIDiff.java 8 * removed and changed. The packages are represented by PackageDiff objects,
18 /** Packages removed in the new API. */
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKDigestSignature.java 26 // BEGIN android-removed
29 // END android-removed
32 // BEGIN android-removed
36 // END android-removed
38 // BEGIN android-removed
40 // END android-removed
274 // BEGIN android-removed
283 // END android-removed
312 // BEGIN android-removed
330 // END android-removed
    [all...]
JDKAlgorithmParameterGenerator.java 14 // BEGIN android-removed
16 // END android-removed
20 // BEGIN android-removed
23 // END android-removed
26 // BEGIN android-removed
31 // END android-removed
154 // BEGIN android-removed
347 // END android-removed
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSessionBindingEvent.java 46 * Returns the name of the binding being added or removed.
56 * removed.
59 * removed.
  /cts/tests/tests/webkitsecurity/assets/
5725058-crash-scenario-3.html 12 // Remove the child node of paragraph A. Use innerHTML to avoid getting a reference to the node being removed.
  /external/bluetooth/glib/tests/
tree-test.c 109 gboolean removed; local
128 removed = g_tree_remove (tree, &chars[i + 10]);
129 g_assert (removed);
133 removed = g_tree_remove (tree, &c);
134 g_assert (removed == FALSE);
231 removed = g_tree_remove (tree, &c);
232 g_assert (removed);
239 removed = g_tree_steal (tree, &c);
240 g_assert (removed);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/
AES.java 16 // BEGIN android-removed
19 // END android-removed
46 // BEGIN android-removed
82 // END android-removed
93 // BEGIN android-removed
102 // END android-removed
118 // BEGIN android-removed
183 // END android-removed
216 // BEGIN android-removed
224 // END android-removed
    [all...]
  /external/chromium/chrome/browser/ui/options/
options_util.h 16 // dialogs are removed.
  /external/clang/test/CodeGenObjC/
2009-01-21-invalid-debug-info.m 3 // FIXME: This test case can be removed at some point (since it will
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 26 * The reason why a cached entry was removed.
34 * The entry was manually removed by the user. This can result from the user invoking
46 * The entry itself was not actually removed, but its value was replaced by the user. This can
59 * The entry was removed automatically because its key or value was garbage-collected. This
  /external/jmdns/src/javax/jmdns/
NetworkTopologyListener.java 23 * A network address has been removed.
  /external/llvm/test/CodeGen/X86/
pr11202.ll 18 ; CHECK: .Ltmp0: # Address of block that was removed by CodeGen
  /external/llvm/test/Transforms/GlobalDCE/
2002-08-17-FunctionDGE.ll 1 ; Make sure that functions are removed successfully if they are referred to by
  /external/qemu/distrib/sdl-1.2.12/src/timer/
SDL_timer.c 108 SDL_bool removed; local
114 removed = SDL_FALSE;
153 removed = SDL_TRUE;
158 if ( ! removed ) {
209 SDL_bool removed; local
211 removed = SDL_FALSE;
223 removed = SDL_TRUE;
229 printf("SDL_RemoveTimer(%08x) = %d num_timers = %d thread = %d\n", (Uint32)id, removed, SDL_timer_running, SDL_ThreadID());
232 return removed;
  /external/webkit/LayoutTests/fast/dom/NodeList/
5725058-crash-scenario-3.html 12 // Remove the child node of paragraph A. Use innerHTML to avoid getting a reference to the node being removed.
  /external/webkit/LayoutTests/http/tests/appcache/
origins-with-appcache-expected.txt 1 This test verifies that ApplicationCacheStorage can report the set of origins that have an application cache. First, it tests that no origins are reported after all application caches are removed. Then, it loads an iframe that places a PNG into an application cache for the DumpRenderTree origin, and tests that this origin is now reported to have application cache.
  /external/zxing/qr_scanner/
README.google 13 Removed all code that is not directly related to scanning a QR code, such as product search, book
  /external/elfutils/libebl/
ChangeLog 174 * Makefile.am: Removed everything for building libebl_*.so modules,
281 * ppc64_symbol.c (ppc64_backend_name): Removed.
286 * ppc_symbol.c (ppc_backend_name): Removed.
291 * sparc_symbol.c (sparc_backend_name): Removed.
296 * arm_symbol.c (arm_backend_name): Removed.
297 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed.
300 * alpha_symbol.c (alpha_backend_name): Removed.
304 * ia64_symbol.c (ia64_backend_name): Removed.
309 * x86_64_symbol.c (x86_64_backend_name): Removed.
314 * sh_symbol.c: All functions removed
    [all...]
  /external/bouncycastle/patches/
android.patch 84 + // BEGIN android-removed
95 + // END android-removed
201 + // BEGIN android-removed
203 + // END android-removed
234 + // BEGIN android-removed
237 + // END android-removed
246 + // BEGIN android-removed
248 + // END android-removed
257 + // BEGIN android-removed
259 + // END android-removed
    [all...]
  /external/e2fsprogs/debian/
uuid-dev.README.Debian 3 draft-leach-uuids-guids-01.txt has been removed. It can be obtained
15 the documentation which has been removed for Debian's DFSG license
  /external/libffi/
libtool-version 19 # 4. If any interfaces have been added, removed, or changed since the
25 # 6. If any interfaces have been removed since the last public
  /external/libgsm/
NOTICE 5 removed and that neither the authors nor the Technische Universitaet Berlin
26 provided that this notice is not removed and that neither
  /external/webkit/LayoutTests/fast/dom/Node/
fragment-mutation-expected.txt 6 Continually re-appending removed element to the fragment should eventually throw NOT_FOUND_ERR: PASS
14 Continually re-appending removed element to the fragment should eventually throw NOT_FOUND_ERR: PASS
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 27 * Prints HTML containing removed and added files.
52 Set<LoadedClass> removed = new TreeSet<LoadedClass>(); local
67 if (!clazz.preloaded) removed.add(clazz);
79 out.println("<p><a href=\"#removed\">Removed</a>");
82 out.println("<a name=\"removed\"/><h2>Removed</h2>");
83 printTable(out, root.baseline, removed);

Completed in 422 milliseconds

1 23 4 5 6 7 8 91011>>