Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 24 of 24) sorted by relevance

/hardware/interfaces/tests/expression/1.0/
DIExpressionExt.hal17 package android.hardware.tests.expression@1.0;
26 ENUM_BEST = android.hardware.tests.expression@1.0::IExpression.Constants:CONST_BAR,
DAndroid.bp13 name: "android.hardware.tests.expression@1.0",
DIExpression.hal17 package android.hardware.tests.expression@1.0;
/hardware/nxp/keymint/KM200/
Dkeymint_utils.cpp40 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() argument
44 std::string s(expression + match.rm_so, len); in match_to_uint32()
/hardware/interfaces/security/keymint/support/
Dkeymint_utils.cpp41 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() argument
45 std::string s(expression + match.rm_so, len); in match_to_uint32()
/hardware/nxp/keymint/KM300/
Dkeymint_utils.cpp41 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() argument
45 std::string s(expression + match.rm_so, len); in match_to_uint32()
/hardware/google/gfxstream/codegen/generic-apigen/
DREADME299 desciption : provide an expression to calcualte an expression data len
300 format: len <var name> <c expression that calcluates the data len>
303 description: provide an expression to pack data into the stream.
304 format: custom_pack <var name> <c++ expression that pack data from var into the stream>
305 The stream is represented by a (unsigned char *)ptr. The expression may also refer
306 to other function parameters. In addition, the expression may refer to 'void *self' which
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js6419 var buildHTML_buildExpression = function buildExpression(expression, options, isRealGroup, surround…
6427 for (var i = 0; i < expression.length; i++) {
6428 var output = buildHTML_buildGroup(expression[i], options);
6446 if (expression.length === 1) {
6447 var node = checkNodeType(expression[0], "sizing") || checkNodeType(expression[0], "styling");
6665 var expression = buildHTML_buildExpression(tree, options, true);
6675 for (var i = 0; i < expression.length; i++) {
6676 parts.push(expression[i]);
6678 …if (expression[i].hasClass("mbin") || expression[i].hasClass("mrel") || expression[i].hasClass("al…
6683 …while (i < expression.length - 1 && expression[i + 1].hasClass("mspace") && !expression[i + 1].has…
[all …]
Dkatex.mjs83 * errors from errors in the expression that the user provided.
264 * - displayMode: Whether the expression should be typeset as inline math
6387 * returned list contains no fragments. `isRealGroup` is true if `expression`
6392 const buildExpression = function buildExpression(expression, options, isRealGroup, surrounding) { argument
6400 for (let i = 0; i < expression.length; i++) {
6401 const output = buildGroup(expression[i], options);
6409 } // If `expression` is a partial group, let the parent handle spacings
6419 if (expression.length === 1) {
6420 const node = checkNodeType(expression[0], "sizing") || checkNodeType(expression[0], "styling");
6428 // If `expression` has no atoms on the left or right, class "leftmost"
[all …]
DREADME.md51 Call `katex.render` to render a TeX expression directly into a DOM element.
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp203 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() argument
207 std::string s(expression + match.rm_so, len); in match_to_uint32()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dattribs.adoc8 // Macro just to avoid typing the messy expression many times.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_shader_integer_dot_product.adoc40 …o work everywhere within their target market - they will pick a single expression of the ML operat…
DVK_KHR_fragment_shading_rate.adoc31 …sed as an straightforward equation, per-image state allowing arbitrary expression of regions is pr…
DVK_EXT_mesh_shader.adoc539 Note that the SPIR-V and GLSL expression of these extensions have changed, details of which are out…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dregistry.rnc492 # Not a regular expression.
727 # StringGroup is a regular expression with an implicit
734 # Boolean expression of core version and extension names using (),+ operators
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc566 math expression delimited by `latexmath:[` and `]`.
573 It must be a valid C99 expression whose result is equal to attr:len for
846 * attr:value is a numeric value in the form of a legal C expression when
1146 math expression delimited by `latexmath:[` and `]`.
1153 It must be a valid C99 expression whose result is equal to attr:len for
1413 String containing a boolean expression of one or more API core version
1415 The extension requires the expression in the string to be satisfied to
1620 String containing a boolean expression of one or more API core version
1624 Interfaces in the tag are only required if the expression is satisfied.
2609 The attr:value attribute must be a legal C99 constant scalar expression when
[all …]
DChangeLog.adoc1184 boolean expression. This change also adds a description of the different
2285 * Fix clamp expression for d_{lo} in the
2841 * Fix some `ifndef::` conditional expression markup (internal issue 3038).
7283 * Add a glossary definition of "`constant integral expression`", pointing
/hardware/google/gfxstream/guest/mesa/src/util/
Ddbghelp.h603 BOOL IMAGEAPI SymMatchString(LPSTR string,LPSTR expression,BOOL fCase);
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal220 * It must match the following regular expression:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc555 Note the escaped bracket in markup for the first expression, which is
559 This example uses the `aligned` environment to delimit the expression.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc2863 * Do all active group invocations agree that an expression is true?
2864 * Do any active group invocations evaluate an expression to true?
2865 * Do all active group invocations have the same value of an expression?
2963 Derivative operations calculate the partial derivative for an expression
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …)),e.attribs.type&&(t.type=e.attribs.type),e.attribs.expression&&(t.expression=e.attribs.expressio…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc2194 If infinities are not preserved then the expression may be replaced with