HomeSort by relevance Sort by last modified time
    Searched full:lead (Results 126 - 150 of 2191) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/test/webkit/
this-non-object-proto.js 25 'This test checks that setting a non-object, non-null value for this.__proto__ does not lead to a crash when setting a property on the this object.'
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ad8232.cxx 50 // A return of 0 indicates a Lead Off (LO) condition.
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
ad8232.js 33 // A return of 0 indicates a Lead Off (LO) condition.
  /libnativehelper/include/nativehelper/
ScopedFd.h 55 // Using TEMP_FAILURE_RETRY will either lead to EBADF or closing someone else's fd.
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehiclePropValuesParcelable.java 27 * Handling this as array of single entry can lead into having multiple Blob,
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.pom 24 <role>Lead</role>
  /prebuilts/tools/common/m2/repository/org/jboss/weld/weld-api-parent/1.0/
weld-api-parent-1.0.pom 53 <role>Project Lead</role>
  /system/connectivity/shill/supplicant/
supplicant_eap_state_handler.h 54 // The stored TLS error type which may lead to an EAP failure.
  /docs/source.android.com/src/source/
roles.jd 63 <h2 id="project-leads">Project Lead</h2>
67 leads are Google employees. A project lead for an individual project is
71 <p>Lead all technical aspects of the project, including the project roadmap,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IntTrieBuilder.java 662 * with the lead surrogates indexing this compact area.
664 * Duplicate the index values for lead surrogates:
674 // copy the lead surrogate indexes into a temporary array
678 // set all values for lead surrogate code *units* to leadUnitValue
682 // the respective lead units
707 // In case the first lead surrogate has significant data,
711 // lead surrogate indexes.
716 // there is data, treat the full block for a lead surrogate
722 // if different from the value for the lead surrogate code
723 // point, set it for the lead surrogate code uni
    [all...]
TrieBuilder.java 56 * This function calculates a lead surrogate's value including a
64 * if it can be assumed that few lead surrogates have associated data.
71 * lead surrogate.
130 * Number of index (stage 1) entries per lead surrogate.
259 * possible duplicate entries for 1024 lead surrogates.)
TrieIterator.java 213 // the lead surrogate and trail surrogate can not be in the
216 // skip lead surrogate code units,
217 // go to lead surrogate codepoints
264 // this piece is only called when we are in the middle of a lead
285 // lead surrogate access
290 // no entries for a whole block of lead surrogates
314 // enumerate trail surrogates for this lead surrogate
319 // no data for this lead surrogate
426 // enumerate code points for this lead surrogate
480 * Lead surrogate minimum valu
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java 660 * with the lead surrogates indexing this compact area.
662 * Duplicate the index values for lead surrogates:
672 // copy the lead surrogate indexes into a temporary array
676 // set all values for lead surrogate code *units* to leadUnitValue
680 // the respective lead units
705 // In case the first lead surrogate has significant data,
709 // lead surrogate indexes.
714 // there is data, treat the full block for a lead surrogate
720 // if different from the value for the lead surrogate code
721 // point, set it for the lead surrogate code uni
    [all...]
TrieBuilder.java 54 * This function calculates a lead surrogate's value including a
62 * if it can be assumed that few lead surrogates have associated data.
69 * lead surrogate.
128 * Number of index (stage 1) entries per lead surrogate.
257 * possible duplicate entries for 1024 lead surrogates.)
TrieIterator.java 212 // the lead surrogate and trail surrogate can not be in the
215 // skip lead surrogate code units,
216 // go to lead surrogate codepoints
263 // this piece is only called when we are in the middle of a lead
284 // lead surrogate access
289 // no entries for a whole block of lead surrogates
313 // enumerate trail surrogates for this lead surrogate
318 // no data for this lead surrogate
425 // enumerate code points for this lead surrogate
479 * Lead surrogate minimum valu
    [all...]
  /packages/services/Car/car-lib/src/android/car/
CarAppContextManager.java 32 * lead into other app to stop.
98 * registering multiple times will lead into only the last listener to be active.
161 * registering multiple times will lead into only the last listener to be active.
  /external/icu/icu4c/source/common/
