Home
last modified time | relevance | path

Searched defs:Expression (Results 1 – 25 of 144) sorted by relevance

123456

/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
DDebugLib.h104 #define DEBUG_EXPRESSION_STRING(Expression) DEBUG_EXPRESSION_STRING_VALUE argument
106 #define DEBUG_EXPRESSION_STRING(Expression) #Expression argument
348 #define _ASSERT(Expression) UnitTestDebugAssert (__FILE_NAME__, DEBUG_LINE_NUMBER, DEBUG_EXPRESSIO… argument
350 #define _ASSERT(Expression) UnitTestDebugAssert (__FILE__, DEBUG_LINE_NUMBER, DEBUG_EXPRESSION_STR… argument
354 #define _ASSERT(Expression) DebugAssert (__FILE_NAME__, DEBUG_LINE_NUMBER, DEBUG_EXPRESSION_STRING… argument
356 #define _ASSERT(Expression) DebugAssert (__FILE__, DEBUG_LINE_NUMBER, DEBUG_EXPRESSION_STRING (Exp… argument
380 #define _DEBUG(Expression) _DEBUG_PRINT Expression argument
382 #define _DEBUG(Expression) DebugPrint Expression argument
398 #define ASSERT(Expression) \ argument
408 #define ASSERT(Expression) argument
[all …]
DUnitTestLib.h350 #define UT_ASSERT_TRUE(Expression) \ argument
362 #define UT_ASSERT_FALSE(Expression) … argument
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
DDebugLib.h104 #define DEBUG_EXPRESSION_STRING(Expression) DEBUG_EXPRESSION_STRING_VALUE argument
106 #define DEBUG_EXPRESSION_STRING(Expression) #Expression argument
344 #define _ASSERT(Expression) UnitTestDebugAssert (__FILE_NAME__, DEBUG_LINE_NUMBER, DEBUG_EXPRESSIO… argument
346 #define _ASSERT(Expression) UnitTestDebugAssert (__FILE__, DEBUG_LINE_NUMBER, DEBUG_EXPRESSION_STR… argument
350 #define _ASSERT(Expression) DebugAssert (__FILE_NAME__, DEBUG_LINE_NUMBER, DEBUG_EXPRESSION_STRING… argument
352 #define _ASSERT(Expression) DebugAssert (__FILE__, DEBUG_LINE_NUMBER, DEBUG_EXPRESSION_STRING (Exp… argument
376 #define _DEBUG(Expression) _DEBUG_PRINT Expression argument
378 #define _DEBUG(Expression) DebugPrint Expression argument
394 #define ASSERT(Expression) \ argument
404 #define ASSERT(Expression) argument
[all …]
DUnitTestLib.h350 #define UT_ASSERT_TRUE(Expression) \ argument
362 #define UT_ASSERT_FALSE(Expression) … argument
/external/rust/android-crates-io/crates/spdx/src/
Dexpression.rs69 pub struct Expression { struct
75 impl Expression { argument
204 impl AsRef<str> for Expression { implementation
210 impl fmt::Debug for Expression { implementation
228 impl fmt::Display for Expression { implementation
234 impl std::str::FromStr for Expression { implementation
241 impl PartialEq for Expression { implementation
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DExpression.java30 public abstract class Expression extends Node { class
32 public Expression() { in Expression() method in Expression
35 public Expression(Range range) { in Expression() method in Expression
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
DDebugLib.h293 #define _ASSERT(Expression) DebugAssert (__FILE_NAME__, __LINE__, #Expression) argument
295 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) argument
319 #define _DEBUG(Expression) _DEBUG_PRINT Expression argument
321 #define _DEBUG(Expression) DebugPrint Expression argument
337 #define ASSERT(Expression) \ argument
347 #define ASSERT(Expression) argument
363 #define DEBUG(Expression) \ argument
370 #define DEBUG(Expression) argument
501 #define DEBUG_CODE(Expression) \ argument
DUnitTestLib.h353 #define UT_ASSERT_TRUE(Expression) \ argument
365 #define UT_ASSERT_FALSE(Expression) \ argument
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DExpression.java29 public abstract class Expression extends Node { class
31 public Expression() { in Expression() method in Expression
34 …public Expression(final int beginLine, final int beginColumn, final int endLine, final int endColu… in Expression() method in Expression
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
DDebugLib.h248 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) argument
271 #define _DEBUG(Expression) _DEBUG_PRINT Expression argument
273 #define _DEBUG(Expression) DebugPrint Expression argument
289 #define ASSERT(Expression) \ argument
299 #define ASSERT(Expression) argument
315 #define DEBUG(Expression) \ argument
322 #define DEBUG(Expression) argument
453 #define DEBUG_CODE(Expression) \ argument
/external/rust/android-crates-io/crates/config/src/path/
Dmod.rs10 pub enum Expression { enum
16 impl FromStr for Expression { implementation
32 impl Expression { implementation
Dparser.rs34 fn ident(i: &str) -> IResult<&str, Expression> { in ident() argument
38 fn postfix<'a>(expr: Expression) -> impl FnMut(&'a str) -> IResult<&'a str, Expression> { in postfix() argument
51 pub fn from_str(input: &str) -> Result<Expression, ErrorKind> { in from_str()
/external/perfetto/tools/
Dformat_sql.py75 expression: t.Optional[exp.Expression] = None,
91 expression: t.Optional[exp.Expression] = None,
93 sqls: t.Optional[t.Collection[t.Union[str, exp.Expression]]] = None,
157 stack: t.Optional[t.List[t.Union[str, exp.Expression]]] = None,
392 self, this: t.Optional[exp.Expression]) -> t.Optional[exp.Expression]:
/external/skia/src/sksl/analysis/
DSkSLProgramVisitor.h16 class Expression; variable
51 using Expression = const SkSL::Expression; member
DSkSLProgramUsage.h16 class Expression; variable
/external/rust/android-crates-io/crates/spdx/src/expression/
Dminimize.rs40 impl Expression { implementation
Dparser.rs9 impl Expression { implementation
/external/dagger2/java/dagger/internal/codegen/javapoet/
DExpression.java39 public final class Expression { class
43 private Expression(ExpressionType type, CodeBlock codeBlock) { in Expression() method in Expression
/external/rust/android-crates-io/crates/config/src/
Dbuilder.rs265 defaults: Map<Expression, Value>, in build_internal()
266 overrides: Map<Expression, Value>, in build_internal()
345 defaults: Map<Expression, Value>, in build_internal()
346 overrides: Map<Expression, Value>, in build_internal()
/external/stg/
Ddwarf_wrappers.cc106 struct Expression { struct
107 const Dwarf_Op& operator[](size_t i) const { in operator []()
111 Dwarf_Op* atoms = nullptr;
112 size_t length = 0;
/external/skia/src/sksl/
DSkSLConstantFolder.h19 class Expression; variable
DSkSLDefines.h21 class Expression; variable
/external/skia/src/sksl/transform/
DSkSLTransform.h21 class Expression; variable
DSkSLProgramWriter.h17 using Expression = SkSL::Expression; member
/external/skia/src/sksl/ir/
DSkSLSymbol.h21 class Expression; variable

123456