OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
926 - 950
of
7783
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/protobuf/gtest/samples/
sample8_unittest.cc
83
using ::
testing
::TestWithParam;
84
using ::
testing
::Bool;
85
using ::
testing
::Values;
86
using ::
testing
::Combine;
/external/protobuf/gtest/test/
gtest-param-test_test.cc
55
using ::
testing
::AddGlobalTestEnvironment;
56
using ::
testing
::Bool;
57
using ::
testing
::Message;
58
using ::
testing
::Range;
59
using ::
testing
::TestWithParam;
60
using ::
testing
::Values;
61
using ::
testing
::ValuesIn;
64
using ::
testing
::Combine;
70
using ::
testing
::internal::ParamGenerator;
71
using ::
testing
::internal::UnitTestOptions
[
all
...]
gtest-test-part_test.cc
37
using
testing
::Test;
38
using
testing
::TestPartResult;
39
using
testing
::TestPartResultArray;
45
// The test fixture for
testing
TestPartResult.
gtest_stress_test.cc
45
namespace
testing
{
namespace
101
// is for
testing
whether Google Test can handle failed assertions in a
145
} // namespace
testing
148
testing
::InitGoogleTest(&argc, argv);
/external/protobuf/src/google/protobuf/testing/
googletest.cc
32
// emulates google3/
testing
/base/public/googletest.cc
34
#include <google/protobuf/
testing
/googletest.h>
35
#include <google/protobuf/
testing
/file.h>
97
//
testing
. We cannot use tmpfile() or mkstemp() since we're creating a
/external/qemu/android/utils/
panic.h
29
/* Register a new panic handler. This should only be used for unit-
testing
*/
/external/valgrind/main/massif/tests/
filter_verbose
4
#
testing
the -v option.
thresholds.c
1
// This test is for
testing
that the --threshold options in both Massif and
/external/valgrind/main/none/docs/
nl-manual.xml
20
testing
.</para>
/external/webkit/LayoutTests/fast/dom/Attr/
child-nodes-length-cache.html
36
<div id="result">
Testing
...</div>
/external/webkit/LayoutTests/fast/dom/DOMImplementation/
createDocumentType-err-expected.txt
1
createDocument tests modeled after mozilla's
testing
/external/webkit/LayoutTests/fast/encoding/resources/
invalid-xml.js
7
debug("
Testing
: " + encodingTests[currentTest-1]);
/external/webkit/LayoutTests/http/tests/appcache/
foreign-fallback.html
5
<div id="result">
Testing
...</div>
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
word_boundary.js
50
//
testing
whether all boundary characters are matched when they should be
60
//
testing
whether all non-boundary characters are matched when they should be
72
//
testing
whether all boundary characters are not matched when they should not be
89
//
testing
whether all non-boundary characters are not matched when they should not be
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-159334.js
14
* The Original Code is JavaScript Engine
testing
utilities.
38
* SUMMARY:
Testing
script with at least 64K of different string literals
41
*
Testing
that script engine can handle scripts with at least 128K of different
55
var summary = '
Testing
script with at least 128K of different string literals';
/external/webkit/Source/WebCore/bindings/scripts/test/
TestMediaQueryListListener.idl
26
// This IDL file is for
testing
the bindings code generator with an interface
TestSerializedScriptValueInterface.idl
26
// This IDL file is for
testing
the bindings code generator and for tracking
/external/webkit/Source/WebCore/bridge/
test.js
3
myInterface.logMessage ("
Testing
properties:");
testM.js
3
myInterface.logMessage ("
Testing
properties:");
/external/webkit/Source/WebCore/manual-tests/
animation-with-transition.html
49
<p>
Testing
setting an animation while a transition is running, in the
keyboard-menukey-event.html
4
<title>Menu key
testing
</title>
scrollbar-hittest.html
7
<p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=5829">http://bugs.webkit.org/show_bug.cgi?id=5829</a> REGRESSION: cursor tracking and hit
testing
in scrollable block don't take borders into account</p>
/external/webkit/Source/WebCore/manual-tests/inspector/
console-dir.html
6
console.log("
Testing
console.dir:");
dom-mutation.html
14
div.textContent = "
Testing
" + (count++);
/external/webkit/Tools/QueueStatusServer/
__init__.py
3
# This __init__.py makes unit
testing
easier by allowing us to treat the entire server as one big module.
Completed in 301 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>