HomeSort by relevance Sort by last modified time
    Searched defs:ENTRY (Results 26 - 35 of 35) sorted by null

12

  /device/samsung/crespo/alsa-lib/include/
search.h 70 typedef struct entry struct
75 ENTRY;
84 /* Search for entry matching ITEM.key in internal hash table. If
85 ACTION is `FIND' return found entry or signal error by returning
88 extern ENTRY *hsearch __P ((ENTRY __item, ACTION __action));
107 extern int hsearch_r __P ((ENTRY __item, ACTION __action, ENTRY **__retval,
128 /* Search for an entry matching the given KEY in the tree pointed to
133 /* Search for an entry matching the given KEY in the tree pointed t
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 113 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 113 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /bionic/libc/arch-sh/include/machine/
asm.h 93 #define ENTRY(y) _ENTRY(_C_LABEL(y)) _PROF_PROLOGUE
  /cts/tools/host/src/com/android/cts/
TestPlan.java 41 public static final String ENTRY = "Entry";
71 NodeList pkgEntries = doc.getElementsByTagName(TestPlan.Tag.ENTRY);
  /external/libffi/src/sh/
sysv.S 35 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
54 ENTRY(ffi_call_SYSV)
497 ENTRY(ffi_closure_SYSV)
711 .4byte .LECIE1-.LSCIE1 /* Length of Common Information Entry */
  /external/v8/src/
frames.h 52 ENTRY,
73 bool is_entry() { return state() == ENTRY; }
93 V(ENTRY, EntryFrame) \
118 bool is_entry() const { return type() == ENTRY; }
207 // Entry frames are used to enter JavaScript execution from C.
210 virtual Type type() const { return ENTRY; }
225 // The caller stack pointer for entry frames is always zero. The
278 // iterator and the frames following entry frames.
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 83 #define ENTRY(x) table.settings[#x] = &values.x
84 ENTRY(DESKTOP_SESSION);
85 ENTRY(KDE_HOME);
86 ENTRY(auto_proxy);
87 ENTRY(all_proxy);
88 ENTRY(http_proxy);
89 ENTRY(https_proxy);
90 ENTRY(ftp_proxy);
91 ENTRY(no_proxy);
92 ENTRY(SOCKS_SERVER)
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 494 #define ENTRY(x) {#x, &x}
495 ENTRY(testReconnectFailed),
496 ENTRY(testReconnectSuccess),
497 ENTRY(testLockUnlockSuccess),
498 ENTRY(testLockFailed),
499 ENTRY(testLockSuccess),
500 #undef ENTRY
  /external/grub/stage2/
shared.h 265 #define ENTRY(x) .globl EXT_C(x) ; EXT_C(x):
266 #define VARIABLE(x) ENTRY(x)
752 /* Fetch the next entry in the memory map and return the continuation
754 previous continuation value (0 to get the first entry in the
936 unsigned long *offset, int *entry,

Completed in 99 milliseconds

12