OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timing
(Results
26 - 50
of
676
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
prctl.h
43
/* Get/set whether we use statistical process
timing
or accurate timestamp
44
* based process
timing
*/
48
statistical process
timing
*/
50
process
timing
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
prctl.h
43
/* Get/set whether we use statistical process
timing
or accurate timestamp
44
* based process
timing
*/
48
statistical process
timing
*/
50
process
timing
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
prctl.h
43
/* Get/set whether we use statistical process
timing
or accurate timestamp
44
* based process
timing
*/
48
statistical process
timing
*/
50
process
timing
*/
/external/proguard/src/proguard/gui/splash/
Timing.java
24
* This interface maps a time to a normalized
timing
between 0 and 1.
28
interface
Timing
31
* Returns the
timing
for the given time.
SawToothTiming.java
24
* This
Timing
ramps up linearly from 0 to 1 in a given repeated time interval.
28
public class SawToothTiming implements
Timing
46
// Implementation for
Timing
.
SineTiming.java
24
* This
Timing
varies between 0 and 1, as a sine wave over time.
28
public class SineTiming implements
Timing
46
// Implementation for
Timing
.
/external/bison/lib/
timevar.def
1
/* This file contains the definitions for
timing
variables used to -*- C -*-
23
/* This file contains
timing
variable definitions, used by timevar.h
30
where ID is the enumeral value used to identify the
timing
/external/dropbear/
TODO
11
- check that there aren't
timing
issues with valid/invalid user authentication
/external/dropbear/libtommath/logs/
README
4
make
timing
; ltmtest
/external/iproute2/include/linux/can/
netlink.h
18
* CAN bit-
timing
parameters
20
* For futher information, please read chapter "8 BIT
TIMING
36
* CAN harware-dependent bit-
timing
constant
38
* Used for calculating and checking bit-
timing
parameters
/external/kernel-headers/original/linux/can/
netlink.h
16
* CAN bit-
timing
parameters
18
* For further information, please read chapter "8 BIT
TIMING
34
* CAN harware-dependent bit-
timing
constant
36
* Used for calculating and checking bit-
timing
parameters
/external/webkit/Source/WebCore/page/
PerformanceNavigation.cpp
86
DocumentLoadTiming*
timing
= loader->
timing
();
87
if (
timing
->hasCrossOriginRedirect)
90
return
timing
->redirectCount;
/external/chromium/chrome/browser/net/
load_timing_observer.cc
28
// enough for the load
timing
info.
119
response->response_head.load_timing = record->
timing
;
136
// Only record
timing
for entries with corresponding flag.
146
LOG(WARNING) << "The load
timing
observer url request count has grown "
153
record.
timing
.base_time = TimeTicksToTime(time);
167
ResourceLoadTimingInfo&
timing
= record->
timing
;
172
timing
.proxy_start = TimeTicksToOffset(time, record);
174
timing
.proxy_end = TimeTicksToOffset(time, record);
184
timing
.connect_start = TimeTicksToOffset(it->second.connect_start
[
all
...]
load_timing_observer_unittest.cc
140
// Test that net::URLRequest with no load
timing
flag is not processed.
262
ASSERT_EQ(2000, record->
timing
.proxy_start);
263
ASSERT_EQ(5000, record->
timing
.proxy_end);
287
ASSERT_EQ(2000, record->
timing
.connect_start);
288
ASSERT_EQ(5000, record->
timing
.connect_end);
320
ASSERT_EQ(1000, record->
timing
.dns_start);
321
ASSERT_EQ(3000, record->
timing
.dns_end);
346
ASSERT_EQ(2000, record->
timing
.send_start);
347
ASSERT_EQ(7000, record->
timing
.send_end);
372
ASSERT_EQ(2000, record->
timing
.receive_headers_start)
[
all
...]
/external/skia/tools/
PictureBenchmark.h
28
* Draw the provided SkPicture fRepeats times while collecting
timing
data, and log the output
38
* If true, tells run to log separate
timing
data for each individual tile. Each tile will be
/dalvik/tests/055-enum-performance/src/
Main.java
8
boolean
timing
= (args.length >= 1) && args[0].equals("--
timing
");
9
run(
timing
);
12
static public void run(boolean
timing
) {
37
System.out.println("
Timing
is acceptable.");
40
timing
= true;
43
if (
timing
) {
/external/webkit/Source/WebCore/manual-tests/
animate-none.html
18
-webkit-animation-
timing
-function: linear;
37
-webkit-animation-
timing
-function: linear;
56
-webkit-animation-
timing
-function: linear;
75
-webkit-animation-
timing
-function: linear;
94
-webkit-animation-
timing
-function: linear;
104
-webkit-animation-
timing
-function: linear;
114
-webkit-animation-
timing
-function: linear, linear;
/external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.css
18
-webkit-animation-
timing
-function: linear;
/external/compiler-rt/test/timing/
floatdidf.c
1
#include "
timing
.h"
floatdisf.c
1
#include "
timing
.h"
floatdixf.c
1
#include "
timing
.h"
floatundidf.c
1
#include "
timing
.h"
floatundisf.c
1
#include "
timing
.h"
floatundixf.c
1
#include "
timing
.h"
time
27
echo "
Timing
$FILE for $ARCH"
Completed in 816 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>