HomeSort by relevance Sort by last modified time
    Searched refs:entries (Results 276 - 300 of 1629) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macwm.c 179 short bytesPerEntry = (pTableGammaTemp->gDataWidth + 7) / 8; /* size, in bytes, of the device table entries */
182 short entries = pTableGammaTemp->gDataCnt; local
184 { /* note, this will create runs of entries if dest. is bigger (not linear interpolate) */
188 *(pEntry + indexChan * entries * bytesPerEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
193 for (indexEntry = 0; indexEntry < 256; indexEntry++) /* for all entries set vramp value */
195 *(pEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
285 static Ptr CreateEmptyGammaTable (short channels, short entries, short bits)
291 tableSize = sizeof (GammaTbl) + (channels * entries * dataWidth);
300 pTableGammaOut->gDataCnt = entries;
315 short dataBits, entries, channels = 3; \/* force three channels in the gamma table *\/ local
    [all...]
  /external/chromium_org/third_party/ots/src/
metrics.cc 117 metrics->entries.reserve(num_metrics);
138 metrics->entries.push_back(std::make_pair(adv, sb));
164 for (unsigned i = 0; i < metrics->entries.size(); ++i) {
165 if (!out->WriteU16(metrics->entries[i].first) ||
166 !out->WriteS16(metrics->entries[i].second)) {
vdmx.cc 93 group.entries.reserve(group.recs);
109 if ((j != 0) && (group.entries[j - 1].y_pel_height >= vt.y_pel_height)) {
115 group.entries.push_back(vt);
160 for (unsigned j = 0; j < group.entries.size(); ++j) {
161 const OpenTypeVDMXVTable& vt = group.entries[j];
  /external/skia/tools/skpdiff/
skpdiff_util.cpp 107 bool get_directory(const char path[], SkTArray<SkString>* entries) {
115 // Loop through dir entries until there are none left (i.e. readdir returns NULL)
124 entries->push_back(SkString(entry->d_name));
155 entries->push_back(SkString(findFileData.cFileName));
166 bool glob_files(const char globPattern[], SkTArray<SkString>* entries) {
178 entries->push_back(SkString(*paths));
  /libcore/crypto/src/main/java/org/conscrypt/
CertPinManager.java 37 private final Map<String, PinListEntry> entries = new HashMap<String, PinListEntry>(); field in class:CertPinManager
92 entries.put(pin.getCommonName(), pin);
141 return entries.get(cn);
149 return entries.get(cn);
162 for (String cn : entries.keySet()) {
  /libcore/luni/src/main/native/
java_io_File.cpp 137 // to 'entries'.
138 static bool readDirectory(JNIEnv* env, jstring javaPath, DirEntries& entries) {
149 entries.push_back(filename);
156 // Read the directory entries into an intermediate form.
157 DirEntries entries; local
158 if (!readDirectory(env, javaPath, entries)) {
162 return toStringArray(env, entries);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 156 /* Number of entries */
159 /* Size of entries. */
173 /* Number of entries */
176 /* Total size of new entries */
185 /* Information about old entries: */
186 /* Number of counters (must be equal to current number of entries). */
188 /* The old entries' counters. */
191 /* The entries (hang off end: not really an array). */
192 struct ipt_entry entries[0]; member in struct:ipt_replace
207 /* The entries. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 156 /* Number of entries */
159 /* Size of entries. */
173 /* Number of entries */
176 /* Total size of new entries */
185 /* Information about old entries: */
186 /* Number of counters (must be equal to current number of entries). */
188 /* The old entries' counters. */
191 /* The entries (hang off end: not really an array). */
192 struct ipt_entry entries[0]; member in struct:ipt_replace
207 /* The entries. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 156 /* Number of entries */
159 /* Size of entries. */
173 /* Number of entries */
176 /* Total size of new entries */
185 /* Information about old entries: */
186 /* Number of counters (must be equal to current number of entries). */
188 /* The old entries' counters. */
191 /* The entries (hang off end: not really an array). */
192 struct ipt_entry entries[0]; member in struct:ipt_replace
207 /* The entries. *
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 102 SimpleIndex::EntrySet entries; local
113 SimpleIndex::InsertInEntrySet(hash, metadata_entries[i], &entries);
117 index_metadata, entries);
125 const SimpleIndex::EntrySet& new_entries = deserialize_result.entries;
126 EXPECT_EQ(entries.size(), new_entries.size());
174 SimpleIndex::EntrySet entries; local
182 SimpleIndex::InsertInEntrySet(hash, metadata_entries[i], &entries);
188 simple_index_file.WriteToDisk(entries, kCacheSize,
209 EXPECT_EQ(kNumHashes, load_index_result.entries.size());
211 EXPECT_EQ(1U, load_index_result.entries.count(kHashes[i]))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.c 52 STAILQ_HEAD(HAMTEntryHead, HAMTEntry) entries;
123 STAILQ_INIT(&hamt->entries);
168 /* delete entries */
169 while (!STAILQ_EMPTY(&hamt->entries)) {
171 entry = STAILQ_FIRST(&hamt->entries);
172 STAILQ_REMOVE_HEAD(&hamt->entries, next);
191 STAILQ_FOREACH(entry, &hamt->entries, next) {
202 return STAILQ_FIRST(&hamt->entries);
237 STAILQ_INSERT_TAIL(&hamt->entries, entry, next);
296 STAILQ_INSERT_TAIL(&hamt->entries, entry, next)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
EC3TrackImpl.java 33 List<BitStreamInfo> entries = new LinkedList<BitStreamInfo>(); field in class:EC3TrackImpl
59 for (BitStreamInfo entry : entries) {
65 entries.add(bsi);
73 if (entries.size() == 0) {
76 samplerate = entries.get(0).samplerate;
86 int[] deps = new int[entries.size()];
87 int[] chan_locs = new int[entries.size()];
88 for (BitStreamInfo bsi : entries) {
94 for (BitStreamInfo bsi : entries) {
433 ", entries=" + entries
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java 73 private ArrayList entries; field in class:X509CRLImpl
85 // indicates whether the crl entries have already been retrieved
197 * Retrieves the crl entries (TBSCertList.RevokedCertificate objects)
208 entries = new ArrayList(entriesSize);
225 entries.add(new X509CRLEntryImpl(rcert, rcertIssuer));
245 if (entries == null) {
257 X509CRLEntry entry = (X509CRLEntry) entries.get(i);
278 X509CRLEntry entry = (X509CRLEntry) entries.get(i);
297 if (entries == null) {
301 X509CRLEntry entry = (X509CRLEntry) entries.get(i)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 80 * @param constraint the constraint that validates added entries
101 * @param constraint the constraint that validates added entries
122 * @param constraint the constraint that validates added entries
143 * @param constraint the constraint that validates added entries
164 * @param constraint the constraint that validates added entries
231 * Returns a constrained view of the specified set of {@code asMap} entries,
238 * @param entries the entries to constrain
239 * @param constraint the constraint for the entries
240 * @return a constrained view of the entries
    [all...]
  /external/chromium/net/websockets/
websocket_job_unittest.cc 117 const std::vector<Entry>& entries() const { return entries_; } function in class:net::MockCookieStore
412 EXPECT_EQ(3U, cookie_store_->entries().size());
413 EXPECT_EQ(cookieUrl, cookie_store_->entries()[0].url);
414 EXPECT_EQ("CR-test=1", cookie_store_->entries()[0].cookie_line);
415 EXPECT_EQ(cookieUrl, cookie_store_->entries()[1].url);
416 EXPECT_EQ("CR-test-httponly=1", cookie_store_->entries()[1].cookie_line);
417 EXPECT_EQ(cookieUrl, cookie_store_->entries()[2].url);
418 EXPECT_EQ("CR-set-test=1", cookie_store_->entries()[2].cookie_line);
499 EXPECT_EQ(2U, cookie_store_->entries().size());
500 EXPECT_EQ(cookieUrl, cookie_store_->entries()[0].url)
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing_unittest.cc 161 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i]; local
162 EXPECT_EQ(2u, entries.size());
164 LogContainsEvent(entries, 0, NetLog::TYPE_PAC_JAVASCRIPT_ALERT,
167 LogContainsEvent(entries, 1, NetLog::TYPE_PAC_JAVASCRIPT_ERROR,
170 EXPECT_EQ("{\"message\":\"Prepare to DIE!\"}", entries[0].GetParamsJson());
172 "call method 'split' of null\"}", entries[1].GetParamsJson());
215 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i]; local
216 EXPECT_EQ(50u, entries.size());
217 for (size_t i = 0; i < entries.size(); ++i) {
219 LogContainsEvent(entries, i, NetLog::TYPE_PAC_JAVASCRIPT_ALERT
263 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i]; local
341 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i]; local
450 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i]; local
618 CapturingNetLog::CapturedEntryList entries; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 165 List<IClasspathEntry> entries = new ArrayList<IClasspathEntry>(); local
189 entries.add(JavaCore.newProjectEntry(p.getFullPath(), true /*isExported*/));
192 entries.addAll(convertJarsToClasspathEntries(iProject, jarFiles));
194 return allocateContainer(javaProject, entries, new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES),
200 List<IClasspathEntry> entries = new ArrayList<IClasspathEntry>(jarFiles.size()); local
218 entries.add(JavaCore.newLibraryEntry(
278 entries.add(JavaCore.newLibraryEntry(new Path(jarPath),
284 entries.add(JavaCore.newLibraryEntry(new Path(jarPath),
300 return entries;
305 final List<IClasspathEntry> entries = new ArrayList<IClasspathEntry>() local
554 IClasspathEntry[] entries = container.getClasspathEntries(); local
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 95 Iterator<Entry<K, V>> entries = getSampleElements().iterator(); local
97 entries.next();
99 return entries.next();
171 @Override protected void expectMissing(Entry<K, V>... entries) {
172 for (Entry<K, V> entry : entries) {
213 "key %s not found in entries %s", newEntry.getKey(), expected));
226 protected void resetMap(Entry<K, V>[] entries) {
227 resetContainer(getSubjectGenerator().create((Object[]) entries));
  /external/qemu/audio/
audio_int.h 88 QLIST_ENTRY (HWVoiceOut) entries; member in struct:HWVoiceOut
107 QLIST_ENTRY (HWVoiceIn) entries; member in struct:HWVoiceIn
124 QLIST_ENTRY (SWVoiceOut) entries; member in struct:SWVoiceOut
140 QLIST_ENTRY (SWVoiceIn) entries; member in struct:SWVoiceIn
174 QLIST_ENTRY (capture_callback) entries; member in struct:capture_callback
181 QLIST_ENTRY (CaptureVoiceOut) entries; member in struct:CaptureVoiceOut
187 QLIST_ENTRY (SWVoiceCap) entries; member in struct:SWVoiceCap
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 101 ClassPathEntry[] entries = classPathEntries(selectedFiles, isOutput);
104 addElements(entries);
151 ClassPathEntry[] entries = classPathEntries(selectedFiles, isOutput);
158 setElementsAt(entries, selectedIndices);
166 addElements(entries);
193 // Apply the entered filters to all selected entries.
252 ClassPathEntry[] entries = new ClassPathEntry[files.length]; local
253 for (int index = 0; index < entries.length; index++)
255 entries[index] = new ClassPathEntry(files[index], isOutput);
257 return entries;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_contents.js 29 // Do not show entries marked as 'deleted'.
159 * Use the filelist from the context and replace its contents with the entries
261 * @param {Array.<Entry>} entries Files.
264 DirectoryContents.prototype.prefetchMetadata = function(entries, callback) {
265 this.context_.metadataCache.get(entries, 'filesystem', callback);
269 * @param {Array.<Entry>} entries Files.
272 DirectoryContents.prototype.reloadMetadata = function(entries, callback) {
273 this.context_.metadataCache.clear(entries, '*');
274 this.context_.metadataCache.get(entries, 'filesystem', callback);
279 * @param {Array.<Entry>} entries File list
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_arp/
arp_tables.h 120 struct arpt_entry entries[0]; member in struct:arpt_replace
134 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /development/ndk/platforms/android-3/include/linux/netfilter_arp/
arp_tables.h 139 struct arpt_entry entries[0]; member in struct:arpt_replace
158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /external/chromium_org/chrome_frame/
crash_server_init.cc 79 static google_breakpad::CustomInfoEntry entries[] = { local
82 entries, ARRAYSIZE(entries) };
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stack_trace_table_test.cc 16 void** entries = table->ReadStackTracesAndClear(); local
18 CHECK_EQ(reinterpret_cast<uintptr_t>(entries[i]), expected[i]);
20 delete[] entries;

Completed in 784 milliseconds

<<11121314151617181920>>