Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/rs/script_api/
DSpecification.cpp374 bool created = false; in scanConstantSpecification() local
375 Constant* constant = systemSpecification.findOrCreateConstant(name, &created); in scanConstantSpecification()
379 specFile->addConstantSpecification(spec, created); in scanConstantSpecification()
388 constant->scanDocumentationTags(scanner, created, specFile); in scanConstantSpecification()
403 bool created = false; in scanTypeSpecification() local
404 Type* type = systemSpecification.findOrCreateType(name, &created); in scanTypeSpecification()
408 specFile->addTypeSpecification(spec, created); in scanTypeSpecification()
443 type->scanDocumentationTags(scanner, created, specFile); in scanTypeSpecification()
620 bool created = false; in scanFunctionSpecification() local
621 Function* function = systemSpecification.findOrCreateFunction(name, &created); in scanFunctionSpecification()
[all …]
Drs_matrix.spec267 To apply this projection to a vector, multiply the vector by the created
318 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
352 To rotate a vector, multiply the vector by the created matrix using @rsMatrixMultiply().
369 To scale a vector, multiply the vector by the created matrix using @rsMatrixMultiply().
384 To translate a vector, multiply the vector by the created matrix using
525 To apply this combined transformation to a vector, multiply the vector by the created
543 To apply this combined transformation to a vector, multiply the vector by the created
577 created matrix using @rsMatrixMultiply().
DSpecification.h591 Constant* findOrCreateConstant(const std::string& name, bool* created);
592 Type* findOrCreateType(const std::string& name, bool* created);
593 Function* findOrCreateFunction(const std::string& name, bool* created);
Drs_object_info.spec21 or Sampler object. These objects are created from Java. You can't create them from a
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUFlowManager.java135 boolean created = false; in connect()
139 created = true; in connect()
143 mNetworkCreated = created; in connect()
144 if (created) { in connect()
148 toString(), created ? "created " : "existing ", osuNetworkId)); in connect()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkAgentInfo.java134 public boolean created; field in NetworkAgentInfo
401 return created && in satisfies()
406 return created && in satisfiesImmutableCapabilitiesOf()
596 "created{" + created + "} lingering{" + isLingering() + "} " + in toString()
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java252 boolean created = false; in onCreate()
254 if (!created) { in onCreate()
263 created = createStreamingMediaPlayer(mSourceString); in onCreate()
266 if (created) { in onCreate()
/frameworks/base/core/java/android/app/
DDexLoadReporter.java188 boolean created = secondaryProfile.createNewFile(); in registerSecondaryDexForProfiling()
189 if (DEBUG && created) { in registerSecondaryDexForProfiling()
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt90 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
DEGL_ANDROID_image_native_buffer.txt90 * If <target> is EGL_NATIVE_BUFFER_ANDROID and <buffer> was created
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal76 * @return chan The created channel, or NULL if failure.
97 * @return chan The created channel, or NULL if failure.
114 * @return queue the event queue created. null on failure.
DIEventQueue.hal20 * An IEventQueue is an interface to manage an event queue created by
DIDirectReportChannel.hal22 * The interface represents a direct channel created by
/frameworks/support/v7/preference/
DNOTICES.md11 @android:id/edit, and is no longer created in code.
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags22 # 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/script_api/include/
Drs_matrix.rsh273 * To apply this projection to a vector, multiply the vector by the created
335 * To apply this projection to a vector, multiply the vector by the created matrix
352 * To apply this projection to a vector, multiply the vector by the created matrix
370 * To rotate a vector, multiply the vector by the created matrix using rsMatrixMultiply().
390 * To scale a vector, multiply the vector by the created matrix using rsMatrixMultiply().
407 * To translate a vector, multiply the vector by the created matrix using
520 * To apply this combined transformation to a vector, multiply the vector by the created
541 * To apply this combined transformation to a vector, multiply the vector by the created
584 * created matrix using rsMatrixMultiply().
/frameworks/native/services/vr/virtual_touchpad/idc/
Dvr-virtual-touchpad-1.idc28 # This displayID matches the unique ID of the virtual display created for VR.
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentArgumentsSupport.java49 ft.add(R.id.created, newFragment); in onCreate()
/frameworks/av/media/mtp/
DMtpDevice.cpp494 char created[100], modified[100]; in sendObjectInfo() local
495 formatDateTime(info->mDateCreated, created, sizeof(created)); in sendObjectInfo()
498 mData.putString(created); in sendObjectInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java490 AtomicInteger created = new AtomicInteger(); in testConcurrentUserCreate() local
496 created.incrementAndGet(); in testConcurrentUserCreate()
506 assertEquals(canBeCreatedCount, created.get()); in testConcurrentUserCreate()
/frameworks/support/lifecycle/common/src/test/java/android/arch/lifecycle/
DReflectiveGenericLifecycleObserverTest.java123 verify(obj).created(); in eachEvent()
155 void created() {} in created() method in ReflectiveGenericLifecycleObserverTest.AllMethodsListener
/frameworks/base/tests/AccessoryDisplay/
DREADME2 displays created over an Android Open Accessories Protocol link.
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags169 # Task created.
175 # Stack created.
/frameworks/base/core/tests/coretests/src/android/util/
DLruCacheTest.java108 String created = cache.get("aa"); in testCreateOnCacheMiss() local
109 assertEquals("created-aa", created); in testCreateOnCacheMiss()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md226 and worker threads. Every time an increment is dispatched, an Event object is also created.
254 When a surface is created, a BufferQueueScheduler is also created along side it. Whenever a

123