OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entire
(Results
751 - 775
of
5570
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/go/darwin-x86/src/image/
image.go
133
// Opaque scans the
entire
image and reports whether it is fully opaque.
245
// Opaque scans the
entire
image and reports whether it is fully opaque.
344
// Opaque scans the
entire
image and reports whether it is fully opaque.
456
// Opaque scans the
entire
image and reports whether it is fully opaque.
548
// Opaque scans the
entire
image and reports whether it is fully opaque.
643
// Opaque scans the
entire
image and reports whether it is fully opaque.
735
// Opaque scans the
entire
image and reports whether it is fully opaque.
817
// Opaque scans the
entire
image and reports whether it is fully opaque.
903
// Opaque scans the
entire
image and reports whether it is fully opaque.
994
// Opaque scans the
entire
image and reports whether it is fully opaque
[
all
...]
/prebuilts/go/linux-x86/src/image/
image.go
133
// Opaque scans the
entire
image and reports whether it is fully opaque.
245
// Opaque scans the
entire
image and reports whether it is fully opaque.
344
// Opaque scans the
entire
image and reports whether it is fully opaque.
456
// Opaque scans the
entire
image and reports whether it is fully opaque.
548
// Opaque scans the
entire
image and reports whether it is fully opaque.
643
// Opaque scans the
entire
image and reports whether it is fully opaque.
735
// Opaque scans the
entire
image and reports whether it is fully opaque.
817
// Opaque scans the
entire
image and reports whether it is fully opaque.
903
// Opaque scans the
entire
image and reports whether it is fully opaque.
994
// Opaque scans the
entire
image and reports whether it is fully opaque
[
all
...]
/external/pcre/dist/doc/html/
pcrepartial.html
31
function matches as far as it goes, but is too short to match the
entire
47
user interface than a check that is delayed until the
entire
string has been
313
though there would be a match for "aug23" if the
entire
string were given at
329
be added to the previous subject string, and the
entire
match re-run, starting
343
DFA matching functions, the
entire
matching string must always be available,
476
problem if a standard matching function is used, because the
entire
match has
486
the
entire
match can also be used with the DFA matching functions. Another
/external/javasqlite/src/main/java/SQLite/
Database.java
285
* Convenience method to retrieve an
entire
result
325
* Convenience method to retrieve an
entire
result
337
* Convenience method to retrieve an
entire
result
378
* Convenience method to retrieve an
entire
result
392
* Convenience method to retrieve an
entire
result
/external/chromium-trace/catapult/third_party/Paste/docs/
url-parsing-with-wsgi.txt
89
the
entire
framework/application.
169
parse the
entire
path -- it just finds the *next* application, which
291
entire
path (as a list of segments).
/external/google-breakpad/src/processor/
static_range_map_unittest.cc
120
// Attempt to fill the
entire
space. The
entire
space must be filled with
124
// to fill the space because the
entire
size of the space could only be
/external/icu/android_icu4j/src/main/java/android/icu/text/
CompoundTransliterator.java
403
// compoundLimit is the limit value for the
entire
compound
409
// compoundStart is the start for the
entire
compound
484
// process the
entire
text.
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
CompoundTransliterator.java
402
// compoundLimit is the limit value for the
entire
compound
408
// compoundStart is the start for the
entire
compound
483
// process the
entire
text.
/external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.cpp
90
// Keyboard and mouse navigation only apply when occupying the
entire
window
182
/// this page is active and occupies the
entire
window. Used to detect keyboard navigation
225
/// page is active and occupies the
entire
window. Used to detect browser-style next and
/external/tcpdump/
print-cnfp.c
195
* Make sure we have the
entire
record.
286
* Make sure we have the
entire
record.
383
* Make sure we have the
entire
record.
/external/xmlrpcpp/src/
XmlRpcClient.cpp
320
// If we haven't gotten the
entire
header yet, return (keep reading)
356
// If we dont have the
entire
response yet, read available data
363
// If we haven't gotten the
entire
_response yet, return (keep reading)
/packages/apps/Contacts/src/com/android/contacts/editor/
CompactKindSectionView.java
207
* @param hideWhenEmpty If true, the
entire
section will be hidden if all inputs are empty,
436
* then the
entire
section is hidden.
469
// Determine if the
entire
kind section should be visible
/external/libavc/encoder/
ime_distortion_metrics.c
432
* compute the distortion of the
entire
block set u4_max_sad to USHRT_MAX.
513
* compute the distortion of the
entire
block set u4_max_sad to USHRT_MAX.
586
* compute the distortion of the
entire
block set u4_max_sad to USHRT_MAX.
652
* compute the distortion of the
entire
block set u4_max_sad to USHRT_MAX.
716
* compute the distortion of the
entire
block set u4_max_sad to USHRT_MAX.
793
* compute the distortion of the
entire
block set u4_max_sad to USHRT_MAX.
[
all
...]
ih264e_mc.c
105
* @remarks Assumes half pel buffers for the
entire
frame are populated.
288
* @remarks Assumes half pel and quarter pel buffers for the
entire
frame are
/bionic/libc/arch-arm64/generic/bionic/
memmove.S
166
* 64 bytes per line this ensures the
entire
loop is in one line. */
296
* 64 bytes per line this ensures the
entire
loop is in one line. */
/development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java
200
//
entire
state file
210
// Whichever one is altered, we rewrite the
entire
UI state
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
SemiVariance.java
169
* This method calculates {@link SemiVariance} for the
entire
array against the mean, using
208
* This method calculates {@link SemiVariance} for the
entire
array against the mean, using
/external/clang/lib/Format/
FormatToken.cpp
101
// Format the
entire
list.
138
// assuming that the
entire
sequence is put on a single line.
/external/icu/android_icu4j/src/main/java/android/icu/impl/text/
RbnfScannerProviderImpl.java
227
// Also it seems that if we consume the
entire
prefix, that's ok even
228
// if we've consumed the
entire
string, so I switched the logic to
/external/icu/icu4c/source/i18n/
anytrans.cpp
76
* be USCRIPT_INVALID_CODE if and only if the
entire
text is
164
// Return TRUE even if the
entire
text is COMMON / INHERITED, in
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java
131
* (the context is the start context of the
entire
expanse)
133
* (the context is the end context of the
entire
expanse)
/external/libcxxabi/www/
index.html
134
(as in there must be only one type info per type in the
entire
application).
137
there must be only one <code>std::exception type_info</code> in the
entire
app.
/external/libjpeg-turbo/
jpegtran.1
106
transformation set. As stated, transpose is able to flip the
entire
image
267
The
entire
image is read into memory and then written out again, even in
/external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp
90
// Measure each MBB and compute a size for the
entire
function.
113
// If the
entire
function is smaller than the displacement of a branch field,
/external/regex-re2/re2/
bitstate.cc
266
// Only need to check end point, because this
entire
280
// If we used the
entire
text, no longer match is possible.
Completed in 2129 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>