/development/build/ |
D | sdk-linux-x86.atree | 21 lib64/libc++.so strip platform-tools/lib64/libc++.so 31 lib64/libLLVM.so strip build-tools/${PLATFORM_NAME}/lib64/lib… 32 lib64/libbcc.so strip build-tools/${PLATFORM_NAME}/lib64/lib… 33 lib64/libbcinfo.so strip build-tools/${PLATFORM_NAME}/lib64/lib… 34 lib64/libclang.so strip build-tools/${PLATFORM_NAME}/lib64/lib… 35 lib64/libc++.so strip build-tools/${PLATFORM_NAME}/lib64/lib…
|
D | sdk.atree | 95 …sdk/renderscript/lib/arm/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermed… 96 …sdk/renderscript/lib/arm/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermed… 98 …nderscript/lib/arm/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/armea… 99 …k/renderscript/lib/arm/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/a… 100 …dk/renderscript/lib/arm/libblasV8.so build-tools/${PLATFORM_NAME}/renderscript/lib/blas/arme… 103 …s/sdk/renderscript/lib/mips/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/inter… 104 …s/sdk/renderscript/lib/mips/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/inter… 106 …/renderscript/lib/mips/libRSSupport.so build-tools/${PLATFORM_NAME}/renderscript/lib/packaged/m… 107 …/sdk/renderscript/lib/mips/librsjni.so build-tools/${PLATFORM_NAME}/renderscript/lib/packag… 108 …s/sdk/renderscript/lib/mips/libblasV8.so build-tools/${PLATFORM_NAME}/renderscript/lib/blas/… [all …]
|
D | sdk-windows-x86.atree | 20 # The Windows SDK is based on the Linux one so in this file we 84 # libc++.so not needed on Windows. 85 rm build-tools/${PLATFORM_NAME}/lib64/libc++.so 87 rm build-tools/${PLATFORM_NAME}/lib64/libLLVM.so 90 rm build-tools/${PLATFORM_NAME}/lib64/libclang.so 95 rm build-tools/${PLATFORM_NAME}/lib64/libbcc.so 98 rm build-tools/${PLATFORM_NAME}/lib64/libbcinfo.so
|
/development/testrunner/ |
D | run_command.py | 82 so = [] 109 so.append(output) 113 so.append("ERROR") 143 output = "".join(so) 147 return "".join(so)
|
/development/tutorials/MoarRam/ |
D | README.txt | 6 foo.c (libmoarram-foo.so). Each invocation will allocate 32 bytes. 8 bar.c (libmoarram-bar.so). Each invocation will allocate 2M bytes. 10 in baz.c (libmoarram-baz.so). Each invocation will allocate 17 or 71 bytes,
|
/development/python-packages/ |
D | .gitignore | 7 *.so 29 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/development/tools/idegen/ |
D | excluded-paths | 5 # We want to exclude as litte as possible by default, so it's important to 11 # Currently, we lump all the .java files together into one big module, so you 14 # build, so we won't have to worry about duplicate names any more than the 51 # Each test has a Main.java in the default package, so they conflict with
|
D | README | 42 least one jar is present, so include a random jar that won't get in the 75 so you effectively have an implicit ".*" rule at the end of the file.
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities.h | 484 double sp,so,sk,om_sp2,om_so2,om_sk2,cp,co,ck,sp_so,cp_so; in db_IncrementalRotationMatrix() local 487 sp=dx[0]; so=dx[1]; sk=dx[2]; in db_IncrementalRotationMatrix() 489 om_so2=1.0-so*so; in db_IncrementalRotationMatrix() 496 sp_so=sp*so; in db_IncrementalRotationMatrix() 497 cp_so=cp*so; in db_IncrementalRotationMatrix() 500 R[6]=sp*co; R[7]= -so; R[8]=cp*co; in db_IncrementalRotationMatrix()
|
/development/tools/apkcheck/ |
D | README.txt | 17 class), so while the output from dexdeps is similar in structure to the 28 analyze the APK, so if you have a large set of APKs it's best to run them 82 The API XML does specify each package in a <package> tag, so we should have 114 that overrides that method must also return Foo, so it would seem that 118 gimmeFoo()" so long as MegaFoo is an instance of Foo. In that case it 140 a single letter, so apkcheck includes a kluge that converts single-letter 154 a method with a more specific return type (android.os.Parcelable), so 160 list, though, this isn't handled so easily. 162 These cases are relatively few, so they were handled by baking the
|
/development/samples/OpenGL/HelloOpenGLES10/ |
D | .gitignore | 3 # Add this file to source control so the following files
|
/development/samples/OpenGL/HelloOpenGLES20/ |
D | .gitignore | 3 # Add this file to source control so the following files
|
/development/ndk/tests/prebuilt-library/jni/ |
D | Android.mk | 21 LOCAL_SRC_FILES := libfoo.so
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 162 the system's C library (i.e. /system/lib/libc.so) needs to exports symbols 164 $NDK/platforms/android-$LEVEL/arch-$ARCH/usr/lib/libc.so). 166 Starting from NDK r7, the NDK libc.so is itself generated by a script 167 (gen-platforms.sh) from a list of symbol files (see libc.so.functions.txt 168 and libc.so.variables.txt) and does not contain any implementation code. 199 - the system's libc.so shall always export its __dso_handle, as *global* 204 - the NDK link-time libc.so shall *never* export or contain any 211 it is a copy of a release-specific system libc.so. 234 - The platform's /system/lib/libc.so should *always* export a working 237 - The NDK link-time libc.so should *never* export atexit() [all …]
|
/development/samples/browseable/BasicNetworking/ |
D | _index.jd | 9 a network connection, and if so, what type of connection it is.
|
/development/samples/browseable/WearSpeakerSample/ |
D | _index.jd | 11 This sample doesn't have any companion phone app so you need to install this directly
|
/development/host/windows/usb/api/ |
D | BUILDME.TXT | 24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is 25 probably not too far from the WDK that this code was originally built with, so
|
/development/host/windows/usb/winusb/ |
D | BUILDME.TXT | 24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is 25 probably not too far from the WDK that this code was originally built with, so
|
/development/host/windows/usb/adb_winapi_test/ |
D | BUILDME.TXT | 24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is 25 probably not too far from the WDK that this code was originally built with, so
|
/development/samples/BluetoothHDP/ |
D | _index.jd | 8 so on. For a list of supported devices and their corresponding device data
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 44 complete object files to the recipients, so that they can relink them 46 it. And you must show them these terms so they know their rights. 55 that what they have is not the original version, so that the original 90 encourage the widest possible use of a certain library, so that it becomes 95 software only, so we use the Lesser General Public License. 125 prepared so as to be conveniently linked with application programs 213 this, you must alter all the notices that refer to this License, so 221 that copy, so the ordinary GNU General Public License applies to all 291 uses the Library", as object code and/or source code, so that the 323 components (compiler, kernel, and so on) of the operating system on [all …]
|
D | README.txt | 35 shared object, so that the library is not needed at
|
/development/tools/checkstyle/ |
D | LICENSE | 44 complete object files to the recipients, so that they can relink them 46 it. And you must show them these terms so they know their rights. 55 that what they have is not the original version, so that the original 90 encourage the widest possible use of a certain library, so that it becomes 95 software only, so we use the Lesser General Public License. 125 prepared so as to be conveniently linked with application programs 213 this, you must alter all the notices that refer to this License, so 221 that copy, so the ordinary GNU General Public License applies to all 291 uses the Library", as object code and/or source code, so that the 323 components (compiler, kernel, and so on) of the operating system on [all …]
|
/development/scripts/gdb/ |
D | dalvik.gdb | 18 # also set a breakpoint in a libart.so function to stop when the program
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 35 /lib/libjavacore.so 36 /lib/libjavacrypto.so 81 to whom the Software is furnished to do so, provided that the above 238 commercial product offering should do so in a manner which does not 360 permit persons to whom the Software is furnished to do so, subject to 433 …he Software, and to permit persons to whom the Software is furnished to do so, provided that the a… 470 Software are furnished to do so, provided that (a) the above copyright notice(s) 517 ** This file is in the public domain, so clarified as of 570 complete object files to the recipients, so that they can relink them 572 it. And you must show them these terms so they know their rights. [all …]
|