/frameworks/rs/api/ |
D | Specification.cpp | 343 bool created = false; in scanConstantSpecification() local 344 Constant* constant = systemSpecification.findOrCreateConstant(name, &created); in scanConstantSpecification() 348 specFile->addConstantSpecification(spec, created); in scanConstantSpecification() 354 constant->scanDocumentationTags(scanner, created, specFile); in scanConstantSpecification() 369 bool created = false; in scanTypeSpecification() local 370 Type* type = systemSpecification.findOrCreateType(name, &created); in scanTypeSpecification() 374 specFile->addTypeSpecification(spec, created); in scanTypeSpecification() 406 type->scanDocumentationTags(scanner, created, specFile); in scanTypeSpecification() 551 bool created = false; in scanFunctionSpecification() local 552 Function* function = systemSpecification.findOrCreateFunction(name, &created); in scanFunctionSpecification() [all …]
|
D | rs_matrix.spec | 239 To apply this projection to a vector, multiply the vector by the created 290 To apply this projection to a vector, multiply the vector by the created matrix 308 To apply this projection to a vector, multiply the vector by the created matrix 324 To rotate a vector, multiply the vector by the created matrix using @rsMatrixMultiply(). 341 To scale a vector, multiply the vector by the created matrix using @rsMatrixMultiply(). 356 To translate a vector, multiply the vector by the created matrix using 497 To apply this combined transformation to a vector, multiply the vector by the created 515 To apply this combined transformation to a vector, multiply the vector by the created 549 created matrix using @rsMatrixMultiply().
|
D | Specification.h | 557 Constant* findOrCreateConstant(const std::string& name, bool* created); 558 Type* findOrCreateType(const std::string& name, bool* created); 559 Function* findOrCreateFunction(const std::string& name, bool* created);
|
D | rs_object_info.spec | 21 or Sampler object. These objects are created from Java. You can't create them from a
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkAgentInfo.java | 115 public boolean created; field in NetworkAgentInfo 194 return created && in satisfies() 250 "created{" + created + "} lingering{" + lingering + "} " + in toString()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | NativeMedia.java | 252 boolean created = false; in onCreate() 254 if (!created) { in onCreate() 263 created = createStreamingMediaPlayer(mSourceString); in onCreate() 266 if (created) { in onCreate()
|
/frameworks/base/libs/hwui/ |
D | PatchCache.cpp | 57 bool created = false; in init() local 60 created = true; in init() 66 if (created) { in init()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 90 object is created. In this case the EGL_SYNC_NATIVE_FENCE_FD_ANDROID 115 "When a fence sync object is created or when an EGL native fence sync 116 object is created with the EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute set 120 with the newly created sync object. 124 new native fence object to be created, and the 223 when <sync> was created, the behaviour is undefined." 276 - Added language specifying that a native Android fence is created at the
|
D | EGL_ANDROID_image_native_buffer.txt | 90 * If <target> is EGL_NATIVE_BUFFER_ANDROID and <buffer> was created
|
/frameworks/base/docs/html/shareables/ |
D | README.txt | 6 This directory was originally created for downloadable items such as ZIP files,
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 22 # A new task is being created: 24 # A new activity is being created in an existing task: 65 # A service is being created
|
/frameworks/rs/scriptc/ |
D | rs_matrix.rsh | 257 * To apply this projection to a vector, multiply the vector by the created 319 * To apply this projection to a vector, multiply the vector by the created matrix 336 * To apply this projection to a vector, multiply the vector by the created matrix 354 * To rotate a vector, multiply the vector by the created matrix using rsMatrixMultiply(). 374 * To scale a vector, multiply the vector by the created matrix using rsMatrixMultiply(). 391 * To translate a vector, multiply the vector by the created matrix using 504 * To apply this combined transformation to a vector, multiply the vector by the created 525 * To apply this combined transformation to a vector, multiply the vector by the created 568 * created matrix using rsMatrixMultiply().
|
/frameworks/base/docs/html/training/animation/ |
D | cardflip.jd | 251 … that you created previously in the {@link android.app.Fragment#onCreateView onCreateView()} method 298 <p>In the activity code, set the content view to be the layout that you just created. It's also 299 good idea to show a default fragment when the activity is created, so the following example 329 <li>Sets the custom animations that you created earlier for the fragment transitions. 332 with the custom animations that you created.
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | listview.jd | 118 // Called when a new Loader needs to be created 126 // Called when a previously created loader has finished loading 133 // Called when a previously created loader is reset, making the data unavailable
|
/frameworks/base/docs/html/training/search/ |
D | search.jd | 49 defines abstract methods that you must override so that your database table can be created and 170 <p>When you have the virtual table created and populated, use the query supplied by your {@link 203 previously created:</p>
|
D | setup.jd | 115 created before, associate the searchable configuration with the {@link android.widget.SearchView} 136 {@link android.app.SearchableInfo} object that is created from the searchable configuration XML 165 onNewIntent()} method. In single top mode, only one instance of your activity is created and
|
/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 452 char created[100], modified[100]; in sendObjectInfo() local 453 formatDateTime(info->mDateCreated, created, sizeof(created)); in sendObjectInfo() 456 mData.putString(created); in sendObjectInfo()
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-authenticator.jd | 181 account type you've created for your sync adapter and declares user interface elements 236 The following snippet shows the XML file for the authenticator you created previously: 250 In a previous step, you created a bound {@link android.app.Service} that links the authenticator 283 element specifies the name of the authenticator metadata file you created previously.
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | stopping.jd | 44 is stopped when the second activity is created. If the user then presses the <em>Back</em> 114 created during any of the callback methods leading up to the Resumed state. The system also 133 (whether being restarted or created for the first time). The {@link 142 when the activity restarts. Yet, you also need to instantiate them when your activity is created
|
/frameworks/base/docs/html/guide/components/ |
D | loaders.jd | 173 <li>If the loader specified by the ID already exists, the last created loader 193 method returns the {@link android.content.Loader} that is created, but you don't 249 — Called when a previously created loader has finished its load. 253 — Called when a previously created loader is being reset, thus making its 296 // This is called when a new Loader needs to be created. This 319 <p>This method is called when a previously created loader has finished its load. 347 <p>This method is called when a previously created loader is being reset, thus 449 // This is called when a new Loader needs to be created. This
|
/frameworks/base/docs/html/training/printing/ |
D | html-docs.jd | 52 android.webkit.WebViewClient} and load an HTML document created on the fly:</p> 88 android.webkit.WebViewClient} you created in the previous section. If you don't wait until page 95 is created. Make sure you do the same in your own implementation, otherwise the print process
|
/frameworks/base/docs/html/training/basics/actionbar/ |
D | setting-up.jd | 62 <p class="note"><strong>Note:</strong> If you've created a custom theme, be sure it uses one 98 <p class="note"><strong>Note:</strong> If you've created a custom theme, be sure it uses one
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-basic-testing.jd | 50 you created, add the Java class for your test case. By convention, your test case 61 <li>Right-click on the test package you created, and select 80 <li>In the Package Explorer, double-click on the test case that you created 213 <li>In the Project Explorer, right-click on the test class that you created
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | guide.jd | 10 We’ve created a downloadable guide to help you find success with your app or
|
/frameworks/base/docs/html/tools/help/ |
D | mksdcard.jd | 47 <p>Once you have created the disk image file, you can load it in the emulator at startup using
|