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

1 2 3

  /external/webkit/WebCore/html/
HTMLAreaElement.h 40 bool isDefault() const { return m_shape == Default; }
68 enum Shape { Default, Poly, Rect, Circle, Unknown };
HTMLAreaElement.cpp 56 if (equalIgnoringCase(attr->value(), "default"))
57 m_shape = Default;
95 // Default should default to the size of the containing object.
97 if (m_shape == Default)
112 if (!m_coords && m_shape != Default)
156 case Default:
  /external/dhcpcd/mk/
cc.mk 3 # Setup some good default CFLAGS
6 # Default to using the C99 standard
  /hardware/ti/wlan/wl1271/stad/build/linux/
Makefile 109 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /system/wlan/ti/wilink_6_1/stad/build/linux/
Makefile 109 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /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...]
  /hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
Makefile 111 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/
Makefile 111 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /external/v8/test/mjsunit/
array-sort.js 32 // Test counter-intuitive default number sorting.
36 // Default sort converts each element to string and orders
44 // Default sort on negative numbers.
49 // Default sort on negative and non-negative numbers.
68 // Default sort on Smis and non-Smis.
  /external/v8/test/cctest/
test-flags.cc 36 TEST(Default) {
  /system/wlan/ti/sta_dk_4_0_4_32/
Makefile 151 @echo Default Compilation: BOARD=$(WIFI_BOARD) PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) EXC=$(EXC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /external/v8/test/mjsunit/regress/
regress-137.js 44 fail("case 10", "Default case", "Heap number not recognized as Smi value");
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 36 return ""; // Default implementation is always false.
  /system/core/adb/
Android.mk 12 # Default to a virtual (sockets) usb interface
  /external/icu4c/stubdata/
Android.mk 41 # Default is suitable for CS, DE, EN, ES, FR, NL
68 $(if $(findstring cs,$(PRODUCT_LOCALES)),default) \
69 $(if $(findstring de,$(PRODUCT_LOCALES)),default) \
70 $(if $(findstring fr,$(PRODUCT_LOCALES)),default) \
71 $(if $(findstring nl,$(PRODUCT_LOCALES)),default) \
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 307 <tr><th>Default Styles</th><td><input type="text" name="default-styles" value="font-weight:normal;background:transparent;color:#000; padding-left: 5px;" /></td></tr>
362 $default_styles = get_var('default-styles');
  /external/v8/src/
messages.js 144 multiple_defaults_in_switch: "More than one default clause in switch statement",
325 * @param {number} opt_line The line within the source. Default value is 0
326 * @param {number} opt_column The column in within the line. Default value is 0
328 * source from where the line and column calculation starts. Default value is 0
333 // Default is the first line in the script. Lines in the script is relative
340 // Default is first column. If on the first line add the offset within the
368 * Default is 0
370 * inclusive). Default is the number of lines in the script
402 // Default is the first line in the script. Lines in the script are relative
469 * @param {number} opt_limit The with limit of the source text with a default
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 77 $ignoreCase = 1; # Ignore case by default
78 $optionStart = "-"; # Dash is the default option starter
606 The default is $REQUIRE_ORDER if the environment variable
623 Ignore case when matching options. Default is 1 unless the option
628 A string of characters that can start options. Default is "-".
646 The default is a function that prints an error message and exits the
662 The default is a function that prints an error message and exits the
664 also adjust the behavior of the default function by changing
669 A regular expression that matches an integer. Default is
677 A regular expression that matches a floating point number. Default i
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile 187 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /system/wlan/ti/wilink_6_1/platforms/os/linux/build/
Makefile 188 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /external/ppp/pppd/plugins/radius/etc/
dictionary 182 VALUE Termination-Action Default 0
  /external/chromium/base/
base_main.scons 29 return 1 # Default
40 # Set the default -j value based on the number of processors.
49 # Since we set the -j value by default, suppress SCons warnings about being
54 AddOption('--mode', nargs=1, dest='conf_list', default=[],
57 AddOption('--verbose', dest='verbose', default=False,
286 Default(Alias('all', target_alias_list))
293 --mode=Debug [default]
  /external/chromium/net/
net_main.scons 29 return 1 # Default
40 # Set the default -j value based on the number of processors.
49 # Since we set the -j value by default, suppress SCons warnings about being
54 AddOption('--mode', nargs=1, dest='conf_list', default=[],
57 AddOption('--verbose', dest='verbose', default=False,
304 Default(Alias('all', target_alias_list))
311 --mode=Debug [default]
  /external/chromium/sdch/
sdch_main.scons 29 return 1 # Default
40 # Set the default -j value based on the number of processors.
49 # Since we set the -j value by default, suppress SCons warnings about being
54 AddOption('--mode', nargs=1, dest='conf_list', default=[],
57 AddOption('--verbose', dest='verbose', default=False,
273 Default(Alias('all', target_alias_list))
280 --mode=Debug [default]
  /external/chromium/third_party/icu/
icu_main.scons 29 return 1 # Default
40 # Set the default -j value based on the number of processors.
49 # Since we set the -j value by default, suppress SCons warnings about being
54 AddOption('--mode', nargs=1, dest='conf_list', default=[],
57 AddOption('--verbose', dest='verbose', default=False,
275 Default(Alias('all', target_alias_list))
282 --mode=Debug [default]

Completed in 466 milliseconds

1 2 3