OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timelimit
(Results
1 - 9
of
9
) sorted by null
/hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api_ex.h
82
TEEC_TimeLimit*
timeLimit
);
87
const TEEC_TimeLimit*
timeLimit
,
96
const TEEC_TimeLimit*
timeLimit
,
/external/chromium_org/v8/benchmarks/spinning-balls/
v.js
451
this.
timelimit
= create("input");
452
this.
timelimit
.setAttribute("value", "60");
454
table.appendChild(row(text("Time limit in seconds"), this.
timelimit
));
491
benchmarkTimeLimit = form.
timelimit
.value * 1000;
/external/v8/benchmarks/spinning-balls/
v.js
451
this.
timelimit
= create("input");
452
this.
timelimit
.setAttribute("value", "60");
454
table.appendChild(row(text("Time limit in seconds"), this.
timelimit
));
491
benchmarkTimeLimit = form.
timelimit
.value * 1000;
/hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c
751
const TEEC_TimeLimit*
timeLimit
,
767
if (
timeLimit
== NULL)
773
sCommand.sOpenClientSession.sTimeout = *(uint64_t*)
timeLimit
;
827
const TEEC_TimeLimit*
timeLimit
,
844
if (
timeLimit
== NULL)
850
sCommand.sInvokeClientCommand.sTimeout = *(uint64_t*)
timeLimit
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dqblk_xfs.h
90
* for the rest. In case these values are zero, the DQ_{F,B}
TIMELIMIT
values
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dqblk_xfs.h
90
* for the rest. In case these values are zero, the DQ_{F,B}
TIMELIMIT
values
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dqblk_xfs.h
90
* for the rest. In case these values are zero, the DQ_{F,B}
TIMELIMIT
values
/external/chromium_org/third_party/sqlite/src/test/
threadtest3.c
846
static double
timelimit
= 0.0;
variable
861
timelimit
= t + ((double)nMs)/(1000.0*60.0*60.0*24.0);
877
ret = (t >=
timelimit
);
[
all
...]
/external/libnfc-nci/src/nfc/int/
rw_int.h
146
TIMER_LIST_ENT timer; /* timer to set
timelimit
for the response to command */
[
all
...]
Completed in 148 milliseconds