HomeSort by relevance Sort by last modified time
    Searched full:_desc (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium-trace/catapult/devil/devil/utils/
lsusb_test.py 134 '_desc': '0x0000',
137 '_desc': None
141 'bLength': {'_value': '18', '_desc': None},
142 'bcdDevice': {'_value': '2.28', '_desc': None},
143 'bDeviceSubClass': {'_value': '0', '_desc': None},
144 'idVendor': {'_value': '0x18d1', '_desc': 'Google Inc.'},
145 'bcdUSB': {'_value': '2.00', '_desc': None},
146 'bDeviceProtocol': {'_value': '0', '_desc': None},
147 'bDescriptorType': {'_value': '1', '_desc': None},
149 'bLength': {'_value': '9', '_desc': None}
    [all...]
lsusb.py 67 # '_desc': 'Actual School Bus',
72 # '_desc': 'Rows',
127 '_desc': m.group(3),
159 return device['Device Descriptor']['iSerial']['_desc']
  /external/libmojo/third_party/catapult/devil/devil/utils/
lsusb_test.py 134 '_desc': '0x0000',
137 '_desc': None
141 'bLength': {'_value': '18', '_desc': None},
142 'bcdDevice': {'_value': '2.28', '_desc': None},
143 'bDeviceSubClass': {'_value': '0', '_desc': None},
144 'idVendor': {'_value': '0x18d1', '_desc': 'Google Inc.'},
145 'bcdUSB': {'_value': '2.00', '_desc': None},
146 'bDeviceProtocol': {'_value': '0', '_desc': None},
147 'bDescriptorType': {'_value': '1', '_desc': None},
149 'bLength': {'_value': '9', '_desc': None}
    [all...]
lsusb.py 71 '_desc': m.group(3),
103 return device['Device Descriptor']['iSerial']['_desc']
  /external/libxcam/xcore/
dynamic_analyzer.cpp 28 , _desc (desc)
45 if ((ret = _desc->create_context (&context)) != XCAM_RETURN_NO_ERROR) {
56 if (_context && _desc && _desc->destroy_context) {
57 _desc->destroy_context (_context);
66 return _desc->analyze_ae (_context, &param);
73 return _desc->analyze_awb (_context, &param);
80 return _desc->analyze_af (_context, &param);
137 ret = _desc->configure_3a (_context, width, height, framerate);
154 ret = _desc->set_3a_stats (_context, stats->get_stats (), stats->get_timestamp ())
    [all...]
smart_analysis_handler.h 61 if (_desc)
62 return _desc->priority;
83 XCamSmartAnalysisDescription *_desc; member in class:XCam::SmartAnalysisHandler
smart_analysis_handler.cpp 33 : _desc (desc)
61 if ((ret = _desc->create_context (&context, &async_mode, NULL)) != XCAM_RETURN_NO_ERROR) {
91 if (context && _desc && _desc->destroy_context) {
92 _desc->destroy_context (context);
143 ret = _desc->update_params (_context, &params);
166 ret = _desc->analyze (_context, video_buffer, res_array, &res_count);
180 _desc->free_results (_context, res_array, res_count);
dynamic_analyzer.h 75 XCam3ADescription *_desc; member in class:XCam::DynamicAnalyzer
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h 102 __CRT_INLINE int __cdecl _futime(int _Desc,struct _utimbuf *_Utimbuf) {
103 return _futime64(_Desc,(struct __utimbuf64 *)_Utimbuf);
stat.h 175 int __cdecl fstat(int _Desc,struct stat *_Stat);
181 fstat(int _Desc,struct stat *_Stat) {
183 int ret=_fstat32(_Desc,&st);
211 fstat(int _Desc,struct stat *_Stat) {
213 int ret=_fstat64(_Desc,&st);
  /tools/repohooks/rh/
hooks.py 284 def check_custom(project, commit, _desc, diff, options=None, **kwargs):
290 def check_checkpatch(project, commit, _desc, diff, options=None):
299 def check_clang_format(project, commit, _desc, diff, options=None):
313 def check_google_java_format(project, commit, _desc, _diff, options=None):
429 def check_cpplint(project, commit, _desc, diff, options=None):
442 def check_gofmt(project, commit, _desc, diff, options=None):
461 def check_json(project, commit, _desc, diff, options=None):
482 def check_pylint(project, commit, _desc, diff, options=None):
496 def check_xmllint(project, commit, _desc, diff, options=None):
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGluePostCodeLib.h 28 #define PostCodeWithDescription(_VALUE, _DESC) GluePostCodeWithDescription(_VALUE, _DESC)
EdkIIGlueReportStatusCodeLib.h 29 #define ReportStatusCodeExtractAssertInfo(_CODETYPE, _VALUE, _DATA, _FILENAME, _DESC, _LINENUMBER) \
30 GlueReportStatusCodeExtractAssertInfo(_CODETYPE, _VALUE, _DATA, _FILENAME, _DESC, _LINENUMBER)
  /developers/samples/android/notification/MessagingService/
template-params.xml 92 example: res/xml/automotive\_app\_desc.xml
README.md 33 example: res/xml/automotive\_app\_desc.xml
  /external/syslinux/gpxe/src/drivers/net/
sis190.h 168 /* _Desc.status */
173 /* _Desc.size */
  /developers/build/prebuilts/gradle/MediaBrowserService/
README.md 59 And in res/xml/automotive\_app\_desc.xml:
  /developers/build/prebuilts/gradle/MessagingService/
README.md 33 example: res/xml/automotive\_app\_desc.xml
  /developers/samples/android/media/MediaBrowserService/
README.md 59 And in res/xml/automotive\_app\_desc.xml:
template-params.xml 118 And in res/xml/automotive\_app\_desc.xml:
  /system/core/fastboot/
usb_linux.cpp 126 static int check(void *_desc, int len, unsigned type, int size)
128 struct usb_descriptor_header *hdr = (struct usb_descriptor_header *)_desc;
  /external/elfutils/config/
ChangeLog 77 (END): Always emit the non-_DESC variant. Emit
  /external/kernel-headers/original/uapi/linux/
media.h 344 * the previous kAPI media_*_desc namespace. This can be changed
  /device/linaro/bootloader/arm-trusted-firmware/docs/
psci-lib-integration-guide.rst 436 - plat\_get\_power\_domain\_tree\_desc
  /external/e2fsprogs/misc/
e4crypt.c 819 #define CMD(name) { #name, do_##name, name##_desc, name##_help, 0 }

Completed in 419 milliseconds

1 2