HomeSort by relevance Sort by last modified time
    Searched defs:machines (Results 1 - 5 of 5) sorted by null

  /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/elfutils/libebl/
eblopenbackend.c 79 } machines[] = variable in typeref:struct:__anon6262
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/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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 382 milliseconds