HomeSort by relevance Sort by last modified time
    Searched full:removed (Results 151 - 175 of 12504) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PeepEvents.3 15 If \fBaction\fR is \fBSDL_PEEKEVENT\fP, up to \fBnumevents\fR events at the front of the event queue, matching \fI\fBmask\fR\fR, will be returned and will not be removed from the queue\&.
17 If \fBaction\fR is \fBSDL_GETEVENT\fP, up to \fBnumevents\fR events at the front of the event queue, matching \fI\fBmask\fR\fR, will be returned and will be removed from the queue\&.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
EnvironmentTest.java 24 ShadowEnvironment.setExternalStorageState("removed");
29 assertThat( Environment.getExternalStorageState(), equalTo("removed") );
  /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);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 42 /** The list of apps that have been removed since the last notify() call. */
43 public ArrayList<ApplicationInfo> removed = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
74 removed.clear();
108 removed.add(info);
122 // Find disabled/removed activities and remove them from data and add them
123 // to the removed list.
129 removed.add(applicationInfo);
158 removed.add(applicationInfo);
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 42 /** The list of apps that have been removed since the last notify() call. */
43 public ArrayList<AppInfo> removed = new ArrayList<AppInfo>(); field in class:AllAppsList
80 removed.clear();
114 removed.add(info);
127 // Find disabled/removed activities and remove them from data and add them
128 // to the removed list.
134 removed.add(applicationInfo);
163 removed.add(applicationInfo);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_clean.py 37 # make sure the files where removed
40 '%s was not removed' % path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_clean.py 37 # make sure the files where removed
40 '%s was not removed' % path)
  /external/chromium_org/chrome/common/extensions/api/
