OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ensure
(Results
226 - 250
of
9267
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/bindings/python/tests/cindex/
test_translation_unit.py
110
"""
Ensure
TranslationUnit.save() works."""
120
"""
Ensure
that saving to an invalid directory raises."""
135
"""
Ensure
TranslationUnits can be constructed from saved files."""
162
"""
Ensure
tu.get_file() works appropriately."""
178
"""
Ensure
tu.get_source_location() works."""
194
"""
Ensure
tu.get_source_range() works."""
/bionic/libc/upstream-netbsd/libc/include/isc/
assertions.h
86
#define
ENSURE
(cond) \
95
#define
ENSURE
(cond) ((void) (cond))
/bootable/recovery/minadbd/
utils.c
62
/*
ensure
there is a terminating zero */
99
/*
ensure
that there is a terminating zero */
/external/chromium/base/
atomic_ref_count.h
30
// Insert barriers to
ensure
that state written before the reference count
48
// Insert barriers to
ensure
that state written before the reference count
callback_unittest.cc
71
const Callback<void(void)> callback_b_; //
Ensure
APIs work with const.
75
//
Ensure
we can create unbound callbacks. We need this to be able to store
/external/chromium/chrome/browser/extensions/
external_extension_loader.h
39
// It is the responsibility of the caller to
ensure
that calls to
59
// to |LoadFinished|. To
ensure
thread safety, the rules are the following:
/external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell_unittest.mm
36
// Test drawing, mostly to
ensure
nothing leaks or crashes.
46
// Test hover, mostly to
ensure
nothing leaks or crashes.
/external/chromium_org/base/
atomic_ref_count.h
29
// Insert barriers to
ensure
that state written before the reference count
47
// Insert barriers to
ensure
that state written before the reference count
/external/chromium_org/build/android/
java_cpp_template.gypi
39
#
Ensure
that the output directory is used in the class path
44
#
Ensure
dependents are rebuilt when sources for this rule change.
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
UuidBasedUniqueIdentificationGeneratorTest.java
33
// Get a unique ID and
ensure
it is as expected.
59
// Get a unique ID and
ensure
it is as expected.
/external/chromium_org/chrome/browser/extensions/
external_loader.h
41
// It is the responsibility of the caller to
ensure
that calls to
61
// to |LoadFinished|. To
ensure
thread safety, the rules are the following:
/external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc
75
//
Ensure
a partial output is not left behind.
99
//
Ensure
a partial output is not left behind.
/external/chromium_org/chrome_frame/test/
html_util_unittests.cc
85
// Grab the meta tag from the document and
ensure
that we get exactly one.
106
// Grab the meta tag from the document and
ensure
that we get exactly one.
140
// Grab the meta tag from the document and
ensure
that we get exactly three.
194
// Grab the meta tag from the document and
ensure
that we get exactly one.
215
//
Ensure
that the the meta tag is NOT detected.
228
//
Ensure
that the the meta tag IS detected.
241
//
Ensure
that the the meta tag IS NOT detected.
255
//
Ensure
that the the meta tag IS detected.
260
//
Ensure
that the foo tags are also detected.
265
//
Ensure
that the boo tags are also detected
[
all
...]
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/
CleanupReferenceTest.java
61
//
Ensure
compiler / instrumentation does not strip out the assignment.
86
//
Ensure
compiler / instrumentation does not strip out the assignment.
/external/chromium_org/content/test/data/media/webui/
integration_test.html
69
//
Ensure
no components are currently present.
77
// just
ensure
there's only one key and then use it directly.
/external/chromium_org/media/audio/win/
audio_device_listener_win_unittest.cc
66
// Simulate a device change events and
ensure
we get the right callbacks.
84
//
Ensure
that null output device changes don't crash. Simulates the situation
/external/chromium_org/media/tools/constrained_network_server/
cns_test.py
40
#
Ensure
ports are cleaned properly.
60
#
Ensure
Get() succeeds and returns the correct port.
84
#
Ensure
Get() succeeds and returns the correct port.
87
# Stagger port allocation and so we can
ensure
only ports older than the
106
#
Ensure
Get() succeeds and returns the correct port.
112
# Send second Get() which would normally cause ports to expire.
Ensure
that
122
#
Ensure
Get() succeeds and returns the correct port.
209
# For completeness
ensure
an unconstrained call takes less time than our
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons
10
# however, run it without any fault injection to
ensure
that we don't
11
# have any false injection, to
ensure
the test hasn't bitrotted.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp
98
ensure
(swap_chain->GetBuffer(0, IID_ID3D11Texture2D, (void**)&tex));
99
ensure
(dev->CreateRenderTargetView(tex, NULL, &rtv));
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.h
32
// any problems with the generated class names. We use this header to
ensure
36
// When generating a class name of "foo.Bar" we must
ensure
we prefix the class
/external/chromium_org/third_party/sfntly/cpp/src/test/
otf_basic_editing_test.cc
38
//
ensure
the builder is not bogus
64
//
ensure
every table had a builder
/external/chromium_org/ui/views/examples/content_client/
examples_browser_main_parts.cc
56
//
Ensure
the X window gets mapped.
58
//
Ensure
Aura knows where to open new windows.
/external/clang/test/Analysis/inlining/
inline-defensive-checks.c
101
//
Ensure
idc works on pointers with constant offset.
114
//
Ensure
idc works for integer zero values (ex: suppressed div by zero).
/external/dhcpcd/mk/
prog.mk
10
# If building for /,
ensure
we use the libc in / if different from
21
# If building for /,
ensure
we use the linker in /libexec if different from
/external/llvm/include/llvm/Transforms/Utils/
UnifyFunctionExitNodes.h
1
//===-- UnifyFunctionExitNodes.h -
Ensure
fn's have one return --*- C++ -*-===//
10
// This pass is used to
ensure
that functions have at most one return and one
Completed in 593 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>