HomeSort by relevance Sort by last modified time
    Searched refs:default (Results 51 - 75 of 673) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/yaffs2/yaffs2/
Kconfig 7 default n
26 default y
35 default n
45 default n
56 default y
65 default y
76 default n
96 default n
111 default n
129 default
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 132 default=None, variable
135 default=False, variable
138 default=None, variable
141 default="layout-test-results", variable
145 default=False, variable
149 default=None, variable
153 default=None, variable
158 default="5", variable
run_reliability_tests.py 252 default=60000, variable
255 default=False, variable
258 default=None, variable
261 default="reliability_crashed_sites.txt", variable
264 default="reliability_timedout_sites.txt", variable
267 default=0, variable
270 default=".", variable
273 default=None, variable
  /ndk/tests/build/cpp-extensions/jni/
Android.mk 2 # C++ file extensions by default.
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 44 default
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 18 default => ANTLR::Runtime::Token->INVALID_TOKEN_TYPE,
ANTLRStringStream.pm 21 default => 0,
27 default => 1,
33 default => 0,
39 default => 0,
45 default => sub { [ undef ] },
51 default => 0,
57 default => q{},
RecognitionException.pm 20 default => 0,
45 default => 0,
51 default => 0,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
endtoend_with_external_server.py 57 default=_DEFAULT_WEB_SOCKET_PORT, variable in class:EndToEndTestWithExternalServer
  /external/markdown/markdown/
commandline.py 46 parser.add_option("-f", "--file", dest="filename", default=sys.stdout,
51 parser.add_option("-q", "--quiet", default = CRITICAL,
57 parser.add_option("-s", "--safe", dest="safe", default=False,
61 default='xhtml1', metavar="OUTPUT_FORMAT",
62 help="Format of output. One of 'xhtml1' (default) or 'html4'.")
  /external/oprofile/events/x86-64/hammer/
unit_masks 16 name:zero type:mandatory default:0x0
18 name:moesi type:bitmask default:0x1f
25 name:moess type:bitmask default:0x1e
32 name:fpu_ops type:bitmask default:0x3f
39 name:segregload type:bitmask default:0x7f
47 name:ecc type:bitmask default:0x03
50 name:prefetch type:bitmask default:0x07
54 name:fpu_instr type:bitmask default:0x0f
59 name:fpu_fastpath type:bitmask default:0x07
63 name:fpu_exceptions type:bitmask default:0x0
    [all...]
  /external/llvm/utils/lit/lit/
main.py 165 type=int, action="store", default=None)
168 action="store", default=None)
172 type=str, action="append", default=[])
179 action="store_true", default=False)
182 action="store_true", default=False)
185 action="store_true", default=False)
188 action="store_false", default=True)
194 action="append", type=str, default=[])
197 action="store_true", default=False)
200 action="store_true", default=False
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 33 name:zero type:mandatory default:0x0
35 name:moesi type:bitmask default:0x1f
42 name:moess type:bitmask default:0x1e
49 name:fpu_ops type:bitmask default:0x3f
57 name:segregload type:bitmask default:0x7f
65 name:fpu_instr type:bitmask default:0x07
69 name:fpu_fastpath type:bitmask default:0x07
73 name:fpu_exceptions type:bitmask default:0x0f
78 name:page_access type:bitmask default:0x3f
85 name:mem_page_overflow type:bitmask default:0x0
    [all...]
  /external/qemu/android/tools/
gen-hw-config.py 69 self.default = None
80 # If default value has been already set, make sure it's in the list
81 if self.default and not self.default in self.enum_values:
82 print "Property '" + self.name + "': Default value '" + self.default + "' is missing in enum: ",
85 elif key == 'default':
86 # If this is an enum, make sure that default value is in the list.
88 print "Property '" + self.name + "': Default value '" + val + "' is missing in enum: ",
92 self.default = va
    [all...]
  /external/clang/utils/
FuzzTest 172 which will run a default list of fuzzing strategies on the input. For each
195 By default, the script will run forever continually picking new tests to
204 action='store_true', dest="verbose", default=False)
206 action="store_true", dest="succinct", default=False)
211 default=0)
215 default=[])
219 default=None)
222 action="store_true", dest="log_all", default=False)
228 type=str, action="append", dest="input_files", default=[])
231 type=str, action="append", dest="filelists", default=[]
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 8 name:x01 type:mandatory default:0x01
10 name:x02 type:mandatory default:0x02
12 name:x07 type:mandatory default:0x07
14 name:x10 type:mandatory default:0x10
16 name:x20 type:mandatory default:0x20
18 name:arith type:bitmask default:0x01
21 name:baclear type:bitmask default:0x01
24 name:bpu_clears type:bitmask default:0x01
27 name:br_inst_exec type:bitmask default:0x7f
38 name:br_inst_retired type:bitmask default:0x0
    [all...]
  /external/v8/test/mjsunit/
switch.js 40 default: return "f1";
45 assertEquals("f1", f1(0), "default-switch.0");
46 assertEquals("f1", f1(1), "default-switch.1");
63 default:
64 r = "default";
71 assertEquals("default", f2(7), "0-1-switch.2");
72 assertEquals("default", f2(-1), "0-1-switch.-1");
73 assertEquals("default", f2(NaN), "0-1-switch.NaN");
74 assertEquals("default", f2(Math.pow(2,34)), "0-1-switch.largeNum");
75 assertEquals("default", f2("0"), "0-1-switch.string")
    [all...]
  /hardware/libhardware/modules/local_time/
Android.mk 17 # The default local time HAL module. The default module simply uses the
19 # Devices which use the default implementation should take care to ensure that
21 # the audio and video output hardware. This default implementation is loaded
28 LOCAL_MODULE := local_time.default
  /external/clang/utils/ABITest/
ABITestGen.py 354 help="autogeneration mode (random or linear) [default %default]",
355 type='choice', choices=('random','linear'), default='linear')
358 type=int, default=0)
360 help="start autogeneration with the Nth function type [default %default]",
361 type=int, default=0)
363 help="maximum index for random autogeneration [default %default]",
364 type=int, default=10000000
    [all...]
  /development/testrunner/
runtest.py 73 # default value for make -jX
104 default=False, action="store_true",
106 parser.add_option("-b", "--skip-build", dest="skip_build", default=False,
109 metavar="X", default=self._DEFAULT_JOBS,
111 parser.add_option("-n", "--skip_execute", dest="preview", default=False,
114 parser.add_option("-r", "--raw-mode", dest="raw_mode", default=False,
118 default=False, action="store_true",
121 parser.add_option("-v", "--verbose", dest="verbose", default=False,
125 default=False, action="store_true",
142 metavar="FILE", default=user_test_default
    [all...]
  /external/chromium/build/linux/
rewrite_dirs.py 58 parser.add_option('-s', '--sysroot', default='/', help='sysroot to prepend')
59 parser.add_option('-p', '--strip-prefix', default='', help='prefix to strip')
  /external/dropbear/debian/
dropbear.postrm 11 rm -f /etc/default/dropbear
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 8 REM default setting for buildType
11 REM default setting for buildID
14 REM default bootclasspath
20 REM target used if not default (to allow run just a portion of buildAll)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 127 default=False,
132 default=default_out_dir(),
135 'in [default: %default]')

Completed in 406 milliseconds

1 23 4 5 6 7 8 91011>>