/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
D | DebugLib.h | 104 #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 …]
|
D | UnitTestLib.h | 350 #define UT_ASSERT_TRUE(Expression) \ argument 362 #define UT_ASSERT_FALSE(Expression) … argument
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
D | DebugLib.h | 104 #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 …]
|
D | UnitTestLib.h | 350 #define UT_ASSERT_TRUE(Expression) \ argument 362 #define UT_ASSERT_FALSE(Expression) … argument
|
/external/rust/android-crates-io/crates/spdx/src/ |
D | expression.rs | 69 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/ |
D | Expression.java | 30 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/ |
D | DebugLib.h | 293 #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
|
D | UnitTestLib.h | 353 #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/ |
D | Expression.java | 29 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/ |
D | DebugLib.h | 248 #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/ |
D | mod.rs | 10 pub enum Expression { enum 16 impl FromStr for Expression { implementation 32 impl Expression { implementation
|
D | parser.rs | 34 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/ |
D | format_sql.py | 75 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/ |
D | SkSLProgramVisitor.h | 16 class Expression; variable 51 using Expression = const SkSL::Expression; member
|
D | SkSLProgramUsage.h | 16 class Expression; variable
|
/external/rust/android-crates-io/crates/spdx/src/expression/ |
D | minimize.rs | 40 impl Expression { implementation
|
D | parser.rs | 9 impl Expression { implementation
|
/external/dagger2/java/dagger/internal/codegen/javapoet/ |
D | Expression.java | 39 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/ |
D | builder.rs | 265 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/ |
D | dwarf_wrappers.cc | 106 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/ |
D | SkSLConstantFolder.h | 19 class Expression; variable
|
D | SkSLDefines.h | 21 class Expression; variable
|
/external/skia/src/sksl/transform/ |
D | SkSLTransform.h | 21 class Expression; variable
|
D | SkSLProgramWriter.h | 17 using Expression = SkSL::Expression; member
|
/external/skia/src/sksl/ir/ |
D | SkSLSymbol.h | 21 class Expression; variable
|