OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ensure
(Results
651 - 675
of
9267
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/llvm/utils/llvm-build/llvmbuild/
configutil.py
38
#
Ensure
the output parent directory exists.
/external/llvm/utils/unittest/googletest/
Makefile
19
# unittests/Makefile.unittest and ../UnitTestMain/Makefile;
ensure
that any
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10app.h
38
#define
ensure
(x) do {HRESULT __hr = (x); if(!SUCCEEDED(__hr)) {fprintf(stderr, "COM error %08x\n", __hr); abort();}} while(0)
macro
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11app.h
38
#define
ensure
(x) do {HRESULT __hr = (x); if(!SUCCEEDED(__hr)) {fprintf(stderr, "COM error %08x\n", __hr); abort();}} while(0)
macro
/external/mesa3d/src/mesa/swrast/
NOTES
29
ensure
the following funciton is called whenever the state changes and
/external/netcat/
atomicio.h
33
*
Ensure
all of data on socket comes through. f==read || f==vwrite
/external/oprofile/libpp/
sample_container.h
67
// must be declared after the samples_storage to
ensure
a
/external/protobuf/gtest/codegear/
gtest_link.cc
36
//
ensure
that Debug versus Release test builds are linked against the
/external/qemu/android/build/
binary.make
46
#
Ensure
that we build all generated sources before the objects
/external/qemu/android/
display-core.c
22
* Its purpose is to
ensure
that hw framebuffer updates are properly
/external/qemu/
qemu-aio.h
33
* until a single AIO event has completed and it will
ensure
something
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
HandlerThreadTest.java
23
// Try to
ensure
we've exited the thread at the end of each test
/external/sfntly/cpp/src/test/
platform_thread.h
59
// release system resources associated with the thread. You must
ensure
that
/external/skia/src/core/
SkQuadClipper.h
19
also in X, to
ensure
that all segments fit in a finite coordinate system.
/external/skia/src/utils/
SkBoundaryPatch.cpp
73
//
ensure
our 4th cubic wraps to the start of the first
/external/skia/tests/
QuickRejectTest.cpp
72
// to the left. The test is to
ensure
that canvas' quickReject machinary
TLSTest.cpp
77
// Test to
ensure
that at thread destruction, TLS destructors
/external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp
21
//
Ensure
the images are comparable
/external/smack/src/org/jivesoftware/smack/filter/
PacketTypeFilter.java
47
//
Ensure
the packet type is a sub-class of Packet.
/external/v8/test/mjsunit/
binary-operation-overwrite.js
28
//
Ensure
that literals are not overwritten.
/external/v8/test/mjsunit/regress/
regress-1173979.js
28
//
Ensure
that null only equals null and undefined, also for variables.
regress-1236.js
32
pattern.exec(string); //
Ensure
that JSRegExp is compiled.
regress-712.js
28
// This regression test is used to
ensure
that Object.defineProperty
regress-720.js
28
// This regression test is used to
ensure
that Object.defineProperty
regress-94425.js
41
// Shift array multiple times to
ensure
that young
Completed in 1145 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>