Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 9 of 9) sorted by relevance

/build/soong/bin/
Dget_abs_build_var24 $TOP/build/soong/soong_ui.bash --dumpvar-mode --abs $1
/build/bazel/rules/cc/
Dcc_library_headers_test.bzl32 "abs/includes",
33 paths.join(target[TestingAspectInfo].bin_path, "abs/includes"),
51 export_absolute_includes = ["abs/includes"],
/build/make/tools/droiddoc/templates-pdk/assets/
Dcarousel.js185 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);
Djquery-resizable.min.js29 …,_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/
Dlevenshtein.go21 func abs(a int) int { func
45 if abs(len(a)-len(b)) >= max {
/build/bazel/ci/
Datest_integration_test.sh24 (${PWD}/build/soong/soong_ui.bash --dumpvar-mode --abs $1)
/build/soong/cmd/soong_ui/
Dmain.go317 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/
Denvsetup.sh61 --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/
Denvsetup.sh61 --abs-vars="${cached_abs_vars[*]}" \
63 --abs-var-prefix=abs_var_cache_`
111 (\cd $T; build/soong/soong_ui.bash --dumpvar-mode --abs $1)