OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:machines
(Results
1 - 7
of
7
) 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:__anon20839
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/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
)
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar
Completed in 98 milliseconds