Searched refs:my (Results 1 – 4 of 4) sorted by relevance
/build/soong/ |
D | README.md | 55 For example, a `droiddoc` module with the name "my-docs" would return its 56 `.stubs.srcjar` output with `":my-docs"`, and its `.doc.zip` file with 57 `":my-docs{.doc.zip}"`. 141 directory) there are two packages, `my/app`, and the subpackage `my/app/tests`. Note that 142 `my/app/data` is not a package, but a directory belonging to package `my/app`. 144 .../android/my/app/Android.bp 145 .../android/my/app/app.cc 146 .../android/my/app/data/input.txt 147 .../android/my/app/tests/Android.bp 148 .../android/my/app/tests/test.cc [all …]
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 20 …r,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,pa… 24 …r,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,pa…
|
D | android_3p-bundle.js | 2658 …my[0]==="right"?q.left-=d:b.my[0]===e&&(q.left-=d/2),b.my[1]==="bottom"?q.top-=g:b.my[1]===e&&(q.t… property 2686 …te",{options:{appendTo:"body",autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left … property 2694 …my:"center",at:"center",collision:"fit",using:function(b){var c=a(this).css(b).offset().top;c<0&&a… property
|
/build/make/ |
D | Changes.md | 588 $(PRODUCT_OUT)/gen.img: my/src/path/gen.sh 589 export PRODUCT_OUT=$$(cd $(PRODUCT_OUT); pwd); cd my/src/path; ./gen.sh -o $${PRODUCT_OUT}/gen.img 615 $(TARGET): myscript my/path/binary 616 PATH=my/path:$$PATH myscript -o $@ 637 $(TARGET): myscript.py $(sort $(shell find my/python/lib -name '*.py')) 638 PYTHONPATH=my/python/lib:$$PYTHONPATH myscript.py -o $@
|