Home
last modified time | relevance | path

Searched refs:eq (Results 1 – 10 of 10) sorted by relevance

/build/make/tools/rbcrun/testdata/
Dload.star9 assert.eq(test1, "module1")
10 assert.eq(test2, "module2")
11 assert.eq(test3, None)
Dshell.star4 assert.eq("load.star shell.star", rblf_shell("ls -1 shell.star load.star 2>&1"))
5 assert.eq("shell.star", rblf_shell("echo shell.sta*"))
/build/soong/cc/
Dcmake_module_cc.txt13 <<if eq $moduleType "library">>
24 <<- if eq $moduleType "library">>
26 <<- else if eq $moduleType "test">>
/build/soong/mk2rbc/
Dexpr.go344 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/
Dandroidmk.go129 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/soong/android/
Dutil.go310 func FirstUniqueFunc[SortableList ~[]Sortable, Sortable any](list SortableList, eq func(a, b Sortab…
315 if eq(list[i], list[j]) {
/build/bazel/rules/apex/
Dapex_deps_validation.bzl225 if [[ $diff_size -eq 0 ]]; then
/build/make/tools/aconfig/aconfig/src/
Dcommands.rs690 assert!(parsed_flags.parsed_flag[i].eq(item)); in test_modify_parsed_flags_based_on_mode_prod()
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-1.6.2.min.js16 …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…
Djquery-resizable.min.js12 ….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…
29eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow…