| /external/protobuf/src/google/protobuf/compiler/js/ |
| js_generator.h | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 68 // Enable binary-format support? 69 bool binary; member in struct:google::protobuf::compiler::js::GeneratorOptions 85 binary(false),
|
| /external/python/cpython2/Lib/email/ |
| quoprimime.py | 13 Quoted-printable is very space-inefficient for encoding binary files; use the 181 def encode(body, binary=False, maxlinelen=76, eol=NL): 184 If binary is False (the default), end-of-line characters will be converted 200 if not binary:
|
| /external/robolectric/ |
| include_framework_res.mk | 34 # This logic can be removed once the transition to binary resources is complete
|
| /external/skia/infra/bots/recipe_modules/core/resources/ |
| run_binary_size_analysis.py | 45 In the binary size case, outputs look like: 530 def RunNm(binary, nm_binary): 532 binary] 632 def _find_in_system_path(binary): 633 """Locate the full path to binary in the system path or return None 637 binary_path = os.path.join(path, binary) 666 print('The supplied tools only support DWARF2 debug data but the binary\n' + 667 'uses DWARF%d. Update the tools or compile the binary\n' % version + 678 sources of large portions of the binary, etceteras. 708 parser.add_option('--nm-binary', [all...] |
| /external/skqp/infra/bots/recipe_modules/core/resources/ |
| run_binary_size_analysis.py | 45 In the binary size case, outputs look like: 530 def RunNm(binary, nm_binary): 532 binary] 632 def _find_in_system_path(binary): 633 """Locate the full path to binary in the system path or return None 637 binary_path = os.path.join(path, binary) 666 print('The supplied tools only support DWARF2 debug data but the binary\n' + 667 'uses DWARF%d. Update the tools or compile the binary\n' % version + 678 sources of large portions of the binary, etceteras. 708 parser.add_option('--nm-binary', [all...] |
| /external/spirv-llvm/tools/llvm-spirv/ |
| llvm-spirv.cpp | 18 // Redistributions in binary form must reproduce the above copyright notice, 102 ToText("to-text", cl::desc("Convert input SPIR-V binary to internal textual format")); 105 ToBinary("to-binary", 106 cl::desc("Convert input SPIR-V in internal textual format to binary")); 164 std::ifstream IFS(InputFile, std::ios::binary); 209 std::ifstream IFS(InputFile, std::ios::binary); 298 errs() << "Cannot use -to-text with -to-binary, -r, -s\n"; 303 errs() << "Cannot use -to-binary with -to-text, -r, -s\n";
|
| /external/tremolo/Tremolo/ |
| floor1ARM.s | 7 @ Redistribution and use in source and binary forms, with or without 13 @ * Redistributions in binary form must reproduce the above
|
| /frameworks/base/cmds/app_process/ |
| Android.mk | 52 # In SANITIZE_LITE mode, we create the sanitized binary in a separate location (but reuse
|
| /hardware/google/easel/amber/camera/libhdrplusclient/ |
| HdrPlusClientUtils.cpp | 88 std::ofstream outfile(filename, std::ios::binary); 127 std::ifstream ifile(filename, std::ios::binary);
|
| /hardware/intel/bootstub/ |
| bootstub.spec | 1 Summary: this package provides bootstub binary for mrst/mfld platform
|
| /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
| PgmImage.cpp | 111 ifstream in(filename.c_str(),std::ios::in | std::ios::binary); 195 ofstream out(filename.c_str(),std::ios::out |ios::binary); 249 o << "Format: RGB binary pixmap"; 252 o << "Format: PPM binary graymap";
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
| quoprimime.py | 13 Quoted-printable is very space-inefficient for encoding binary files; use the 181 def encode(body, binary=False, maxlinelen=76, eol=NL): 184 If binary is False (the default), end-of-line characters will be converted 200 if not binary:
|
| /prebuilts/gdb/linux-x86/lib/python2.7/email/ |
| quoprimime.py | 13 Quoted-printable is very space-inefficient for encoding binary files; use the 181 def encode(body, binary=False, maxlinelen=76, eol=NL): 184 If binary is False (the default), end-of-line characters will be converted 200 if not binary:
|
| /prebuilts/go/darwin-x86/src/cmd/cover/ |
| doc.go | 13 than binary-rewriting coverage tools, but also a little less capable.
|
| /prebuilts/go/darwin-x86/src/cmd/internal/buildid/ |
| buildid.go | 176 // readBinary reads the build ID from a binary. 180 // Other binary formats are not so flexible. For those, the linker 184 // can be added for other binary types as needed, like we did for ELF. 186 // Read the first 32 kB of the binary file.
|
| /prebuilts/go/darwin-x86/src/cmd/trace/ |
| main.go | 34 Go 1.7 does not require the binary argument. 58 // The binary file name, left here for serveSVGProfile. 70 // Go 1.7 traces embed symbol info and does not require the binary. 71 // But we optionally accept binary as first arg for Go 1.5 traces.
|
| /prebuilts/go/darwin-x86/src/crypto/des/ |
| block.go | 7 import "encoding/binary" 10 b := binary.BigEndian.Uint64(src) 32 binary.BigEndian.PutUint64(dst, permuteFinalBlock(preOutput)) 223 key := binary.BigEndian.Uint64(keyBytes)
|
| /prebuilts/go/darwin-x86/src/go/build/ |
| doc.go | 145 // Binary-Only Packages 147 // It is possible to distribute packages in binary form without including the 150 // containing a "//go:binary-only-package" comment. 157 // The minimal source code for a binary-only package is therefore: 159 // //go:binary-only-package
|
| /prebuilts/go/darwin-x86/src/math/big/ |
| floatconv.go | 88 // determine binary or decimal exponent contribution of decimal point 241 // A "p" exponent indicates a binary (rather then decimal) exponent; 244 // be binary, if present (an "e" or "E" exponent indicator cannot be 287 // 'b' (binary), 'e', 'E', 'f', 'F', 'g' and 'G'.
|
| floatconv_test.go | 82 // decimal mantissa, binary exponent 92 // binary mantissa, decimal exponent 103 // binary mantissa, binary exponent
|
| /prebuilts/go/darwin-x86/src/os/exec/ |
| lp_plan9.go | 28 // LookPath searches for an executable binary named file
|
| lp_unix.go | 30 // LookPath searches for an executable binary named file
|
| /prebuilts/go/darwin-x86/test/bench/go1/ |
| binarytree_test.go | 6 // performance by generating and discarding large binary trees.
|
| /prebuilts/go/linux-x86/src/cmd/cover/ |
| doc.go | 13 than binary-rewriting coverage tools, but also a little less capable.
|
| /prebuilts/go/linux-x86/src/cmd/internal/buildid/ |
| buildid.go | 176 // readBinary reads the build ID from a binary. 180 // Other binary formats are not so flexible. For those, the linker 184 // can be added for other binary types as needed, like we did for ELF. 186 // Read the first 32 kB of the binary file.
|