Searched refs:sources (Results 1 – 8 of 8) sorted by relevance
/development/tools/findunused/ |
D | findunusedresources | 44 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/ |
D | persistent_store_proxy.ts | 113 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/ |
D | sdk_repo.mk | 78 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 | .prettierignore | 2 # Perfetto trace processor sources. Either auto-generated (we want to keep them untouched)
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 117 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/ |
D | README.txt | 84 ~/somedir/myfinal.jar_sources that will contain the equivalent Java sources.
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 57 to Datastudio data sources in the [AOSP Branch
|
/development/tools/apkcheck/ |
D | README.txt | 10 They're generated from the sources, and can take into acount javadoc
|