HomeSort by relevance Sort by last modified time
    Searched defs:Entry (Results 51 - 75 of 342) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/net/http/
http_auth_cache.h 22 // HttpAuthCache::Entry, which holds:
30 class Entry;
42 // Find the realm entry on server |origin| for realm |realm| and
47 // returns - the matched entry or NULL.
48 Entry* Lookup(const GURL& origin,
52 // Find the entry on server |origin| whose protection space includes
58 // returns - the matched entry or NULL.
59 Entry* LookupByPath(const GURL& origin, const std::string& path);
61 // Add an entry on server |origin| for realm |handler->realm()| and
62 // scheme |handler->scheme()|. If an entry for this (realm,scheme
    [all...]
  /external/clang/lib/Rewrite/Frontend/
FixItRewriter.cpp 86 const FileEntry *Entry = Rewrite.getSourceMgr().getFileEntryForID(I->first);
88 std::string Filename = FixItOpts->RewriteFilename(Entry->getName(), fd);
107 RewrittenFiles->push_back(std::make_pair(Entry->getName(), Filename));
  /external/clang/unittests/Tooling/
RewriterTestContext.h 58 const FileEntry *Entry =
60 Sources.overrideFileContents(Entry, Source, true);
61 assert(Entry != NULL);
62 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchTable.java 23 * Table of catch entries. Each entry includes a range of code
49 public Entry get(int n) {
50 return (Entry) get0(n);
54 * Sets the entry at the given index.
57 * @param entry {@code non-null;} the entry to set at {@code n}
59 public void set(int n, Entry entry) {
60 set0(n, entry);
75 Entry thisEntry = get(i)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Multiset.java 52 * collapsed", and {@link #entrySet} is similar but contains {@link Entry
53 * Multiset.Entry} instances, each providing both a distinct element and the
201 * Multiset.Entry} instances, each providing an element of the multiset and
202 * the count of that element. This set contains exactly one entry for each
207 * <p>The entry set is backed by the same data as the multiset, so any change
209 * may or may not be reflected in any {@code Entry} instances already
210 * retrieved from the entry set (this is implementation-dependent).
212 * the entry set at all, and the {@code Entry} instances themselves don't
214 * for more details on how its entry set handles modifications
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 315 BitstreamEntry Entry = advanceSkippingSubblocks(AF_DontAutoprocessAbbrevs);
317 switch (Entry.Kind) {
329 if (Entry.ID == bitc::DEFINE_ABBREV) {
343 switch (readRecord(Entry.ID, Record)) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 89 HashData *Entry = new (Allocator) HashData(EI->getKey(), EI->second);
90 Data.push_back(Entry);
  /external/llvm/lib/CodeGen/
SpillPlacement.h 68 /// BorderConstraint - A basic block has separate constraints for entry and
72 PrefReg, ///< Block entry/exit prefers a register.
73 PrefSpill, ///< Block entry/exit prefers a stack slot.
74 PrefBoth, ///< Block entry prefers both register and stack.
78 /// BlockConstraint - Entry and exit constraints for a basic block.
81 BorderConstraint Entry : 8; ///< Constraint on block entry.
107 /// Entry = Exit = PrefSpill, and ChangesValue = false.
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 127 struct dirent* Entry;
128 while (0 != (Entry = readdir(ProcDir))) {
129 if (Entry->d_type == DT_DIR) {
130 // Build a path from the current entry name
132 raw_svector_ostream(CmdLineFName) << "/proc/" << Entry->d_name
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 155 TargetLowering::ArgListEntry Entry;
159 Entry.Node = Dst;
160 Entry.Ty = IntPtrTy;
161 Args.push_back(Entry);
164 Entry.Node = Size;
165 Entry.Ty = IntPtrTy;
166 Entry.isSExt = false;
167 Args.push_back(Entry);
176 Entry.Node = Src;
177 Entry.Ty = Type::getInt32Ty(*DAG.getContext())
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 45 // Skip over any allocas in the entry block.
46 BasicBlock *Entry = MainFn->begin();
47 BasicBlock::iterator InsertPos = Entry->begin();
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ProgressiveDownloadInformationBox.java 15 List<Entry> entries = Collections.emptyList();
29 for (Entry entry : entries) {
30 IsoTypeWriter.writeUInt32(byteBuffer, entry.getRate());
31 IsoTypeWriter.writeUInt32(byteBuffer, entry.getInitialDelay());
35 public List<Entry> getEntries() {
39 public void setEntries(List<Entry> entries) {
46 entries = new LinkedList<Entry>();
48 Entry entry = new Entry(IsoTypeReader.readUInt32(content), IsoTypeReader.readUInt32(content)) local
    [all...]
SampleDependencyTypeBox.java 41 private List<Entry> entries = new ArrayList<Entry>();
43 public static class Entry {
45 public Entry(int value) {
86 return "Entry{" +
107 for (Entry entry : entries) {
108 IsoTypeWriter.writeUInt8(byteBuffer, entry.value);
116 entries.add(new Entry(IsoTypeReader.readUInt8(content)));
120 public List<Entry> getEntries()
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/
TrickPlayBox.java 24 private List<Entry> entries = new ArrayList<Entry>();
30 public void setEntries(List<Entry> entries) {
34 public List<Entry> getEntries() {
38 public static class Entry {
40 public Entry() {
43 public Entry(int value) {
71 sb.append("Entry");
88 entries.add(new Entry(IsoTypeReader.readUInt8(content)));
95 for (Entry entry : entries) {
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
TfrfBox.java 38 public List<Entry> entries = new ArrayList<Entry>();
60 for (Entry entry : entries) {
62 IsoTypeWriter.writeUInt64(byteBuffer, entry.fragmentAbsoluteTime);
63 IsoTypeWriter.writeUInt64(byteBuffer, entry.fragmentAbsoluteDuration);
65 IsoTypeWriter.writeUInt32(byteBuffer, entry.fragmentAbsoluteTime);
66 IsoTypeWriter.writeUInt32(byteBuffer, entry.fragmentAbsoluteDuration);
77 Entry entry = new Entry(); local
    [all...]
  /external/openfst/src/include/fst/
generic-register.h 44 typedef EntryType Entry;
54 const EntryType &entry) {
57 register_table_.insert(make_pair(key, entry));
61 const EntryType *entry = LookupEntry(key); local
62 if (entry) {
63 return *entry;
86 const EntryType *entry = this->LookupEntry(key); local
87 if (entry == 0) {
92 return *entry;
142 // and Entry, and have appropriate static GetRegister() and instanc
    [all...]
  /external/openfst/src/include/fst/script/
register.h 90 typedef FstClassRegEntry<Reader, Creator, Converter> Entry;
108 IORegistration<Class>::Entry(Class::Read<Arc>, \
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 27 * \brief HashBucket is an entry in the hash table.
37 entry_type *Entry;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 30 * \brief EntryIF provides a common interface for one entry in the dynamic
51 class Entry
55 class Entry<32, true> : public EntryIF
64 inline Entry();
66 inline ~Entry();
68 Entry* clone() const
69 { return new Entry(); }
92 class Entry<64, true> : public EntryIF
101 inline Entry();
103 inline ~Entry();
    [all...]
  /libcore/luni/src/main/java/java/util/
Map.java 34 * {@code Map.Entry} is a key/value mapping contained in a {@code Map}.
36 public static interface Entry<K,V> {
38 * Compares the specified object to this {@code Map.Entry} and returns if they
39 * are equal. To be equal, the object must be an instance of {@code Map.Entry} and have the
45 * {@code Map.Entry}, {@code false} otherwise.
74 * Sets the value of this entry to the specified value, replacing any
79 * @return object the replaced value of this entry.
116 * an instance of {@link Map.Entry}. As the {@code Set} is backed by this {@code Map},
121 public Set<Map.Entry<K,V>> entrySet();
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
SearchQueue.java 29 class Entry {
40 private List<Entry> mEntries = new ArrayList<Entry>();
44 Entry entry = new Entry(); local
45 entry.connId = connId;
46 entry.srvcType = srvcType;
47 entry.srvcInstId = srvcInstId;
48 entry.srvcUuidLsb = srvcUuidLsb
58 Entry entry = new Entry(); local
71 Entry entry = mEntries.get(0); local
78 Entry entry = it.next(); local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
LruCache.java 28 private final HashMap<K, Entry<K, V>> mWeakMap =
29 new HashMap<K, Entry<K, V>>();
36 protected boolean removeEldestEntry(Map.Entry<K, V> eldest) {
42 private static class Entry<K, V> extends WeakReference<V> {
45 public Entry(K key, V value, ReferenceQueue<V> queue) {
53 Entry<K, V> entry = (Entry<K, V>) mQueue.poll(); local
54 while (entry != null) {
55 mWeakMap.remove(entry.mKey)
63 Entry<K, V> entry = mWeakMap.put( local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
LruCache.java 32 private final HashMap<K, Entry<K, V>> mWeakMap =
33 new HashMap<K, Entry<K, V>>();
40 protected boolean removeEldestEntry(Map.Entry<K, V> eldest) {
46 private static class Entry<K, V> extends WeakReference<V> {
49 public Entry(K key, V value, ReferenceQueue<V> queue) {
57 Entry<K, V> entry = (Entry<K, V>) mQueue.poll(); local
58 while (entry != null) {
59 mWeakMap.remove(entry.mKey)
72 Entry<K, V> entry = mWeakMap.put( local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 48 public Entry get(int n) {
49 return (Entry) get0(n);
75 Entry entry = get(i); local
86 sb.append(entry.getExceptionType().toHuman());
90 sb.append(Hex.u2or4(entry.getHandler()));
110 Entry last = get(size - 1);
115 * Sets the entry at the given index.
122 set0(n, new Entry(exceptionType, handler));
126 * Sets the entry at the given index
    [all...]
PositionList.java 76 PositionList.Entry[] arr = new PositionList.Entry[sz];
99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
131 public Entry get(int n) {
132 return (Entry) get0(n);
136 * Sets the entry at the given index.
139 * @param entry {@code non-null;} the entry to set at {@code n}
141 public void set(int n, Entry entry) {
    [all...]

Completed in 703 milliseconds

1 23 4 5 6 7 8 91011>>