HomeSort by relevance Sort by last modified time
    Searched refs:entry (Results 151 - 175 of 2421) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 32 using syncable::Entry;
79 syncable::MutableEntry* entry,
82 syncable::Id old_id = entry->Get(ID);
83 if (!entry->Put(ID, new_id)) {
84 Entry old_entry(trans, GET_BY_ID, new_id);
87 << " conflicts with existing entry.\n\n"
88 << *entry << "\n\n" << old_entry;
90 if (entry->Get(IS_DIR)) {
109 if (entry->Get(PREV_ID) == entry->Get(NEXT_ID) &
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoFallbackEffect.java 35 public static class Entry {
42 public Entry(Path path, Rect source, RawTexture texture) {
59 private ArrayList<Entry> mList = new ArrayList<Entry>();
67 mList.add(new Entry(path, rect, texture));
70 public Entry getEntry(Path path) {
72 Entry entry = mList.get(i); local
73 if (entry.path == path) return entry;
81 Entry entry = mList.get(i); local
163 Entry entry = mList.get(i); local
172 Entry entry = mList.get(i); local
    [all...]
  /development/host/windows/usb/api/
adb_interface_enum.cpp 78 AdbInstanceEnumEntry& entry = *current_interface_; local
81 if ((NULL == info) || (*size < entry.GetFlatSize())) {
82 *size = entry.GetFlatSize();
88 entry.Save(info);
  /external/javassist/src/main/javassist/bytecode/analysis/
IntQueue.java 20 private static class Entry {
21 private IntQueue.Entry next;
23 private Entry(int value) {
27 private IntQueue.Entry head;
29 private IntQueue.Entry tail;
32 IntQueue.Entry entry = new Entry(value); local
34 tail.next = entry;
35 tail = entry;
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
VertexCache.java 53 public boolean inCache(int entry) {
56 if(entries[i] == entry)
64 public int addEntry(int entry) {
75 entries[0] = entry;
  /external/v8/src/ia32/
simulator-ia32.h 37 // do is to call the entry directly.
38 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
39 (entry(p0, p1, p2, p3, p4))
45 // Call the generated regexp code directly. The code at the entry address should
47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
  /external/v8/src/x64/
simulator-x64.h 37 // do is to call the entry directly.
39 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
40 (entry(p0, p1, p2, p3, p4))
45 // Call the generated regexp code directly. The code at the entry address should
47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
  /external/valgrind/main/VEX/switchback/
test_hello.c 15 void entry ( void*(*service)(int,int) ) function
  /external/webkit/Source/JavaScriptCore/runtime/
JSVariableObject.cpp 63 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); local
64 if (!entry.isNull()) {
65 descriptor.setDescriptor(registerAt(entry.getIndex()).get(), entry.getAttributes() | DontDelete);
  /frameworks/support/volley/tests/src/com/android/volley/mock/
MockCache.java 30 private Entry mFakeEntry = null;
32 public void setEntryToReturn(Entry entry) {
33 mFakeEntry = entry;
37 public Entry get(String key) {
44 public Entry entryPut = null;
47 public void put(String key, Entry entry) {
50 entryPut = entry;
  /libcore/luni/src/main/java/java/net/
AddressCache.java 44 // Either an InetAddress[] for a positive entry,
45 // or a String detail message for a negative entry.
75 AddressCacheEntry entry = cache.get(hostname); local
76 // Do we have a valid cache entry?
77 if (entry != null && entry.expiryNanos >= System.nanoTime()) {
78 return entry.value;
95 * negative cache entry.)
  /external/ipsec-tools/src/racoon/
genlist.c 52 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); local
53 entry->data = data;
54 TAILQ_INSERT_HEAD(head, entry, chain);
55 return entry;
61 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); local
62 entry->data = data;
63 TAILQ_INSERT_TAIL(head, entry, chain);
64 return entry;
117 print_entry(void *entry, void *arg)
119 if (!entry)
    [all...]
  /frameworks/base/libs/hwui/
GradientCache.h 45 GradientCacheEntry(const GradientCacheEntry& entry) {
46 copy(entry.colors, entry.positions, entry.count, entry.tileMode);
54 GradientCacheEntry& operator=(const GradientCacheEntry& entry) {
55 if (this != &entry) {
59 copy(entry.colors, entry.positions, entry.count, entry.tileMode)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceContentProvider.java 40 public void setChildren(final FileEntry entry, FileEntry[] children) {
49 // refresh the entry.
50 mViewer.refresh(entry);
55 mViewer.setExpandedState(entry, true);
64 public void refreshEntry(final FileEntry entry) {
73 // refresh the entry.
74 mViewer.refresh(entry);
123 FileEntry entry = (FileEntry)element; local
125 return entry.getParent();
136 FileEntry entry = (FileEntry)element local
149 FileEntry entry = (FileEntry)inputElement; local
    [all...]
  /external/clang/test/CodeGenCXX/
copy-assign-volatile-synthesis.cpp 39 ioapic_redir_t entry; local
40 ioapic_shadow[ioapic_id].redirs[3] = entry;
  /external/guava/guava-tests/test/com/google/common/collect/
TablesTest.java 37 Cell<String, Integer, Character> entry local
39 SerializableTester.reserializeAndAssert(entry);
43 Cell<String, Integer, Character> entry local
45 assertEquals("(foo,1)=a", entry.toString());
53 Cell<String, Integer, Character> entry local
57 .addEqualityGroup(entry, Tables.immutableCell("foo", 1, 'a'))
66 Cell<String, Integer, Character> entry local
70 .addEqualityGroup(entry, Tables.immutableCell(null, null, null))
  /external/libvpx/vpx/src/
vpx_codec.c 131 vpx_codec_ctrl_fn_map_t *entry; local
135 for (entry = ctx->iface->ctrl_maps; entry && entry->fn; entry++)
137 if (!entry->ctrl_id || entry->ctrl_id == ctrl_id)
142 res = entry->fn(ctx->priv->alg_priv, ctrl_id, ap);
  /external/linux-tools-perf/util/
debugfs.h 20 extern int debugfs_write(const char *entry, const char *value);
21 extern int debugfs_read(const char *entry, char *buffer, size_t size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred
83 operator()(entry p_v) const
  /bionic/libc/bionic/
pthread-atfork.c 111 struct atfork_t *entry = malloc(sizeof(struct atfork_t)); local
113 if (entry == NULL) {
117 entry->prepare = prepare;
118 entry->parent = parent;
119 entry->child = child;
122 CIRCLEQ_INSERT_TAIL(&atfork_head, entry, entries);

Completed in 4491 milliseconds

1 2 3 4 5 67 8 91011>>