OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testFunction
(Results
1 - 10
of
10
) sorted by null
/external/compiler-rt/BlocksRuntime/tests/
recursive-block.c
31
voidVoid
testFunction
() {
47
voidVoid block =
testFunction
();
/external/chromium_org/v8/test/webkit/
dictionary-prototype-caching.js
80
function
testFunction
(o) {
90
testFunction
(subclass1);
91
shouldBeTrue("
testFunction
(subclass1)");
92
shouldBeTrue("
testFunction
(subclass2)");
95
shouldBeTrue("
testFunction
(subclass2)");
/external/chromium_org/chrome/test/base/
js2gtest.js
142
* will invoke the |testBody| for |testFixture|.|
testFunction
|.
144
* @param {string}
testFunction
The name of this test's function.
147
function TEST_F(testFixture,
testFunction
, testBody) {
168
print(testF + '(' + testFixture + ', ' +
testFunction
+ ') {');
177
print(' set_preload_test_name("' +
testFunction
+ '");');
180
testGenPreamble(testFixture,
testFunction
);
189
'"' +
testFunction
+ '"));');
191
testGenPostamble(testFixture,
testFunction
);
/external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp
354
UPerfFunction*
testFunction
= this->runIndexedTest( index, TRUE, name, par );
357
if(
testFunction
==NULL){
361
ops =
testFunction
->getOperationsPerIteration();
390
t =
testFunction
->time(loops,&status);
414
t =
testFunction
->time(loops, &status);
423
events =
testFunction
->getEventsPerIteration();
457
delete
testFunction
;
/external/icu4c/tools/ctestfw/
uperf.cpp
363
UPerfFunction*
testFunction
= this->runIndexedTest( index, TRUE, name, par );
366
if(
testFunction
==NULL){
370
ops =
testFunction
->getOperationsPerIteration();
399
t =
testFunction
->time(loops,&status);
423
t =
testFunction
->time(loops, &status);
432
events =
testFunction
->getEventsPerIteration();
466
delete
testFunction
;
/external/chromium_org/v8/test/mjsunit/
debug-stepin-call-function-stub.js
69
function
testFunction
() {
91
Debug.setBreakPoint(
testFunction
, 1, 0);
92
testFunction
();
/external/v8/test/mjsunit/
debug-stepin-call-function-stub.js
69
function
testFunction
() {
91
Debug.setBreakPoint(
testFunction
, 1, 0);
92
testFunction
();
/external/skia/tests/
PathOpsExtendedTest.cpp
464
const char*
testFunction
, bool twoPaths, SkMemoryWStream& outFile) {
491
outFile.writeText(
testFunction
);
533
const char
testFunction
[] = "testSimplifyx(path);";
534
outputToStream(pathStr, pathPrefix, nameSuffix,
testFunction
, false, stream);
669
const char
testFunction
[] = "testSimplify(path);";
677
outputToStream(pathStr, pathPrefix, nameSuffix,
testFunction
, false, rRamStream);
681
const char
testFunction
[] = "testOp(path);";
685
outputToStream(pathStr, NULL, nameSuffix,
testFunction
, true, rRamStream);
/external/clang/test/Analysis/
inline.cpp
212
void
testFunction
() {
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js
879
this.addTest = function(name,
testFunction
) {
880
tests.push({name: name, callback:
testFunction
, async: false});
884
this.addAsyncTest = function(name,
testFunction
) {
885
tests.push({name: name, callback:
testFunction
, async: true});
Completed in 851 milliseconds