HomeSort by relevance Sort by last modified time
    Searched full:default (Results 76 - 100 of 11587) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebKitTools/WebKitLauncherWin/
Resource.h 8 // Next default values for new objects
  /packages/apps/Contacts/tests/res/xml/
iconset.xml 4 <icon-default android:icon="@drawable/default_icon" />
  /system/core/toolbox/
start.c 14 /* default to "start zygote" "start runtime" */
stop.c 13 /* default to "stop runtime" "stop zygote" */
  /external/dhcpcd/
README 23 You can change the default dir with these knobs.
28 We now default to using -std=c99. For 64-bit linux, this always works, but
38 Not all the hooks in dhcpcd-hooks are installed by default.
39 By default we install 01-test, 10-mtu, 20-resolv.conf and 30-hostname.
48 We don't install this by default.
52 dhcpcd-3 enabled DUID support by default - this has changed in dhcpcd-4.
55 If CMDLINE_COMPAT is defined the we renable DUID support by default IF
59 dhcpcd no longer sends a default ClientID for ethernet interfaces.
61 To retain the old behaviour of sending a default ClientID based on the
63 If CMDLINE_COMPAT is defined, we renable the sending of ClientID by default
    [all...]
  /external/webkit/WebKitTools/Scripts/
build-webkit 63 define => "ENABLE_3D_CANVAS", default => (isAppleMacWebKit() && !isTiger()), value => \$threeDCanvasSupport },
66 define => "ENABLE_3D_RENDERING", default => (isAppleMacWebKit() && !isTiger()), value => \$threeDRenderingSupport },
69 define => "ENABLE_CHANNEL_MESSAGING", default => 1, value => \$channelMessagingSupport },
72 define => "ENABLE_CLIENT_BASED_GEOLOCATION", default => isAppleWebKit(), value => \$clientBasedGeolocationSupport },
75 define => "", default => 0, value => \$coverageSupport },
78 define => "ENABLE_DATABASE", default => 1, value => \$databaseSupport },
81 define => "ENABLE_DATAGRID", default => 0, value => \$datagridSupport },
84 define => "ENABLE_DATALIST", default => 1, value => \$datalistSupport },
87 define => "ENABLE_DOM_STORAGE", default => 1, value => \$domStorageSupport },
90 define => "ENABLE_EVENTSOURCE", default => 1, value => \$eventsourceSupport }
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
IssuingDistributionPoint.java 12 * onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
13 * onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
15 * indirectCRL [4] BOOLEAN DEFAULT FALSE,
16 * onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }
80 default:
  /dalvik/tests/052-verifier-fun/src/
Main.java 29 default: return null;
46 default: return null;
63 default: return null;
77 default: return null;
102 default:
  /external/dropbear/
dropbear.8 21 before user login (default: none).
27 for the dss host key (default: /etc/dropbear/dropbear_dss_host_key).
35 for the rsa host key (default: /etc/dropbear/dropbear_rsa_host_key).
70 up to 10 can be specified (default 22 if none specified).
81 default is /var/run/dropbear.pid
  /external/kernel-headers/original/linux/
zconf.h 13 that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
15 the default memory requirements from 256K to 128K, compile with
20 that is, 32K for windowBits=15 (default value) plus a few kilobytes
38 /* default windowBits for decompression. MAX_WBITS is for compression only */
43 /* default memLevel */
  /external/skia/src/xml/
SkXMLPullParser.cpp 61 default:
71 default:
84 default:
95 default:
108 default:
  /external/icu4c/i18n/
regexcst.txt 58 default term doPatStart
78 default errorDeath doRuleError
92 default expr-cont
102 default term
113 default open-paren
117 default open-paren-extended
126 default term ^expr-quant doOpenCaptureParen
145 default errorDeath doBadOpenParenType
150 default errorDeath doBadOpenParenType
159 default n paren-commen
    [all...]
  /external/v8/test/mjsunit/
switch.js 38 default: return "f1";
43 assertEquals("f1", f1(0), "default-switch.0");
44 assertEquals("f1", f1(1), "default-switch.1");
61 default:
62 r = "default";
69 assertEquals("default", f2(7), "0-1-switch.2");
70 assertEquals("default", f2(-1), "0-1-switch.-1");
71 assertEquals("default", f2(NaN), "0-1-switch.NaN");
72 assertEquals("default", f2(Math.pow(2,34)), "0-1-switch.largeNum");
73 assertEquals("default", f2("0"), "0-1-switch.string")
    [all...]
  /frameworks/base/tests/LotsOfApps/
