OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestVar
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/tests/
test_var.h
14
class
TestVar
: public TestCase {
16
explicit
TestVar
(TestingInstance* instance) : TestCase(instance) {}
test_var.cc
26
bool
TestVar
::Init() {
32
void
TestVar
::RunTests(const std::string& filter) {
42
std::string
TestVar
::TestBasicString() {
78
std::string
TestVar
::TestInvalidAndEmpty() {
106
std::string
TestVar
::TestInvalidUtf8() {
116
std::string
TestVar
::TestNullInputInUtf8Conversion() {
150
std::string
TestVar
::TestValidUtf8() {
174
std::string
TestVar
::TestUtf8WithEmbeddedNulls() {
198
std::string
TestVar
::TestVarToUtf8ForWrongType() {
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_runtime_unittest.py
42
test_defined_js = "typeof(
testVar
) != 'undefined'"
50
self.assertEquals(self._tab.EvaluateJavaScript('
testVar
'), 'host')
53
"""Returns True if the context and
testVar
are both ready."""
61
def
TestVar
(context_id):
62
"""Waits for
testVar
and the context to be ready, then returns the value
63
of
testVar
."""
65
return self._tab.EvaluateJavaScriptInContext('
testVar
', context_id)
68
self.assertEquals(
TestVar
(context_id=starting_contexts+1), 'host')
71
iframe1 =
TestVar
(context_id=starting_contexts+2)
72
iframe2 =
TestVar
(context_id=starting_contexts+3
[
all
...]
/external/clang/test/SemaCXX/
constant-expression-cxx11.cpp
[
all
...]
Completed in 184 milliseconds