Searched refs:eq (Results 1 – 7 of 7) 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 | cli_and_env.star | 6 assert.eq(rblf_env.TEST_ENVIRONMENT_FOO, "test_environment_foo") 8 assert.eq(rblf_cli.CLI_FOO, "foo")
|
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/mk2rbc/ |
D | expr.go | 344 func (eq *eqExpr) emit(gctx *generationContext) { 345 if eq.left.typ() != eq.right.typ() { 346 eq.left = &toStringExpr{expr: eq.left} 347 eq.right = &toStringExpr{expr: eq.right} 351 eq.left.emit(gctx) 352 if eq.isEq { 357 eq.right.emit(gctx) 364 func (eq *eqExpr) emitListVarCopy(gctx *generationContext) { 365 eq.emit(gctx) 368 func (eq *eqExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr { [all …]
|
/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]
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-1.6.2.min.js | 16 …eturn this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return… method 17 …gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){retu…
|
D | jquery-resizable.min.js | 12 ….empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return t… 19 …,gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){retu… 29 …eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow…
|