Searched refs:abs (Results 1 – 9 of 9) sorted by relevance
/build/soong/bin/ |
D | get_abs_build_var | 24 $TOP/build/soong/soong_ui.bash --dumpvar-mode --abs $1
|
/build/bazel/rules/cc/ |
D | cc_library_headers_test.bzl | 32 "abs/includes", 33 paths.join(target[TestingAspectInfo].bin_path, "abs/includes"), 51 export_absolute_includes = ["abs/includes"],
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | carousel.js | 185 animation.origin = Math.abs(origin); 188 var motions = Math.abs(animation.goal - animation.origin); 195 …var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - … 298 var originpoint = Math.abs(currentStripPosition); 302 var motionValue = Math.abs(originPosition[slideName]-originpoint);
|
D | jquery-resizable.min.js | 29 …,_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.a… 40 …a.top+s.position.top;var k=Math.abs((s._helper?s.offset.left-d.left:(s.offset.left-d.left))+s.size…
|
/build/blueprint/ |
D | levenshtein.go | 21 func abs(a int) int { func 45 if abs(len(a)-len(b)) >= max {
|
/build/bazel/ci/ |
D | atest_integration_test.sh | 24 (${PWD}/build/soong/soong_ui.bash --dumpvar-mode --abs $1)
|
/build/soong/cmd/soong_ui/ |
D | main.go | 317 abs := flags.Bool("abs", false, "Print the absolute path of the value") 339 if *abs { 342 if abs, err := filepath.Abs(path); err == nil { 343 res = append(res, abs) 416 abs, err := filepath.Abs(path) 420 res = append(res, abs)
|
/build/make/ |
D | envsetup.sh | 61 --abs-vars="${cached_abs_vars[*]}" \ 63 --abs-var-prefix=abs_var_cache_` 111 (\cd $T; build/soong/soong_ui.bash --dumpvar-mode --abs $1)
|
/build/ |
D | envsetup.sh | 61 --abs-vars="${cached_abs_vars[*]}" \ 63 --abs-var-prefix=abs_var_cache_` 111 (\cd $T; build/soong/soong_ui.bash --dumpvar-mode --abs $1)
|