HomeSort by relevance Sort by last modified time
    Searched full:lead (Results 26 - 50 of 1610) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/
index.html 7 <!-- but may lead to some differences in layout. -->
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
list.css 38 list:not([hasElementFocus]) > [lead][selected] {
44 list[hasElementFocus] > [lead][selected],
46 list:not([hasElementFocus]) > [selected][lead]:hover {
87 list > *:not(:hover):not([lead]) .close-button,
  /external/clang/test/SemaTemplate/
instantiate-decl-init.cpp 5 // CXXConstructExpr at definition time, which would lead to a failure at
  /external/llvm/test/CodeGen/X86/
switch-order-weight.ll 3 ; Check that the cases which lead to unreachable are checked after "10"
  /external/llvm/test/Other/
2002-03-11-ConstPropCrash.ll 3 ; can be bad, f.e. because constproping a terminator can lead to the
  /external/strace/
strace-graph 279 my ($pid, $lead) = @_;
303 print "$lead [$elapsed] @$argv\n";
306 print "$lead @$argv\n";
310 if ($lead =~ /-$/) {
311 display_pid_trace($$elem[1], "$lead--+--");
313 display_pid_trace($$elem[1], "$lead +--");
316 display_pid_trace($$elem[1], "$lead `--");
318 display_pid_trace($$elem[1], "$lead +--");
322 $lead =~ s/\`--/ /g;
323 $lead =~ s/-/ /g
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_single_selection_model_test.html 75 assertEquals('lead', 98, sm.leadIndex);
87 assertEquals('lead', 10, sm.leadIndex);
list.js 109 * is needed. Note that lead item is allowed to have a different height, to
119 * The height of the lead item, which is allowed to have a different height
122 * when the height of the lead item is changed with {@code set
277 * The height of the lead item.
525 * Handles a change of the lead item from the selection model.
533 element.lead = false;
538 element.lead = true;
540 // If the lead item has a different height than other items, then we
545 // lead item is the last item, will move the scrollTop up since it
596 * into account lead item. May vary in the case of multiple columns
    [all...]
  /external/chromium_org/third_party/icu/source/common/
bmpset.h 97 * One byte per ASCII character, or trail byte in lead position.
109 * lead=c{10..6}
111 * it is set.contains(c)==(table7FF[trail] bit lead)
123 * lead=c{15..12}
125 * test bits (lead+16) and lead in bmpBlockBits[t1].
utrie.c 395 * with the lead surrogates indexing this compact area.
397 * Duplicate the index values for lead surrogates:
415 /* copy the lead surrogate indexes into a temporary array */
419 * set all values for lead surrogate code *units* to leadUnitValue
423 * the respective lead units
447 * In case the first lead surrogate has significant data,
450 * lead surrogate indexes.
457 /* there is data, treat the full block for a lead surrogate */
462 /* printf("supplementary data for lead surrogate U+%04lx\n", (long)(0xd7c0+(c>>10))); */
470 * if different from the value for the lead surrogate code point
    [all...]
utrie2.h 40 * - Still separate data for lead surrogate code _units_ vs. code _points_,
41 * but the lead surrogate code unit values are not required any more
46 * in the lead surrogate data for the associated supplementary code points.
499 * A UTrie2 stores separate values for lead surrogate code _units_ vs. code _points_.
506 * code points associated with a lead surrogate.
508 * lead surrogate code _unit_, with utrie2_set32ForLeadSurrogateCodeUnit().
512 * data and the code unit is a lead surrogate, then check if a trail surrogate
515 * or UTRIE2_GET32_FROM_SUPP(); otherwise reset the lead
518 * If there is only trivial data for lead and trail surrogates, then processing
524 * Get a value from a lead surrogate code unit as stored in the trie
    [all...]
  /external/icu4c/common/
bmpset.h 97 * One byte per ASCII character, or trail byte in lead position.
109 * lead=c{10..6}
111 * it is set.contains(c)==(table7FF[trail] bit lead)
123 * lead=c{15..12}
125 * test bits (lead+16) and lead in bmpBlockBits[t1].
utrie.cpp 395 * with the lead surrogates indexing this compact area.
397 * Duplicate the index values for lead surrogates:
415 /* copy the lead surrogate indexes into a temporary array */
419 * set all values for lead surrogate code *units* to leadUnitValue
423 * the respective lead units
447 * In case the first lead surrogate has significant data,
450 * lead surrogate indexes.
457 /* there is data, treat the full block for a lead surrogate */
462 /* printf("supplementary data for lead surrogate U+%04lx\n", (long)(0xd7c0+(c>>10))); */
470 * if different from the value for the lead surrogate code point
    [all...]
utrie2.h 41 * - Still separate data for lead surrogate code _units_ vs. code _points_,
42 * but the lead surrogate code unit values are not required any more
47 * in the lead surrogate data for the associated supplementary code points.
500 * A UTrie2 stores separate values for lead surrogate code _units_ vs. code _points_.
507 * code points associated with a lead surrogate.
509 * lead surrogate code _unit_, with utrie2_set32ForLeadSurrogateCodeUnit().
513 * data and the code unit is a lead surrogate, then check if a trail surrogate
516 * or UTRIE2_GET32_FROM_SUPP(); otherwise reset the lead
519 * If there is only trivial data for lead and trail surrogates, then processing
525 * Get a value from a lead surrogate code unit as stored in the trie
    [all...]
  /external/srec/srec/include/
fpi_tgt.h 54 #define POINTER_GAP(PKT, LEAD, LAG) ((((LEAD) - (LAG)) & (PKT)->stackMask)/(PKT)->frameSize)
61 #define POINTER_GAP(PKT, LEAD, LAG) ((LEAD) >= (LAG) ? ((LEAD) - (LAG))/(PKT)->frameSize : ((PKT)->featuresInStack + (LEAD) - (LAG))/(PKT)->frameSize)
  /external/chromium_org/third_party/icu/source/common/unicode/
utf16.h 53 * Is this code unit a lead surrogate (U+d800..U+dbff)?
78 * is it a lead surrogate?
102 * from its lead and trail surrogates.
104 * lead and trail surrogates.
106 * @param lead lead surrogate (U+d800..U+dbff)
111 #define U16_GET_SUPPLEMENTARY(lead, trail) \
112 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
116 * Get the lead surrogate (0xd800..0xdbff) for a
119 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/icu4c/common/unicode/
utf16.h 51 * Is this code unit a lead surrogate (U+d800..U+dbff)?
76 * is it a lead surrogate?
100 * from its lead and trail surrogates.
102 * lead and trail surrogates.
104 * @param lead lead surrogate (U+d800..U+dbff)
109 #define U16_GET_SUPPLEMENTARY(lead, trail) \
110 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
114 * Get the lead surrogate (0xd800..0xdbff) for a
117 * @return lead surrogate (U+d800..U+dbff) for supplementar
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
comment.js 75 var lead = options.blockCommentLead || mode.blockCommentLead;
76 if (lead != null) for (var i = from.line + 1; i <= end; ++i)
78 self.replaceRange(lead + pad, Pos(i, 0));
121 var lead = options.blockCommentLead || mode.blockCommentLead;
139 if (lead) for (var i = start + 1; i <= end; ++i) {
140 var line = self.getLine(i), found = line.indexOf(lead);
142 var foundEnd = found + lead.length;
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 74 /* number of lead bytes */
90 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
109 /* The lead byte start values. */
120 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
121 #define BOCU1_LENGTH_FROM_LEAD(lead) \
122 ((BOCU1_START_NEG_2<=(lead) && (lead)<BOCU1_START_POS_2) ? 1 : \
123 (BOCU1_START_NEG_3<=(lead) && (lead)<BOCU1_START_POS_3) ? 2 : \
124 (BOCU1_START_NEG_4<=(lead) && (lead)<BOCU1_START_POS_4) ? 3 : 4
287 int32_t result, m, lead, count, shift; local
    [all...]
  /external/icu4c/test/cintltst/
bocu1tst.c 75 /* number of lead bytes */
91 /* number of lead bytes for positive and negative 2/3/4-byte sequences */
110 /* The lead byte start values. */
121 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
122 #define BOCU1_LENGTH_FROM_LEAD(lead) \
123 ((BOCU1_START_NEG_2<=(lead) && (lead)<BOCU1_START_POS_2) ? 1 : \
124 (BOCU1_START_NEG_3<=(lead) && (lead)<BOCU1_START_POS_3) ? 2 : \
125 (BOCU1_START_NEG_4<=(lead) && (lead)<BOCU1_START_POS_4) ? 3 : 4
288 int32_t result, m, lead, count, shift; local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
options_page.css 217 list:not([hasElementFocus]) > [lead][selected] {
223 list[hasElementFocus] > [lead][selected],
225 list:not([hasElementFocus]) > [selected][lead]:hover {
230 list[hasElementFocus] > [lead],
231 list[hasElementFocus] > [lead][selected] {
236 list[hasElementFocus] > [lead]:nth-child(2),
237 list[hasElementFocus] > [lead][selected]:nth-child(2) {
241 list[hasElementFocus] > [lead]:nth-last-child(2),
242 list[hasElementFocus] > [lead][selected]:nth-last-child(2) {
246 list[disabled] > [lead][selected]
    [all...]
  /external/chromium/chrome/browser/resources/shared/css/
table.css 5 .table[hasElementFocus] > list > [lead] {
15 .table[hasElementFocus] > list > [lead][selected],
  /external/chromium_org/ui/webui/resources/css/
table.css 9 .table[hasElementFocus] > list > [lead] {
19 .table[hasElementFocus] > list > [lead][selected],
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list.js 109 * is needed. Note that lead item is allowed to have a different height, to
119 * The height of the lead item, which is allowed to have a different height
122 * when the height of the lead item is changed with {@code set
273 * The height of the lead item.
522 * Handles a change of the lead item from the selection model.
530 element.lead = false;
535 element.lead = true;
537 // If the lead item has a different height than other items, then we
542 // lead item is the last item, will move the scrollTop up since it
599 * into account lead item. May vary in the case of multiple columns
    [all...]
  /external/chromium/chrome/browser/
chrome_browser_application_mac.h 15 // application, i.e., begins a process which may lead to termination. This

Completed in 1015 milliseconds

12 3 4 5 6 7 8 91011>>