/development/tools/idegen/templates/ |
android.ipr | 80 <option name="PROJECT_PROFILE" value="Project Default" /> 85 <option name="myName" value="Project Default" /> 161 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 164 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 167 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 170 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 173 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 179 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 185 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 191 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" / [all...] |
/packages/apps/Contacts/ |
AndroidManifest.xml | 50 <category android:name="android.intent.category.DEFAULT" /> 61 <category android:name="android.intent.category.DEFAULT" /> 77 <category android:name="android.intent.category.DEFAULT" /> 84 <category android:name="android.intent.category.DEFAULT" /> 90 <category android:name="android.intent.category.DEFAULT" /> 94 <category android:name="android.intent.category.DEFAULT" /> 101 <category android:name="android.intent.category.DEFAULT" /> 107 <category android:name="android.intent.category.DEFAULT" /> 113 <category android:name="android.intent.category.DEFAULT" /> 126 <category android:name="android.intent.category.DEFAULT" /> [all...] |
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
DefaultHandler.java | 1 // DefaultHandler.java - default implementation of the core handlers. 23 * Default base class for SAX2 event handlers. 33 * applications: it provides default implementations for all of the 45 * instantiate this class to provide default handlers when the 66 // Default implementation of the EntityResolver interface. 74 * the SAX default behaviour: application writers can override it 83 * default behaviour. 100 // Default implementation of DTDHandler interface. 107 * <p>By default, do nothing. Application writers may override this 129 * <p>By default, do nothing. Application writers may override thi [all...] |
/external/apache-http/src/org/apache/http/entity/ |
AbstractHttpEntity.java | 77 * Protected default constructor. 88 * The default implementation returns the value of the 100 * The default implementation returns the value of the 111 * The default implementation returns the value of the 123 * The default implementation sets the value of the 135 * The default implementation calls 152 * The default implementation sets the value of the 164 * The default implementation calls 181 * The default implementation sets the value of the 193 * The default implementation does nothing i [all...] |
/external/bison/lib/ |
quotearg.h | 49 "like this" in the default C locale (ls --quoting-style=locale). */ 57 /* For now, --quoting-style=literal is the default, but this may change. */ 69 that contains the default quoting style options. */ 72 to O if O is not null, or to the default if O is null. 76 /* Get the value of O's quoting style. If O is null, use the default. */ 79 /* In O (or in the default if O is null), 83 /* In O (or in the default if O is null), 86 0 (the default) and 1 (which means to quote the character even if 92 If O is null, use the default. 108 Use the default quoting options [all...] |
/external/easymock/src/org/easymock/ |
EasyMockSupport.java | 33 * is enabled by default.
48 * is enabled by default.
67 * is disabled by default.
82 * is disabled by default.
102 * is disabled by default, and the mock object will return <code>0</code>,
118 * is disabled by default, and the mock object will return <code>0</code>,
138 * Creates a control, order checking is enabled by default.
149 * Creates a control, order checking is disabled by default.
160 * Creates a control, order checking is disabled by default, and the mock
216 * mock objects) and turn them to a mock with default behavior. For details, [all...] |
/external/guava/ |
guava.ipr | 136 <component name="CopyrightManager" default=""> 173 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 176 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 179 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 182 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 185 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 191 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 197 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 203 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> 209 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" [all...] |
/frameworks/base/core/java/android/preference/ |
RingtonePreference.java | 33 * If the user chooses the "Default" item, the saved string will be one of 97 * Returns whether to a show an item for the default sound/ringtone. 99 * @return Whether to show an item for the default sound/ringtone. 106 * Sets whether to show an item for the default sound/ringtone. The default 109 * @param showDefault Whether to show the default or not. 168 * By default, this saves the ringtone URI to the persistent storage as a 181 * By default, this restores the previous ringtone URI from the persistent 202 * matches either the persisted value or the default value. Since we 211 // If we are setting to the default value, we should persist it [all...] |
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngrTypes.h | 80 * TI recommended default: roaming is disabled 84 * TI recommended default: 30 seconds 87 * TI recommended default: 0 103 * TI recommended default: 20 106 * TI recommended default: 10 109 * TI recommended default: 2 Mbps 112 * TI recommended default: -80 dBm 115 * TI recommended default: 0 118 * TI recommended default: -80 121 * TI recommended default: -8 [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngrTypes.h | 80 * TI recommended default: roaming is disabled 84 * TI recommended default: 30 seconds 87 * TI recommended default: 0 103 * TI recommended default: 20 106 * TI recommended default: 10 109 * TI recommended default: 2 Mbps 112 * TI recommended default: -80 dBm 115 * TI recommended default: 0 118 * TI recommended default: -80 121 * TI recommended default: -8 [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
EmulatedFields.java | 41 // If this field has a default value (true) or something has been 107 * a value explicitly assigned and that it still holds a default value for 113 * @return {@code true} if {@code name} still holds its default value, 193 * default value {@code defaultValue} is returned instead. 199 * @return the value of the given field if it has been assigned, the default 208 // if not initialized yet, we give the default value 218 * receiver. If the field has not been assigned any value yet, the default 225 * @return the value of the given field if it has been assigned, the default 234 // if not initialized yet, we give the default value 245 * default value {@code defaultValue} is returned instead [all...] |
/external/apache-http/src/org/apache/http/message/ |
BasicLineFormatter.java | 68 * A default instance of this class, for use as default or fallback. 71 * The instance here provides non-customized, default behavior. 73 public final static BasicLineFormatter DEFAULT = new BasicLineFormatter(); 77 // public default constructor 104 * {@link #DEFAULT default} 112 formatter = BasicLineFormatter.DEFAULT; 164 * {@link #DEFAULT default} [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 145 for \emph{bunching.} The default time is 10 milliseconds (10,000,000 150 1 to 512 packets in size and by default we max a bunch to contain no 248 [ -d <dir> : --input-directory=<dir> ] Default: . 249 [ -D <dir> : --output-directory=<dir>] Default: . 250 [ -F : --find-traces ] Default: Off 251 [ -h : --help ] Default: Off 252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec 253 [ -M <pkts> : --max-pkts=<pkts> ] Default: 8 254 [ -o <base> : --output-base=<base> ] Default: replay 255 [ -v : --verbose ] Default: Of [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
ASN1TypeCollection.java | 40 public final Object[] DEFAULT; //TODO comment me 60 this.DEFAULT = new Object[type.length]; 73 * Sets a default value for a collection component. 76 * @param object - a component's default value 81 DEFAULT[index] = object; 90 * The default implementation throws RuntimeException.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/ |
RSASSAPSSparams.java | 46 * The default version 94 default: 123 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1, 124 * maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1, 125 * saltLength [2] INTEGER DEFAULT 20, 126 * trailerField [3] TrailerField DEFAULT trailerFieldBC
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLSocketFactory.java | 37 // The default SSL socket factory 43 * Returns the default {@code SSLSocketFactory} instance. The default is 46 * @return the default ssl socket factory instance. 107 * Returns the names of the cipher suites that are enabled by default. 109 * @return the names of the cipher suites that are enabled by default.
|
/external/bison/src/ |
vcg_defaults.h | 68 # define G_HIDDEN (-1) /* No default value. */ 122 # define N_LOCX (-1) /* Default unspcified */ 123 # define N_LOCY (-1) /* Default unspcified */ 125 # define N_VERTICAL_ORDER (-1) /* Default unspcified */ 126 # define N_HORIZONTAL_ORDER (-1) /* Default unspcified */ 134 # define N_FOLDING (-1) /* no explicit default value. */
|
/external/bluetooth/hcidump/parser/ |
hidp.c | 62 default: 84 default: 104 default: 120 default: 132 default: 161 default:
|
/external/e2fsprogs/intl/ |
textdomain.c | 53 /* Name of the default text domain. */ 56 /* Default text domain in which entries for gettext(3) are to be found. */ 76 /* Set the current default message catalog to DOMAINNAME. 77 If DOMAINNAME is null, return the current default. 78 If DOMAINNAME is "", reset to the default of "messages". */ 93 /* If domain name is the null string set to default domain "messages". */
|
/external/opencore/engines/player/config/core/ |
pv_player_config.h | 29 // Default 36 // Default 43 // Default 56 // Default 67 // Default 76 // Default is set to maximum value
|
/external/srec/srec/Semproc/include/ |
SR_SemanticGraphImpl.h | 120 * Default implementation. 124 * Default implementation. 128 * Default implementation. 132 * Default implementation. 136 * Default implementation. 140 * Default implementation.
|
/sdk/files/ |
devices.xml | 7 <d:default> 21 </d:default> 38 <d:default> 53 </d:default> 63 <d:default> 78 </d:default>
|
/sdk/templates/ |
build.template | 2 <project name="PROJECT_NAME" default="help"> 10 by the 'android' tool. This is the place to change some of the default property values 18 the name of the source directory. Default is 'src'. 20 the name of the output directory. Default is 'bin'. 31 <!-- The default.properties file is created and updated by the 'android' tool, as well 35 <property file="default.properties" />
|
/system/bluetooth/data/ |
main.conf | 6 # Default adaper name 14 # Default device class. Only the major and minor device class bits are 23 # The value is in seconds. Default is 180, i.e. 3 minutes. 28 # The value is in seconds. Default is 0. 32 # Use some other page timeout than the controller default one 61 # The link policy for connections. By default it's set to 15(0x000f) which is
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttAnnotationDefault.java | 28 /** {@code non-null;} the annotation default value */ 38 * @param value {@code non-null;} the annotation default value 60 * Gets the annotation default value.
|