| /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.dynalink/ |
| dynalink.md | 8 All rights reserved.Redistribution and use in source and binary forms, with or 13 * Redistributions in binary form must reproduce the above copyright notice,
|
| /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.scripting.nashorn/ |
| double-conversion.md | 10 Redistribution and use in source and binary forms, with or without 16 * Redistributions in binary form must reproduce the above
|
| /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.xml.bind/ |
| freebxml.md | 22 Redistribution and use in source and binary forms, with or without modification, are 28 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
| relaxngdatatype.md | 9 Redistribution and use in source and binary forms, with or without 16 Redistributions in binary form must reproduce the above copyright
|
| /prebuilts/jdk/jdk9/linux-x86/legal/java.base/ |
| aes.md | 11 Redistribution and use in source and binary forms, with or without 18 2. Redistributions in binary form must reproduce the above copyright
|
| asm.md | 9 Redistribution and use in source and binary forms, with or without 16 2. Redistributions in binary form must reproduce the above copyright
|
| /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.cryptoki/ |
| pkcs11wrapper.md | 8 Redistribution and use in source and binary forms, with or without 14 2. Redistributions in binary form must reproduce the above copyright notice,
|
| /prebuilts/jdk/jdk9/linux-x86/legal/jdk.dynalink/ |
| dynalink.md | 8 All rights reserved.Redistribution and use in source and binary forms, with or 13 * Redistributions in binary form must reproduce the above copyright notice,
|
| /prebuilts/jdk/jdk9/linux-x86/legal/jdk.scripting.nashorn/ |
| double-conversion.md | 10 Redistribution and use in source and binary forms, with or without 16 * Redistributions in binary form must reproduce the above
|
| /prebuilts/jdk/jdk9/linux-x86/legal/jdk.xml.bind/ |
| freebxml.md | 22 Redistribution and use in source and binary forms, with or without modification, are 28 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
| relaxngdatatype.md | 9 Redistribution and use in source and binary forms, with or without 16 Redistributions in binary form must reproduce the above copyright
|
| /system/tools/aidl/ |
| line_reader.cpp | 38 input_stream_.open(file_path, ifstream::in | ifstream::binary);
|
| /system/tools/hidl/c2hal/ |
| Expression.h | 72 static Expression *binary(Expression *lhs, std::string op, Expression *rhs);
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| binary.c | 1 /* BFD back-end for binary objects. 5 This file is part of BFD, the Binary File Descriptor library. 22 /* This is a BFD backend which may be used to write binary objects. 25 generate raw binary data. 40 /* Any bfd we create by reading a binary file has three symbols: 44 /* Create a binary object. Invoked via bfd_set_format. */ 52 /* Any file may be considered to be a binary file, provided the target 54 being binary. */ 216 /* Set the architecture of a binary file. */ 219 /* Write section contents of a binary file. * [all...] |
| /toolchain/binutils/binutils-2.27/zlib/contrib/iostream/ |
| zfstream.cpp | 38 if ( io_mode & ios::binary ) { 39 mode |= ios::binary; 80 if ( io_mode & ios::binary ) { 81 mode |= ios::binary;
|
| /external/blktrace/ |
| blkiomon.c | 90 static struct output drvdata, human, binary, debug; variable in typeref:struct: 239 if (!binary.fn) 242 if (fwrite(p, sizeof(*p), 1, binary.fp) != 1) 244 if (binary.pipe && fflush(binary.fp)) 249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn); 250 fclose(binary.fp); 251 binary.fn = NULL; 601 "[ -b <file> | --binary=<file> ]\n" \ 609 "\t-b Binary output file.\n" [all...] |
| /external/boringssl/src/ssl/test/runner/ |
| packet_adapter.go | 8 "encoding/binary" 59 if err := binary.Read(p.Conn, binary.BigEndian, &length); err != nil { 87 binary.BigEndian.PutUint32(payload[1:5], uint32(len(b))) 103 binary.BigEndian.PutUint64(payload[1:], uint64(d.Nanoseconds()))
|
| ticket.go | 13 "encoding/binary" 135 s.ticketCreationTime = time.Unix(0, int64(binary.BigEndian.Uint64(data))) 137 s.ticketExpiration = time.Unix(0, int64(binary.BigEndian.Uint64(data))) 139 s.ticketFlags = binary.BigEndian.Uint32(data) 141 s.ticketAgeAdd = binary.BigEndian.Uint32(data)
|
| /external/elfutils/src/ |
| ldscript.y | 312 $$->val.binary.left = $1; 313 $$->val.binary.right = $3; 318 $$->val.binary.left = $1; 319 $$->val.binary.right = $3; 324 $$->val.binary.left = $1; 325 $$->val.binary.right = $3; 330 $$->val.binary.left = $1; 331 $$->val.binary.right = $3; 336 $$->val.binary.left = $1; 337 $$->val.binary.right = $3 [all...] |
| /external/golang-protobuf/_conformance/ |
| conformance.go | 6 // Redistribution and use in source and binary forms, with or without 12 // * Redistributions in binary form must reproduce the above 37 "encoding/binary" 58 size := binary.LittleEndian.Uint32(sizeBuf[:]) 79 binary.LittleEndian.PutUint32(sizeBuf[:], uint32(len(outbuf.Bytes())))
|
| /external/libmojo/third_party/jinja2/ |
| filters.py | 372 def do_filesizeformat(value, binary=False): 375 Giga, etc.), if the second parameter is set to `True` the binary 379 base = binary and 1024 or 1000 381 (binary and 'KiB' or 'kB'), 382 (binary and 'MiB' or 'MB'), 383 (binary and 'GiB' or 'GB'), 384 (binary and 'TiB' or 'TB'), 385 (binary and 'PiB' or 'PB'), 386 (binary and 'EiB' or 'EB'), 387 (binary and 'ZiB' or 'ZB') [all...] |
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| parser.ml | 5 (* binop_precedence - This holds the precedence for each binary operator that is 9 (* precedence - Get the precedence of the pending binary operator token. *) 110 (* Parse the unary expression after the binary operator. *) 127 let lhs = Ast.Binary (c, lhs, rhs) in 139 * ::= binary LETTER number? (id, id) 148 | [< 'Token.Binary >] -> "binary", 2
|
| /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
| parser.ml | 5 (* binop_precedence - This holds the precedence for each binary operator that is 9 (* precedence - Get the precedence of the pending binary operator token. *) 110 (* Parse the unary expression after the binary operator. *) 127 let lhs = Ast.Binary (c, lhs, rhs) in 139 * ::= binary LETTER number? (id, id) 148 | [< 'Token.Binary >] -> "binary", 2
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/bin/ |
| git-clang-format | 47 clangFormat.binary 92 p.add_argument('--binary', 93 default=config.get('clangformat.binary', 'clang-format'), 159 binary=opts.binary, 164 binary=opts.binary, 347 binary='clang-format', style=None): 373 binary=binary, [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/bin/ |
| git-clang-format | 47 clangFormat.binary 92 p.add_argument('--binary', 93 default=config.get('clangformat.binary', 'clang-format'), 159 binary=opts.binary, 164 binary=opts.binary, 347 binary='clang-format', style=None): 373 binary=binary, [all...] |