HomeSort by relevance Sort by last modified time
    Searched refs:Auto (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/harfbuzz_ng/test/shaping/
hb-diff-colorize 5 formatter = ColorFormatter.Auto (sys.argv)
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_internal.h 38 #undef Auto
  /external/webkit/Source/WebCore/platform/
Length.h 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic };
43 : m_intValue(0), m_quirk(false), m_type(Auto), m_isFloat(false)
125 case Auto:
142 case Auto:
155 case Auto:
171 bool isAuto() const { return type() == Auto; }
175 bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intrinsic; }
  /external/webkit/Source/WebCore/bridge/
npruntime_internal.h 38 #undef Auto
  /external/openssl/
build-config.mk 0 # Auto-generated - DO NOT EDIT!
Apps-config.mk 0 # Auto-generated - DO NOT EDIT!
Ssl-config.mk 0 # Auto-generated - DO NOT EDIT!
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 2 # Auto-generated sample makefile
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 85 Auto,
  /external/openssl/crypto/asn1/
charmap.pl 67 /* Auto generated with chartype.pl script.
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 2 # Auto-generated sample makefile
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.h 39 enum SkLengthType { Undefined, Auto, Relative,
61 type = Auto;
152 // When fixed element is undefined or auto, the render layer's position
  /external/openssl/crypto/bn/
bn_prime.pl 22 # /* Auto generated by bn_prime.pl */
33 /* Auto generated by bn_prime.pl */
  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.cpp 119 Font::setCodePath(complex ? Font::Complex : Font::Auto);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 }
eapol_auth_dump.c 21 case Auto: return "Auto";
eapol_auth_sm.c 199 sm->portMode = Auto;
368 if ((sm->portControl == Auto && sm->portMode != sm->portControl) ||
533 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
618 if (sm->portControl != Auto || sm->initialize ||
657 if (sm->initialize || sm->portControl != Auto) {
800 sm->portControl = Auto;
  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 41 property. A value of 'auto' (for both 'display: table' and 'display:
47 1. A column element with a value other than 'auto' for the 'width'
51 'auto' for the 'width' property sets the width for that column. If
88 m_width.fill(Length(Auto));
170 if (m_width[cCol + i].isAuto() && w.type() != Auto) {
262 // If there are no auto columns, or if the total is too wide, take
287 // Divide the remaining width among the auto columns.
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 42 Font::CodePath Font::s_codePath = Auto;
275 if (s_codePath != Auto)
Font.h 157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow };
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 57 , m_preload(MediaPlayer::Auto)
235 m_preload = MediaPlayer::Auto;

Completed in 1143 milliseconds

1 2 3 4