Searched refs:spec (Results 1 – 9 of 9) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/jsdoc/ |
D | generator.js | 60 function GENERATE_METHOD(name, spec, parent) { argument 62 return GENERATE_DOC(spec.description + '\n' 66 + _.reduce(spec.params, function(memo, paramSpec, paramName) { 69 …+ ( !_.isEmpty(spec.return) ? ('@return {' + spec.return.type + '} ' + spec.return.description + '… 74 function GENERATE_ENUM(name, spec) { argument 75 return GENERATE_DOC(spec.description + '\n\n' 77 + '@type Enum(' + spec.type + ')\n'
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/ |
D | generator.js | 92 function GENERATE_METHOD(name, spec) { argument 95 '!type': 'fn(' + GENERATE_PARAMS(spec.params) + ')' + GENERATE_RETURN(spec.return), 96 '!doc': spec.description 103 function GENERATE_PARAMS(spec) { argument 104 return _.map(spec, function(paramSpec, paramName) { 111 function GENERATE_RETURN(spec) { argument 112 return (_.isEmpty(spec) ? '' : (' -> ' + spec.type)); 117 function GENERATE_ENUM(name, spec) { argument 119 doc[name] = 'Enum ' + spec.type ; 125 function GENERATE_VARIABLE(name, spec) { argument [all …]
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/ |
D | generator.js | 107 function GENERATE_METHOD(name, spec, parent) { argument 109 return GENERATE_DOC(spec.description + '\n' 112 + _.reduce(spec.params, function(memo, paramSpec, paramName) { 115 …+ ( !_.isEmpty(spec.return) ? ('@return {' + GENERATE_TYPE(spec.return.type) + '} ' + spec.return.… 120 function GENERATE_ENUM(name, spec, parent) { argument 121 return GENERATE_DOC(spec.description + '\n' 123 + '@type Enum ' + spec.type + '\n' 129 function GENERATE_VAR(name, spec, parent) { argument 130 return GENERATE_DOC(spec.description + '\n' 132 + '@type ' + spec.type + '\n'
|
/hardware/ril/librilutils/proto/ |
D | sap-api.proto | 126 // SAP 1.1 spec 5.1.1 131 // SAP 1.1 spec 5.1.2 146 // SAP 1.1 spec 5.1.3 152 // SAP 1.1 spec 5.1.4 158 // SAP 1.1 spec 5.1.5 167 // SAP 1.1 spec 5.1.6 177 // SAP 1.1 spec 5.1.7 195 // SAP 1.1 spec 5.1.8 200 // SAP 1.1 spec 5.1.9 216 // SAP 1.1 spec 5.1.10 +5.1.12 [all …]
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/ |
D | SoftVsyncObserver.cpp | 132 struct timespec spec; in threadLoop() local 133 spec.tv_sec = next_vsync / 1000000000; in threadLoop() 134 spec.tv_nsec = next_vsync % 1000000000; in threadLoop() 138 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL); in threadLoop()
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
D | SoftVsyncObserver.cpp | 136 struct timespec spec; in threadLoop() local 137 spec.tv_sec = next_vsync / 1000000000; in threadLoop() 138 spec.tv_nsec = next_vsync % 1000000000; in threadLoop() 142 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL); in threadLoop()
|
/hardware/intel/common/libmix/mix_vbp/ |
D | Makefile.am | 8 EXTRA_DIST = autogen.sh mixvbp.spec
|
/hardware/intel/common/libmix/mix_video/ |
D | Makefile.am | 8 EXTRA_DIST = autogen.sh mixvideo.spec
|
/hardware/intel/common/libva/ |
D | libva.spec | 151 - packaged mrst-video-decode-src version 0.0.1 using the buildservice spec file wizard
|