cookies.json 152 "description": "Contains details about the cookie that's been removed. If removal failed for any reason, this will be \"null\", and \"chrome.runtime.lastError\" will be set.",
155 "url": {"type": "string", "description": "The URL associated with the cookie that's been removed."},
156 "name": {"type": "string", "description": "The name of the cookie that's been removed."},
157 "storeId": {"type": "string", "description": "The ID of the cookie store from which the cookie was removed."}
185 "description": "Fired when a cookie is set or removed. As a special case, note that updating a cookie's properties is implemented as a two step process: the cookie to be updated is first removed entirely, generating a notification with \"cause\" of \"overwrite\" . Afterwards, a new cookie is written with the updated values, generating a second notification with \"cause\" \"explicit\".",
191 "removed": {"type": "boolean", "description": "True if a cookie was removed."},
192 "cookie": {"$ref": "Cookie", "description": "Information about the cookie that was set or removed."},
193 "cause": {"min_version": "12.0.707.0", "type": "string", "enum": ["evicted", "expired", "explicit", "expired_overwrite", "overwrite"], "description": "The underlying reason behind the cookie's change. If a cookie was inserted, or removed via an explicit call to \"chrome.cookies.remove\", \"cause\" will be \"explicit\". If a cookie was (…)
    [all...]
  /cts/tools/signature-tools/templates/
ClassOverviewPage.st 43 $Table(name="Removed Annotation Fields", rows=removed_annotation_fields:{$it.from:ModelElementRow()$})$
61 $Table(name="Removed Enum Constants", rows=removed_enum_constants:{$it.from:ModelElementRow()$})$
79 $Table(name="Removed Fields", rows=removed_fields:{$it.from:ModelElementRow()$})$
97 $Table(name="Removed Constructors", rows=removed_constructors:{$it.from:ModelElementRow()$})$
115 $Table(name="Removed Methods", rows=removed_methods:{$it.from:ModelElementRow()$})$
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
call_traits.hpp 100 typedef T& param_type; // hh removed const
114 typedef T& param_type; // hh removed const
122 typedef T& param_type; // hh removed const
130 typedef T& param_type; // hh removed const
139 typedef T * const param_type; // hh removed const
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java 16 // BEGIN android-removed
18 // END android-removed
24 // BEGIN android-removed
26 // END android-removed
47 // BEGIN android-removed
50 // END android-removed
144 // BEGIN android-removed
153 // END android-removed
188 // BEGIN android-removed
193 // END android-removed
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DigestSignatureSpi.java 20 // BEGIN android-removed
22 // END android-removed
28 // BEGIN android-removed
41 // END android-removed
277 // BEGIN android-removed
286 // END android-removed
321 // BEGIN android-removed
339 // END android-removed
352 // BEGIN android-removed
388 // END android-removed
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
ECUtil.java 8 // BEGIN android-removed
10 // END android-removed
14 // BEGIN android-removed
16 // END android-removed
232 // BEGIN android-removed
241 // END android-removed
259 // BEGIN android-removed
264 // END android-removed
282 // BEGIN android-removed
291 // END android-removed
    [all...]
  /external/chromium_org/chromeos/dbus/
nfc_record_client.cc 105 // are removed when the device they belong to is removed. Clean up the
106 // object proxies for records that belong to the removed device.
108 // removed adapter will be valid before this method returns.
109 VLOG(1) << "Device removed. Cleaning up record proxies belonging to "
148 // are removed when the tag they belong to is removed. Clean up the
149 // object proxies for records that belong to the removed tag.
151 // removed adapter will be valid before this method returns.
152 VLOG(1) << "Tag removed. Cleaning up record proxies belonging to
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
AES.java 3 // BEGIN android-removed
6 // END android-removed
8 // BEGIN android-removed
12 // END android-removed
21 // BEGIN android-removed
25 // END android-removed
31 // BEGIN android-removed
33 // END android-removed
36 // BEGIN android-removed
38 // END android-removed
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 42 * with leading substring removed corresponding to the ancestor's absolute path
140 * if this node has been removed.
151 * if this node has been removed.
178 * if this node has been removed.
205 * if this node has been removed.
214 * If this node has been removed, the invocation of this method only flushes
240 * if this node has been removed.
268 * if this node has been removed.
297 * if this node has been removed.
325 * if this node has been removed
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 35 # - Domain has been removed
36 # - Command has been removed
38 # - Required response parameter was removed or changed to optional
39 # - Event has been removed
40 # - Required event parameter was removed or changed to optional
64 def removed(reverse): function
67 return "removed"
85 errors.append("%s: domain has been %s" % (name, removed(reverse)))
97 errors.append("%s.%s: command has been %s" % (domain_1["domain"], name, removed(reverse)))
106 errors.append("%s.%s: event has been %s" % (domain_1["domain"], name, removed(reverse))
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 59 /// Temporary files which should be removed on exit.
62 /// Result files which should be removed on failure.
66 /// only be removed if we crash.
138 /// \return Whether the file was removed successfully.
144 /// \return Whether all files were removed successfully.
153 /// \return Whether all files were removed successfully.
168 /// superfluous options removed, which are not necessary for
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.h 39 * -lar : pointer to mean-removed LAR:s.
56 * -inLar : pointer to mean-removed LAR vecrtors.
72 * Remover the correlation among mean-removed LAR vectors. If LAR vectors
156 * -data : pointer to mean-removed LAR:s.
196 * -lpcGain : mean-removed in log domain.
209 * -data : LPC gain in log-domain with mean removed.
274 * -lpcGain : LPC gain in log-domain & mean removed
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.webkit.JsResult.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.">
79 <a NAME="Removed"></a>
80 <TABLE summary="Removed Methods" WIDTH="100%">
82 <TH VALIGN="TOP" COLSPAN=2>Removed Methods</FONT></TD>
95 <a NAME="Removed"></a>
96 <TABLE summary="Removed Fields" WIDTH="100%">
98 <TH VALIGN="TOP" COLSPAN=2>Removed Fields</FONT></TD>
  /packages/apps/Mms/src/org/w3c/dom/events/
EventTarget.java 37 * discarded they do not need to be removed with the
57 * target. If an <code>EventListener</code> is removed from an
60 * never be invoked after being removed.
65 * being removed.
67 * <code>EventListener </code> to be removed.
69 * being removed was registered as a capturing listener or not. If a
71 * each must be removed separately. Removal of a capturing listener
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 142 * @throws ParseException if the address was not removed
153 throw new ParseException("CCF Address Not Removed",0);
225 * @throws ParseException if the address was not removed
236 throw new java.text.ParseException("ECF Address Not Removed",0);
254 boolean removed = false;
277 * @return true if parameter was removed, and false if not
282 boolean removed = false;
287 removed = true;
291 return removed;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
ServicesTest.java 53 fail("ServiceDescription not removed");
65 fail("Service removed");
72 fail("Service not removed");
  /external/chromium/chrome/browser/notifications/
balloon_collection.h 60 // true if anything was removed.
64 // true if anything was removed.
105 // is added or removed from the collection.

Completed in 1383 milliseconds

1 2 3 4 5 67 8 91011>>