OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ensure
(Results
101 - 125
of
9267
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/test/mjsunit/
debug-step-stub-callfunction.js
47
// Use 'eval' to
ensure
that the call to print is through CodeStub CallFunction.
59
// Use an inner function to
ensure
that the function call is through CodeStub
73
// Use an inner function to
ensure
that the function call is through CodeStub
/external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-162085.js
28
//
Ensure
extending an empty packed smi array with a double initializes the
38
//
Ensure
the double array growstub initializes the array with holes.
59
//
Ensure
the double array growstub initializes the array with holes.
/external/v8/test/mjsunit/
debug-step-stub-callfunction.js
47
// Use 'eval' to
ensure
that the call to print is through CodeStub CallFunction.
59
// Use an inner function to
ensure
that the function call is through CodeStub
73
// Use an inner function to
ensure
that the function call is through CodeStub
/frameworks/base/docs/html/training/managing-audio/
index.jd
29
manner. To
ensure
a great user experience, it?s also important that your app manages the audio focus
30
to
ensure
multiple apps aren?t playing audio at the same time.</p>
48
<dd>Learn how to
ensure
your users can control the volume of your app using the hardware or
/packages/services/Telephony/res/values/
colors.xml
39
<!-- Action bar text color.
Ensure
this stays in sync with Dialer actionbar_text_color. -->
41
<!-- Background color of action bars.
Ensure
this stays in sync with Dialer
44
<!-- Underline color of action bars.
Ensure
this stays in sync with Dialer
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py
7
# Simple test to
ensure
that optimizations in the IO library deliver the
16
# Write s + "\n" + s to file, then open it and
ensure
that successive
19
#
Ensure
we can open TESTFN for writing.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py
7
# Simple test to
ensure
that optimizations in the IO library deliver the
16
# Write s + "\n" + s to file, then open it and
ensure
that successive
19
#
Ensure
we can open TESTFN for writing.
/external/clang/bindings/python/tests/cindex/
test_type.py
80
"""
Ensure
that a Type maintains a reference to a TranslationUnit."""
117
"""
Ensure
equivalence operators work on Type."""
136
"""
Ensure
TypeKind.spelling works."""
144
"""
Ensure
that Type.argument_types() works as expected."""
168
"""
Ensure
that non-int keys raise a TypeError."""
180
"""
Ensure
that negative indexes on argument_types Raises an IndexError."""
189
"""
Ensure
that indexes beyond the length of Type.argument_types() raise."""
198
"""
Ensure
that obtaining argument_types on a Type without them raises."""
206
"""
Ensure
Type.is_pod() works."""
218
"""
Ensure
Type.is_function_variadic works.""
[
all
...]
/art/test/068-classloader/src/
BaseOkay.java
33
* Interface that declares the not-overridden method. This exists to
ensure
/cts/tests/src/android/renderscript/cts/
large_global.rs
20
// Never called, just present to
ensure
that buf does not get optimized away.
/dalvik/tests/068-classloader/src/
BaseOkay.java
33
* Interface that declares the not-overridden method. This exists to
ensure
/external/bison/m4/
obstack-printf.m4
33
dnl
Ensure
obstack_printf() and obstack_vprintf() are declared
sched_h.m4
35
dnl
Ensure
the type pid_t gets defined.
/external/chromium/chrome/browser/sync/engine/
polling_constants.cc
12
// We use high values here to
ensure
that failure to receive poll updates from
/external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/
background.html
38
//
Ensure
the current selected tab is set up.
/external/chromium_org/base/android/jni_generator/
sample_for_tests.h
16
// -
ensure
sample_for_tests_jni.h compiles and the functions declared in it
/external/chromium_org/base/test/
scoped_path_override.h
17
// paths to
ensure
their overrides are properly handled and reverted when the
/external/chromium_org/build/
cp.py
18
# Use copy instead of copyfile to
ensure
the executable bit is copied.
/external/chromium_org/chrome/browser/
chrome_browser_field_trials.h
23
// Instantiates dynamic trials by querying their state, to
ensure
they get
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_configuration.h
17
// rather than making it a Singleton, to
ensure
clean startup and shutdown.
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_pop_up_button_unittest.mm
29
// Test invalid, mostly to
ensure
nothing leaks or crashes.
/external/chromium_org/content/test/data/indexeddb/
migration_test.js
14
debug("
Ensure
that the existing leveldb files are used. If they are not, " +
open_bad_db.js
23
debug("
ensure
that it was blown away");
open_missing_table.js
24
debug("
ensure
that it was blown away");
/external/chromium_org/content/test/data/workers/
worker_common.js
1
// Track the number of clients for this worker - tests can use this to
ensure
Completed in 567 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>