/frameworks/compile/slang/ |
slang_rs_special_kernel_param.cpp | 116 const llvm::StringRef ParamName = PVD->getName(); 120 int SpecialParameterIdx = lookupSpecialKernelParameter(ParamName); 133 << KernelContextTypeName << ParamName; 145 << ParamName 185 << ParamName << Type.getAsString(); 212 << ParamName << KernelContextTypeName
|
slang_rs_export_func.cpp | 80 llvm::StringRef ParamName = PVD->getName(); 85 ParamName.str().c_str(),
|
/ndk/docs/Additional_library_docs/renderscript/ |
classandroid_1_1RSC_1_1ScriptIntrinsicYuvToRGB.html | 77 <td class="paramname"><em>rs</em>, </td> 83 <td class="paramname"><em>e</em> </td> 97 <tr><td class="paramdir">[in]</td><td class="paramname">rs</td><td>The RenderScript context </td></tr> 98 <tr><td class="paramdir">[in]</td><td class="paramname">e</td><td><a class="el" href="classandroid_1_1RSC_1_1Element.html">Element</a> type for output</td></tr> 114 <td class="paramname"><em>out</em></td><td>)</td> 123 <tr><td class="paramdir">[in]</td><td class="paramname">aout</td><td>Output allocation. Must match creation element type. </td></tr> 138 <td class="paramname"><em>in</em></td><td>)</td> 147 <tr><td class="paramdir">[in]</td><td class="paramname">ain</td><td>The input allocation. </td></tr>
|
/frameworks/base/docs/html/ndk/reference/ |
group___looper.jd | 192 <td class="paramname"><em>looper</em></td><td>)</td> 209 <td class="paramname"><em>looper</em>, </td> 215 <td class="paramname"><em>fd</em>, </td> 221 <td class="paramname"><em>ident</em>, </td> 227 <td class="paramname"><em>events</em>, </td> 233 <td class="paramname"><em>callback</em>, </td> 239 <td class="paramname"><em>data</em> </td> 265 <td class="paramname"></td><td>)</td> 282 <td class="paramname"><em>timeoutMillis</em>, </td> 288 <td class="paramname"><em>outFd</em>, </td [all...] |
group___sensor.jd | [all...] |
group___bitmap.jd | 143 <td class="paramname"><em>env</em>, </td> 149 <td class="paramname"><em>jbitmap</em>, </td> 155 <td class="paramname"><em>info</em> </td> 176 <td class="paramname"><em>env</em>, </td> 182 <td class="paramname"><em>jbitmap</em>, </td> 188 <td class="paramname"><em>addrPtr</em> </td> 211 <td class="paramname"><em>env</em>, </td> 217 <td class="paramname"><em>jbitmap</em> </td>
|
group___input.jd | [all...] |
group___native_activity.jd | [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
BenchmarkClass.java | 186 for (String paramName : parameters.keySet()) { 187 Parameter parameter = userParameters.get(paramName); 189 throw new InvalidCommandException("unrecognized parameter: " + paramName); 192 parameter.validate(parameters.get(paramName));
|
/external/libbrillo/brillo/ |
mime_utils.cc | 145 const std::string& paramName, 149 mime += brillo::string_utils::Join("=", paramName, EncodeParam(paramValue)); 154 const std::string& paramName) { 157 if (base::EqualsCaseInsensitiveASCII(pair.first.c_str(), paramName.c_str()))
|
mime_utils.h | 115 const std::string& paramName, 121 const std::string& paramName);
|
/system/core/include/sysutils/ |
NetlinkEvent.h | 51 const char *findParam(const char *paramName);
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParserImpl_V30.java | 153 VCardProperty propertyData, final String paramName, final String paramValue) { 154 splitAndPutParam(propertyData, paramName, paramValue); 191 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { 208 property.addParameter(paramName, encodeParamValue(builder.toString())); 221 property.addParameter(paramName, encodeParamValue(builder.toString())); 231 property.addParameter(paramName, encodeParamValue(builder.toString())); 253 property.addParameter(paramName, encodeParamValue(builder.toString()));
|
VCardParserImpl_V21.java | 446 final String paramName = strArray[0].trim().toUpperCase(); 448 if (paramName.equals("TYPE")) { 450 } else if (paramName.equals("VALUE")) { 452 } else if (paramName.equals("ENCODING")) { 454 } else if (paramName.equals("CHARSET")) { 456 } else if (paramName.equals("LANGUAGE")) { 458 } else if (paramName.startsWith("X-")) { 459 handleAnyParam(propertyData, paramName, paramValue); 461 throw new VCardException("Unknown type \"" + paramName + "\""); 566 VCardProperty propertyData, String paramName, String paramValue) [all...] |
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/jsdoc/ |
generator.js | 66 + _.reduce(spec.params, function(memo, paramSpec, paramName) { 67 return '@param {' + paramSpec.type + '} ' + paramName + ' ' + paramSpec.description + '\n';
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/ |
generator.js | 104 return _.map(spec, function(paramSpec, paramName) { 105 return paramName + ': ' + paramSpec.type;
|
/build/blueprint/bpmodify/ |
bpmodify.go | 153 func processParameter(value *parser.Value, paramName, moduleName string, 157 paramName, moduleName, value.Type.String())} 162 paramName, moduleName)} 167 paramName, moduleName)}
|
/frameworks/base/docs/html/reference/android/support/test/espresso/intent/matcher/ |
UriMatchers.html | 363 <a href="/reference/android/support/test/espresso/intent/matcher/UriMatchers.html#hasParamWithName(org.hamcrest.Matcher<java.lang.String>)">hasParamWithName</a>(Matcher<String> paramName) 385 <a href="/reference/android/support/test/espresso/intent/matcher/UriMatchers.html#hasParamWithName(java.lang.String)">hasParamWithName</a>(String paramName) 407 <a href="/reference/android/support/test/espresso/intent/matcher/UriMatchers.html#hasParamWithValue(java.lang.String, java.lang.String)">hasParamWithValue</a>(String paramName, String paramVal) 429 <a href="/reference/android/support/test/espresso/intent/matcher/UriMatchers.html#hasParamWithValue(org.hamcrest.Matcher<java.lang.String>, org.hamcrest.Matcher<java.lang.String>)">hasParamWithValue</a>(Matcher<String> paramName, Matcher<String> paramVal) 970 Matcher<Uri> hasParamWithName (Matcher<String> paramName)</pre> 979 <td><code>paramName</code></td> 1007 Matcher<Uri> hasParamWithName (String paramName)</pre> 1016 <td><code>paramName</code></td> 1044 Matcher<Uri> hasParamWithValue (String paramName, 1054 <td><code>paramName</code></td [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ |
test_connection.py | 47 'ParamName.member', ('One', 'Two', 'Three')) 49 'ParamName.member.1.One': 'foo', 50 'ParamName.member.1.Two': 'bar', 51 'ParamName.member.1.Three': 'baz', 52 'ParamName.member.2.One': 'foo2', 53 'ParamName.member.2.Two': 'bar2', 54 'ParamName.member.2.Three': 'baz2', 60 params, ['foo', 'bar', 'baz'], 'ParamName.member') 62 'ParamName.member.1': 'foo', 63 'ParamName.member.2': 'bar' [all...] |
/external/vulkan-validation-layers/ |
generator.py | [all...] |
/external/libjpeg-turbo/doc/html/ |
structtjtransform.html | 132 <tr><td class="paramname">coeffs</td><td>pointer to an array of transformed DCT coefficients. (NOTE: this pointer is not guaranteed to be valid once the callback returns, so applications wishing to hand off the DCT coefficients to another function or library should make a copy of them within the body of the callback.)</td></tr> 133 <tr><td class="paramname">arrayRegion</td><td><a class="el" href="structtjregion.html" title="Cropping region.">tjregion</a> structure containing the width and height of the array pointed to by <code>coeffs</code> as well as its offset relative to the component plane. TurboJPEG implementations may choose to split each component plane into multiple DCT coefficient arrays and call the callback function once for each array.</td></tr> 134 <tr><td class="paramname">planeRegion</td><td><a class="el" href="structtjregion.html" title="Cropping region.">tjregion</a> structure containing the width and height of the component plane to which <code>coeffs</code> belongs</td></tr> 135 <tr><td class="paramname">componentID</td><td>ID number of the component plane to which <code>coeffs</code> belongs (Y, Cb, and Cr have, respectively, ID's of 0, 1, and 2 in typical JPEG images.)</td></tr> 136 <tr><td class="paramname">transformID</td><td>ID number of the transformed image to which <code>coeffs</code> belongs. This is the same as the index of the transform in the <code>transforms</code> array that was passed to <a class="el" href="group___turbo_j_p_e_g.html#gae403193ceb4aafb7e0f56ab587b48616" title="Losslessly transform a JPEG image into another JPEG image.">tjTransform()</a>.</td></tr> 137 <tr><td class="paramname">transform</td><td>a pointer to a <a class="el" href="structtjtransform.html" title="Lossless transform.">tjtransform</a> structure that specifies the parameters and/or cropping region for this transform</td></tr>
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
xml2js.js | 508 _.each(methodSpec.params, function(paramSpec, paramName) { 509 checkRule(_.has(paramSpec, 'type'), 'no type given for param ' + paramName); 510 checkRule(_.has(paramSpec, 'description'), 'no description given for param ' + paramName); 706 var paramName = getText(getChild(param, 'declname'), 'name'); 707 spec_js[paramName] = { type: paramType }; 718 var paramName = getParamName(param); 720 if (_.has(spec_js, paramName)) { 721 spec_js[paramName].description = paramDescription; 723 var msg = ' has documentation for an unknown parameter: ' + paramName + '. '; 765 _.each(methodSpec.params, function(paramSpec, paramName) { [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderBuiltinVarTests.cpp | 63 ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, deUint32 paramName, bool isVertexCase); 74 ShaderBuiltinConstantCase::ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, deUint32 paramName, bool isVertexCase) 77 , m_paramName (paramName) 678 deUint32 paramName; 695 deUint32 paramName = builtinConstants[ndx].paramName; 697 addChild(new ShaderBuiltinConstantCase(m_context, (string(caseName) + "_vertex").c_str(), varName, varName, paramName, true)); 698 addChild(new ShaderBuiltinConstantCase(m_context, (string(caseName) + "_fragment").c_str(), varName, varName, paramName, false));
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/ |
generator.js | 112 + _.reduce(spec.params, function(memo, paramSpec, paramName) { 113 return memo + '@param {' + GENERATE_TYPE(paramSpec.type) + '} ' + paramName + ' ' + paramSpec.description + '\n';
|
/external/clang/test/Index/ |
comment-to-html-xml-conversion.cpp | 237 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[] ParamIndex=Invalid 248 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0 260 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[zzz] ParamIndex=Invalid 273 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x2] ParamIndex=1 277 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0 291 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x2] ParamIndex=1 295 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[zzz] ParamIndex=Invalid 299 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0 312 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0 316 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[...] ParamIndex=429496729 [all...] |