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

1 2 3 4

  /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/sk_app/android/
main_android.cpp 43 int ident; local
48 while ((ident=ALooper_pollAll(-1, NULL, &events,
surface_glue_android.cpp 222 const int ident = ALooper_pollAll(0, nullptr, nullptr, nullptr); local
224 if (ident >= 0) {
225 SkDebugf("Unhandled ALooper_pollAll ident=%d !", ident);
  /external/skqp/tools/sk_app/android/
main_android.cpp 43 int ident; local
48 while ((ident=ALooper_pollAll(-1, NULL, &events,
  /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/libdw/
dwarf_next_lines.c 170 char *ident = elf_getident (dbg->elf, &esize); local
171 if (ident == NULL || esize < EI_NIDENT)
173 address_size = ident[EI_CLASS] == ELFCLASS32 ? 4 : 8;
  /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])
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/
elf.c 35 unsigned char ident[EI_NIDENT]; local
36 test_read(fd, ident, sizeof(ident));
37 TEST_ASSERT((ident[EI_MAG0] == ELFMAG0) && (ident[EI_MAG1] == ELFMAG1)
38 && (ident[EI_MAG2] == ELFMAG2) && (ident[EI_MAG3] == ELFMAG3),
41 " ident[EI_MAG0 - EI_MAG3]: %02x %02x %02x %02x\n"
44 ident[EI_MAG0], ident[EI_MAG1], ident[EI_MAG2], ident[EI_MAG3]
    [all...]
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_simulator_wrapper.cpp 81 const V3D_HUB_IDENT_T *ident = hw->get_hub_ident(); local
83 return ident->tech_version * 10 + ident->revision;
  /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 125 char *ident; local
131 && (ident = elf_getident (elf, NULL)) != NULL
132 && ident[EI_OSABI] == ELFOSABI_LINUX)))
  /external/turbine/java/com/google/turbine/binder/lookup/
WildImportIndex.java 72 for (Tree.Ident ident : i.type()) {
73 flatNames.add(ident.value());
142 for (Tree.Ident bit : result.remaining()) {
  /external/apache-commons-bcel/src/examples/Mini/
ASTIdent.java 35 private Variable reference; // Reference in environment to decl of this ident
91 ASTIdent ident = reference.getName(); local
92 int t = ident.getType();
99 ident.setType(expected);
103 ident.setType(t);
  /external/elfutils/tests/
next_cfi.c 116 const unsigned char *ident = (const unsigned char *) elf_getident (elf, local
118 if (ident == NULL || esize < EI_NIDENT)
119 error (EXIT_FAILURE, 0, "no, or too small, ELF ident");
138 handle_section (name, ident, scn, true);
141 handle_section (name, ident, scn, false);
  /external/python/cpython2/Lib/multiprocessing/
process.py 215 def ident(self): member in class:Process
224 pid = ident
  /external/tensorflow/tensorflow/compiler/aot/
codegen_test.cc 51 string ident; local
53 ident.append(1, c);
56 ident.append(1, c);
59 ident.append(1, c);
61 ident += "_";
62 TF_EXPECT_OK(ValidateCppIdent(ident, ""));
103 string ident; local
105 ident.append(1, c);
108 ident.append(1, c);
111 ident.append(1, c)
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_scope.cc 151 int ident = last_ident; local
153 if (show) ident += 2;
157 show_cnodes = PrintScope(node->show_children, opts, depth + 1, 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/libxkbcommon/xkbcommon/src/xkbcomp/
expr.c 43 *field_rtrn = xkb_atom_text(ctx, expr->ident.ident);
128 const char *ident; local
142 ident = xkb_atom_text(ctx, expr->ident.ident);
143 if (ident) {
144 if (istreq(ident, "true") ||
145 istreq(ident, "yes") ||
146 istreq(ident, "on"))
    [all...]
  /external/libxml2/os400/
xmlcatlgcl.c 51 paramlist(256, char) ident; /* vary2(256). */ member in struct:__anon30460
213 vary4vargquote(&cmd, (vary2 *) &saelp->ident);
  /external/python/cpython3/Lib/multiprocessing/
process.py 226 def ident(self): member in class:BaseProcess
236 pid = ident
  /external/python/cpython3/Modules/
syslogmodule.c 30 - Use basename(sys.argv[0]) for the default "ident".
65 /* Figure out what to use for as the program "ident" for openlog().
118 static char *keywords[] = {"ident", "logoption", "facility", 0};
119 const char *ident = NULL; local
142 ident = PyUnicode_AsUTF8(S_ident_o);
143 if (ident == NULL)
147 openlog(ident, logopt, facility);

Completed in 1538 milliseconds

1 2 3 4