ucnvbocu.cpp 63 /* number of lead bytes */
79 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
98 /* The lead byte start values. */
109 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
110 #define BOCU1_LENGTH_FROM_LEAD(lead) \
111 ((BOCU1_START_NEG_2<=(lead) && (lead)<BOCU1_START_POS_2) ? 1 : \
112 (BOCU1_START_NEG_3<=(lead) && (lead)<BOCU1_START_POS_3) ? 2 : \
113 (BOCU1_START_NEG_4<=(lead) && (lead)<BOCU1_START_POS_4) ? 3 : 4
    [all...]
utf_impl.c 49 * lead bytes above 0xf4 are illegal.
241 /* no lead byte at all */
249 /* lead byte, this will always end the loop */
267 /* the lead byte does not match the number of trail bytes */
268 /* only set the position to the lead byte if it would
normalizer2impl.h 40 JAMO_L_BASE=0x1100, /* "lead" jamo */
284 * Might skip only a lead surrogate rather than the whole surrogate pair if none of
285 * the supplementary code points associated with the lead surrogate have non-zero FCD data.
331 /** Returns TRUE if the single-or-lead code unit c might have non-zero FCD data. */
332 UBool singleLeadMightHaveNonZeroFCD16(UChar32 lead) const {
333 // 0<=lead<=0xffff
334 uint8_t bits=smallFCD[lead>>8];
336 return (UBool)((bits>>((lead>>5)&7))&1);
651 * Gets the 16-bit FCD value (lead & trail CCs) for a code point, for u_getIntPropertyValue().
727 * The trie has a value for each lead surrogate code unit representing the "worst case
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 884 register int lead; local
910 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
913 if (trail < 0 && lead > 0) {
915 --lead;
916 } else if (lead < 0 && trail > 0) {
918 ++lead;
920 if (lead == 0)
922 else (void) printf("%d%d", lead, ((trail < 0) ? -trail : trail));
987 register int lead; local
995 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetEncoderICU.java 838 * a lead surrogate followed by a trail surrogate. This method can change
850 * @param lead
    [all...]
  /external/e2fsprogs/intl/
printf-parse.c 96 /* Overflow, would lead to out of memory. */ \
151 /* n too large, would lead to out of memory later. */
221 /* n too large, would lead to out of memory later. */
278 /* n too large, would lead to out of memory
510 /* Overflow, would lead to out of memory. */
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 366 UChar32 lead=m.char32At(0); local
368 if(getCC(lead)!=0) {
373 (long)start, (long)lead);
378 // Insert (trail, composite) pair into compositions list for the lead character.
380 Norm *leadNorm=createNorm(lead);
395 (long)start, (long)lead, (long)trail);
703 UChar32 lead= c<=0xffff ? c : U16_LEAD(c); local
704 smallFCD[lead>>8]|=(uint8_t)1<<((lead>>5)&7);
845 UChar32 lead= c<=0xffff ? c : U16_LEAD(c) local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UTF16.java 56 * <li> <strong>Naming:</strong> For clarity, High and Low surrogates are called <code>Lead</code>
109 * Lead surrogate minimum value
119 * Lead surrogate maximum value
139 * Lead surrogate bitmask
154 * Lead surrogate bits
224 char lead = source.charAt(offset16); local
225 if (lead >= LEAD_SURROGATE_MIN_VALUE && lead <= LEAD_SURROGATE_MAX_VALUE) {
226 return Character.toCodePoint(lead, single);
278 char lead = source.charAt(offset16) local
328 char lead = source.charAt(offset16); local
382 char lead = source[offset16]; local
429 char lead = source.charAt(offset16); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UTF16.java 55 * <li> <strong>Naming:</strong> For clarity, High and Low surrogates are called <code>Lead</code>
116 * Lead surrogate minimum value
130 * Lead surrogate maximum value
158 * Lead surrogate bitmask
173 * Lead surrogate bits
244 char lead = source.charAt(offset16); local
245 if (lead >= LEAD_SURROGATE_MIN_VALUE && lead <= LEAD_SURROGATE_MAX_VALUE) {
246 return Character.toCodePoint(lead, single);
299 char lead = source.charAt(offset16) local
350 char lead = source.charAt(offset16); local
405 char lead = source[offset16]; local
453 char lead = source.charAt(offset16); local
    [all...]

Completed in 1021 milliseconds

1 2 3 4 56 7 8 91011>>