/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
discard.pass.cpp | 15 // void discard(unsigned long long z); 26 e1.discard(3);
|
/system/extras/tests/mmc_tracepoints/ |
README | 25 It includes read, write and discard entries. The discard entries came from
|
/external/deqp/doc/testspecs/GLES3/ |
functional.rasterizer_discard.txt | 19 Rasterizer discard tests 31 - Discard test for default framebuffer 32 - Discard test for default framebuffer with scissor test enabled 33 - Discard test for a framebuffer object 39 Rasterizer discard functionality is tested by first clearing color, depth
|
/external/llvm/test/CodeGen/X86/ |
dllexport-x86_64.ll | 20 ; CHECK: .section .text,"xr",discard,lnk1 26 ; CHECK: .section .text,"xr",discard,lnk2 32 ; CHECK: .section .text,"xr",discard,weak1 50 ; CHECK: .section .data,"wd",discard,WeakVar1 54 ; CHECK: .section .rdata,"rd",discard,WeakVar2
|
/external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/ |
DataPipe.java | 38 * Change the may-discard bit of this flag. This indicates that the data pipe may discard 40 * reached, old data may be discard to make room for new data. 42 * @param mayDiscard the new value of the may-discard bit. 180 * Change the all-or-none bit of this flag. If set, read (or discard) either the requested 222 * Note: If the data pipe has the "may discard" option flag (specified on creation), this 223 * will discard as much data as required to write the given data, starting with the earliest 224 * written data that has not been consumed. However, even with "may discard", if the buffer 227 * amount. It will *not* discard data from |elements|. 247 * Note: If the data pipe has the "may discard" option flag (specified on creation) an [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexBuffer.cpp | 116 bool IndexBufferInterface::discard() function in class:rx::IndexBufferInterface 118 return mIndexBuffer->discard(); 153 if (!discard())
|
IndexBuffer.h | 31 virtual bool discard() = 0; 71 bool discard();
|
/frameworks/base/services/core/jni/ |
com_android_server_PersistentDataBlockService.cpp | 66 ALOGE("Discard failed: %s\n", strerror(errno)); 69 ALOGE("Wipe via secure discard failed, used non-secure discard instead\n");
|
/dalvik/dx/src/com/android/dx/merge/ |
CollisionPolicy.java | 25 * Keep the class def from the first dex file and discard the def from the
|
/device/asus/fugu/ |
recovery.fstab | 8 /dev/block/by-name/userdata /data ext4 nosuid,nodev,noatime,discard,barrier=1,data=ordered,noauto_da_alloc wait,check
|
/external/blktrace/ |
act_mask.c | 29 DECLARE_MASK_MAP(DISCARD),
|
/external/chromium_org/chrome/browser/chromeos/memory/ |
low_memory_observer.h | 18 // can get a signal from the kernel about low memory conditions and discard tabs
|
/external/chromium_org/media/formats/mp2t/ |
ts_section_psi.h | 44 // Number of leading bytes to discard (pointer field).
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
IndexBuffer11.h | 35 virtual bool discard();
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
IndexBuffer9.h | 35 virtual bool discard();
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/ |
g711_interface.c | 22 // Set and discard to avoid getting warnings 60 // Set and discard to avoid getting warnings 97 // Set and discard to avoid getting warnings 134 // Set and discard to avoid getting warnings
|
/external/chromium_org/tools/gyp/test/win/uldi/ |
uldi.gyp | 40 # same name, the linker will discard the obj file, invalidating the
|
/external/clang/lib/ASTMatchers/ |
ASTMatchersInternal.cpp | 43 // The 'unless' matcher will always discard the result: 50 // and we need to actively discard the bound nodes, otherwise 53 BoundNodesTreeBuilder Discard(*Builder); 54 return !InnerMatchers[0].matches(DynNode, Finder, &Discard);
|
/external/llvm/test/Instrumentation/DataFlowSanitizer/ |
abilist.ll | 4 ; CHECK: i32 @discard(i32 %a, i32 %b) 5 define i32 @discard(i32 %a, i32 %b) { 60 ; CHECK: %[[CALL:.*]] = call i32 @discard(i32 %0, i32 %1) 64 @adiscard = alias i32 (i32, i32)* @discard
|
/external/llvm/test/Transforms/InstCombine/ |
2011-05-13-InBoundsGEP.ll | 4 ; must not discard GEPs that might overflow at runtime (aren't inbounds)
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGDiscardElement.cpp | 48 // Even if there is no targetElement, discard is still a valid animation as it has to delete itself. 54 // discard does not use attributeName so it is always valid.
|
/external/chromium_org/tools/perf/measurements/ |
memory_pressure.py | 35 histogram_type, "Tabs.Discard.DiscardCount", tab) 51 # End the test at the first kill or discard.
|
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
io.pass.cpp | 36 e1.discard(100); 50 e1.discard(100);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
io.pass.cpp | 36 e1.discard(100); 50 e1.discard(100);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 28 together with information about whether or not Path, Port and Discard were 84 discard = False 87 discard = True 96 discard, 100 if not ignore_discard and c.discard: 123 if not ignore_discard and cookie.discard:
|