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

1 2

  /hardware/google/easel/amber/camera/include/
HdrPlusProfiler.h 26 #define DECLARE_PROFILER_TIMER(_var, _description)
29 #define SCOPE_PROFILER_TIMER(_description) do {} while(0)
39 * _description is the description for this timer. It will be used when logging the timer duration.
41 #define DECLARE_PROFILER_TIMER(_var, _description) pbcamera::TimerLogger _var = {_description}
62 #define SCOPE_PROFILER_TIMER(_description) pbcamera::ScopeTimerLogger _timer(_description)
  /external/ImageMagick/Magick++/lib/
CoderInfo.cpp 20 _description(),
33 _description(coder_._description),
46 _description(),
68 _description=std::string(magickInfo->description);
93 _description=coder_._description;
117 return(_description);
  /external/webrtc/talk/app/webrtc/objc/
RTCSessionDescription.mm 36 @synthesize description = _description;
45 _description = sdp;
69 _description = @(sdp.c_str());
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
sain_smart_8_channel_usb_relay_board.py 40 "_description": "This is an example skeleton of a ficticious relay.",
42 "_description": "A testbed with one relay",
  /development/testrunner/test_defs/
test_suite.py 33 self._description = ''
87 return self._description
90 self._description = desc
  /external/ImageMagick/Magick++/lib/Magick++/
CoderInfo.h 76 std::string _description; member in class:Magick::CoderInfo
  /external/toolchain-utils/
file_lock_machine.py 98 self._description = None
101 return self._description
107 self._description = desc
158 self._description = LockDescription(desc)
160 if self._description.exclusive and self._description.auto:
172 self._description = LockDescription()
175 return self._description
183 self._file.write(json.dumps(self._description.__dict__, skipkeys=True))
  /external/syslinux/gpxe/src/include/gpxe/
pci.h 367 #define PCI_ID( _vendor, _device, _name, _description, _data ) { \
373 #define PCI_ROM( _vendor, _device, _name, _description, _data ) \
374 PCI_ID( _vendor, _device, _name, _description, _data )
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
ARDAppClientTest.mm 39 @synthesize description = _description;
44 _description = description;
  /external/skia/tools/shape/
using_skia_and_harfbuzz.cpp 34 BaseOption(std::string _selector, std::string _description)
35 : selector(_selector), description(_description) {}
  /external/skqp/tools/shape/
using_skia_and_harfbuzz.cpp 34 BaseOption(std::string _selector, std::string _description)
35 : selector(_selector), description(_description) {}
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 28 private var _description:String;
37 this._description = description;
175 return _description;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py     [all...]
  /external/python/cpython2/Lib/unittest/
case.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
case.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
case.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py     [all...]
  /system/media/camera/docs/
metadata_model.py 612 self._description = description
624 return self._description
700 self._description = description
707 return self._description
    [all...]
  /external/autotest/client/common_lib/hosts/
repair_unittest.py 89 @property _description The value of the `description` property.
97 self._description = 'Testing verify() for "%s"' % tag
144 return self._description
170 @property _description The value of the `description` property.
178 self._description = 'Testing repair for "%s"' % tag
219 return self._description
    [all...]
  /external/sl4a/Docs/
generate_api_reference_md.py 53 self._description = ''
66 self._description = m.group('value')
98 return self._description
  /external/python/cpython3/Lib/unittest/
case.py     [all...]
  /external/python/cpython2/Lib/plat-mac/
pimp.py 371 self._description = ""
377 def description(self): return self._description
408 self._description = plistdata.get('Description', '').strip()
464 'Description': self._description,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 371 self._description = ""
377 def description(self): return self._description
408 self._description = plistdata.get('Description', '').strip()
464 'Description': self._description,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 371 self._description = ""
377 def description(self): return self._description
408 self._description = plistdata.get('Description', '').strip()
464 'Description': self._description,
    [all...]

Completed in 1717 milliseconds

1 2