/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/ |
d3d10tri.cpp | 61 ensure(dev->CreatePixelShader(g_ps, sizeof(g_ps), &ps)); 62 ensure(dev->CreateVertexShader(g_vs, sizeof(g_vs), &vs)); 70 ensure(dev->CreateInputLayout(elements, sizeof(elements) / sizeof(elements[0]), g_vs, sizeof(g_vs), &layout)); 83 ensure(dev->CreateBuffer(&bufferd, &buffersd, &vb));
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/ |
d3d11tri.cpp | 61 ensure(dev->CreatePixelShader(g_ps, sizeof(g_ps), NULL, &ps)); 62 ensure(dev->CreateVertexShader(g_vs, sizeof(g_vs), NULL, &vs)); 71 ensure(dev->CreateInputLayout(elements, sizeof(elements) / sizeof(elements[0]), g_vs, sizeof(g_vs), &layout)); 85 ensure(dev->CreateBuffer(&bufferd, &buffersd, &vb));
|
/external/qemu/hw/ |
goldfish_vmem.h | 16 // cpu_get_phys_page_debug to ensure virtual address translation always works
|
/external/qemu/ |
kvm-android.c | 9 * We simply want to ensure that the kvm driver is loaded and that the
|
/external/skia/src/core/ |
SkCubicClipper.h | 20 also in X, to ensure that all segments fit in a finite coordinate system.
|
/external/valgrind/main/VEX/ |
TODO.txt | 32 Ensure incremental flatness throughout
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-q | 4 $details = "Try various uses of -q and ensure they all give the correct results.\n";
|
/ndk/tests/ |
README | 3 to ensure that everything is working properly.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
noncopyable.hpp | 14 // Private copy constructor and copy assignment ensure classes derived from
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/ |
sigchild_ignore.py | 7 # Also ensure poll() handles an errno.ECHILD appropriately.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/ |
sigchild_ignore.py | 7 # Also ensure poll() handles an errno.ECHILD appropriately.
|
/external/chromium_org/ash/system/tray/ |
system_tray_unittest.cc | 147 // Ensure that closing the bubble destroys it. 210 // Ensure the tray views are created. 214 // Ensure a default views are created. 219 // Show the detailed view, ensure it's created and the default view destroyed. 225 // Show the default view, ensure it's created and the detailed view destroyed. 282 // Ensure the tray views are created. 286 // Ensure a notification view is created. 295 // Show the detailed view, ensure the notificaiton view remains. 301 // Hide the detailed view, ensure the notification view still exists. 315 // Ensure the tray views are created [all...] |
/development/ndk/platforms/android-8/include/android/ |
bitmap.h | 60 * Locking will ensure that the memory for the pixels will not move 61 * until the unlockPixels call, and ensure that, if the pixels had been
|
/development/ndk/platforms/android-9/include/android/ |
bitmap.h | 59 * Locking will ensure that the memory for the pixels will not move 60 * until the unlockPixels call, and ensure that, if the pixels had been
|
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/service/ |
MessagingService.java | 48 // Ensure wakelock is released that was created by the WakefulBroadcastReceiver 53 // Ensure wakelock is released that was created by the WakefulBroadcastReceiver
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
CompilerTest.java | 36 // if the jit is enabled. Make the call to ensure it doesn't crash. 45 // if the jit is enabled. Make the call to ensure it doesn't crash.
|
/external/chromium/chrome/browser/resources/ntp4/ |
apps_page.css | 43 /* We need to ensure there is no animation applied to its position 47 /* Ensure the element has a large z-index so that we can get events
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_util_mac_unittest.mm | 34 // Ensure adding files to the pasteboard methods works as expected. 50 // Ensure the path is what we expect.
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwBrowserProcess.java | 24 * Note: it is up to the caller to ensure this is only called once. 38 * Note: it is up to the caller to ensure this is only called once.
|
/external/chromium_org/base/allocator/ |
win_allocator.cc | 51 // Reserve enough space to ensure we can align and set aligned_ptr[-1] to the 60 // we need to NULL check to ensure the allocation succeeded.
|
/external/chromium_org/cc/test/ |
layer_test_common.cc | 23 // Ensure that range of float values is not beyond integer range. 27 // Ensure that the values are actually integers.
|
/external/chromium_org/chrome/browser/extensions/api/processes/ |
processes_apitest.cc | 31 // Ensure task manager is not yet updating 42 // Ensure the task manager has started updating
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_util_mac_unittest.mm | 35 // Ensure adding files to the pasteboard methods works as expected. 51 // Ensure the path is what we expect.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_app_browsertest.js | 47 // Ensure we check against the override values. 50 // Check a product-specific label, to ensure it uses "App Launcher", and not
|
/external/chromium_org/chrome/test/base/ |
menu_model_test.cc | 30 // match the number of times the delegate is called to ensure every item works. 49 FAIL(); // Ensure every case is tested.
|