/external/autotest/site_utils/tester_feedback/ |
D | input_handlers.py | 78 self._default = default 101 if not input_str and self._default is not None: 102 return self._default 120 self._default = None if default is None else str(default) 126 return self._idx_range, self._default 136 input_str = input_str or self._default
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | default_value_client_interceptor.py | 55 self._default = _ConcreteValue(value) 60 return self._default if response.exception() else response
|
/external/python/funcsigs/funcsigs/ |
D | __init__.py | 249 self._default = default 272 return self._default 296 default = self._default 318 if self._default is not _empty: 319 formatted = '{0}={1}'.format(formatted, repr(self._default)) 340 self._default == other._default and
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_knobs.h | 74 #define DEFINE_KNOB(_name, _type, _default) \\ argument 82 static _type DefaultValue() { return (_default); } \\ in DefaultValue()
|
/external/bcc/src/lua/bcc/vendor/ |
D | argparse.lua | 318 if self._default and self._defmode:find "a" then 345 if self._default and self._defmode:find "u" then 467 if self._default and self._show_default then 469 return ("%s (default: %s)"):format(self._description, self._default) 471 return ("default: %s"):format(self._default) 487 if self._mincount == 0 or self._default then 807 return self.element._defmode:find(mode) and self.element._default 858 self:pass(self.element._default)
|
/external/python/cpython3/Lib/json/ |
D | encoder.py | 259 def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, argument 438 o = _default(o)
|
/external/python/cpython3/Lib/ |
D | inspect.py | 2477 self._default = default 2510 {'_default': self._default, 2514 self._default = state['_default'] 2523 return self._default 2547 default = self._default 2560 if self._default is not _empty: 2562 formatted = '{} = {}'.format(formatted, repr(self._default)) 2564 formatted = '{}={}'.format(formatted, repr(self._default)) 2586 self._default == other._default and
|
/external/python/cpython2/Lib/json/ |
D | encoder.py | 272 def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, argument 442 o = _default(o)
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation_geometry_interaction.txt | 88 default}_default cases, the corresponding shader stage is active, but it does
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 9 _default = "default" variable in Var
|
/external/python/httplib2/doc/html/_static/ |
D | jquery.js | 3390 _default: "*/*" 3536 s.accepts._default ); 3977 jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default; 4020 (jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this ); 4156 _default: 400 property 4164 _default: function(fx){ method
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 1471 parser.DefaultHandlerExpand = self._default 1559 def _default(self, text): member in XMLParser
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 1493 parser.DefaultHandlerExpand = self._default 1584 def _default(self, text): member in XMLParser
|
/external/harfbuzz_ng/src/ |
D | hb-font.cc | 508 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_default, 689 ffuncs->get.f.name = hb_font_get_##name##_default; \
|
/external/scapy/scapy/arch/windows/ |
D | __init__.py | 296 _default = "<System default>" variable in WinProgPath 308 self.display = self._default
|
/external/grpc-grpc/doc/ |
D | compression.md | 14 The implementation supports different compression algorithms. A _default
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | jquery-2.1.3.min.js | 3 …_default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d… property
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
D | jquery-2.1.3.min.js | 3 …_default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d… method
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 296 _default = "" variable in Variable 327 self.initialize(self._default) 469 _default = "" variable in StringVar 491 _default = 0 variable in IntVar 514 _default = 0.0 variable in DoubleVar 533 _default = False variable in BooleanVar
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 229 _default = "" variable in Variable 254 self.set(self._default) 333 _default = "" variable in StringVar 355 _default = 0 variable in IntVar 380 _default = 0.0 variable in DoubleVar 399 _default = False variable in BooleanVar
|
/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 46 def mergersFor(celf, thing, _default={}): argument 59 return _default
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 3157 if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) && 5665 _default: [ 0, "", "" ] property 5675 wrapMap._default = [ 1, "div<div>", "</div>" ]; 6287 wrap = wrapMap[ tag ] || wrapMap._default, 8578 opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default; 8631 ( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this ); 8816 _default: 400 property 8824 _default: function( fx ) { method
|
/external/vboot_reference/scripts/image_signing/lib/shflags/ |
D | shflags | 71 # __flags_<flag_name>_default: the default flag value 199 # __flags_<flag_name>_default - the default value
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 19 …_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSetting… method
|
/external/libjpeg-turbo/doc/html/ |
D | jquery.js | 4 …=!1&&c.preventDefault();c.type=h,!g&&!c.isDefaultPrevented()&&(!p._default||p._default.apply(e.own… 8 …_default;if(d.queue==null||d.queue===!0)d.queue="fx";d.old=d.complete,d.complete=function(a){f.isF…
|