/development/ndk/sources/android/ndk_helper/ |
D | shader.cpp | 45 std::map<std::string, std::string>::const_iterator it = map_parameters.begin(); in CompileShader() local 47 while( it != itEnd ) in CompileShader() 50 while( (pos = str.find( it->first, pos )) != std::string::npos ) in CompileShader() 58 str.replace( pos, it->first.length(), it->second ); in CompileShader() 59 str_replacement_map.replace( pos, it->first.length(), it->first.length(), in CompileShader() 61 pos += it->second.length(); in CompileShader() 66 pos += it->second.length(); in CompileShader() 69 it++; in CompileShader()
|
D | gestureDetector.cpp | 184 std::vector<int32_t>::iterator it = vec_pointers_.begin(); in Detect() local 187 for( ; it != it_end; ++it, ++i ) in Detect() 189 if( *it == released_pointer_id ) in Detect() 191 vec_pointers_.erase( it ); in Detect() 292 std::vector<int32_t>::iterator it = vec_pointers_.begin(); in Detect() local 295 for( ; it != it_end; ++it, ++i ) in Detect() 297 if( *it == released_pointer_id ) in Detect() 299 vec_pointers_.erase( it ); in Detect()
|
/development/samples/UiAutomator/ |
D | README | 8 To run this demo you must build it first and push it on your device: 20 To run this demo you must build it first and push it on your device: 29 To run this demo you must build it first and push it on your device:
|
/development/samples/browseable/SpeedTracker/ |
D | _index.jd | 11 limit and if the speed approaches that limit, it changes the 12 color to yellow and if it exceeds the limit, it turns red. User 13 can also enable recording of coordinates and when it pairs back
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | AsmAnalyzer.java | 86 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) { in filter() 87 String key = it.next(); in filter() 94 it.remove(); in filter()
|
/development/samples/browseable/MessagingService/ |
D | _index.jd | 8 NotificationCompat. In addition to sending a notification, it also extends 9 the notification with a CarExtender to make it compatible with Android Auto.
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license.txt | 6 This source is free software; you can redistribute it and/or 7 modify it under the terms of EITHER: 16 This source is distributed in the hope that it will be useful,
|
D | license-LGPL.txt | 7 of this license document, but changing it is not allowed. 16 freedom to share and change it. By contrast, the GNU General Public 22 Free Software Foundation and other authors who decide to use it. You 23 can use it too, but we suggest you first think carefully about whether 31 it if you want it; that you can change the software and use pieces of 32 it in new free programs; and that you are informed that you can do 38 you if you distribute copies of the library or if you modify it. 46 it. And you must show them these terms so they know their rights. 52 To protect each distributor, we want to make it very clear that 81 We call this license the "Lesser" General Public License because it [all …]
|
/development/tools/labpretest/ |
D | README | 9 It will detect if it is in a low battery situation and wait for it to charge 21 script, it will detect the device and go through 100 cycles, running the monkey 25 how many monkey events and finally -x to make it skip the monkey run portion 32 sub directory and put adb and fastboot in it and make sure they are executable. 48 generic functions or details to the flashing process. You must use it to define
|
/development/samples/browseable/MediaBrowserService/ |
D | _index.jd | 11 it to be used in Android Auto, for example. 15 to the Android Auto UI in the same manner as it provides them to the
|
/development/samples/training/basic/ActivityLifecycle/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 12 # You can also use it define how the release builds are signed by declaring
|
D | build.properties | 3 # This file must be checked in Version Control Systems, as it is 12 # You can also use it define how the release builds are signed by declaring
|
/development/tools/apkcheck/ |
D | README.txt | 18 API XML file, it has much less detail. 28 analyze the APK, so if you have a large set of APKs it's best to run them 55 In some cases involving generic signatures it may not be possible 92 the enumeration values. This makes it look like an APK is referring 114 that overrides that method must also return Foo, so it would seem that 117 However, it's possible to override gimmeFoo with "public MegaFoo 118 gimmeFoo()" so long as MegaFoo is an instance of Foo. In that case it 123 find a method that matches on everything but the return type, it will 126 it's worth.) 163 signatures into the code (--uses-library=BUILTIN). (At some point it
|
/development/ndk/samples/hello-neon/ |
D | build.properties | 3 # This file must be checked in Version Control Systems, as it is 12 # You can also use it define how the release builds are signed by declaring
|
/development/samples/browseable/DocumentCentricRelinquishIdentity/ |
D | _index.jd | 7 This sample shows how to relinquish identity to activities above it in the task stack.
|
/development/tutorials/ReverseDebug/ |
D | README.txt | 19 26 /* Make sure it clobbers something. */ 57 This is free software: you are free to change and redistribute it. 119 And here it is: 131 (as of gdb 7.6) it only recognizes ARM instructions and will punt on all 132 Thumb(2) instructions. To give it a try you will need to recompile your
|
/development/samples/browseable/BasicRenderScript/ |
D | _index.jd | 8 In the sample, it performs graphical filter operation on a image with renderScript.
|
/development/samples/ |
D | README | 1 Adding a new folder in development/samples is not enough to have it
|
/development/sdk/ |
D | sdk.properties | 3 # If it used by various tools to figure out what the platform can do.
|
/development/samples/browseable/AdapterTransition/ |
D | _index.jd | 7 …le, we demonstrate how to create an overlay layout and run a Transition on it. Press the action ba…
|
/development/samples/browseable/ElevationBasic/ |
D | _index.jd | 9 taps on it, using setTranslationZ().
|
/development/samples/SkeletonApp/ |
D | readme.txt | 8 list in the app launcher (it is named Skeleton App) or by selecting it from 45 it must be lower-case.
|
/development/samples/browseable/AdvancedImmersiveMode/ |
D | _index.jd | 9 lets the user experiment with immersive mode by seeing how it interacts
|
/development/samples/browseable/FindMyPhone/ |
D | _index.jd | 9 … it is still connected to your wearable, you can also start an activity on the wearable to sound an
|
/development/samples/browseable/BasicNetworking/ |
D | _index.jd | 8 a network connection, and if so, what type of connection it is.
|