Searched defs:created (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatchCache.cpp47 bool created = false; local
50 created = true;
56 if (created) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkAgentInfo.java59 // ConnectivityService will tell netd to create the network if it was not already created, and
61 // 4. registered, created, connected, unvalidated
73 // 5. registered, created, connected, validated
122 public boolean created; field in class:NetworkAgentInfo
205 return created &&
210 return created &&
278 "created{" + created + "} lingering{" + lingering + "} " +
/frameworks/av/media/mtp/
H A DMtpDevice.cpp479 char created[100], modified[100]; local
480 formatDateTime(info->mDateCreated, created, sizeof(created));
483 mData.putString(created);
/frameworks/rs/api/
H A DSpecification.cpp125 * which created a problem with rs_matrix2x2.
374 bool created = false; local
375 Constant* constant = systemSpecification.findOrCreateConstant(name, &created);
379 specFile->addConstantSpecification(spec, created);
385 constant->scanDocumentationTags(scanner, created, specFile);
400 bool created = false; local
401 Type* type = systemSpecification.findOrCreateType(name, &created);
405 specFile->addTypeSpecification(spec, created);
440 type->scanDocumentationTags(scanner, created, specFile);
617 bool created local
869 findOrCreate(const string& name, map<string, T*>* map, bool* created) argument
881 findOrCreateConstant(const string& name, bool* created) argument
885 findOrCreateType(const string& name, bool* created) argument
889 findOrCreateFunction(const string& name, bool* created) argument
[all...]
/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 283 milliseconds