OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lead
(Results
151 - 175
of
1610
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/docs/
relnotes-6.4.2.html
51
<li>fixed TNL initialization bug which could
lead
to crash (bug 5791)
/external/qemu/android/
display.c
37
*
lead
to calls to android_display_update()
/external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.h
39
// font for any of the provided cmap ids which would
lead
to a font with no
/external/v8/test/mjsunit/
debug-compile-event-newfunction.js
63
// Create a function from its body text. It will
lead
to an eval.
global-const-var-conflicts.js
29
// is silently ignored (and does not
lead
to exceptions).
/external/wpa_supplicant_8/wpa_supplicant/
autoscan.c
101
* Firing first scan, which will
lead
to call autoscan_notify_scan.
/frameworks/base/docs/html/training/improving-layouts/
index.jd
32
implemented poorly, your layout can
lead
to a memory hungry application with slow UIs. The Android
/external/chromium_org/ui/webui/resources/js/cr/ui/
list.js
53
* is needed. Note that
lead
item is allowed to have a different height, to
579
* Handles a change of the
lead
item from the selection model.
587
element.
lead
= false;
592
element.
lead
= true;
595
// If the
lead
item has a different height than other items, then we
600
//
lead
item is the last item, will move the scrollTop up since it
823
* possibility that the
lead
item may be a different height.
[
all
...]
list_single_selection_model.js
21
// True if any item could be
lead
or anchor. False if only selected ones.
49
* Setter also changes
lead
and anchor indexes if value is nonegative.
/external/chromium_org/third_party/icu/source/common/
ucnv_u8.c
156
* - use only trail bytes after a
lead
byte (checked above)
157
* - use the right number of trail bytes for a given
lead
byte
284
* - use only trail bytes after a
lead
byte (checked above)
285
* - use the right number of trail bytes for a given
lead
byte
401
/* this is an unpaired trail or
lead
code unit */
528
/* this is an unpaired trail or
lead
code unit */
712
* - use only trail bytes after a
lead
byte (checked above)
713
* - use the right number of trail bytes for a given
lead
byte
743
/* offsets for n-byte UTF-8 sequences that were calculated with ((
lead
<<6)+trail)<<6+trail... */
823
/* stop converting before the
lead
byte if there are not enough trail bytes for it *
[
all
...]
utrie2_impl.h
108
* plus the part of the index-2 table for
lead
surrogate code points,
131
* Just using a boolean flag for "repeat use" could
lead
to data array overflow
ucnv_u16.c
92
/* the last buffer ended with a
lead
surrogate, output the surrogate pair */
218
/* unmatched
lead
surrogate */
291
* and the preceding, unmatched
lead
surrogate was put into toUBytes[]
346
/* unmatched
lead
surrogate, handle here for consistent toUBytes[] */
356
* used for the
lead
unit's bytes
459
/* unmatched
lead
surrogate */
532
/* unmatched
lead
surrogate */
691
/* the last buffer ended with a
lead
surrogate, output the surrogate pair */
817
/* unmatched
lead
surrogate */
890
* and the preceding, unmatched
lead
surrogate was put into toUBytes[
[
all
...]
/external/icu4c/common/
ucnv_u8.c
159
* - use only trail bytes after a
lead
byte (checked above)
160
* - use the right number of trail bytes for a given
lead
byte
287
* - use only trail bytes after a
lead
byte (checked above)
288
* - use the right number of trail bytes for a given
lead
byte
404
/* this is an unpaired trail or
lead
code unit */
531
/* this is an unpaired trail or
lead
code unit */
715
* - use only trail bytes after a
lead
byte (checked above)
716
* - use the right number of trail bytes for a given
lead
byte
746
/* offsets for n-byte UTF-8 sequences that were calculated with ((
lead
<<6)+trail)<<6+trail... */
825
/* stop converting before the
lead
byte if there are not enough trail bytes for it *
[
all
...]
ucharstrieiterator.cpp
149
//
lead
unit with a match node which we have to evaluate
151
// Instead, keep pos_ on the node
lead
unit itself.
utrie2_impl.h
108
* plus the part of the index-2 table for
lead
surrogate code points,
131
* Just using a boolean flag for "repeat use" could
lead
to data array overflow
ucnv_u16.c
92
/* the last buffer ended with a
lead
surrogate, output the surrogate pair */
218
/* unmatched
lead
surrogate */
291
* and the preceding, unmatched
lead
surrogate was put into toUBytes[]
346
/* unmatched
lead
surrogate, handle here for consistent toUBytes[] */
356
* used for the
lead
unit's bytes
459
/* unmatched
lead
surrogate */
532
/* unmatched
lead
surrogate */
691
/* the last buffer ended with a
lead
surrogate, output the surrogate pair */
817
/* unmatched
lead
surrogate */
890
* and the preceding, unmatched
lead
surrogate was put into toUBytes[
[
all
...]
/bionic/libc/tzcode/
strftime.c
745
register int
lead
;
local
750
lead
= a / DIVISOR + b / DIVISOR + trail / DIVISOR;
752
if (trail < 0 &&
lead
> 0) {
754
--
lead
;
755
} else if (
lead
< 0 && trail > 0) {
757
++
lead
;
760
if (
lead
== 0 && trail < 0)
762
else pt = _conv(
lead
, getformat(modifier, "%02d",
/development/samples/AppNavigation/res/values/
strings.xml
40
<string name="intermediate_description">This activity is a parent for the example content viewer activity. Navigating up from the content viewer will
lead
here. Navigating up from here will
lead
back to the app navigation home activity. Note that if you reached this activity by navigating up from the example content viewer activity, you are back on the main app navigation example task. Press the button below to navigate to the content viewer activity.</string>
/development/samples/SupportAppNavigation/res/values/
strings.xml
40
<string name="intermediate_description">This activity is a parent for the example content viewer activity. Navigating up from the content viewer will
lead
here. Navigating up from here will
lead
back to the app navigation home activity. Note that if you reached this activity by navigating up from the example content viewer activity, you are back on the main app navigation example task. Press the button below to navigate to the content viewer activity.</string>
/external/bison/lib/
closeout.c
68
pipe reader and should
lead
to a diagnostic and a nonzero exit status.
75
and should not
lead
to a diagnostic message. */
printf-parse.c
113
/* Overflow, would
lead
to out of memory. */ \
170
/* n too large, would
lead
to out of memory later. */
247
/* n too large, would
lead
to out of memory later. */
304
/* n too large, would
lead
to out of memory
590
/* Overflow, would
lead
to out of memory. */
/external/chromium_org/chrome/browser/sync/glue/
device_info.h
68
// would
lead
to a stable unique id for a device which can potentially
114
// Exposing |guid| would
lead
to a stable unique id for a device which
/external/chromium_org/sync/sessions/
nudge_tracker.cc
69
// LOCAL could
lead
to incorrect behaviour. This is part of the reason why
84
// about the source. Overriding this source with LOCAL could
lead
to
/external/flac/libFLAC/
format.c
201
"
Lead
artist/
lead
performer/soloist",
422
if(violation) *violation = "CD-DA cue sheet must have a
lead
-in length of at least 2 seconds";
426
if(violation) *violation = "CD-DA cue sheet
lead
-in length must be evenly divisible by 588 samples";
432
if(violation) *violation = "cue sheet must have at least one track (the
lead
-out)";
437
if(violation) *violation = "CD-DA cue sheet must have a
lead
-out track number 170 (0xAA)";
456
if(i == cue_sheet->num_tracks-1) /* the
lead
-out track... */
457
*violation = "CD-DA cue sheet
lead
-out offset must be evenly divisible by 588 samples";
/libcore/luni/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java
30
* lock will
lead
to performance improvements over the use of a mutual
62
* short and infrequent. Reader preference is less common as it can
lead
to
Completed in 1742 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>