/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
mock.py | 59 'DEFAULT' 82 DEFAULT = sentinel.DEFAULT 99 def __init__(self, spec=None, side_effect=None, return_value=DEFAULT, 128 if self._return_value is DEFAULT: 153 ret_val = DEFAULT 161 if ret_val is DEFAULT: 164 if self._wraps is not None and self._return_value is DEFAULT: 166 if ret_val is DEFAULT: 230 if patching.new is DEFAULT [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
HtmlStripFunction.java | 38 DEFAULT, IN_AMP, IN_TAG 100 State state = State.DEFAULT; 107 case DEFAULT: 115 default: 125 state = State.DEFAULT; 132 state = State.DEFAULT; 149 state = State.DEFAULT;
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-return-qualifiers.cpp | 124 enum Enum { DEFAULT }; 126 Enum e1() { return DEFAULT; } 129 const Enum e2() { return DEFAULT; }
|
type_visibility.cpp | 10 #define DEFAULT __attribute__((visibility("default"))) 13 #define TYPE_DEFAULT __attribute__((type_visibility("default"))) 156 struct DEFAULT TYPE_HIDDEN A {
|
/external/chromium/chrome/browser/ |
defaults.cc | 53 SessionStartupPref::DEFAULT;
|
/external/chromium/chrome/browser/prefs/ |
session_startup_pref.h | 21 DEFAULT,
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
PSource.java | 66 * The instance of <code>PSpecified</code> with the default value 69 public static final PSpecified DEFAULT = new PSpecified();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureStroke.java | 86 // Default GestureStroke parameters. 87 public static final GestureStrokeParams DEFAULT = new GestureStrokeParams(); 90 // These parameter values are default and intended for testing. 107 DEFAULT.mStaticTimeThresholdAfterFastTyping); 110 DEFAULT.mDetectFastMoveSpeedThreshold); 113 DEFAULT.mDynamicThresholdDecayDuration); 116 DEFAULT.mDynamicTimeThresholdFrom); 119 DEFAULT.mDynamicTimeThresholdTo); 122 DEFAULT.mDynamicDistanceThresholdFrom); 125 DEFAULT.mDynamicDistanceThresholdTo) [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
NetscapeDraftHeaderParser.java | 47 public final static NetscapeDraftHeaderParser DEFAULT = new NetscapeDraftHeaderParser(); 55 this.nvpParser = BasicHeaderValueParser.DEFAULT;
|
/frameworks/base/drm/java/android/drm/ |
DrmStore.java | 114 * The default constuctor should have not been exposed. 155 * The default constuctor should have not been exposed. 165 * The default action. 167 public static final int DEFAULT = 0x00; 201 case DEFAULT: 216 * The default constuctor should have not been exposed. 244 * The default constuctor should have not been exposed. 251 * The default constuctor should have not been exposed.
|
/libcore/luni/src/main/java/java/text/ |
DateFormat.java | 80 * The format style constant defining the default format style. The default 83 public static final int DEFAULT = 2; 350 * the DEFAULT style for the default locale. 352 * @return the {@code DateFormat} instance for the default style and locale. 355 return getDateInstance(DEFAULT); 360 * the specified style for the user's default locale. 361 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>". 363 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT [all...] |
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 38 Channel.DEFAULT = Channel.STABLE 62 # their default caches will override each other. This is bad! 104 # if there's no subdirectory, choose the default channel 109 channel = Channel.DEFAULT 110 if(Channel.DEFAULT == Channel.TRUNK): 127 # if the subdirectory doesn't correspond to a channel, use the default 129 channel = Channel.DEFAULT 130 if(Channel.DEFAULT == Channel.TRUNK): 230 self.response.out.write("<br/>Testing DEFAULT<br/>") 231 temp = Channel.DEFAULT [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Typeface.java | 32 /** The default NORMAL typeface object */ 33 public static final Typeface DEFAULT; 35 * The default BOLD typeface object. Note: this may be not actually be 40 /** The NORMAL style of the default sans serif typeface. */ 42 /** The NORMAL style of the default serif typeface. */ 44 /** The NORMAL style of the default monospace typeface. */ 78 * If null is passed for the name, then the "default" font will be chosen. 95 * null, this selects from the default font's family. 134 * Returns one of the default typeface objects, based on the specified style 136 * @return the default typeface that corresponds to the styl [all...] |
/cts/tools/dasm/src/dasm/ |
sym.java | 56 static final int DEFAULT = 63;
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailProviderHelper.java | 44 /** Default sort order returned by DB. (Typically Ascending, but no guarantees made). */ 45 DEFAULT
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeader.java | 117 // no need for non-default formatting in toString() 118 return BasicLineFormatter.DEFAULT.formatHeader(null, this).toString();
|
BasicRequestLine.java | 90 // no need for non-default formatting in toString() 91 return BasicLineFormatter.DEFAULT
|
BasicStatusLine.java | 115 // no need for non-default formatting in toString() 116 return BasicLineFormatter.DEFAULT
|
BasicHeaderValueFormatter.java | 56 * A default instance of this class, for use as default or fallback. 59 * The instance here provides non-customized, default behavior. 62 BasicHeaderValueFormatter DEFAULT = new BasicHeaderValueFormatter(); 81 // public default constructor 92 * for the {@link #DEFAULT default} 101 formatter = BasicHeaderValueFormatter.DEFAULT; 161 * for the {@link #DEFAULT default} [all...] |
/external/libvpx/libvpx/examples/ |
gen_example_code.sh | 43 @DEFAULT)
|
gen_example_text.sh | 67 @DEFAULT)
|
/frameworks/rs/driver/linkloader/lib/ |
ELFSymbol.cpp | 23 default: return "(UNKNOWN)"; 47 default: return "(UNKNOWN)"; 66 default: return "(UNKNOWN)"; 71 CASE(DEFAULT)
|
/libcore/luni/src/main/java/java/security/spec/ |
PSSParameterSpec.java | 30 * The default parameter specification. It specifies the following parameters: 39 public static final PSSParameterSpec DEFAULT = new PSSParameterSpec(20); 54 * and the default values.
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AndroidClockTextView.java | 50 sStandardTypeface = Typeface.DEFAULT;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
State.java | 31 this(text, StateView.DEFAULT);
|