HomeSort by relevance Sort by last modified time
    Searched defs:default (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ripseg.asm 4 default abs label
20 default rel label
imm64.asm 2 default abs label
19 mov qword [rax], label1 ; 32-bit imm (matches default above)
20 mov qword [rax], label2 ; 32-bit imm (matches default above)
25 add rax, label1 ; 32-bit imm (matches default above)
26 add rax, label2 ; 32-bit imm (matches default above)
riprel1.asm 3 default abs label
35 default rel label
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 131 default: assert(!"Unknown register"); return 0; label
147 default: assert(!"Unknown register"); return 0; label
  /external/mesa3d/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 131 default: assert(!"Unknown register"); return 0; label
147 default: assert(!"Unknown register"); return 0; label
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 5 Parameter = Struct.new( :name, :default )
10 elsif default then "#{ name } = #{ default }"
19 def self.default singleton method in class:ANTLR3.Template.ParameterList
21 p.default = '{}'
32 def add( name, default = nil )
39 default = options[ :default ] and param.default = default
    [all...]
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
visitor.py 38 def default(self, node, *args): member in class:ASTVisitor
48 meth = getattr(self.visitor, 'visit' + className, self.default)
96 return self.default(node, *args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_recursion.py 49 def default(self, o): member in class:TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
55 return pyjson.JSONEncoder.default(o)
65 self.fail("didn't raise ValueError on default recursion")
99 def default(self, o): member in class:TestRecursion.test_endless_recursion.EndlessJSONEncoder
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
visitor.py 38 def default(self, node, *args): member in class:ASTVisitor
48 meth = getattr(self.visitor, 'visit' + className, self.default)
96 return self.default(node, *args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_recursion.py 49 def default(self, o): member in class:TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
55 return pyjson.JSONEncoder.default(o)
65 self.fail("didn't raise ValueError on default recursion")
99 def default(self, o): member in class:TestRecursion.test_endless_recursion.EndlessJSONEncoder
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 99 def default(self, paths): member in class:Writer
100 self._line('default %s' % ' '.join(self._as_list(paths)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 83 >>> json.dumps(2 + 1j, default=encode_complex)
85 >>> json.JSONEncoder(default=encode_complex).encode(2 + 1j)
87 >>> ''.join(json.JSONEncoder(default=encode_complex).iterencode(2 + 1j))
119 default=None, variable
124 encoding='utf-8', default=None, sort_keys=False, **kw):
132 If ``ensure_ascii`` is true (the default), all non-ASCII characters in the
153 representation. Since the default item separator is ``', '``, the
158 then it will be used instead of the default ``(', ', ': ')`` separators.
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
163 ``default(obj)`` is a function that should return a serializable versio
    [all...]
encoder.py 73 Supports the following objects and types by default:
94 ``.default()`` method with another method that returns a serializable
103 indent=None, separators=None, encoding='utf-8', default=None):
110 If *ensure_ascii* is true (the default), all non-ASCII
134 None is the most compact representation. Since the default
140 tuple. The default is (', ', ': '). To get the most compact JSON
143 If specified, default is a function that gets called for objects
149 The default is UTF-8.
161 if default is not None:
162 self.default = defaul
165 def default(self, o): member in class:JSONEncoder
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 83 >>> json.dumps(2 + 1j, default=encode_complex)
85 >>> json.JSONEncoder(default=encode_complex).encode(2 + 1j)
87 >>> ''.join(json.JSONEncoder(default=encode_complex).iterencode(2 + 1j))
119 default=None, variable
124 encoding='utf-8', default=None, sort_keys=False, **kw):
132 If ``ensure_ascii`` is true (the default), all non-ASCII characters in the
153 representation. Since the default item separator is ``', '``, the
158 then it will be used instead of the default ``(', ', ': ')`` separators.
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
163 ``default(obj)`` is a function that should return a serializable versio
    [all...]
encoder.py 73 Supports the following objects and types by default:
94 ``.default()`` method with another method that returns a serializable
103 indent=None, separators=None, encoding='utf-8', default=None):
110 If *ensure_ascii* is true (the default), all non-ASCII
134 None is the most compact representation. Since the default
140 tuple. The default is (', ', ': '). To get the most compact JSON
143 If specified, default is a function that gets called for objects
149 The default is UTF-8.
161 if default is not None:
162 self.default = defaul
165 def default(self, o): member in class:JSONEncoder
    [all...]
  /external/blktrace/doc/
blktrace.tex 123 debug /sys/kernel/debug debugfs default 0 0
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
360 \emph{local} directory. The format of the file names is (by default)
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
440 \item By default, blkparse expects to run in a post-processing mode
454 \emph{-b} option, the default is to handle events in batches of 512.
463 By default, blkparse sends formatted data to standard output. This may
475 -i \emph{file} & --input=\emph{file} & Specifies base name for input files -- default is \emph{device}.blktrace.\emph{cpu}. \\
653 \subsubsection{\label{sec:default-output}Default output
    [all...]
  /external/chromium_org/third_party/simplejson/
encoder.py 78 Supports the following objects and types by default:
99 ``.default()`` method with another method that returns a serializable
108 indent=None, separators=None, encoding='utf-8', default=None,
138 for each level of nesting. ``None`` (the default) selects the most compact
144 tuple. The default is (', ', ': '). To get the most compact JSON
147 If specified, default is a function that gets called for objects
153 The default is UTF-8.
155 If use_decimal is true (not the default), ``decimal.Decimal`` will
159 If namedtuple_as_object is true (the default), objects with
162 If tuple_as_array is true (the default), tuple (and subclasses) wil
195 def default(self, o): member in class:JSONEncoder
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 24 default -- When a right paren is typed, highlight the matching
46 default='expression') variable in class:ParenMatch
48 type='int',default=500)
51 type='bool',default=1)
85 if style == "default":
ScrolledList.py 5 default = "(None)" variable in class:ScrolledList
37 self.listbox.insert("end", self.default)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 24 default -- When a right paren is typed, highlight the matching
46 default='expression') variable in class:ParenMatch
48 type='int',default=500)
51 type='bool',default=1)
85 if style == "default":
ScrolledList.py 5 default = "(None)" variable in class:ScrolledList
37 self.listbox.insert("end", self.default)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 286 Parameter = Struct.new( :name, :default )
289 default ? "#{ name } = #{ default }" : "#{ name }"
296 def self.default singleton method in class:ParameterList
298 p.default = '{}'
316 default = options[ :default ] and param.default = default
  /external/chromium_org/ppapi/generators/
idl_gen_pnacl.py 22 default='temp_pnacl_shim.c') variable
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
idl_definitions.py 37 # Disable attribute hiding check (else JSONEncoder default raises an error)
324 # Once Perl removed, have all default to False.
443 def default(self, obj): member in class:IdlEncoder
446 return json.JSONEncoder.default(self, obj)

Completed in 1667 milliseconds

1 2