HomeSort by relevance Sort by last modified time
    Searched refs:machines (Results 1 - 25 of 31) sorted by null

1 2

  /external/elfutils/tests/
saridx.c 38 static const char *machines[] = variable
224 (ehdr.e_machine >= (sizeof (machines)
225 / sizeof (machines[0]))
226 || machines[ehdr.e_machine] == NULL)
228 : machines[ehdr.e_machine]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 32 * machines and their status.
36 // registry mapping of machines being used by a given build
37 //list is the path to the configuration of build machines available for a
39 // waitInterval is the number of seconds to wait if no machines are
42 // machines
73 String[] machines = getNames(); local
83 for (int i = 0; i < machines.length; i++) {
84 if (!inUse(machines[i])) {
85 if (createNewMarker(machines[i])) {
  /external/linux-tools-perf/util/
session.h 43 struct rb_root machines; member in struct:perf_session
140 return machines__find(&self->machines, pid);
148 return machines__findnew(&self->machines, pid);
156 return machines__process(&self->machines, process, self);
symbol.h 217 size_t machines__fprintf_dsos(struct rb_root *machines, FILE *fp);
218 size_t machines__fprintf_dsos_buildid(struct rb_root *machines,
261 int machines__create_kernel_maps(struct rb_root *machines, pid_t pid);
262 int machines__create_guest_kernel_maps(struct rb_root *machines);
263 void machines__destroy_guest_kernel_maps(struct rb_root *machines);
symbol.c     [all...]
session.c 126 ret = machines__create_guest_kernel_maps(&self->machines);
133 machines__destroy_guest_kernel_maps(&self->machines);
159 self->machines = RB_ROOT;
1180 machines__fprintf_dsos(&self->machines, fp);
1187 return ret + machines__fprintf_dsos_buildid(&self->machines, fp, with_hits);
    [all...]
header.c 205 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
358 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
377 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
  /external/elfutils/libebl/
eblopenbackend.c 79 } machines[] = variable in typeref:struct:__anon19927
155 #define nmachines (sizeof (machines) / sizeof (machines[0]))
308 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
309 || (emulation == NULL && machines[cnt].em == machine))
312 result->emulation = machines[cnt].emulation;
326 result->machine = machines[cnt].em;
327 result->class = machines[cnt].class;
328 result->data = machines[cnt].data;
346 machines[cnt].dsoname)
    [all...]
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 26 serve the names of local machines which are not in the global DNS. The DHCP
27 server integrates with the DNS server and allows machines with DHCP-allocated
30 leases and BOOTP for network booting of diskless machines.
  /external/eigen/blas/
lsame.f 44 * machines, on which ICHAR returns a value with bit 8 set.
45 * ICHAR('A') on Prime machines returns 193 which is the same as
73 * ASCII is assumed, on Prime machines - ZCODE is the ASCII code
  /build/core/combo/arch/x86/
x86.mk 22 # developer machines.
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /external/openssl/crypto/des/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nislib.h 146 extern void nis_freeservlist (nis_server **machines) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nislib.h 146 extern void nis_freeservlist (nis_server **machines) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nislib.h 146 extern void nis_freeservlist (nis_server **machines) __THROW;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1162 class machines(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 42 Deterministic Finite Automata (DFA) are finite state machines that are capable
51 Conceptually, these state machines are defined by a number of states, each state
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 71 * differentiator between machines. Some object formats (ELF) use the machine
205 /** NULL-terminated list of machines for this architecture.
209 const yasm_arch_machine *machines; member in struct:yasm_arch_module
257 * #yasm_arch_module.machines)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 58 defines a single DFA class that is used to simulate state machines for certain
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 518 const yasm_arch_machine *m = cur_arch_module->machines;
519 printf(_("Available %s for %s `%s':\n"), _("machines"),
  /external/elfutils/
elfutils.spec 235 r core files, on many machines
267 - libelf, libdw: bug fixes for unaligned accesses on machines that care
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 383 * machine to amd64. When we get more arches with multiple machines,
660 const yasm_arch_machine *m = cur_arch_module->machines;
661 printf(_("Available %s for %s `%s':\n"), _("machines"),
    [all...]
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 2 #* Copyright (C) 1999-2010, International Business Machines Corporation
186 # They are necessary on EBCDIC machines, and
    [all...]

Completed in 1134 milliseconds

1 2