HomeSort by relevance Sort by last modified time
    Searched refs:WITH (Results 151 - 170 of 170) sorted by null

1 2 3 4 5 67

  /external/libaom/libaom/third_party/libyuv/source/
x86inc.asm 12 ;* purpose with or without fee is hereby granted, provided that the above
16 ;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21 ;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25 ; NASM/YASM syntax combined with a large number of macros to provide easy
897 ; 3arg AVX ops with a memory arg can only have it in src2,
1134 ; tzcnt is equivalent to "rep bsf" and is backwards-compatible with bsf.
  /external/kotlinc/
LICENSE 5 * you may not use this file except in compliance with the License.
38 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48 Redistribution and use in source and binary forms, with or without
55 documentation and/or other materials provided with the distribution.
91 control with that entity. For the purposes of this definition,
155 with the Work to which such Contribution(s) was submitted. If You
164 Work or Derivative Works thereof in any medium, with or without
187 documentation, if provided along with the Derivative Works; or,
201 reproduction, and distribution of the Work otherwise complies with
210 with Licensor regarding such Contributions
    [all...]
NOTICE 5 * you may not use this file except in compliance with the License.
38 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48 Redistribution and use in source and binary forms, with or without
55 documentation and/or other materials provided with the distribution.
91 control with that entity. For the purposes of this definition,
155 with the Work to which such Contribution(s) was submitted. If You
164 Work or Derivative Works thereof in any medium, with or without
187 documentation, if provided along with the Derivative Works; or,
201 reproduction, and distribution of the Work otherwise complies with
210 with Licensor regarding such Contributions
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
ConcreteSyntaxModel.java     [all...]
  /external/libaom/libaom/third_party/x86inc/
x86inc.asm 12 ;* purpose with or without fee is hereby granted, provided that the above
16 ;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21 ;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25 ; NASM/YASM syntax combined with a large number of macros to provide easy
206 ; Done with PIC macros
782 ; is empty and we call cglobal_internal with just %1 %+ SUFFIX (without %2).
830 %assign xmm_regs_used 0 ; number of XMM registers requested, used for dealing with callee-saved registers on WIN64
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 12 ;* purpose with or without fee is hereby granted, provided that the above
16 ;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21 ;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25 ; NASM/YASM syntax combined with a large number of macros to provide easy
206 ; Done with PIC macros
782 ; is empty and we call cglobal_internal with just %1 %+ SUFFIX (without %2).
830 %assign xmm_regs_used 0 ; number of XMM registers requested, used for dealing with callee-saved registers on WIN64
    [all...]
  /external/v8/src/parsing/
scanner.cc 640 // For compatibility with SpiderMonkey, we skip lines that
641 // start with an HTML comment end '-->'.
    [all...]
parser-base.h 639 // should automatically use scope() as parent, and be fine with
    [all...]
  /external/boringssl/src/util/fipstools/delocate/
delocate.go 4 // purpose with or without fee is hereby granted, provided that the above
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
66 // localEntrySymbols is the set of symbols with .localentry directives.
105 func locateError(err error, with *node32, in inputFile) error {
106 posMap := translatePositions([]rune(in.contents), []int{int(with.begin)})
112 return fmt.Errorf("error while processing %q on line %d: %q", in.contents[with.begin:with.end], line, err)
225 // a relocation. GCC with -fmerge-constants will place
1062 return nil, errors.New("loading from GOT with offset is unsupported"
    [all...]
  /external/libffi/src/arm/
trampoline.S 23 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
trampoline.S 23 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    [all...]
  /external/bcc/src/lua/bcc/vendor/
argparse.lua 20 -- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
134 -- Do not set _name as with other properties.
993 self:error("option '%s' can not be used together with %s", name, used_option.name)
1144 -- Compatibility with strict.lua and other checkers:
  /external/boringssl/src/ssl/test/runner/
runner.go 4 // purpose with or without fee is hereby granted, provided that the above
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
57 mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each malloc in turn failing from the given number onwards.")
58 mallocTestDebug = flag.Bool("malloc-test-debug", false, "If true, ask bssl_shim to abort rather than fail a malloc. This can be used with a specific value for --malloc-test to identity the malloc failing that is causing problems.")
77 // ShimConfigurations is used with the ?json? package and represents a shim
97 // Setup shimConfig defaults aligning with BoringSSL.
258 // expectedAlgo is the signature scheme that should be used with this
259 // delegated credential. If zero, ECDSA with P-256 is assumed.
261 // tlsVersion is the version of TLS that should be used with this delegate
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /external/sqlite/dist/orig/
sqlite3.c 16 ** if you want a wrapper to interface SQLite with your choice of programming
39 ** SQLite was built with.
821 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
965 ** when compiling with clang.
1009 ** define is required to maintain binary compatibility with the MSVC runtime
1128 ** with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
    [all...]
  /external/sqlite/dist/
sqlite3.c 16 ** if you want a wrapper to interface SQLite with your choice of programming
39 ** SQLite was built with.
821 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
965 ** when compiling with clang.
1009 ** define is required to maintain binary compatibility with the MSVC runtime
1128 ** with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 6 * you may not use this file except in compliance with the License.
25 * file that came with this source. At a minimum, the lexer should work on a
35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
45 * starts with "lang-" followed by a file extension, specifies the file type.
52 * Java annotations (start with "@") are now captured as literals ("lit")
61 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
87 /** Find all the {@code <pre>} and {@code <code>} tags in the DOM with
131 "debugger eval export function get null set undefined var with " +
138 "nonlocal not or pass print raise try with yield " +
615 * plain text and return the text with tabs expanded
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 6 * you may not use this file except in compliance with the License.
25 * file that came with this source. At a minimum, the lexer should work on a
35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
45 * starts with "lang-" followed by a file extension, specifies the file type.
52 * Java annotations (start with "@") are now captured as literals ("lit")
61 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
87 /** Find all the {@code <pre>} and {@code <code>} tags in the DOM with
131 "debugger eval export function get null set undefined var with " +
138 "nonlocal not or pass print raise try with yield " +
615 * plain text and return the text with tabs expanded
    [all...]

Completed in 1015 milliseconds

1 2 3 4 5 67