Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/c2hal/
H A DExpression.h30 struct Expression { struct
31 Expression() {} in Expression() function
32 virtual ~Expression() {} in ~Expression() argument
34 enum Type {
42 static std::string getTypeDescription(Type type) { in getTypeDescription()
69 static Expression *parenthesize(Expression *inner); argument
/aosp12/build/blueprint/parser/
H A Dsort.go175 func sortListsInValue(value Expression, file *File) {
191 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
240 func subListIsSorted(values []Expression) bool {
280 func isListOfPrimitives(values []Expression) bool {
H A Dprinter.go71 func PrintExpression(expression Expression) ([]byte, error) {
112 func (p *printer) printExpression(value Expression) {
139 func (p *printer) printList(list []Expression, pos, endPos scanner.Position) {
H A Dast.go113 type Expression interface { interface
129 func ExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
135 func hackyExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
151 func hackyFingerprint(expression Expression) (fingerprint []byte, err error) {
H A Dparser.go343 func (p *parser) evaluateOperator(value1, value2 Expression, operator rune,
431 func (p *parser) parseOperator(value1 Expression) *Operator {
/aosp12/system/tools/hidl/test/hidl_test/
H A Dstatic_test.cpp259 struct Expression : public IExpression { struct
260 Return<void> foo1(const hidl_array<int32_t, 1>&) override { return Void(); } in foo1()
261 Return<void> foo2(const hidl_array<int32_t, 13>&) override { return Void(); } in foo2()
262 Return<void> foo3(const hidl_array<int32_t, 20>&) override { return Void(); } in foo3()
/aosp12/build/soong/partner/bpfix/extensions/
H A Dheaders.go41 func findHeaderLib(e parser.Expression) (*includeDirFix, bool) {
59 func searchThroughOperatorList(mod *parser.Module, e parser.Expression) {
/aosp12/build/blueprint/bpmodify/
H A Dbpmodify.go181 empty parser.Expression) (prop *parser.Property, modified bool, err error) {
187 empty parser.Expression) (prop *parser.Property, modified bool, err error) {
222 func processParameter(value parser.Expression, paramName, moduleName string,
/aosp12/build/soong/androidmk/androidmk/
H A Dandroid.go226 func emptyList(value bpparser.Expression) bool {
233 func splitBpList(val bpparser.Expression, keyFunc listSplitFunc) (lists map[string]bpparser.Express…
301 func classifyLocalOrGlobalPath(value bpparser.Expression) (string, bpparser.Expression, error) {
H A Dvalues.go40 func addValues(val1, val2 bpparser.Expression) (bpparser.Expression, error) {
H A Dandroidmk.go414 func setVariable(file *bpFile, plusequals bool, prefix, name string, value bpparser.Expression, loc…
/aosp12/art/libelffile/dwarf/
H A Dexpression.h114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { in Expression() function
H A Ddebug_frame_opcode_writer.h263 void ALWAYS_INLINE Expression(Reg reg, uint8_t* expr, int expr_size) { in Expression() function
/aosp12/build/make/tools/releasetools/
H A Dcheck_partition_sizes.py44 class Expression(object): class
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h42 Expression, // --defsym enumerator
/aosp12/frameworks/base/tools/xmlpersistence/src/main/kotlin/
H A DParser.kt211 private val Expression.stringLiteralValue: String regex
/aosp12/system/tools/aidl/
H A Dast_java.h68 struct Expression : public AstNode { struct
/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix.go503 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {
/aosp12/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1665 bool VisitExpr(clang::Expr* Expression) { in VisitExpr()
/aosp12/packages/apps/TV/libs/m2/
H A Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...