Searched refs:eq (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/rbcrun/testdata/ |
D | load.star | 9 assert.eq(test1, "module1") 10 assert.eq(test2, "module2") 11 assert.eq(test3, None)
|
D | shell.star | 4 assert.eq("load.star shell.star", rblf_shell("cd %s && ls -1 shell.star load.star 2>&1" % rblf_env.… 5 assert.eq("shell.star", rblf_shell("cd %s && echo shell.sta*" % rblf_env.TEST_DATA_DIR))
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 129 eq bool member 186 eq := x.Name == "ifeq" || x.Name == "ifdef" 188 newCond := conditional{args, eq} 210 conds[len(conds)-1].eq = !conds[len(conds)-1].eq 309 if prefix, ok = conditionalTranslations[c.cond][c.eq]; !ok { 316 eq := "eq" 317 if !c.eq { 318 eq = "neq" 320 file.errorf(assignment, "conditional %s %s on global assignment", eq, c.cond) 363 disabledPrefix := conditionalTranslations[c.cond][!c.eq]
|