OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unittests
(Results
51 - 75
of
397
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/views/
first_run_bubble.h
16
// |browser| is the opening browser and is NULL in
unittests
.
/external/chromium_org/chrome/test/base/
testing_io_thread_state.h
15
// Convenience class for creating an IOThread object in
unittests
.
/external/chromium_org/content/child/
child_process.cc
66
if (main_thread_) { // null in
unittests
.
83
DCHECK(!main_thread_.get() || // null in
unittests
.
89
DCHECK(!main_thread_.get() || // null in
unittests
.
95
if (main_thread_) // null in
unittests
.
/external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/test/
rtp_header_parser.h
5
// Utility parser for rtp packetizer
unittests
/external/chromium_org/net/ssl/
ssl_config_service_defaults.h
14
// mainly useful for
unittests
, or for platforms that do not have a native
/external/chromium_org/remoting/base/
test_rsa_key_pair.h
7
// An RSA keypair used in
unittests
.
/external/chromium_org/remoting/webapp/
format_iq.gtestjs
26
// TODO(garykac): Add real
unittests
here.
/external/llvm/unittests/Transforms/
Makefile
1
##===-
unittests
/Transforms/Makefile -----------------------*- Makefile -*-===##
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
IDataVerify.aidl
17
package com.android.smspush.
unitTests
;
/external/chromium_org/chrome/
js_unittest_rules.gypi
6
# your
unittests
target.
8
# To add JS
unittests
to an existing unittest target, first include
/external/chromium_org/sandbox/linux/tests/
unit_tests.cc
105
void
UnitTests
::RunTestInProcess(
UnitTests
::Test test,
200
void
UnitTests
::DeathSuccess(int status, const std::string& msg, const void*) {
211
void
UnitTests
::DeathMessage(int status,
226
void
UnitTests
::DeathExitCode(int status,
238
void
UnitTests
::DeathBySignal(int status,
250
void
UnitTests
::AssertionFailure(const char* expr, const char* file, int line) {
256
void
UnitTests
::IgnoreThisTest() {
/external/llvm/unittests/ExecutionEngine/JIT/
Makefile
1
##===-
unittests
/ExecutionEngine/JIT/Makefile --------------*- Makefile -*-===##
40
include $(LLVM_SRC_ROOT)/
unittests
/Makefile.unittest
/external/compiler-rt/lib/sanitizer_common/tests/
CMakeLists.txt
65
FOLDER "Sanitizer
unittests
")
113
# We use just-built clang to build sanitizer_common
unittests
, so we must
139
# Run
unittests
as a part of lit testsuite.
145
add_lit_testsuite(check-sanitizer "Running sanitizer library
unittests
"
149
set_target_properties(check-sanitizer PROPERTIES FOLDER "Sanitizer
unittests
")
/frameworks/compile/mclinker/unittests/
MemoryAreaTest.cpp
51
path.append("
unittests
/test3.txt");
66
path.append("
unittests
/test2.txt");
94
path.append("
unittests
/test3.txt") ;
110
path.append("
unittests
/test2.txt") ;
138
path.append("
unittests
/test2.txt") ;
MCRegionFragmentTest.cpp
47
path.append("
unittests
/test3.txt");
62
path.append("
unittests
/test3.txt");
/external/zlib/src/contrib/dotzlib/
readme.txt
5
for the checksum parts of zlib. See DotZLib/
UnitTests
.cs for examples.
20
The file DotZLib/
UnitTests
.cs contains unit tests for use with NUnit 2.1 or higher.
31
DotZLib/
UnitTests
.cs for instructions on how to include unit tests in the
/frameworks/base/packages/WAPPushManager/tests/
AndroidManifest.xml
21
package="com.android.smspush.
unitTests
">
54
<action android:name="com.android.smspush.
unitTests
.IDataVerify" />
64
com.android.smspush.
unitTests
/android.test.InstrumentationTestRunner"
/external/chromium/chrome/common/
launchd_mac.h
76
// Scaffolding for doing
unittests
with our singleton.
93
// Scaffolding for doing
unittests
with our singleton.
/external/chromium_org/chrome/common/mac/
launchd.h
76
// Scaffolding for doing
unittests
with our singleton.
93
// Scaffolding for doing
unittests
with our singleton.
/cts/tools/cts-native-scanner/tests/
run_unit_tests.sh
35
-cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.nativescanner.
UnitTests
"$@"
/external/chromium/base/
global_descriptors_posix.cc
37
// In order to make
unittests
pass, we define a default mapping from keys to
/external/chromium/chrome/browser/sync/sessions/
sync_session_context.cc
32
// In
unittests
, there may be no UI thread, so the above will fail.
/external/chromium_org/build/android/pylib/utils/
timeout_retry_unittest.py
5
"""
Unittests
for timeout_and_retry.py."""
/external/chromium_org/chrome/test/chromedriver/
key_converter.h
17
// Convenience functions for creating |KeyEvent|s. Used by
unittests
.
/external/chromium_org/content/browser/fileapi/
chrome_blob_storage_context.cc
29
// Check first to avoid memory leak in
unittests
.
Completed in 3957 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>