HomeSort by relevance Sort by last modified time
    Searched defs:ident (Results 1 - 25 of 554) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libebl/
eblsymbolbindingname.c 56 char *ident; local
61 && (ident = elf_getident (ebl->elf, NULL)) != NULL
62 && ident[EI_OSABI] == ELFOSABI_LINUX)
eblsymboltypename.c 62 char *ident; local
67 && (ident = elf_getident (ebl->elf, NULL)) != NULL
68 && ident[EI_OSABI] == ELFOSABI_LINUX)
  /external/libgsm/src/
gsm_create.c 7 static char const ident[] = "$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_create.c,v 1.4 1996/07/02 09:59:05 jutta Exp $"; variable
  /external/skia/tools/viewer/sk_app/android/
main_android.cpp 43 int ident; local
48 while ((ident=ALooper_pollAll(-1, NULL, &events,
surface_glue_android.cpp 195 const int ident = ALooper_pollAll(0, nullptr, nullptr, nullptr); local
197 if (ident >= 0) {
198 SkDebugf("Unhandled ALooper_pollAll ident=%d !", ident);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkIdentitySet.java 86 for (NetworkIdentity ident : this) {
87 out.writeInt(ident.getType());
88 out.writeInt(ident.getSubType());
89 writeOptionalString(out, ident.getSubscriberId());
90 writeOptionalString(out, ident.getNetworkId());
91 out.writeBoolean(ident.getRoaming());
92 out.writeBoolean(ident.getMetered());
101 for (NetworkIdentity ident : this) {
102 if (ident.getMetered()) {
114 for (NetworkIdentity ident : this)
    [all...]
  /external/clang/test/CodeGenCXX/
apple-kext-linkage.cpp 27 template <typename X> X ident(X x) { return x; } function
29 int foo(int n) { return ident(n); }
  /external/clang/lib/Analysis/
CocoaConventions.cpp 94 const IdentifierInfo *ident = fn->getIdentifier(); local
95 if (!ident) return false;
96 StringRef functionName = ident->getName();
  /external/elfutils/libelf/
elf32_checksum.c 59 unsigned char *ident; local
75 ident = elf->state.ELFW(elf,LIBELFBITS).ehdr->e_ident;
76 same_byte_order = ((ident[EI_DATA] == ELFDATA2LSB
78 || (ident[EI_DATA] == ELFDATA2MSB
145 if (INTUSE(elfw2(LIBELFBITS,xlatetof)) (data, data, ident[EI_DATA])
155 if (INTUSE(elfw2(LIBELFBITS,xlatetom)) (data, data, ident[EI_DATA])
  /frameworks/base/core/jni/
android_view_InputDevice.cpp 58 const InputDeviceIdentifier& ident = deviceInfo.getIdentifier(); local
66 static_cast<int32_t>(ident.vendor), static_cast<int32_t>(ident.product),
  /toolchain/binutils/binutils-2.25/include/vms/
shl.h 35 unsigned char ident[4]; member in struct:vms_shl
internal.h 44 unsigned int ident; /* Ident for global section. */ member in struct:vms_internal_gbl_eisd
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
multiprocessing_shim.py 80 def ident(self): member in class:ProcessShim
81 return self._proc.ident
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 121 char *ident; local
127 && (ident = elf_getident (elf, NULL)) != NULL
128 && ident[EI_OSABI] == ELFOSABI_LINUX)))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
scanner.go 52 s.ident()
299 func (s *scanner) ident() { func
  /prebuilts/go/darwin-x86/src/go/types/
typexpr.go 17 // ident type-checks identifier e and initializes x with the value or type of e.
21 func (check *Checker) ident(x *operand, e *ast.Ident, def *Named, path []*TypeName) { func
226 case *ast.Ident:
228 check.ident(&x, e, def, path)
637 add := func(field *ast.Field, ident *ast.Ident, anonymous bool, pos token.Pos) {
645 name := ident.Name
650 check.recordDef(ident, fld)
712 func anonymousFieldIdent(e ast.Expr) *ast.Ident {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
scanner.go 52 s.ident()
299 func (s *scanner) ident() { func
  /prebuilts/go/linux-x86/src/go/types/
typexpr.go 17 // ident type-checks identifier e and initializes x with the value or type of e.
21 func (check *Checker) ident(x *operand, e *ast.Ident, def *Named, path []*TypeName) { func
226 case *ast.Ident:
228 check.ident(&x, e, def, path)
637 add := func(field *ast.Field, ident *ast.Ident, anonymous bool, pos token.Pos) {
645 name := ident.Name
650 check.recordDef(ident, fld)
712 func anonymousFieldIdent(e ast.Expr) *ast.Ident {
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
process.py 206 def ident(self): member in class:Process
215 pid = ident
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
process.py 206 def ident(self): member in class:Process
215 pid = ident
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 206 def ident(self): member in class:Process
215 pid = ident
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 206 def ident(self): member in class:Process
215 pid = ident
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 206 def ident(self): member in class:Process
215 pid = ident
  /external/guava/guava/src/com/google/common/eventbus/
AnnotatedSubscriberFinder.java 106 MethodIdentifier ident = (MethodIdentifier) o; local
107 return name.equals(ident.name) && parameterTypes.equals(ident.parameterTypes);
127 MethodIdentifier ident = new MethodIdentifier(superClazzMethod); local
128 if (!identifiers.containsKey(ident)) {
129 identifiers.put(ident, superClazzMethod);
  /external/libxml2/os400/
xmlcatlgcl.c 51 paramlist(256, char) ident; /* vary2(256). */ member in struct:__anon24951
213 vary4vargquote(&cmd, (vary2 *) &saelp->ident);

Completed in 1818 milliseconds

1 2 3 4 5 6 7 8 91011>>