HomeSort by relevance Sort by last modified time
    Searched full:ensure (Results 26 - 50 of 9267) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment_unittest.cc 151 // Ensure the field trial is created with the correct group.
165 // Ensure the open url has not been removed from |pages_value|.
168 // Ensure counts have been incremented correctly.
178 // Ensure the field trial is created with the correct group.
198 // Ensure the open url has been removed from |pages_value|.
203 // Ensure counts have been incremented correctly.
213 // Ensure the field trial is created with the correct group.
224 // Ensure the open url has not been removed from |items|.
230 // Ensure counts have been incremented correctly.
241 // Ensure the field trial is created with the correct group
    [all...]
  /dalvik/dx/tests/087-ssa-local-vars/
info.txt 1 This is a test case to ensure proper preservation of local variable information through the register renamer and dead code remover at the beginning of the SSA conversion.
  /dalvik/tests/082-inline-execute/
info.txt 7 looping manner to ensure that the tests are translated when a Jit is
  /development/samples/AndroidBeamDemo/res/values/
strings.xml 4 <string name="info">Ensure that Android Beam is enabled by turning it on in
  /device/generic/goldfish/qemud/
Android.mk 4 # development.git/tools/emulator/. The following test is to ensure
  /external/chromium_org/chrome/browser/ui/app_list/
keep_alive_service.h 8 // An interface to manipulate browser keepalive. Subclasses should ensure that
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller_unittest.cc 49 // Ensure this is a provider we wanted.
57 // Ensure we saw all the providers we expected.
68 // Ensure we have at least one provider.
71 // Ensure instant extended includes all the provides in classic Chrome.
  /external/chromium_org/content/public/browser/
media_devices_monitor.h 12 // Called to ensure the MediaStreamManager has started monitoring the capture
  /external/chromium_org/ppapi/tests/
test_cpp_includes.cc 5 // This test simply includes all the C++ headers to ensure they compile with a
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
push_state.html 4 // Do so on an XHR callback to ensure that it's after the load event,
  /external/chromium_org/ui/test/
ui_unittests.rc 31 // Icon with lowest ID value placed first to ensure application icon
  /external/clang/test/CXX/temp/temp.names/
p2.cpp 4 // Ensure that when enforcing access control an unqualified template name with
  /external/clang/test/CodeGenCXX/
static-mutable.cpp 7 // The purpose of this test is to ensure that this variable is a global
  /frameworks/support/v7/appcompat/
README.txt 7 to ensure that the build system works. The content is actually
  /frameworks/support/v7/mediarouter/
README.txt 7 to ensure that the build system works. The content is actually
  /ndk/sources/cpufeatures/
README.TXT 4 This header is only here to ensure that existing build scripts can still
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
CURDIR 5 $details = "Echo CURDIR both with and without -C. Also ensure overrides work.";
  /ndk/tests/device/test-stlport_shared-exception/jni/
dyncast2_1.cpp 4 // Ensure reference handling works.
  /ndk/tests/device/test-stlport_static-exception/jni/
dyncast2_1.cpp 4 // Ensure reference handling works.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimerTaskTest.java 69 // Ensure the constructor does not fail
79 // Ensure cancel returns false if never scheduled
84 // Ensure cancelled task never runs
91 // Ensure cancelling a task which has already run returns true
109 // Ensure cancelling a repeated execution task which has never run
119 // Ensure cancelling a repeated execution task which HAS run returns
135 // Ensure calling cancel a second returns false
147 // Ensure cancelling a task won't cause deadlock
174 // Ensure scheduledExecutionTime is roughly right
189 // Ensure scheduledExecutionTime is the last scheduled tim
    [all...]
TimerTest.java 99 // Ensure a task is run
125 // Ensure a task is run
151 // Ensure a task is run
175 // Ensure a task is run
215 // Ensure a task throws an IllegalStateException after cancelled
229 // Ensure a task is run but not after cancel
251 // Ensure you can call cancel more than once
275 // Ensure that a call to cancel from within a timer ensures no more
347 // Ensure a Timer throws an IllegalStateException after cancelled
362 // Ensure a Timer throws an IllegalStateException if task alread
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_button_unittest.mm 27 // Test hover, mostly to ensure nothing leaks or crashes.
35 // Test disabled, mostly to ensure nothing leaks or crashes.
43 // Test pushed, mostly to ensure nothing leaks or crashes.
  /libcore/luni/src/test/java/tests/api/java/util/
TimerTaskTest.java 71 // Ensure the constructor does not fail
81 // Ensure cancel returns false if never scheduled
86 // Ensure cancelled task never runs
93 // Ensure cancelling a task which has already run returns true
111 // Ensure cancelling a repeated execution task which has never run
121 // Ensure cancelling a repeated execution task which HAS run returns
137 // Ensure calling cancel a second returns false
149 // Ensure cancelling a task won't cause deadlock
176 // Ensure scheduledExecutionTime is roughly right
191 // Ensure scheduledExecutionTime is the last scheduled tim
    [all...]
  /external/chromium_org/media/audio/mac/
audio_device_listener_mac_unittest.cc 22 // order to ensure we don't end up with unbalanced TaskObserver calls.
31 // order to ensure we don't end up with unbalanced TaskObserver calls.
39 // Force a post task using BindToLoop to ensure device listener internals
57 // Include multiple addresses to ensure only a single device change event
79 // Simulate a device change events and ensure we get the right callbacks.
  /external/chromium_org/third_party/mesa/src/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...]

Completed in 572 milliseconds

12 3 4 5 6 7 8 91011>>