Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 8 of 8) sorted by relevance

/development/tools/findunused/
Dfindunusedresources44 sources=$app/src
47 sources="$sources $app/tests"
51 sources="$sources $app/samples"
62 …find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/e…
/development/tools/winscope/src/common/
Dpersistent_store_proxy.ts113 function mergeDeep(target: any, ...sources: any): any {
114 if (!sources.length) return target;
115 const source = sources.shift();
128 return mergeDeep(target, ...sources);
/development/build/tools/
Dsdk_repo.mk78 define mk-sdk-repo-sources
120 $(eval $(call mk-sdk-repo-sources,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),sources))
126 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),sources)
240 mk-sdk-repo-sources :=
/development/tools/winscope/
D.prettierignore2 # Perfetto trace processor sources. Either auto-generated (we want to keep them untouched)
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java117 int sources = dev.getSources(); in findControllersAndAttachShips() local
119 if (((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) || in findControllersAndAttachShips()
120 ((sources & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK)) { in findControllersAndAttachShips()
/development/tools/mkstubs/
DREADME.txt84 ~/somedir/myfinal.jar_sources that will contain the equivalent Java sources.
/development/tools/repo_diff/service/repodiff/
DREADME.md57 to Datastudio data sources in the [AOSP Branch
/development/tools/apkcheck/
DREADME.txt10 They're generated from the sources, and can take into acount javadoc