OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testFunction
(Results
1 - 6
of
6
) sorted by null
/external/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/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/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/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java
388
Function
testFunction
= testProvider.getTestCmd(meth);
389
if (
testFunction
== null) {
393
if (
testFunction
.getOperationsPerIteration() < 1) {
400
long loops = getIteration(meth,
testFunction
);
415
t = performLoops(
testFunction
, loops);
417
events =
testFunction
.getEventsPerIteration();
422
+
testFunction
.getOperationsPerIteration());
425
+
testFunction
.getOperationsPerIteration() + " events: " + events);
430
+
testFunction
.getOperationsPerIteration());
433
+
testFunction
.getOperationsPerIteration() + " " + events)
[
all
...]
Completed in 212 milliseconds