HomeSort by relevance Sort by last modified time
    Searched full:executable (Results 876 - 900 of 4711) sorted by null

<<31323334353637383940>>

  /external/caliper/lib/
jsr311-api-1.1.1.jar.txt 17 1.4. "Executable" means the Covered Software in any form other than
32 1.9. "Modifications" means the Source Code and Executable form of any of
45 1.10. "Original Software" means the Source Code and Executable form of
133 Executable form must also be made available in Source Code form and that
138 in Executable form as to how they can obtain such Covered Software in
172 3.5. Distribution of Executable Versions.
174 You may distribute the Executable form of the Covered Software under the
178 for the Executable form does not attempt to limit or alter the
180 this License. If You distribute the Covered Software in Executable form
481 Section 2) in object code or executable form under the terms of Section
    [all...]
  /prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/
NOTICE 11 1.4. ?Executable? means the Covered Software in any form other than Source Code.
21 1.9. ?Modifications? means the Source Code and Executable form of any of the following:
29 1.10. ?Original Software? means the Source Code and Executable form of computer software code that is originally released under this License.
67 Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.
81 3.5. Distribution of Executable Versions.
83 You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient?s rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
183 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following
    [all...]
  /external/skia/gyp/
yasm.gyp 16 # 1) yasm -- Sources, flags for the main yasm executable. Also has most of
23 # 5) genmacro, genmodule, etc. -- One executable target for each subprogram.
46 # yasm executable, and its subprograms.
77 'type': 'executable',
504 'type': 'executable',
525 'type': 'executable',
549 'type': 'executable',
570 'type': 'executable',
591 'type': 'executable',
630 'type': 'executable',
    [all...]
  /external/v8/test/cctest/heap/
test-spaces.cc 154 Executability executable) {
161 size_t header_size = (executable == EXECUTABLE)
164 size_t guard_size = (executable == EXECUTABLE)
170 executable,
176 ((executable == EXECUTABLE))
275 EXECUTABLE);
294 EXECUTABLE);
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testshared/
shared_test.go 311 run(t, "trivial executable", "./bin/trivial")
316 // Build an executable that uses cgo linked against the shared runtime and check it
320 run(t, "cgo executable", "./bin/execgo")
324 // and an executable that links against both.
334 run(t, "executable linked to GOPATH library", "./bin/exe")
455 // executable that links against dep2.
460 run(t, "executable linked to GOPATH library", "./bin/exe2")
463 // Build a GOPATH package into a shared library with gccgo and an executable that
498 // executable that links the second library.
650 const wantLine = "abi mismatch detected between the executable and libdep.so
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testshared/
shared_test.go 311 run(t, "trivial executable", "./bin/trivial")
316 // Build an executable that uses cgo linked against the shared runtime and check it
320 run(t, "cgo executable", "./bin/execgo")
324 // and an executable that links against both.
334 run(t, "executable linked to GOPATH library", "./bin/exe")
455 // executable that links against dep2.
460 run(t, "executable linked to GOPATH library", "./bin/exe2")
463 // Build a GOPATH package into a shared library with gccgo and an executable that
498 // executable that links the second library.
650 const wantLine = "abi mismatch detected between the executable and libdep.so
    [all...]
  /development/ndk/platforms/
README.CRT.TXT 17 that is linked into every Android _static_ executable. These binaries can
21 launches such an executable. The _start stub is used to call the
29 When the kernel launches such an executable, it actually starts the
31 executable (possibly loading any dependent system libraries as well),
40 This source file shall be used when generating an executable, i.e. used
60 for the corresponding executable. crtbegin_so.[cS] doesn't need any.
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 230 // If an executable is mapped from a non-zero offset, this is likely because
231 // the executable was loaded directly from inside an archive file (e.g., an
297 // Although the initial executable is usually the first mapping, it's not
343 // and which directly follow an executable mapping.
371 // corresponds to the main executable (as codified in
461 // Check to see if someone actually named their executable 'foo (deleted)'.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 98 """Test whether argument path is an executable file."""
99 return executable(path)
154 self.send_error(403, "CGI script is not executable (%r)" %
263 interp = sys.executable
363 def executable(path): function
364 """Test for executable file."""
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 98 """Test whether argument path is an executable file."""
99 return executable(path)
154 self.send_error(403, "CGI script is not executable (%r)" %
263 interp = sys.executable
363 def executable(path): function
364 """Test for executable file."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 98 """Test whether argument path is an executable file."""
99 return executable(path)
154 self.send_error(403, "CGI script is not executable (%r)" %
263 interp = sys.executable
363 def executable(path): function
364 """Test for executable file."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 98 """Test whether argument path is an executable file."""
99 return executable(path)
154 self.send_error(403, "CGI script is not executable (%r)" %
263 interp = sys.executable
363 def executable(path): function
364 """Test for executable file."""
  /toolchain/binutils/binutils-2.25/libiberty/
pexecute.txh 35 int @var{flags}, const char *@var{executable}, char * const *@var{argv}, @
60 Search for the program using the user's executable search path.
92 @var{executable} is the program to execute. @var{argv} is the set of
94 be a copy of @var{executable}.
146 int @var{flags}, const char *@var{executable}, char * const *@var{argv}, @
287 const char *@var{executable}, char * const *@var{argv}, @
  /development/ide/emacs/
android-common.el 146 (executable-find binary)))
149 "Return the path to the adb executable.
154 "Return the path to the fastboot executable.
  /development/scripts/
gdbclient 87 # let's figure out which executable we are about to debug
109 echo "Error: couldn't find executable for pid $PID --- is the process still alive?"
119 echo "Error: unable to find symbols for executable $EXE: file $LOCAL_EXE_PATH does not exist"
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_finder.py 88 'Unable to find exact apk %s specified by --browser-executable' %
198 'Unable to find package for %s specified by --browser-executable' %
211 '%s specified by --browser-executable has an unknown package: %s' %
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
readme.html 45 &lt;path to java executable&gt;]</b></p>
87 <td>The full path to the java executable with which to run the tests. Use
90 (i.e. java executable on system path). </td>
  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 87 // Buffer for an in-memory object file in executable memory
93 /// object files that are in executable memory managed by the client of this
109 /// which must contain an object file in executable memory with any
  /external/skia/tools/
git-sync-deps 40 """Find the git executable.
89 git (string) the git executable
106 git (string) the git executable
  /external/valgrind/coregrind/
pub_core_initimg.h 39 // PURPOSE: Map the client executable into memory, then set up its
109 Addr text; /* executable's Mach header */
110 Bool dynamic; /* False iff executable is static */
  /external/webrtc/webrtc/
webrtc_tests.gypi 77 'type': 'executable',
103 'type': 'executable',
129 'type': 'executable',
  /ndk/build/core/
default-build-commands.mk 18 # executable will be copied into it. Otherwise, it could contain
48 # executable or shared library as being read-only after the dynamic
87 define cmd-build-executable
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/amd64/
obj.go 138 case obj.Helf: /* elf32 executable */
165 case obj.Hlinux, /* elf64 executable */
199 case obj.Hwindows: /* PE executable */
  /prebuilts/go/darwin-x86/src/cmd/go/
clean.go 145 // Remove dir-named executable only if this is package main.
159 // Remove a potential executable for each .go file in the directory that
169 // to an executable file.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
obj.go 135 case obj.Helf: /* elf32 executable */
162 case obj.Hlinux, /* elf64 executable */
196 case obj.Hwindows: /* PE executable */

Completed in 1298 milliseconds

<<31323334353637383940>>