OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testFunction
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/test/mjsunit/
debug-stepin-call-function-stub.js
69
function
testFunction
() {
91
Debug.setBreakPoint(
testFunction
, 1, 0);
92
testFunction
();
/external/compiler-rt/test/BlocksRuntime/
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/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/icu/icu4c/source/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/clang/test/Analysis/
inline.cpp
213
void
testFunction
() {
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp
413
const char
testFunction
[] = "testSimplifyx(path);";
414
outputToStream(state, pathStr, pathPrefix, nameSuffix,
testFunction
, stream);
607
const char
testFunction
[] = "testSimplifyx(path);";
620
outputToStream(state, pathStr, pathPrefix, nameSuffix,
testFunction
, outFile);
624
outputToStream(state, pathStr, pathPrefix, nameSuffix,
testFunction
, outRam);
631
const char*
testFunction
= testFunc.c_str();
634
SkDebugf(" %s\n",
testFunction
);
643
outputToStream(state, pathStr, NULL, nameSuffix,
testFunction
, outFile);
647
outputToStream(state, pathStr, NULL, nameSuffix,
testFunction
, outRam);
660
const char*
testFunction
, SkWStream& outFile)
[
all
...]
/external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp
413
const char
testFunction
[] = "testSimplifyx(path);";
414
outputToStream(state, pathStr, pathPrefix, nameSuffix,
testFunction
, stream);
607
const char
testFunction
[] = "testSimplifyx(path);";
620
outputToStream(state, pathStr, pathPrefix, nameSuffix,
testFunction
, outFile);
624
outputToStream(state, pathStr, pathPrefix, nameSuffix,
testFunction
, outRam);
631
const char*
testFunction
= testFunc.c_str();
634
SkDebugf(" %s\n",
testFunction
);
643
outputToStream(state, pathStr, NULL, nameSuffix,
testFunction
, outFile);
647
outputToStream(state, pathStr, NULL, nameSuffix,
testFunction
, outRam);
660
const char*
testFunction
, SkWStream& outFile)
[
all
...]
Completed in 923 milliseconds