Searched refs:created (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkAgentInfo.java54 // 3. registered, created, connected, unvalidated
66 // 4. registered, created, connected, validated
112 // Indicates if netd has been told to create this Network. Once created the appropriate routing
115 public boolean created; field in class:NetworkAgentInfo
194 return created &&
199 return created &&
256 "created{" + created + "} lingering{" + lingering + "} " +
/frameworks/rs/api/
H A DSpecification.cpp116 * which created a problem with rs_matrix2x2.
343 bool created = false; local
344 Constant* constant = systemSpecification.findOrCreateConstant(name, &created);
348 specFile->addConstantSpecification(spec, created);
354 constant->scanDocumentationTags(scanner, created, specFile);
369 bool created = false; local
370 Type* type = systemSpecification.findOrCreateType(name, &created);
374 specFile->addTypeSpecification(spec, created);
406 type->scanDocumentationTags(scanner, created, specFile);
551 bool created local
780 findOrCreate(const string& name, map<string, T*>* map, bool* created) argument
792 findOrCreateConstant(const string& name, bool* created) argument
796 findOrCreateType(const string& name, bool* created) argument
800 findOrCreateFunction(const string& name, bool* created) argument
[all...]
H A Drs_matrix.spec239 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().
H A Drs_object_info.spec21 or Sampler object. These objects are created from Java. You can't create them from a
H A DSpecification.h554 /* These are called the parser to create unique instances per name. Set *created to true
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);
H A Drs_object_types.spec21 elements, and scripts. Most of these object are created using the Java RenderScript APIs.
H A Drs_for_each.spec171 This context is created when a kernel is launched and updated at each iteration.
321 This context is created when a kernel is launched. It contains common
H A Drs_math.spec844 Returns the floating point created from the mantissa and exponent,
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java65 /** Called when the activity is first created. */
252 boolean created = false;
254 if (!created) {
263 created = createStreamingMediaPlayer(mSourceString);
266 if (created) {
/frameworks/base/libs/hwui/
H A DPatchCache.cpp57 bool created = false; local
60 created = true;
66 if (created) {
/frameworks/av/media/mtp/
H A DMtpDevice.cpp452 char created[100], modified[100]; local
453 formatDateTime(info->mDateCreated, created, sizeof(created));
456 mData.putString(created);
H A DMtpServer.cpp756 mData.putString(date); // date created
924 MtpStringBuffer name, created, modified;
926 if (!mData.getString(created)) return MTP_RESPONSE_INVALID_PARAMETER; // date created
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java141 view = (TextView)findViewById(R.id.created);
/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java86 assertCreated(cache, "aa", "created-aa");
87 assertHit(cache, "aa", "created-aa");
88 assertSnapshot(cache, "aa", "created-aa");
90 assertCreated(cache, "bb", "created-bb");
92 assertSnapshot(cache, "aa", "created-aa", "bb", "created-bb");
94 assertCreated(cache, "cc", "created-cc");
95 assertSnapshot(cache, "aa", "created-aa", "bb", "created-bb", "cc", "created
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1391 * @return If a chip was created from a real contact.
1905 * A callback for subclasses to use to know when a chip was created with the
2596 ArrayList<DrawableRecipientChip> created = handlePaste();
2597 if (created != null && created.size() > 0) {
2600 replace.execute(created);
2612 ArrayList<DrawableRecipientChip> created = new ArrayList<DrawableRecipientChip>();
2639 created.add(createdChip);
2649 created.add(findChip(tokenStart));
2651 return created;
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1950 if (nai.created && !nai.networkCapabilities.equalImmutableCapabilities(
1966 "; created=" + nai.created);
1972 if (nai.created) updateLinkProperties(nai, oldLp);
2030 if (nai.created && !nai.networkMisc.explicitlySelected) {
2031 loge("ERROR: created network explicitly selected.");
2214 if (nai.created) {
2294 if (!nai.created || nai.isVPN() || nai.lingering) return false;
2737 if (!nai.created) return;
4305 if (!newNetwork.created) retur
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1517 boolean created = false;
1535 created = true;
1541 if (!created) {
2267 // the service created, then we'll kill the cached process as well -- we
2616 pw.print(" created=");
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3197 milliseconds