HomeSort by relevance Sort by last modified time
    Searched refs:multiple (Results 151 - 175 of 352) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 33 // Wraps highlightIfChanged for multiple conditions.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 358 bool RenderMenuList::multiple() const function in class:WebCore::RenderMenuList
360 return selectElement()->multiple();
RenderListBox.cpp 75 // Default size when the multiple attribute is present but size attribute is absent.
546 select->updateListBoxSelection(!select->multiple());
580 if (!select->multiple())
584 select->updateListBoxSelection(!select->multiple());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
heapProfiler.css 127 .heap-snapshot-view .data-grid div.heap-snapshot-multiple-values {
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 141 //To make sure the floor is air tight, we must be able to process multiple
  /external/libvorbis/doc/
09-helper.tex 8 The equations below are used in multiple places by the Vorbis codec
02-bitpacking.tex 30 size that is a grouped multiple of this smallest size.
52 Words are native groupings of multiple bytes. Several byte orderings
01-introduction.tex 80 reflects a desire to allow multiple decades of continuous encoder
133 Decoder setup consists of configuration of multiple, self-contained
158 multiple possible methods with the intention of choosing a method best
224 configuration generally refers to multiple codebooks in the codebook
335 Vorbis allows an encoder to set up multiple, numbered packet 'modes',
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 188 BEQ NO_UNALIGNED @in case that nWidht is multiple of 16
351 NO_UNALIGNED: @in case that nWidht is multiple of 16
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 141 * whose length is a multiple of two. Returns a string spanning multiple lines,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 143 // Sometimes, when playing multiple times, readyState is HAVE_METADATA.
203 // Remember the last event so that we can avoid multiple events firing
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 124 that may not exist in I<source-folder>. B<--mkdir> may appear multiple
134 multiple times.
151 include license agreements in other languages, in multiple languages,
161 disk images. B<--resource> may appear multiple times.
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 1071 Multiple = 2,
1120 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon13925
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1063 Multiple = 2,
1078 case Multiple: return TRACE_RETURN (u.multiple.dispatch (c));
1112 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon21374
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-setfp.s 231 @ If (offset - 4) is greater than 0x3f, then multiple 0x7f should be emitted.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 24 spans multiple physical lines. Also provides 'unreadline()' for
153 file spans multiple physical lines, the warning refers to the
165 may involve reading multiple physical lines concatenated into a
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 24 spans multiple physical lines. Also provides 'unreadline()' for
153 file spans multiple physical lines, the warning refers to the
165 may involve reading multiple physical lines concatenated into a
  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 96 UBool multiple; local
104 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
105 if(UTF16_NEED_MULTIPLE_UCHAR(c) != multiple){
utf8tst.c 136 UBool multiple; local
144 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
145 if(UTF8_NEED_MULTIPLE_UCHAR(c) != multiple){
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/icu4c/test/cintltst/
utf16tst.c 98 UBool multiple; local
106 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
107 if(UTF16_NEED_MULTIPLE_UCHAR(c) != multiple){
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_table.js 526 if (this.selectionModel.multiple) {
786 if (!this.selectionModel.multiple)
818 if (!this.selectionModel.multiple)
870 * Redraws the UI. Skips multiple consecutive calls.
910 // if this is a multiple click or Shift is pressed.

Completed in 916 milliseconds

1 2 3 4 5 67 8 91011>>