OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unittests
(Results
26 - 50
of
397
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/gallium/tests/unit/
SConscript
30
# http://www.scons.org/wiki/
UnitTests
/external/chromium_org/sandbox/linux/tests/
unit_tests.h
36
#define DEATH_SUCCESS() sandbox::
UnitTests
::DeathSuccess, NULL
38
sandbox::
UnitTests
::DeathMessage, \
41
sandbox::
UnitTests
::DeathExitCode, \
44
sandbox::
UnitTests
::DeathExitCode, \
54
sandbox::
UnitTests
::RunTestInProcess(TEST_##test_name, NULL, death); \
69
((expr) ? static_cast<void>(0) : sandbox::
UnitTests
::AssertionFailure( \
72
class
UnitTests
{
130
DISALLOW_IMPLICIT_CONSTRUCTORS(
UnitTests
);
/external/clang/unittests/AST/
Makefile
1
##===-
unittests
/AST/Makefile ------------------------------*- Makefile -*-===##
19
include $(CLANG_LEVEL)/
unittests
/Makefile
/external/clang/unittests/ASTMatchers/Dynamic/
Makefile
1
##===-
unittests
/ASTMatchers/Dynamic/Makefile --------------*- Makefile -*-===##
20
include $(CLANG_LEVEL)/
unittests
/Makefile
/external/clang/unittests/ASTMatchers/
Makefile
1
##===-
unittests
/ASTMatchers/Makefile ----------------------*- Makefile -*-===##
22
include $(CLANG_LEVEL)/
unittests
/Makefile
/external/clang/unittests/Basic/
Makefile
1
##===-
unittests
/Basic/Makefile ----------------------------*- Makefile -*-===##
15
include $(CLANG_LEVEL)/
unittests
/Makefile
/external/clang/unittests/Format/
Makefile
1
##===-
unittests
/Format/Makefile ---------------------------*- Makefile -*-===##
19
include $(CLANG_LEVEL)/
unittests
/Makefile
/external/clang/unittests/Frontend/
Makefile
1
##===-
unittests
/Frontend/Makefile -------------------------*- Makefile -*-===##
21
include $(CLANG_LEVEL)/
unittests
/Makefile
/external/clang/unittests/Lex/
Makefile
1
##===-
unittests
/Lex/Makefile ------------------------------*- Makefile -*-===##
15
include $(CLANG_LEVEL)/
unittests
/Makefile
/external/clang/unittests/
Makefile
1
##===-
unittests
/Makefile ----------------------------------*- Makefile -*-===##
40
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/clang/unittests/Tooling/
Makefile
1
##===-
unittests
/Tooling/Makefile --------------------------*- Makefile -*-===##
19
include $(CLANG_LEVEL)/
unittests
/Makefile
/external/llvm/unittests/ADT/
Makefile
1
##===-
unittests
/ADT/Makefile ------------------------------*- Makefile -*-===##
23
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/Analysis/
Makefile
1
##===-
unittests
/Analysis/Makefile -------------------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/Bitcode/
Makefile
1
##===-
unittests
/Bitcode/Makefile --------------------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/DebugInfo/
Makefile
1
##===-
unittests
/DebugInfo/Makefile ------------------------*- Makefile -*-===##
16
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/ExecutionEngine/MCJIT/
Makefile
1
##===-
unittests
/ExecutionEngine/MCJIT/Makefile ------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/ExecutionEngine/
Makefile
1
##===-
unittests
/ExecutionEngine/Makefile ------------------*- Makefile -*-===##
20
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/IR/
Makefile
1
##===-
unittests
/IR/Makefile -------------------------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/Object/
Makefile
1
##===-
unittests
/Object/Makefile ---------------------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/Option/
Makefile
1
##===-
unittests
/Option/Makefile ---------------------------*- Makefile -*-===##
19
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/llvm/unittests/Support/
Makefile
1
##===-
unittests
/Support/Makefile --------------------------*- Makefile -*-===##
15
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/packages/apps/Gallery/tests/src/com/android/camera/
UnitTests.java
27
public class
UnitTests
extends TestSuite {
30
return new UnitTestSuiteBuilder(
UnitTests
.class)
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/
UnitTests.java
41
public class
UnitTests
extends TestSuite {
43
public
UnitTests
() {
65
return new
UnitTests
();
/external/chromium/net/base/
ssl_config_service_defaults.h
14
// mainly useful for
unittests
, or for platforms that do not have a native
/external/chromium_org/chrome/browser/ui/cocoa/
first_run_bubble_controller.h
20
// Creates and shows a first run bubble. |browser| is NULL in
unittests
.
Completed in 276 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>