Searched defs:entry (Results 1 - 25 of 246) sorted by last modified time

12345678910

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.IOException java.util.zip.ZipEntry entry java.io.OutputStream outputStream java.io. ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.IOException java.util.zip.ZipEntry entry java.io.OutputStream outputStream java.io. ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1422 private boolean relax(int[] locations, Arc entry) { argument
1423 if (!entry.valid) {
1426 Interval span = entry.span;
1429 int value = entry.value.value;
1568 // External entry points
2240 // this overwrite duplicates, retaining the last equivalent entry
/frameworks/support/compat/java/android/support/v4/graphics/
H A DTypefaceCompat.java73 Context context, FontFamilyFilesResourceEntry entry, Resources resources,
109 Context context, FamilyResourceEntry entry, Resources resources, int id, int style,
112 if (entry instanceof ProviderResourceEntry) {
113 ProviderResourceEntry providerEntry = (ProviderResourceEntry) entry;
119 context, (FontFamilyFilesResourceEntry) entry, resources, style);
72 createFromFontFamilyFilesResourceEntry( Context context, FontFamilyFilesResourceEntry entry, Resources resources, int style) argument
108 createFromResourcesFamilyXml( Context context, FamilyResourceEntry entry, Resources resources, int id, int style, @Nullable TextView targetView) argument
H A DTypefaceCompatApi24Impl.java139 FontFamilyFilesResourceEntry entry, Resources resources, int style) {
141 for (final FontFileResourceEntry e : entry.getEntries()) {
138 createFromFontFamilyFilesResourceEntry(Context context, FontFamilyFilesResourceEntry entry, Resources resources, int style) argument
H A DTypefaceCompatBaseImpl.java76 private FontFileResourceEntry findBestEntry(FontFamilyFilesResourceEntry entry, argument
81 for (final FontFileResourceEntry e : entry.getEntries()) {
96 FontFamilyFilesResourceEntry entry, Resources resources, int style) {
98 entry, ((style & Typeface.BOLD) == 0) ? 400 : 700, (style & Typeface.ITALIC) != 0);
95 createFromFontFamilyFilesResourceEntry(Context context, FontFamilyFilesResourceEntry entry, Resources resources, int style) argument
/frameworks/support/compat/tests/java/android/support/v4/util/
H A DArrayMapCompatTest.java73 private static <K, V> Map.Entry<K, V> copyOf(Map.Entry<K, V> entry) { argument
74 return entryOf(entry.getKey(), entry.getValue());
/frameworks/support/development/checkstyle/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.IOException java.util.zip.ZipEntry entry java.io.OutputStream outputStream java.io. ...
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java552 * Remove an entry from the list by marking it {@code null} and clean up later.
554 private static <T> void removeEntry(ArrayList<T> list, T entry) { argument
555 int id = list.indexOf(entry);
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.IOException java.util.zip.ZipEntry entry java.io.OutputStream outputStream java.io. ...
/frameworks/rs/driver/
H A DrsdCore.cpp65 extern "C" bool rsdHalQueryHal(RsHalInitEnums entry, void **fnPtr) { argument
66 switch(entry) {
259 ALOGE("ERROR: unknown RenderScript HAL API query, %i", entry);
/frameworks/rs/
H A DrsApiFileA3D.cpp29 ALOGE("Can't load entry. No valid file");
65 const FileA3D::A3DIndexEntry *entry = fa3d->getIndexEntry(i); local
66 fileEntries[i].classID = entry->getType();
67 fileEntries[i].objectName = rsuCopyString(entry->getObjectName());
H A DrsFileA3D.cpp67 A3DIndexEntry *entry = new A3DIndexEntry(); local
68 entry->mObjectName = headerStream->loadString();
70 //ALOGV("Header data, entry name = %s", entry->mObjectName.string());
71 entry->mType = (RsA3DClassID)headerStream->loadU32();
73 entry->mOffset = headerStream->loadOffset();
74 entry->mLength = headerStream->loadOffset();
76 entry->mOffset = headerStream->loadU32();
77 entry->mLength = headerStream->loadU32();
79 entry
222 FileA3D::A3DIndexEntry *entry = mIndex[index]; local
[all...]
H A DrsMap.h34 MapEntry entry; member in struct:android::renderscript::Map::LinkNode
61 if (node->entry.first == key) {
62 return node->entry.second;
69 node->entry.first = key;
76 return node->entry.second;
114 return node->entry;
148 if (node->entry.first == key) {
/frameworks/rs/rsov/compiler/
H A DWrapper.cpp218 EntryPointDefinition *entry = b.MakeEntryPointDefinition( local
221 entry->setLocalSize(1, 1, 1);
224 entry->addToInterface(InvocationId);
225 entry->addToInterface(NumWorkgroups);
228 m->addEntryPoint(entry);
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp130 for (auto entry : mEntryPoints) {
131 mEntryPointInsts.push_back(entry->getInstruction());
133 entry->applyExecutionMode(mode);
225 Module *Module::addEntryPoint(EntryPointDefinition *entry) { argument
226 mEntryPoints.push_back(entry);
227 auto newModes = entry->getExecutionModes();
H A Dvisitor.cpp29 void DoNothingVisitor::visit(EntryPointDefinition *entry) { argument
30 entry->accept(this);
/frameworks/rs/rsov/driver/
H A DrsovCore.cpp88 extern "C" bool rsdHalQueryHal(RsHalInitEnums entry, void **fnPtr) { argument
89 switch (entry) {
292 ALOGE("ERROR: unknown RenderScript HAL API query, %i", entry);
/frameworks/rs/script_api/
H A DGenerateDocumentation.cpp155 DetailedFunctionEntry entry; local
156 entry.info = f->getVersionInfo();
158 entry.htmlDeclaration = getDetailedHtmlDeclaration(*p);
159 const string s = stripHtml(entry.htmlDeclaration);
162 entries->insert(pair<string, DetailedFunctionEntry>(s, entry));
164 if (!mergeVersionInfo(&i->second.info, entry.info)) {
H A DSpecification.cpp80 string entry; local
81 while (getline(stream, entry, ',')) {
82 trimSpaces(&entry);
83 entries.push_back(entry);
109 // Returns true if each entry in typeVector is an RS numerical type
339 void Function::addParameter(ParameterEntry* entry, Scanner* scanner) { argument
341 if (i->name == entry->name) {
343 if (!entry->documentation.empty()) {
344 scanner->error(entry->lineNumber)
351 mParameters.push_back(entry);
354 addReturn(ParameterEntry* entry, Scanner* scanner) argument
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DPduCache.java95 synchronized public boolean put(Uri uri, PduCacheEntry entry) { argument
96 int msgBoxId = entry.getMessageBox();
103 long threadId = entry.getThreadId();
111 boolean result = super.put(finalKey, entry);
165 PduCacheEntry entry = super.purge(key);
166 if (entry != null) {
167 removeFromThreads(key, entry);
168 removeFromMessageBoxes(key, entry);
169 return entry;
185 * @return Uri The normalized key of cached entry
231 removeFromThreads(Uri key, PduCacheEntry entry) argument
255 removeFromMessageBoxes(Uri key, PduCacheEntry entry) argument
[all...]

Completed in 519 milliseconds

12345678910