/external/chromium_org/ui/gfx/ |
break_list_unittest.cc | 22 // Ensure that setting values works correctly. 34 // Ensure ApplyValue is a no-op on invalid and empty ranges. 52 // Ensure setting a value overrides the ranged value. 56 // Ensure applying a value over [0, |max|) is the same as setting a value. 60 // Ensure applying a value that is already applied has no effect. 66 // Ensure applying an identical neighboring value merges the ranges. 72 // Ensure applying a value with the same range overrides the ranged value. 77 // Ensure applying a value with a containing range overrides contained values. 88 // Ensure applying various overlapping values yields the intended results. 104 // Ensure values adjust to accommodate max position changes [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.cpp | 107 ensure(dev->CreateVertexShader(g_vs, sizeof(g_vs), NULL, &vs)); 108 ensure(dev->CreateHullShader(g_hs, sizeof(g_hs), NULL, &hs)); 109 ensure(dev->CreateDomainShader(g_ds, sizeof(g_ds), NULL, &ds)); 110 ensure(dev->CreatePixelShader(g_ps, sizeof(g_ps), NULL, &ps)); 118 ensure(dev->CreateInputLayout(elements, 1, g_vs, sizeof(g_vs), &layout)); 131 ensure(dev->CreateBuffer(&bufferd, &buffersd, &vb)); 141 ensure(dev->CreateBuffer(&cbd, NULL, &cb_frame)); 167 ensure(dev->CreateTexture2D(&zsbufd, 0, &zsbuf)); 168 ensure(dev->CreateDepthStencilView(zsbuf, 0, &zsv)); 175 ensure(ctx->Map(cb_frame, 0, D3D11_MAP_WRITE_DISCARD, 0, &map)) [all...] |
/external/bison/ |
README-release | 9 * Ensure that the latest stable versions of autoconf, automake, etc. 13 * Ensure that you have no uncommitted diffs. This should produce no 18 * Ensure that you've pushed all changes that belong in the release: 30 * Pre-release testing: ensure that the following command succeeds: 47 * Test the tarball. Copy it to a few odd-ball systems and ensure that 62 download all tarball/signature pairs and use gpg --verify to ensure
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
d3d11tex.cpp | 44 ensure(dev->CreatePixelShader(g_ps, sizeof(g_ps), NULL, &ps)); 45 ensure(dev->CreateVertexShader(g_vs, sizeof(g_vs), NULL, &vs)); 67 ensure(dev->CreateTexture2D(&texd, &texsd, &tex)); 68 ensure(dev->CreateShaderResourceView(tex, 0, &srv[0])); 72 ensure(dev->CreateTexture2D(&texd, &texsd, &tex)); 73 ensure(dev->CreateShaderResourceView(tex, 0, &srv[1]));
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
d3d11tex.cpp | 44 ensure(dev->CreatePixelShader(g_ps, sizeof(g_ps), NULL, &ps)); 45 ensure(dev->CreateVertexShader(g_vs, sizeof(g_vs), NULL, &vs)); 67 ensure(dev->CreateTexture2D(&texd, &texsd, &tex)); 68 ensure(dev->CreateShaderResourceView(tex, 0, &srv[0])); 72 ensure(dev->CreateTexture2D(&texd, &texsd, &tex)); 73 ensure(dev->CreateShaderResourceView(tex, 0, &srv[1]));
|
/external/chromium_org/chrome/browser/web_resource/ |
eula_accepted_notifier_unittest.cc | 56 // Call it a second time, to ensure the answer doesn't change. 64 // Call it a second time, to ensure the answer doesn't change. 74 // Call it a second time, to ensure the answer doesn't change.
|
/external/clang/bindings/python/tests/cindex/ |
test_tokens.py | 12 """Ensure we can obtain a Cursor from a Token instance.""" 26 """Ensure Token.location works.""" 41 """Ensure Token.extent works."""
|
/external/stlport/src/ |
sparc_atomic64.s | 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before 38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before 58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
|
/ndk/sources/cxx-stl/stlport/src/ |
sparc_atomic64.s | 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before 38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before 58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
|
/art/test/064-field-access/ |
info.txt | 9 This exercises the various failure modes to ensure that behavior is
|
/dalvik/tests/064-field-access/ |
info.txt | 9 This exercises the various failure modes to ensure that behavior is
|
/development/samples/BusinessCard/ |
_index.html | 2 picker from within an activity. This sample also uses reflection to ensure
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
AccessedByNative.java | 13 * @AccessedByNative is used to ensure proguard will keep this field, since it's
|
/external/chromium_org/chrome/android/host_driven_tests/ |
DummyTest.py | 7 This test class is only here to ensure that the test framework for host driven
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
drive_test_util.h | 14 // added by the browser but tests should use this function to ensure that the
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_installer.rc | 30 // Icon with lowest ID value placed first to ensure application icon
|
/external/chromium_org/components/dom_distiller/webui/ |
DEPS | 8 # To ensure this DEPS rule is not a nuisance to engineers refactoring the
|
/external/chromium_org/content/common/ |
all_messages.h | 8 // ipc/ipc_message_start.h to ensure the corresponding message file is
|
/external/chromium_org/content/port/ |
OWNERS | 8 # limited set of owners to ensure that the API is consistent. Once the
|
/external/chromium_org/content/public/ |
OWNERS | 8 # limited set of owners to ensure that the API is consistent. Once the
|
/external/chromium_org/crypto/ |
random.cc | 13 // But _other_ code should go through this function to ensure that code which
|
/external/chromium_org/dbus/ |
scoped_dbus_error.h | 12 // Utility class to ensure that DBusError is freed.
|
/external/chromium_org/media/filters/ |
ffmpeg_glue_unittest.cc | 49 // Ensure |glue_| and |protocol_| are still alive. 53 // |protocol_| should outlive |glue_|, so ensure it's destructed first. 88 // Ensure Initialize() was called. 110 // Ensure writing has been disabled. 204 // Ensure destruction release the appropriate resources when OpenContext() is 210 // Ensure destruction releases the appropriate resources when 217 // Ensure destruction release the appropriate resources when OpenContext() is 224 // Ensure destruction release the appropriate resources when OpenContext() is 231 // Ensure destruction release the appropriate resources when OpenContext() is
|
/external/chromium_org/third_party/skia/include/images/ |
SkForceLinking.h | 13 * Call this function with an expression that evaluates to false to ensure
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
pagemap_unittest.cc | 68 { // Test sequential ensure/assignment 71 map.Ensure(i, 1); 80 { // Test bulk Ensure 82 map.Ensure(0, limit); 95 CHECK_EQ(map.Ensure(limit, limit+1), limit_is_below_the_overflow_boundary); 106 map.Ensure(elements[i], 1); 133 map.Ensure(40, 1); 142 map.Ensure(41, 1); 143 map.Ensure(100, 3);
|