HomeSort by relevance Sort by last modified time
    Searched full:removed (Results 276 - 300 of 13792) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.h 50 // |value| the entry index to be removed.
54 // |value| the entry index to be removed.
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_track_metrics_host.h 26 // tracks were removed, this class instead infers that the tracks were
27 // removed.
  /external/chromium_org/content/public/browser/
cert_store.h 20 // associated with the cert have exited, the cert is removed from the store.
34 // cert is removed from the store.
signed_certificate_timestamp_store.h 23 // is removed from the store. This class is used by the SSLManager to keep
36 // SCT is removed from the store.
  /external/chromium_org/media/base/
byte_queue.h 15 // Data is added to the end of the queue via an Push() call and removed via
18 // the number of buffer copies when data is appended and removed.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 32 // changed or removed from the specifications.
41 InUseAttributeError, // Historical. Only used in setAttributeNode etc which have been removed from the DOM specs.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DeviceEventDispatcherBase.cpp 35 // The zeros are removed in these two cases:
75 // Don't notify controllers removed or added during event dispatch.
  /external/chromium_org/third_party/WebKit/public/
blink_skia_config.gyp 41 # are otherwise best removed in Blink and then rolled into Chromium.
44 # AFTER the flag has been removed from skia.gyp in Chromium.
  /external/guava/guava/src/com/google/common/cache/
RemovalListener.java 22 * An object that can receive a notification when an entry is removed from a cache. The removal
23 * resulting in notification could have occured to an entry being manually removed or replaced, or
  /external/kernel-headers/original/uapi/linux/
ipv6.h 35 #define IPV6_SRCRT_STRICT 0x01 /* Deprecated; will be removed */
36 #define IPV6_SRCRT_TYPE_0 0 /* Deprecated; will be removed */
mqueue.h 44 * removed, either due to a close() on the message queue fd or due to a
45 * mq_notify() that removed the notification.
v4l2-common.h 53 /* Backward compatibility target definitions --- to be removed. */
66 /* Backward compatibility flag definitions --- to be removed. */
  /external/llvm/test/Transforms/ADCE/
2002-05-23-ZeroArgPHITest.ll 1 ; This testcase contains a entire loop that should be removed. The only thing
4 ; removed even though there were uses still around. Now the uses are filled
  /external/llvm/test/Transforms/GlobalOpt/
tls.ll 33 ; Make sure that the load from @ip hasn't been removed.
50 ; Make sure that the store to @ip hasn't been removed.
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
v4l2-common.h 53 /* Backward compatibility target definitions --- to be removed. */
66 /* Backward compatibility flag definitions --- to be removed. */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractCollectionTest.java 137 final String[] removed = new String[3]; local
155 removed[index - 1] = values[index - 1];
169 for (String r : removed) {
171 fail("an unexpected element was removed");
180 final String[] removed = new String[1]; local
198 removed[index - 1] = values[index - 1];
212 assertEquals("0", removed[0]);
251 fail("an unexpected element was removed");
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 46 /** The list of apps that have been removed since the last notify() call. */
47 public ArrayList<AppInfo> removed = new ArrayList<AppInfo>(); field in class:AllAppsList
84 removed.clear();
120 removed.add(info);
135 // Find disabled/removed activities and remove them from data and add them
136 // to the removed list.
143 removed.add(applicationInfo);
173 removed.add(applicationInfo);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ipv6.h 31 #define IPV6_SRCRT_STRICT 0x01 /* Deprecated; will be removed */
32 #define IPV6_SRCRT_TYPE_0 0 /* Deprecated; will be removed */
mqueue.h 44 * removed, either due to a close() on the message queue fd or due to a
45 * mq_notify() that removed the notification.
nbd.h 9 * Removed unneeded blksize_bits field from nbd_device struct.
12 * Removed PARANOIA, plus various cleanup and comments
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipv6.h 31 #define IPV6_SRCRT_STRICT 0x01 /* Deprecated; will be removed */
32 #define IPV6_SRCRT_TYPE_0 0 /* Deprecated; will be removed */
mqueue.h 44 * removed, either due to a close() on the message queue fd or due to a
45 * mq_notify() that removed the notification.
nbd.h 9 * Removed unneeded blksize_bits field from nbd_device struct.
12 * Removed PARANOIA, plus various cleanup and comments
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mutex.py 8 the first queue entry is removed and its function(argument) pair called,
15 warnpy3k("the mutex module has been removed in Python 3.0", stacklevel=2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mutex.py 8 the first queue entry is removed and its function(argument) pair called,
15 warnpy3k("the mutex module has been removed in Python 3.0", stacklevel=2)

Completed in 1163 milliseconds

<<11121314151617181920>>