AndroidManifest.xml 13 <category android:name="android.intent.category.DEFAULT" />
20 <category android:name="android.intent.category.DEFAULT" />
27 <category android:name="android.intent.category.DEFAULT" />
34 <category android:name="android.intent.category.DEFAULT" />
41 <category android:name="android.intent.category.DEFAULT" />
48 <category android:name="android.intent.category.DEFAULT" />
55 <category android:name="android.intent.category.DEFAULT" />
62 <category android:name="android.intent.category.DEFAULT" />
69 <category android:name="android.intent.category.DEFAULT" />
76 <category android:name="android.intent.category.DEFAULT" />
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface.java 35 /** The default NORMAL typeface object */
36 public static Typeface DEFAULT;
38 * The default BOLD typeface object. Note: this may be not actually be
43 /** The NORMAL style of the default sans serif typeface. */
45 /** The NORMAL style of the default serif typeface. */
47 /** The NORMAL style of the default monospace typeface. */
88 * If null is passed for the name, then the "default" font will be chosen.
114 * null, this selects from the default font's family.
135 * Returns one of the default typeface objects, based on the specified style
137 * @return the default typeface that corresponds to the styl
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 32 // The default SSL socket factory
38 * Returns the default {@code SSLServerSocketFactory} instance. The default
42 * @return the default {@code SSLServerSocketFactory} instance.
90 * Returns the names of the cipher suites that are enabled by default.
92 * @return the names of the cipher suites that are enabled by default
  /external/bluetooth/bluez/src/
main.conf 6 # Default adaper name
11 # Default device class. Only the major and minor device class bits are
16 # The value is in seconds. Default is 180, i.e. 3 minutes.
21 # The value is in seconds. Default is 0.
25 # Use some other page timeout than the controller default one
54 # The link policy for connections. By default it's set to 0x000f which is
  /external/icu4c/common/
rbbirpt.txt 64 default term ^break-rule-end doExprStart
72 default errorDeath doRuleError
81 default reverse-rule ^break-rule-end doReverseDir
85 default errorDeath doRuleError
89 default option-scan3 doOptionEnd
94 default errorDeath doRuleError
98 default term ^break-rule-end doExprStart
113 default errorDeath doRuleError
123 default expr-mod doCheckVarDef
135 default expr-cont
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 11 DEFAULT_GW=`netstat -rn | awk '($1 == "default"){print $2}'`
34 if=`netstat -rn|awk '($1 == "default"){print $7}'`
36 route delete default
38 route add default ${DEFAULT_GW} -ifa ${LOCAL_ADDR}
42 route delete default
45 route add default gw ${DEFAULT_GW}
phase1-up.sh 10 DEFAULT_GW=`netstat -rn | awk '($1 == "default"){print $2}'`
35 if=`netstat -rn|awk '($1 == "default"){print $7}'`
37 route delete default
38 route add default ${DEFAULT_GW} -ifa ${INTERNAL_ADDR4}
44 route delete default
46 route add default gw ${DEFAULT_GW} dev ${if}:1
  /external/srec/srec/Semproc/include/
SR_SemanticProcessorImpl.h 60 * Default implementation.
64 * Default implementation.
68 * Default implementation.
72 * Default implementation.
76 * Default implementation.
80 * Default implementation.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-004.js 54 SwitchTest( new Boolean( true ), "default" );
55 SwitchTest( new Boolean(false ), "default" );
56 SwitchTest( new String( "A" ), "default" );
57 SwitchTest( new Number( 0 ), "default" );
65 default: result += "default"; break;
  /external/webkit/WebKit/qt/tests/qwebframe/resources/
testiframe.html 45 <div id="content1">You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
46 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
47 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
48 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
49 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
50 You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.</div>
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
HandlerBase.java 1 // SAX default handler base class.
9 * Default base class for handlers.
18 * <p>This class implements the default behaviour for four SAX1
27 * instantiate this class to provide default handlers when the
52 // Default implementation of the EntityResolver interface.
60 * the SAX default behaviour: application writers can override it
69 * default behaviour.
84 // Default implementation of DTDHandler interface.
91 * <p>By default, do nothing. Application writers may override this
110 * <p>By default, do nothing. Application writers may override thi
    [all...]
  /external/bison/src/
vcg.h 179 Default is none. */
192 Default values are unspecified. */
205 Default is unspecified. */
211 Default are width and height of the label. */
224 Default are 1,1. */
228 /* folding specifies the default folding of the nodes. The folding k
245 Default is none. */
251 Default is box. */
256 Default is center. */
263 Default is 2. *
    [all...]

Completed in 257 milliseconds

1 2 34 5 6 7 8 91011>>