/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/ |
D | helper.js | 41 function listByGroup(modules, classes, field, projectRoot) { argument 49 for (i = 0; i < classes.length; i++) { 50 moduleClasses[classes[i].module].push(i); 56 groups.push(getField(classes[classIndices[i]].description, field)); 145 return listByGroup(this.modules, this.classes, 'Category', this.projectRoot); 149 return listByGroup(this.modules, this.classes, 'Manufacturer', this.projectRoot); 153 return listByGroup(this.modules, this.classes, 'Connection', this.projectRoot); 188 for (var i = 0; i < this.classes.length; i++) { 189 html += "<script type='class-metadata'>" + this.classes[i].name + "</script>";
|
D | generator.js | 51 docs += GENERATE_CLASSES(_.pick(specjs.CLASSES, groupSpec.classes), groupName); 76 function GENERATE_CLASSES(classes, parent) { argument 77 return _.reduce(classes, function(memo, classSpec, className) {
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_fencemgr.c | 76 struct _WsbmFenceClass *classes; member 127 tmp->classes = calloc(tmp->info.num_classes, sizeof(*tmp->classes)); in wsbmFenceMgrCreate() 128 if (!tmp->classes) in wsbmFenceMgrCreate() 132 struct _WsbmFenceClass *fc = &tmp->classes[i]; in wsbmFenceMgrCreate() 150 WSBM_MUTEX_FREE(&tmp->classes[j].mutex); in wsbmFenceMgrCreate() 151 WSBM_MUTEX_FREE(&tmp->classes[j].cmd_mutex); in wsbmFenceMgrCreate() 153 free(tmp->classes); in wsbmFenceMgrCreate() 172 struct _WsbmFenceClass *fc = &mgr->classes[fence->fence_class]; in wsbmFenceUnreference() 190 struct _WsbmFenceClass *fc = &mgr->classes[fence_class]; in wsbmSignalPreviousFences() 301 struct _WsbmFenceClass *fc = &mgr->classes[fence_class]; in wsbmFenceCreateSig() [all …]
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/ |
D | module.handlebars | 59 <p>This module provides the following classes:</p> 61 <ul class="module-classes"> 64 <a href="{{../projectRoot}}classes/{{name}}.html">
|
D | index.handlebars | 167 <p>Use <kbd>Up</kbd> and <kbd>Down</kbd> to select classes,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymv.c | 151 comp_counts->classes[c] += incr; in inc_mv_component() 211 adapt_probs(vp9_mv_class_tree, pre_comp->classes, c->classes, in vp9_adapt_mv_probs() 212 comp->classes); in vp9_adapt_mv_probs()
|
D | vp9_entropymv.h | 84 vp9_prob classes[MV_CLASSES - 1]; member 112 unsigned int classes[MV_CLASSES]; member
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/ |
D | generator.js | 53 … _.extend(docs[groupName], GENERATE_CLASSES(_.pick(specjs.CLASSES, groupSpec.classes), groupName)); 69 function GENERATE_CLASSES(classes) { argument 71 _.each(classes, function(classSpec, parentClass) {
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
D | xml2js.js | 187 var classes = getSubclassNames(spec_c); 190 classes: classes property 192 _.each(classes, function(c) { 211 xml2js.CLASSGROUPS[group].classes.push(c); 287 xml2js.ARRAY_TYPEMAPS[from] = { arrayType: to, classes: [] }; property 315 xml2js.ARRAY_TYPEMAPS[datatype].classes.push(className); 447 var classes = _.union(filterClasses(usesType), filterClasses(extendsType)); 449 return classes; 451 return _.without(_.uniq(_.pluck(_.pick(xml2js.CLASSES, classes), 'group')), undefined); 746 …l2js.ARRAY_TYPEMAPS, dataType) && _.contains(xml2js.ARRAY_TYPEMAPS[dataType].classes, className)) { [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 48 vp9_write_token(w, vp9_mv_class_tree, mvcomp->classes, in encode_mv_component() 85 vp9_cost_tokens(class_cost, mvcomp->classes, vp9_mv_class_tree); in build_nmv_component_cost_table() 176 write_mv_update(vp9_mv_class_tree, comp->classes, comp_counts->classes, in vp9_write_nmv_probs()
|
/hardware/intel/common/libmix/mix_common/ |
D | mixcommon.spec | 13 MIX Common contains common classes, datatype, header files used by other MIX components
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.doxy_template | 104 # operators of the base classes will not be shown. 202 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to 205 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 207 # diagrams that involve STL classes more complete and accurate. 217 # Doxygen will parse them like normal C++ but will assume all classes use public 268 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 270 # If set to NO only classes defined in header files are included. 289 # undocumented members of documented classes, files or namespaces. 297 # undocumented classes that are normally visible in the class hierarchy. 298 # If set to NO (the default) these classes will be included in the various [all …]
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | changelog.md | 28 * Fully reworked API for at42qt1070, mpu9150 and lcd classes, while 62 * Renamed bmp and gp2y sensor classes to be more generic
|
D | documentation.md | 114 category, connection type and kit. If you have multiple classes or sensors
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 111 # operators of the base classes will not be shown. 233 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 236 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 238 # diagrams that involve STL classes more complete and accurate. 248 # Doxygen will parse them like normal C++ but will assume all classes use public 324 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 326 # If set to NO only classes defined in header files are included. 346 # undocumented members of documented classes, files or namespaces. 354 # undocumented classes that are normally visible in the class hierarchy. 355 # If set to NO (the default) these classes will be included in the various [all …]
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | index.md | 18 classes directly wrap the C API and provide a near 1:1 mapping of
|
D | index.java.md | 18 Java classes directly wrap the C/C++ API and provide a near 1:1 mapping of
|
/hardware/bsp/intel/peripheral/sensors/mraa/doc/ |
D | Doxyfile | 135 # operators of the base classes will not be shown. 296 # classes, or namespaces to their corresponding documentation. Such a link can 303 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 306 # definitions whose arguments contain STL classes (e.g. func(std::string); 308 # diagrams that involve STL classes more complete and accurate. 321 # will parse them like normal C++ but will assume all classes use public instead 354 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 365 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 369 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 431 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined [all …]
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | Doxyfile.in | 137 # operators of the base classes will not be shown. 307 # classes, or namespaces to their corresponding documentation. Such a link can 314 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 317 # definitions whose arguments contain STL classes (e.g. func(std::string); 319 # diagrams that involve STL classes more complete and accurate. 332 # will parse them like normal C++ but will assume all classes use public instead 365 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 376 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 380 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 442 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined [all …]
|
D | Doxyfile.java.in | 137 # operators of the base classes will not be shown. 307 # classes, or namespaces to their corresponding documentation. Such a link can 314 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 317 # definitions whose arguments contain STL classes (e.g. func(std::string); 319 # diagrams that involve STL classes more complete and accurate. 332 # will parse them like normal C++ but will assume all classes use public instead 365 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 376 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 380 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 442 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined [all …]
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | Doxyfile.java.in | 135 # operators of the base classes will not be shown. 296 # classes, or namespaces to their corresponding documentation. Such a link can 303 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 306 # definitions whose arguments contain STL classes (e.g. func(std::string); 308 # diagrams that involve STL classes more complete and accurate. 321 # will parse them like normal C++ but will assume all classes use public instead 354 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 365 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 369 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 431 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined [all …]
|
D | Doxyfile.in | 135 # operators of the base classes will not be shown. 296 # classes, or namespaces to their corresponding documentation. Such a link can 303 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 306 # definitions whose arguments contain STL classes (e.g. func(std::string); 308 # diagrams that involve STL classes more complete and accurate. 321 # will parse them like normal C++ but will assume all classes use public instead 354 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 365 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 369 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 431 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 208 const int mv_class = vp9_read_tree(r, vp9_mv_class_tree, mvcomp->classes); in read_mv_component()
|
D | vp9_decodeframe.c | 163 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r); in read_mv_probs()
|