/external/chromium_org/chrome/browser/resources/suggestions_internals/ |
suggestions_internals.html | 18 <input id="show-discarded" type="checkbox"> 19 <label for="show-discarded">Show discarded items</label>
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_discard_flow.cpp | 35 * the shader" sounds like the discarded fragments should effectively 41 * point that the only active channels left are discarded pixels" or 42 * "discarded pixels become inactive at the point that control flow 53 lower_discard_flow_visitor(ir_variable *discarded) 54 : discarded(discarded) 56 mem_ctx = ralloc_parent(discarded); 70 ir_variable *discarded; member in class:lower_discard_flow_visitor 88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); 110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); [all...] |
/external/mesa3d/src/glsl/ |
lower_discard_flow.cpp | 35 * the shader" sounds like the discarded fragments should effectively 41 * point that the only active channels left are discarded pixels" or 42 * "discarded pixels become inactive at the point that control flow 53 lower_discard_flow_visitor(ir_variable *discarded) 54 : discarded(discarded) 56 mem_ctx = ralloc_parent(discarded); 70 ir_variable *discarded; member in class:lower_discard_flow_visitor 88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); 110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
MockDiscardablePixelRef.h | 38 , discarded(false) 48 discarded = true; 68 if (discarded) 70 m_lockedMemory = &discarded; 85 bool discarded; member in class:WebCore::MockDiscardablePixelRef
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlChangeListener.java | 34 * Receives events when an HTML tag, or attribute is discarded. 40 /** Called when a tag is discarded from the input. */ 44 * Called when attributes are discarded
|
/external/valgrind/main/none/tests/ |
munmap_exe.c | 7 shouldn't add it to its list of exe segs, and thus it won't be discarded
|
/external/chromium_org/third_party/skia/src/core/ |
SkDiscardableMemory.h | 42 * Locks the memory, prevent it from being discarded. Once locked. you may 46 * discarded and that the lock failed.
|
/external/kernel-headers/original/uapi/mtd/ |
inftl-user.h | 30 __u8 discarded; member in struct:inftl_unithead1 39 __u8 discarded; member in struct:inftl_unithead2
|
/external/skia/src/core/ |
SkDiscardableMemory.h | 42 * Locks the memory, prevent it from being discarded. Once locked. you may 46 * discarded and that the lock failed.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/ |
inftl-user.h | 30 __u8 discarded; member in struct:inftl_unithead1 39 __u8 discarded; member in struct:inftl_unithead2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/ |
inftl-user.h | 30 __u8 discarded; member in struct:inftl_unithead1 39 __u8 discarded; member in struct:inftl_unithead2
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_parser.h | 34 // results should be discarded. 44 // results should be discarded. 51 // which case all results should be discarded.
|
/external/chromium_org/content/browser/renderer_host/input/ |
touch_action_filter.h | 49 // Whether GestureScroll events should be discarded due to touch-action. 52 // Whether GesturePinch events should be discarded due to touch-action. 55 // Whether a tap ending event in this sequence should be discarded because a
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebDiscardableMemory.h | 31 // A memory allocation that can be automatically discarded by the operating 54 // Locks the memory, prevent it from being discarded. Once locked. you may 58 // discarded and that the lock failed. In this case, the
|
/external/chromium_org/base/i18n/ |
number_formatting.h | 26 // Causes cached formatters to be discarded and recreated. Only useful for
|
/external/chromium_org/chrome/browser/chromeos/memory/ |
low_memory_observer.h | 24 // discarded on the UI thread.
|
/external/libsepol/src/ |
handle.c | 21 /* by default needless unused branch of tunables would be discarded */
|
/external/chromium_org/media/base/ |
audio_discard_helper.cc | 102 // If everything would be discarded, indicate a new buffer is required. 134 // If we have a |decoder_delay_| and have already discarded frames from 136 // frames already discarded. 151 // Carry over any frames which need to be discarded from the front of the 156 // If everything would be discarded, indicate a new buffer is required. 184 // If everything would be discarded, indicate a new buffer is required.
|
audio_discard_helper.h | 44 // frames should be discarded. 51 // was NULL, is completely discarded, or a processing error occurs.
|
/external/chromium_org/components/test/data/web_database/ |
version_35.sql | 29 /* A subset of "John Doe". Should get discarded. */ 36 /* A profile with incomplete address. Should get discarded. */ 40 /* A profile with bad email. Should get discarded. */ 44 /* A profile with bad State (country == US). Should get discarded. */ 48 /* A profile with bad zip (country == US). Should get discarded. */
|
/external/chromium_org/components/rappor/ |
log_uploader_unittest.cc | 82 // Log should be discarded instead of retransmitted. 96 // Log should be discarded instead of retransmitted. 119 // be discarded due to full queue.
|
/external/chromium_org/media/formats/mp2t/ |
mp2t_stream_parser.h | 95 // At the beginning of a new segment, some video frames might be discarded. 124 // DTS of discarded buffers. 125 // Min PTS of discarded buffers.
|
/external/chromium_org/ui/events/ |
event_rewriter.h | 27 // The event should be discarded, neither passing it to any later 46 // Potentially rewrites (replaces) an event, or requests it be discarded.
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documenttypegetentitieslength.java | 31 * Duplicate entities are to be discarded. 35 * occurrance should be discarded.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/nfsd/ |
syscall.h | 31 /*#define NFSCTL_UGIDUPDATE 5 / * update a client's uid/gid map. DISCARDED */ 32 /*#define NFSCTL_GETFH 6 / * get an fh by ino DISCARDED */
|