OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skipped
(Results
251 - 275
of
1980
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphDefElement.cpp
83
// and "i1" is
skipped
.
85
// "i1" if they are valid and "g1" and "g2" are
skipped
.
/external/chromium_org/third_party/angle/src/compiler/
IntermTraverse.cpp
13
// Node types can be
skipped
if their function to call is 0,
15
// Nodes with children can have their whole subtree
skipped
/external/chromium_org/third_party/skia/src/core/
SkBuffer.h
68
const void* skip(size_t size); // return start of
skipped
data
145
void* skip(size_t size); // return start of
skipped
data
/external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.cpp
40
size_t
skipped
= fileSize - fPos;
local
42
return
skipped
;
/external/chromium_org/v8/tools/
logreader.js
118
* Returns whether a particular dispatch must be
skipped
.
121
* @return {boolean} True if dispatch must be
skipped
.
/external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor.cc
74
(*statistics)["
skipped
-eviction-rounds"] =
125
// Check if
skipped
round
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/audio/plugins/
WAVLoader.java
166
int
skipped
= in.skipBytes(len);
local
167
if (
skipped
<= 0) {
/external/skia/dm/
DM.cpp
32
"~ causes a matching GM to always be
skipped
\n"
37
"it is
skipped
unless some list entry starts with ~");
/external/skia/src/core/
SkBuffer.h
68
const void* skip(size_t size); // return start of
skipped
data
145
void* skip(size_t size); // return start of
skipped
data
/external/skia/src/utils/win/
SkDWriteFontFileStream.cpp
40
size_t
skipped
= fileSize - fPos;
local
42
return
skipped
;
/external/v8/tools/
logreader.js
118
* Returns whether a particular dispatch must be
skipped
.
121
* @return {boolean} True if dispatch must be
skipped
.
/frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h
71
// to know if current frame needs to be
skipped
.
132
// frame needs to be
skipped
and this function just returns the value of mSkipCurrentFrame.
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DataInputStreamTest.java
557
int
skipped
= 0;
local
560
skipped
= dis.skipBytes(50000);
563
assertTrue("
Skipped
should report " + fileString.length() + " not "
564
+
skipped
,
skipped
== fileString.length());
/external/clang/include/clang/Lex/
PPCallbacks.h
54
/// \brief Callback invoked whenever a source file is
skipped
as the result
57
/// \param ParentFile The file that \#included the
skipped
file.
60
///
skipped
file.
244
/// \brief Hook called when a source range is
skipped
.
245
/// \param Range The SourceRange that was
skipped
. The range begins at the
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
Makefile.in
319
skipped
=""; \
322
skipped
="($$skip test was not run)"; \
324
skipped
="($$skip tests were not run)"; \
326
test `echo "$$
skipped
" | wc -c` -le `echo "$$banner" | wc -c` || \
327
dashes="$$
skipped
"; \
343
test -z "$$
skipped
" || echo "$${col}$$
skipped
$${std}"; \
/external/libcap-ng/libcap-ng-0.7/src/test/
Makefile.in
433
skipped
=""; \
436
skipped
="($$skip test was not run)"; \
438
skipped
="($$skip tests were not run)"; \
440
test `echo "$$
skipped
" | wc -c` -le `echo "$$banner" | wc -c` || \
441
dashes="$$
skipped
"; \
457
test -z "$$
skipped
" || echo "$${col}$$
skipped
$${std}"; \
/external/marisa-trie/tests/
Makefile.in
413
skipped
=""; \
416
skipped
="($$skip test was not run)"; \
418
skipped
="($$skip tests were not run)"; \
420
test `echo "$$
skipped
" | wc -c` -le `echo "$$banner" | wc -c` || \
421
dashes="$$
skipped
"; \
436
test -z "$$
skipped
" || echo "$$
skipped
"; \
/external/openfst/src/test/
Makefile.in
425
skipped
=""; \
428
skipped
="($$skip test was not run)"; \
430
skipped
="($$skip tests were not run)"; \
432
test `echo "$$
skipped
" | wc -c` -le `echo "$$banner" | wc -c` || \
433
dashes="$$
skipped
"; \
449
test -z "$$
skipped
" || echo "$${col}$$
skipped
$${std}"; \
/external/chromium_org/cc/output/
output_surface.cc
150
BeginFrameArgs
skipped
= frame_rate_controller_->SetActive(enable);
local
151
if (
skipped
.IsValid())
152
skipped_begin_impl_frame_args_ =
skipped
;
/external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc
142
printf("Test
skipped
, Aura always runs with GPU\n");
150
LOG(WARNING) << "Test
skipped
: GPU canvas tests do not run on XP.";
156
printf("Test
skipped
: requires gpu. Pass --enable-gpu on the command "
/external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater.cc
327
// its WeakPtr will be invalidated and
skipped
by StartNextJobs(). If |job|
344
// its WeakPtr will be invalidated and
skipped
by StartNextJobs(). If |job| is
361
// Some of the jobs may have been invalidated, and have to be
skipped
.
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java
188
int
skipped
= (int) cis.skip(2);
local
189
int ind =
skipped
;
190
int got =
skipped
+ cis.read(result, 0, 1); // the number of got bytes
/dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE_RANGE.S
44
bl common_abort @ (
skipped
due to ARM prefetch)
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java
92
// -- stuff that gets
skipped
/external/chromium/net/socket/
ssl_client_socket_mac.h
142
//
skipped
.
Completed in 694 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>