/external/clang/test/SemaCXX/ |
empty-class-layout.cpp | 165 struct Empties : Empty1, Empty2 {}; 167 struct A : Empty2, Empties { 169 // V[0][1] would overlap Empties::Empty1.
|
/external/chromium_org/chrome/browser/content_settings/ |
local_shared_objects_container.h | 27 // Empties the container.
|
/external/chromium_org/media/base/ |
audio_fifo.h | 37 // Empties the FIFO without deallocating any memory.
|
audio_pull_fifo.h | 40 // Empties the FIFO without deallocating any memory.
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationCursorOperationListener.java | 29 * Empties the folder of all messages, if possible.
|
/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
spreadsort.hpp | [all...] |
/external/chromium_org/third_party/icu/source/test/testdata/ |
testtypes.txt | 22 // Empties
|
/external/icu4c/test/testdata/ |
testtypes.txt | 22 // Empties
|
/frameworks/volley/src/com/android/volley/ |
Cache.java | 60 * Empties the cache.
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
CharacterRecorder.java | 116 * Empties the underlying storage but does not change the recording 124 * Empties the underlying storage and resets the recording indicator
|
/external/chromium/chrome/browser/password_manager/ |
password_form_manager.cc | 222 std::vector<PasswordForm> empties; // Empty-path matches in result set. local 245 empties.push_back(*logins_result[i]); 273 for (std::vector<PasswordForm>::const_iterator it = empties.begin(); 274 it != empties.end(); ++it) {
|
/external/chromium/net/base/ |
host_cache.h | 97 // Empties the cache
|
/external/chromium_org/ipc/ |
file_descriptor_set_posix_unittest.cc | 48 // Empties the set and stops a warning about deleting a set with unconsumed
|
/external/chromium_org/net/dns/ |
host_cache.h | 93 // Empties the cache
|
/external/chromium_org/remoting/webapp/ |
stats_accumulator.js | 54 * Empties this object.
|
/external/iproute2/include/libiptc/ |
libip6tc.h | 95 /* Flushes the entries in the given chain (ie. empties chain). */
|
libiptc.h | 104 /* Flushes the entries in the given chain (ie. empties chain). */
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_form_controller.js | 226 * port, and scheme. If empty, empties the proxy setting. 244 * port, and scheme. If empty, empties the proxy setting. 262 * port, and scheme. If empty, empties the proxy setting. 280 * port, and scheme. If empty, empties the proxy setting. 311 * port, and scheme. If empty, empties the proxy setting.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_form_controller.js | 228 * port, and scheme. If empty, empties the proxy setting. 246 * port, and scheme. If empty, empties the proxy setting. 264 * port, and scheme. If empty, empties the proxy setting. 282 * port, and scheme. If empty, empties the proxy setting. 313 * port, and scheme. If empty, empties the proxy setting.
|
/external/chromium/chrome/browser/tab_contents/ |
tab_specific_content_settings.h | 128 // Empties the container.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
download_protection_service.h | 157 // Cancels all requests in |download_requests_|, and empties it, releasing
|
/external/chromium_org/content/browser/renderer_host/input/ |
touch_event_queue.h | 61 // Empties the queue of touch events. This may result in any number of gesture
|
/external/chromium_org/third_party/skia/src/core/ |
SkRect.cpp | 135 if (left < right && top < bottom && !this->isEmpty() && // check for empties
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrInOrderDrawBuffer.h | 53 * Empties the draw buffer of any queued up draws. This must not be called while inside an
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
VariantValue.h | 52 /// \brief Empties the list.
|