Home
last modified time | relevance | path

Searched full:executable (Results 1 – 25 of 5858) sorted by relevance

12345678910>>...235

/external/mesa3d/src/util/
D00-mesa-defaults.conf38 executable CDATA #IMPLIED
61 <application name="Akka Arrh" executable="Project-A.exe">
65 <application name="Unigine Sanctuary" executable="Sanctuary">
71 <application name="Unigine Tropics" executable="Tropics">
77 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
83 <application name="Unigine Heaven (64-bit)" executable="heaven_x64">
89 <application name="Unigine Heaven (Windows)" executable="heaven.exe">
95 <application name="Unigine Valley (32-bit)" executable="valley_x86">
101 <application name="Unigine Valley (64-bit)" executable="valley_x64">
107 <application name="Unigine Valley (Windows)" executable="valley.exe">
[all …]
/external/bazelbuild-rules_android/toolchains/android/
Dtoolchain.bzl27 executable = True,
33 executable = True,
39 executable = True,
45 executable = True,
51 executable = True,
57 executable = True,
68 executable = True,
74 executable = True,
80 executable = True,
86 executable = True,
[all …]
/external/python/cpython2/Lib/distutils/
Dspawn.py6 executable name.
24 executable.
26 If 'search_path' is true (the default), the system's executable
28 must be the exact path to the executable. If 'dry_run' is true,
64 executable = cmd[0]
68 executable = find_executable(executable) or executable
69 log.info(' '.join([executable] + cmd[1:]))
73 rc = os.spawnv(os.P_WAIT, executable, cmd)
77 cmd = executable
83 cmd = executable
[all …]
/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
DCheckSignatureAdapterTest.java35 import org.junit.jupiter.api.function.Executable;
56 Executable visitFormalTypeParameter = () -> checkSignatureAdapter.visitFormalTypeParameter("T"); in testVisitFormalTypeParameter_classSignature_illegalState()
66 Executable visitFormalTypeParameter = () -> checkSignatureAdapter.visitFormalTypeParameter("T"); in testVisitFormalTypeParameter_typeSignature_illegalState()
76 Executable visitClassBound = () -> checkSignatureAdapter.visitClassBound(); in testVisitClassBound_classSignature_illegalState()
86 Executable visitClassBound = () -> checkSignatureAdapter.visitClassBound(); in testVisitClassBound_typeSignature_illegalState()
96 Executable visitInterfaceBound = () -> checkSignatureAdapter.visitInterfaceBound(); in testVisitInterfaceBound_classSignature_illegalState()
106 Executable visitInterfaceBound = () -> checkSignatureAdapter.visitInterfaceBound(); in testVisitInterfaceBound_typeSignature_illegalState()
117 Executable visitSuperClass = () -> checkSignatureAdapter.visitSuperclass(); in testVisitSuperClass_classSignature_illegalState()
127 Executable visitSuperClass = () -> checkSignatureAdapter.visitSuperclass(); in testVisitSuperClass_methodSignature_illegalState()
137 Executable visitInterface = () -> checkSignatureAdapter.visitInterface(); in testVisitInterface_classSignature_illegalState()
[all …]
DCheckMethodAdapterTest.java37 import org.junit.jupiter.api.function.Executable;
66 Executable visitTypeAnnotation = in testVisitTypeAnnotation_illegalTypeRef()
77 Executable visitParameterAnnotation = in testVisitParameterAnnotation_invisibleAnnotation_illegalParameterIndex()
88 Executable visitParameterAnnotation = in testVisitParameterAnnotation_visibleAnnotation_illegalParameterIndex()
97 Executable visitParameterAnnotation = in testVisitParameterAnnotation_illegalDescriptor()
108 Executable visitAttribute = () -> checkMethodAdapter.visitAttribute(new Comment()); in testVisitAttribute_afterEnd()
116 Executable visitAttribute = () -> checkMethodAdapter.visitAttribute(null); in testVisitAttribute_nullAttribute()
127 Executable visitCode = () -> checkAbstractMethodAdapter.visitCode(); in testVisitCode_abstractMethod()
137 Executable visitFrame = () -> checkMethodAdapter.visitFrame(123, 0, null, 0, null); in testVisitFrame_illegalFrameType()
147 Executable visitFrame = in testVisitFrame_illegalLocalCount()
[all …]
/external/angle/src/libANGLE/
DGLES1Renderer.cpp270 ProgramExecutable &executable = programObject->getExecutable(); in prepareForDraw() local
301 setUniform4fv(&executable, programState.drawTextureNormalizedCropRectLoc, kTexUnitCount, in prepareForDraw()
322 setUniform1ui(&executable, programState.logicOpLoc, in prepareForDraw()
379 setUniformMatrix4fv(&executable, programState.projMatrixLoc, 1, GL_FALSE, proj.data()); in prepareForDraw()
382 setUniformMatrix4fv(&executable, programState.modelviewMatrixLoc, 1, GL_FALSE, in prepareForDraw()
386 setUniformMatrix4fv(&executable, programState.modelviewInvTrLoc, 1, GL_FALSE, in prepareForDraw()
397 setUniformMatrix4fv(&executable, programState.textureMatrixLoc, kTexUnitCount, GL_FALSE, in prepareForDraw()
416 setUniform4fv(&executable, programState.textureEnvColorLoc, kTexUnitCount, in prepareForDraw()
418 setUniform1fv(&executable, programState.rgbScaleLoc, kTexUnitCount, in prepareForDraw()
420 setUniform1fv(&executable, programState.alphaScaleLoc, kTexUnitCount, in prepareForDraw()
[all …]
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DPluggableAuthCredentialsTest.java56 // The default timeout for waiting for the executable to finish (30 seconds).
58 // The minimum timeout for waiting for the executable to finish (5 seconds).
60 // The maximum timeout for waiting for the executable to finish (120 seconds).
98 String command = "/path/to/executable"; in retrieveSubjectToken_shouldPassAllOptionsToHandler()
120 // Validate that the correct options were passed to the executable handler. in retrieveSubjectToken_shouldPassAllOptionsToHandler()
140 String command = "/path/to/executable"; in retrieveSubjectToken_shouldPassMinimalOptionsToHandler()
160 // Validate that the correct options were passed to the executable handler. in retrieveSubjectToken_shouldPassMinimalOptionsToHandler()
202 ExternalAccountCredentialsTest.validateMetricsHeader(headers, "executable", false, false); in refreshAccessToken_withoutServiceAccountImpersonation()
243 ExternalAccountCredentialsTest.validateMetricsHeader(headers, "executable", true, false); in refreshAccessToken_withServiceAccountImpersonation()
289 ExternalAccountCredentialsTest.validateMetricsHeader(headers, "executable", true, true); in refreshAccessToken_withServiceAccountImpersonationOptions()
[all …]
/external/bazelbuild-rules_android/mobile_install/
Dtools.bzl43 executable = True,
56 executable = True,
71 executable = True,
79 executable = True,
85 executable = True,
91 executable = True,
97 executable = True,
112 executable = True,
120 executable = True,
129 executable = True,
[all …]
/external/python/setuptools/setuptools/_distutils/
Dspawn.py6 executable name.
24 executable.
26 If 'search_path' is true (the default), the system's executable
28 must be the exact path to the executable. If 'dry_run' is true,
43 executable = find_executable(cmd[0])
44 if executable is not None:
45 cmd[0] = executable
72 def find_executable(executable, path=None): argument
73 """Tries to find 'executable' in the directories listed in 'path'.
78 _, ext = os.path.splitext(executable)
[all …]
/external/python/cpython3/Lib/distutils/
Dspawn.py6 executable name.
29 executable.
31 If 'search_path' is true (the default), the system's executable
33 must be the exact path to the executable. If 'dry_run' is true,
48 executable = find_executable(cmd[0])
49 if executable is not None:
50 cmd[0] = executable
95 def find_executable(executable, path=None): argument
96 """Tries to find 'executable' in the directories listed in 'path'.
101 _, ext = os.path.splitext(executable)
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt_kernels.cc81 using ::tfrt::cpu::jit::Executable;
113 // Compile compilation unit attribute to an executable result.
144 // executable. in CompileImpl()
186 Expected<AsyncValuePtr<JitExecutable>> executable = in Compile() local
190 if (auto err = executable.takeError()) in Compile()
196 executable->AndThen([executable = *executable, res = compiled.CopyRef()]() { in Compile()
197 if (executable.IsError()) in Compile()
198 res.SetError(executable.GetError()); in Compile()
264 static void ExecuteImpl(Executable& executable, in ExecuteImpl() argument
273 {"executable", executable.name()}}); in ExecuteImpl()
[all …]
/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/
DTestParametersMethodProcessor.java41 import java.lang.reflect.Executable;
53 private final LoadingCache<Executable, ImmutableList<TestParametersValues>>
222 private static ImmutableList<TestParametersValues> toParameterValuesList(Executable executable) { in toParameterValuesList() argument
223 checkParameterNamesArePresent(executable); in toParameterValuesList()
224 ImmutableList<Parameter> parametersList = ImmutableList.copyOf(executable.getParameters()); in toParameterValuesList()
226 if (executable.isAnnotationPresent(TestParameters.class)) { in toParameterValuesList()
228 !executable.isAnnotationPresent(RepeatedTestParameters.class), in toParameterValuesList()
231 TestParameters annotation = executable.getAnnotation(TestParameters.class); in toParameterValuesList()
242 executable.getName()); in toParameterValuesList()
246 executable.getName()); in toParameterValuesList()
[all …]
/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
DTestParametersMethodProcessor.java41 import java.lang.reflect.Executable;
53 private final LoadingCache<Executable, ImmutableList<TestParametersValues>>
222 private static ImmutableList<TestParametersValues> toParameterValuesList(Executable executable) { in toParameterValuesList() argument
223 checkParameterNamesArePresent(executable); in toParameterValuesList()
224 ImmutableList<Parameter> parametersList = ImmutableList.copyOf(executable.getParameters()); in toParameterValuesList()
226 if (executable.isAnnotationPresent(TestParameters.class)) { in toParameterValuesList()
228 !executable.isAnnotationPresent(RepeatedTestParameters.class), in toParameterValuesList()
231 TestParameters annotation = executable.getAnnotation(TestParameters.class); in toParameterValuesList()
242 executable.getName()); in toParameterValuesList()
246 executable.getName()); in toParameterValuesList()
[all …]
/external/libtraceevent/scripts/
Dutilities.mak140 # Usage: absolute-executable-path-or-empty = $(call lookup,path)
148 # is-executable
150 # Usage: bool-value = $(call is-executable,path)
155 is-executable = $(call _is-executable-helper,$(shell-sq))
156 _is-executable-helper = $(shell sh -c $(_is-executable-sh))
157 _is-executable-sh = $(call shell-sq,test -f $(1) -a -x $(1) && echo y)
159 # get-executable
161 # Usage: absolute-executable-path-or-empty = $(call get-executable,path)
163 # The goal is to get an absolute path for an executable;
169 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
[all …]
/external/python/cpython3/PC/
Dpython_uwp.cpp113 std::wstring executable; in set_process_name() local
122 executable = std::wstring(localAppData) in set_process_name()
133 if (home.empty() && executable.empty()) { in set_process_name()
134 executable.resize(MAX_PATH); in set_process_name()
137 NULL, executable.data(), (DWORD)executable.size()); in set_process_name()
139 executable.clear(); in set_process_name()
141 } else if (len == executable.size() && in set_process_name()
143 executable.resize(len * 2); in set_process_name()
145 executable.resize(len); in set_process_name()
149 size_t i = executable.find_last_of(L"/\\"); in set_process_name()
[all …]
/external/python/cpython2/Lib/test/
Dtest_subprocess.py87 rc = subprocess.call([sys.executable, "-c",
93 rc = subprocess.check_call([sys.executable, "-c",
100 subprocess.check_call([sys.executable, "-c",
107 [sys.executable, "-c", "print 'BDFL'"])
114 [sys.executable, "-c", "import sys; sys.exit(5)"])
120 [sys.executable, "-c", "import sys; sys.stderr.write('BDFL')"],
128 [sys.executable, "-c", "print 'will not be run'"],
137 rc = subprocess.call([sys.executable, "-c",
155 p = subprocess.Popen([sys.executable, "-c", 'print "banana"'],
174 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],'
[all …]
/external/auto/value/src/main/java/com/google/auto/value/processor/
DBuilderMethodClassifierForAutoBuilder.java43 private final Executable executable; field in BuilderMethodClassifierForAutoBuilder
49 Executable executable, in BuilderMethodClassifierForAutoBuilder() argument
64 this.executable = executable; in BuilderMethodClassifierForAutoBuilder()
74 * @param executable the constructor or static method that AutoBuilder will call.
86 Executable executable, in classify() argument
92 executable.parameters().stream() in classify()
95 rewriteParameterTypes(executable, builderType, errorReporter, processingEnv.getTypeUtils()); in classify()
100 executable, in classify()
114 // Rewrites the parameter types of the executable so they use the type variables of the builder
151 Executable executable, in rewriteParameterTypes() argument
[all …]
DAutoBuilderProcessor.java185 Executable executable = findExecutable(ofClass, callMethod, autoBuilderType, methods); in processType() local
188 TypeMirror builtType = executable.builtType(); in processType()
190 propertyInitializers(autoBuilderType, executable); in processType()
197 executable, in processType()
208 propertyToGetterName(executable, autoBuilderType); in processType()
212 executable, in processType()
222 Optional<String> forwardingClassName = maybeForwardingClass(autoBuilderType, executable); in processType()
226 .orElseGet(executable::invoke); in processType()
236 n -> generateForwardingClass(n, executable, builtType, autoBuilderType)); in processType()
246 Executable executable, in generateForwardingClass() argument
[all …]
/external/autotest/client/common_lib/
Dmagic.py163 [0, 'short', '=', 420, 'application/x-executable-file'],
164 [0, 'short', '=', 421, 'application/x-executable-file'],
165 [0, 'leshort', '=', 603, 'application/x-executable-file'],
166 [0, 'string', '=', 'Core\001', 'application/x-executable-file'],
168 [0, 'belong', '=', 1011, 'application/x-executable-file'],
244 [0, 'beshort', '=', 560, 'application/x-executable-file'],
245 [0, 'beshort', '=', 561, 'application/x-executable-file'],
279 [0, 'short', '=', 3401, 'application/x-executable-file'],
280 [0, 'long', '=', 406, 'application/x-executable-file'],
281 [0, 'short', '=', 406, 'application/x-executable-file'],
[all …]
/external/libkmsxx/utils/
Dmeson.build5 executable('kmstest', 'kmstest.cpp', dependencies : [ common_deps ], install : true)
6 executable('kmsview', 'kmsview.cpp', dependencies : [ common_deps ], install : false)
7 executable('kmsprint', 'kmsprint.cpp', dependencies : [ common_deps ], install : true)
8 executable('fbtest', 'fbtest.cpp', dependencies : [ common_deps ], install : true)
9 executable('kmscapture', 'kmscapture.cpp', dependencies : [ common_deps ], install : false)
10 executable('kmsblank', 'kmsblank.cpp', dependencies : [ common_deps ], install : true)
13executable('kmstouch', 'kmstouch.cpp', dependencies : [ common_deps, libevdev_dep ], install : fal…
16 executable('omap-wbcap', 'omap-wbcap.cpp', dependencies : [ common_deps ], install : false)
17 executable('omap-wbm2m', 'omap-wbm2m.cpp', dependencies : [ common_deps ], install : false)
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DPluggableAuthCredentialSource.java51 * "executable": {
62 // The default timeout for waiting for the executable to finish (30 seconds).
64 // The minimum timeout for waiting for the executable to finish (5 seconds).
66 // The maximum timeout for waiting for the executable to finish (120 seconds).
79 // Optional. Provided when the 3rd party executable caches the response at the specified
92 Map<String, Object> executable = in PluggableAuthCredentialSource() local
96 if (!executable.containsKey(COMMAND_KEY)) { in PluggableAuthCredentialSource()
101 // Parse the executable timeout. in PluggableAuthCredentialSource()
102 if (executable.containsKey(TIMEOUT_MILLIS_KEY)) { in PluggableAuthCredentialSource()
103 Object timeout = executable.get(TIMEOUT_MILLIS_KEY); in PluggableAuthCredentialSource()
[all …]
/external/bazelbuild-rules_go/go/private/rules/
Dcross.bzl40 errmsg = 'cannot run go_cross target "{}": underlying target "{}" is not executable'.format(
55 old_executable = old_default_info.files_to_run.executable
59 # Bazel requires executable rules to created the executable themselves,
60 # so we create a symlink in this rule so that it appears this rule created its executable.
66 executable = new_executable,
69 … # There's no way to determine if the underlying `go_binary` target is executable at loading time
70 … # so we must set the `go_cross` rule to be always executable. If the `go_binary` target is not
71 … # executable, we set the `go_cross` executable to a simple script that prints an error message
73 # the underlying `go_binary` target is executable.
81 executable = error_script,
[all …]
/external/tensorflow/tensorflow/compiler/xla/runtime/
Djit_executable.cc130 // compiled executable. in Instantiate()
138 // Otherwise try to compile the default executable. in Instantiate()
139 Expected<Executable> executable = in Instantiate() local
141 if (auto err = executable.takeError()) return std::move(err); in Instantiate()
145 std::move(*signature), std::move(*executable), in Instantiate()
154 Optional<Executable> default_executable, in JitExecutable()
167 // Initialize default executable if it is available. in JitExecutable()
170 MakeAvailableAsyncValueRef<Executable>(std::move(*default_executable)); in JitExecutable()
173 MakeErrorAsyncValueRef("default executable is not available"); in JitExecutable()
177 AsyncValuePtr<Executable> JitExecutable::DefaultExecutable() const { in DefaultExecutable()
[all …]
Dexecutable.h42 // Returns a symbols binding for running XLA executable with a custom symbols
54 class Executable {
62 // Initializes call frame by adding all arguments according to the executable
68 // time matches the executable entrypoint signature (e.g. all statically known
88 // run time matches the executable entrypoint signature. If some of the
124 // Get the object file behind this executable (on linux for example, it will
126 // executable). Can be null.
132 // Pointers to executable arguments.
135 // We use single block of memory to store executable results. We need to be
145 // Memory where the executable will write its results.
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/
DMemberUtils.java121 return compareParameterTypes(Executable.of(left), Executable.of(right), actual); in compareConstructorFit()
138 return compareParameterTypes(Executable.of(left), Executable.of(right), actual); in compareMethodFit()
147 * @param left the "left" Executable
148 * @param right the "right" Executable
153 …private static int compareParameterTypes(final Executable left, final Executable right, final Clas… in compareParameterTypes()
163 * @param executable The executable to calculate transformation costs for
166 …te static float getTotalTransformationCost(final Class<?>[] srcArgs, final Executable executable) { in getTotalTransformationCost() argument
167 final Class<?>[] destArgs = executable.getParameterTypes(); in getTotalTransformationCost()
168 final boolean isVarArgs = executable.isVarArgs(); in getTotalTransformationCost()
271 return isMatchingExecutable(Executable.of(method), parameterTypes);
[all …]

12345678910>>...235