OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binName
(Results
1 - 11
of
11
) sorted by null
/external/deqp/scripts/
build_caselists.py
35
def __init__ (self, name, dirName,
binName
):
38
self.
binName
=
binName
92
binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.
binName
))
155
build(buildCfg, generator, [m.
binName
for m in modules])
mustpass.py
149
build(buildCfg, generator, [module.
binName
])
/external/deqp/external/vulkancts/scripts/
build_spirv_binaries.py
38
def __init__ (self, name, dirName,
binName
):
41
self.
binName
=
binName
/external/deqp/external/openglcts/modules/runner/
glcTestRunnerMain.cpp
101
static void printHelp(const char*
binName
)
103
printf("%s:\n",
binName
);
/external/deqp/scripts/build/
common.py
101
def which (
binName
, paths = None):
119
extResult = whichImpl(
binName
+ extension)
/external/deqp/executor/tools/
xeBatchResultToJUnit.cpp
51
static void printHelp (const char*
binName
)
53
printf("%s: [testlog] [output file]\n",
binName
);
xeExtractShaderPrograms.cpp
199
static void printHelp (const char*
binName
)
201
printf("%s: [filename] [dst path (optional)]\n",
binName
);
xeExtractValues.cpp
254
static void printHelp (const char*
binName
)
256
printf("%s: [filename] [name 1] [[name 2]...]\n",
binName
);
xeMergeTestLogs.cpp
161
static void printHelp (const char*
binName
)
163
printf("%s: [filename] [[filename 2] ...]\n",
binName
);
/build/soong/python/
builder.go
83
launcherPath android.OptionalPath, interpreter, main,
binName
string,
87
binFile := android.PathForModuleOut(ctx,
binName
)
/external/deqp/execserver/tools/
xsTest.cpp
816
void printHelp (const char*
binName
)
818
printf("%s:\n",
binName
);
Completed in 966 milliseconds