/development/vndk/tools/vndk-compliance/ |
D | parse-and-fix-errors.sh | 40 for lib in "${ALL_LIBS[@]}"; do 41 echo "Parsing log.error for $lib" 42 …p -B1 "error: '$lib\/" | grep FAILED | awk 'BEGIN{FS="_intermediates"}{print $1}' | awk 'BEGIN{FS=… 44 echo "Parsing log.$lib" 45 …for module in `cat log.$lib`; do find . -name Android.\* | xargs grep -w -H $module | grep "LOCAL_… 47 …echo "Please inspect log.$lib.paths and remove lines for devices other than the one you are compil… 51 if [ -s "log.$lib.paths" ]; then 52 …not_vendor_list=`cat log.$lib.paths | awk 'BEGIN{FS=":"}{print $1}' | xargs grep -L 'LOCAL_PROPRIE… 59 echo "Please check the makefile and update log."$lib".paths, then press Enter" 64 for lib in "${ADD_TO_HEADER_LIBS[@]}"; do [all …]
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1284 def add(self, tag, lib): argument 1286 lib_set.add(lib) 1287 self._path_tag[lib] = tag 1294 def get_path_tag(self, lib): argument 1296 return self._path_tag[lib] 1301 if pattern.match(lib): 1304 return self.get_path_tag_default(lib) 1307 def get_path_tag_default(self, lib): argument 1311 def get_path_tag_bit(self, lib): argument 1312 return self.TAGS[self.get_path_tag(lib)] [all …]
|
/development/host/windows/usb/winusb/ |
D | SOURCES | 30 # - atls.lib for free build 31 # - atlsd.lib for checked build 42 # In checked build, ATL headers call APIs that are only in atlsd.lib. To use 43 # atlsd.lib in checked build, set DEBUG_CRTS. 56 TARGETLIBS = $(SDK_LIB_PATH)\ole32.lib \ 57 $(SDK_LIB_PATH)\Advapi32.lib \ 58 $(SDK_LIB_PATH)\Kernel32.lib \ 59 $(SDK_LIB_PATH)\User32.lib \ 60 $(SDK_LIB_PATH)\oleaut32.lib \ 61 $(SDK_LIB_PATH)\wbemuuid.lib \ [all …]
|
/development/vndk/tools/definition-tool/templates/ |
D | vndk.txt | 27 define define-vndk-lib 59 $(foreach lib,$(VNDK_SP_LIBRARIES),\ 60 $(eval $(call define-vndk-lib,$(lib),vndk-sp-gen,$(VNDK_SP_DIR),))) 61 $(foreach lib,$(VNDK_SP_EXT_LIBRARIES),\ 62 $(eval $(call define-vndk-lib,$(lib),vndk-sp-ext-gen,$(VNDK_SP_DIR),true))) 63 $(foreach lib,$(EXTRA_VENDOR_LIBRARIES),\ 64 $(eval $(call define-vndk-lib,$(lib),vndk-ext-gen,,true)))
|
/development/host/windows/usb/api/ |
D | SOURCES | 30 # - atls.lib for free build 31 # - atlsd.lib for checked build 42 # In checked build, ATL headers call APIs that are only in atlsd.lib. To use 43 # atlsd.lib in checked build, set DEBUG_CRTS. 56 TARGETLIBS = $(SDK_LIB_PATH)\ole32.lib \ 57 $(SDK_LIB_PATH)\Advapi32.lib \ 58 $(SDK_LIB_PATH)\Kernel32.lib \ 59 $(SDK_LIB_PATH)\User32.lib \ 60 $(SDK_LIB_PATH)\oleaut32.lib \ 61 $(SDK_LIB_PATH)\wbemuuid.lib \ [all …]
|
/development/vndk/tools/definition-tool/tests/ |
D | test_elf_linker.py | 122 for lib in lib_set.values(): 123 self.assertEqual(set(), lib.unresolved_symbols) 126 for lib in ('lib', 'lib64'): 127 libdl = graph.get_lib('/system/' + lib + '/libdl.so') 128 libm = graph.get_lib('/system/' + lib + '/libm.so') 129 libc = graph.get_lib('/system/' + lib + '/libc.so') 130 libRS = graph.get_lib('/system/' + lib + '/libRS.so') 132 graph.get_lib('/system/' + lib + '/libcutils.so') 133 libEGL = graph.get_lib('/vendor/' + lib + '/libEGL.so') 164 lib = gb.graph.get_lib('/system/lib64/libfoo.so') [all …]
|
/development/scripts/ |
D | combine_sdks.sh | 68 replace tools/lib/images 69 replace tools/lib/res 70 replace tools/lib/fonts 71 replace tools/lib/layoutlib.jar 76 replace tools/lib/$i.txt
|
D | symbol.py | 179 def SymbolInformation(lib, addr): argument 198 info = SymbolInformationForSet(lib, set([addr])) 202 def SymbolInformationForSet(lib, unique_addrs): argument 222 if not lib: 225 addr_to_line = CallAddr2LineForSet(lib, unique_addrs) 229 addr_to_objdump = CallObjdumpForSet(lib, unique_addrs) 250 def CallAddr2LineForSet(lib, unique_addrs): argument 266 if not lib: 272 if lib in _SYMBOL_INFORMATION_ADDR2LINE_CACHE: 273 addr_cache = _SYMBOL_INFORMATION_ADDR2LINE_CACHE[lib] [all …]
|
D | native_heapdump_viewer.py | 308 for lib in addrs_by_lib: 309 sofile = app_symboldir + lib 311 sofile = symboldir + lib 322 for addr in addrs_by_lib[lib]: 331 for x in range(0, len(addrs_by_lib[lib])): 335 resolved_addrs[addrs_by_lib[lib][x]] = FrameDescription(function, location, lib) 338 resolved_addrs[addrs_by_lib[lib][x]] = FrameDescription("---", "---", lib) 341 print("%s not found for symbol resolution" % lib) 343 fd = FrameDescription("???", "???", lib) 344 for addr in addrs_by_lib[lib]: [all …]
|
/development/build/ |
D | sdk.atree | 95 external/clang/lib/Headers build-tools/${PLATFORM_NAME}/renderscript/clang-inclu… 98 prebuilts/sdk/renderscript/lib/javalib.jar build-tools/${PLATFORM_NAME}/renderscript/lib… 99 prebuilts/sdk/renderscript/lib/javalib_legacy.jar build-tools/${PLATFORM_NAME}/renderscript/lib… 101 prebuilts/sdk/renderscript/lib/arm/libc.so build-tools/${PLATFORM_NAME}/renderscript/… 102 prebuilts/sdk/renderscript/lib/arm/libm.so build-tools/${PLATFORM_NAME}/renderscript/… 103 prebuilts/sdk/renderscript/lib/arm/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/… 104 prebuilts/sdk/renderscript/lib/arm/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/… 105 prebuilts/sdk/renderscript/lib/arm/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/… 106 prebuilts/sdk/renderscript/lib/arm/librsjni_androidx.so build-tools/${PLATFORM_NAME}/renderscript/… 107 prebuilts/sdk/renderscript/lib/arm/libblasV8.so build-tools/${PLATFORM_NAME}/renderscript/… [all …]
|
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/x86_64/ |
D | libtest-rpath-multi.so.txt | 9 DT_RPATH /system/lib 10 DT_RPATH /vendor/lib
|
D | libtest-runpath-multi.so.txt | 9 DT_RUNPATH /system/lib 10 DT_RUNPATH /vendor/lib
|
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/arm/ |
D | libtest-rpath-multi.so.txt | 9 DT_RPATH /system/lib 10 DT_RPATH /vendor/lib
|
D | libtest-runpath-multi.so.txt | 9 DT_RUNPATH /system/lib 10 DT_RUNPATH /vendor/lib
|
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/x86/ |
D | libtest-runpath-multi.so.txt | 9 DT_RUNPATH /system/lib 10 DT_RUNPATH /vendor/lib
|
D | libtest-rpath-multi.so.txt | 9 DT_RPATH /system/lib 10 DT_RPATH /vendor/lib
|
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/arm64/ |
D | libtest-rpath-multi.so.txt | 9 DT_RPATH /system/lib 10 DT_RPATH /vendor/lib
|
D | libtest-runpath-multi.so.txt | 9 DT_RUNPATH /system/lib 10 DT_RUNPATH /vendor/lib
|
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/mips64/ |
D | libtest-runpath-multi.so.txt | 9 DT_RUNPATH /system/lib 10 DT_RUNPATH /vendor/lib
|
D | libtest-rpath-multi.so.txt | 9 DT_RPATH /system/lib 10 DT_RPATH /vendor/lib
|
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/mips/ |
D | libtest-runpath-multi.so.txt | 9 DT_RUNPATH /system/lib 10 DT_RUNPATH /vendor/lib
|
D | libtest-rpath-multi.so.txt | 9 DT_RPATH /system/lib 10 DT_RPATH /vendor/lib
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
D | TabCompatActivity.java | 17 package com.example.android.tabcompat.lib; 19 import com.example.android.tabcompat.lib.TabHelper;
|
/development/vndk/snapshot/ |
D | check_gpl_license.py | 200 for lib in gpl_projects: 201 if lib in module_paths: 202 module_path = module_paths[lib] 211 unreleased_projects.append((lib, module_path)) 213 released_projects.append((lib, module_path)) 217 format(lib=lib, module_paths=self.MODULE_PATHS_TXT))
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/ |
D | MainActivity.java | 19 import com.example.android.tabcompat.lib.CompatTab; 20 import com.example.android.tabcompat.lib.CompatTabListener; 21 import com.example.android.tabcompat.lib.TabCompatActivity; 22 import com.example.android.tabcompat.lib.TabHelper;
|