OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timing
(Results
126 - 150
of
676
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/css/
StyleSheet.cpp
62
// it's not ideal because it makes the CSSOM's behavior depend on the
timing
of garbage collection.
/external/webkit/Source/WebCore/loader/
MainResourceLoader.cpp
139
ASSERT(documentLoader()->
timing
()->redirectCount);
178
ASSERT(documentLoader()->
timing
()->fetchStart);
180
DocumentLoadTiming* documentLoadTiming = documentLoader()->
timing
();
182
// Check if the redirected url is allowed to access the redirecting url's
timing
information.
473
ASSERT(!documentLoader()->
timing
()->responseEnd);
474
documentLoader()->
timing
()->responseEnd = finishTime ? finishTime : (m_timeOfLastDataReceived ? m_timeOfLastDataReceived : currentTime());
587
ASSERT(documentLoader()->
timing
()->navigationStart);
588
ASSERT(!documentLoader()->
timing
()->fetchStart);
589
documentLoader()->
timing
()->fetchStart = currentTime();
/external/webkit/Source/WebCore/page/
Performance.cpp
83
PerformanceTiming* Performance::
timing
() const
function in class:WebCore::Performance
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
README
45
Timing
results (all times in user CPU seconds):
/frameworks/base/core/java/android/content/pm/
MacAuthenticatedInputStream.java
49
* Attempt to prevent
timing
attacks by doing the same amount of work
/frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp
33
// Saves the parameters of the test (so we can print them out when we finish the
timing
.)
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java
19
* "accelerate" and "decelerate" are float values in the
timing
draft and
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
time.h
1
/* System-dependent
timing
definitions. Generic version.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
time.h
1
/* System-dependent
timing
definitions. Generic version.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
time.h
1
/* System-dependent
timing
definitions. Generic version.
/external/dropbear/libtommath/
makefile.shared
101
timing
: $(LIBNAME)
102
gcc $(CFLAGS) -DTIMER demo/
timing
.c $(LIBNAME_S) -o ltmtest
/external/libusb_aah/
configure.ac
134
[use timerfd for
timing
(default auto)])],
146
AC_MSG_CHECKING([whether to use timerfd for
timing
])
/external/openssl/crypto/des/
FILES0
22
/* Testing and
timing
programs. */
24
speed.c - Source for libdes.a
timing
program.
/external/openssl/crypto/rsa/
rsa_oaep.c
114
* for side-channel attacks (e.g.
timing
if 'plen' is huge
132
* to avoid leaking
timing
info about the value of lzero. */
/external/srtp/crypto/test/
auth_driver.c
133
/* tmmhv2
timing
test */
145
printf("
timing
%s (tag length %d)\n",
/external/webkit/PerformanceTests/XSSFilter/
large-post-many-events.html
22
document.getElementById("score").textContent = window.performance.
timing
.domContentLoadedEventStart - window.performance.
timing
.responseStart;
/external/webkit/Source/WebCore/manual-tests/
crash-and-no-repaint-after-wake-from-sleep.html
42
-webkit-animation-
timing
-function: linear;
51
-webkit-animation-
timing
-function: linear;
no-repaint-after-wake-from-sleep.html
41
-webkit-animation-
timing
-function: linear;
50
-webkit-animation-
timing
-function: linear;
/frameworks/native/opengl/libagl/
dxt.cpp
18
#define
TIMING
0
20
#if
TIMING
21
#include <sys/time.h> // for optimization
timing
31
#define
TIMING
0
137
#if
TIMING
182
#if
TIMING
602
#if
TIMING
627
#if
TIMING
/external/llvm/lib/Support/
Timer.cpp
1
//===-- Timer.cpp - Interval
Timing
Support -------------------------------===//
10
// Interval
Timing
implementation.
267
// print the
timing
data.
322
// Print out
timing
header.
349
// Loop through all of the
timing
data, printing it out.
/external/webkit/Source/WebCore/inspector/front-end/
Resource.js
207
if (this.
timing
&& this.
timing
.requestTime) {
338
get
timing
()
343
set
timing
(x)
346
// Take startTime and responseReceivedTime from
timing
data for better accuracy.
347
//
Timing
's requestTime is a baseline in seconds, rest of the numbers there are ticks in millis.
352
this.dispatchEventToListeners("
timing
changed");
/external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt
105
useful for
timing
the preprocessor.
111
for
timing
the cost of the parser without including AST building
115
useful for
timing
AST building vs -parse-noop.
/external/srtp/
Makefile.in
169
# the target 'plot' runs the
timing
test (test/srtp_driver -t) then
171
# '
timing
'
174
test/srtp_driver -t >
timing
.dat
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py
[
all
...]
/frameworks/base/core/java/android/animation/
ValueAnimator.java
31
* This class provides a simple
timing
engine for running animations
34
* <p>There is a single
timing
pulse that all animations use. It runs in a
83
// The static sAnimationHandler processes the internal
timing
loop on which all animations
528
* This custom, static handler handles the
timing
pulse that is shared by
683
* run off of a single
timing
loop.
685
* The frame delay may be ignored when the animation system uses an external
timing
699
* run off of a single
timing
loop.
701
* The frame delay may be ignored when the animation system uses an external
timing
[
all
...]
Completed in 673 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>