HomeSort by relevance Sort by last modified time
    Searched refs:binary (Results 101 - 125 of 2697) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 2 # Redistribution and use in source and binary forms, with or without
8 # * Redistributions in binary form must reproduce the above
133 binary = signatures.ReadFileAndSignature(path)
134 if binary[0] is None:
136 assert binary[1] != 0
137 return binary[1]
138 binary.append(binary_needs_libv8)
139 self.binaries[shell] = binary
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 41 fakeroot ./debian/rules binary
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
msgutil.py 4 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions in binary form must reproduce the above
62 def send_message(request, message, end=True, binary=False):
67 message: unicode text or str binary to send.
71 binary: send message as binary frame.
75 request.ws_stream.send_message(message, end, binary)
80 unicode or a binary in str.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
msgutil.py 4 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions in binary form must reproduce the above
62 def send_message(request, payload_data, end=True, binary=False):
67 payload_data: unicode text or str binary to send.
71 binary: send payload_data as binary frame(s).
75 request.ws_stream.send_message(payload_data, end, binary)
80 unicode or a binary in str.
  /external/chromium_org/third_party/python_gflags/
Makefile 41 fakeroot ./debian/rules binary
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 41 def Symbolize(binary, traces):
51 "addr2line", "-f", "-C", "-e", binary, "@%s" % addr_filename],
  /external/clang/tools/clang-format/
clang-format-diff.py 35 binary = 'clang-format' variable
92 command = [binary, filename]
git-clang-format 43 clangFormat.binary
86 p.add_argument('--binary',
87 default=config.get('clangformat.binary', 'clang-format'),
145 binary=opts.binary,
319 def run_clang_format_and_save_to_tree(changed_lines, binary='clang-format',
327 blob_id = clang_format_to_blob(filename, line_ranges, binary=binary,
353 def clang_format_to_blob(filename, line_ranges, binary='clang-format',
358 clang_format_cmd = [binary, filename
    [all...]
  /external/lldb/scripts/
build-swig-wrapper-classes.sh 99 echo Error: could not find the swig binary
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 13 (* variant for a binary operator. *)
14 | Binary of char * expr * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 13 (* variant for a binary operator. *)
14 | Binary of char * expr * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 13 (* variant for a binary operator. *)
14 | Binary of char * expr * expr
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 28 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 125 def encode(s, binary=True, maxlinelen=76, eol=NL):
131 If binary is False, end-of-line characters will be converted to the
142 if not binary:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 125 def encode(s, binary=True, maxlinelen=76, eol=NL):
131 If binary is False, end-of-line characters will be converted to the
142 if not binary:
  /external/chromium_org/build/android/gyp/
pack_arm_relocations.py 76 help='Path to the ARM relocations packer binary')
78 help='Path to the toolchain\'s objcopy binary')
strip_library_for_device.py 29 help='Path to the toolchain\'s strip binary')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiff.pl 5 # Redistribution and use in source and binary forms, with or without
10 # 2. Redistributions in binary form must reproduce the above copyright
72 diffName => "SVN: binary file (isBinary true)",
76 Cannot display: file marked as a binary type.
92 Cannot display: file marked as a binary type.
108 diffName => "SVN: binary file (isBinary true) using Windows line endings",
112 Cannot display: file marked as a binary type.
129 Cannot display: file marked as a binary type.
493 # Property Changes: Binary files
497 diffName => "SVN: binary file with executable bit change"
    [all...]
parseSvnDiffHeader.pl 6 # Redistribution and use in source and binary forms, with or without
12 # * Redistributions in binary form must reproduce the above
195 # Binary test cases
199 diffName => "binary file",
203 Cannot display: file marked as a binary type.
219 Cannot display: file marked as a binary type.
231 diffName => "binary file using SVN 1.7 syntax",
235 Cannot display: file marked as a binary type.
256 Cannot display: file marked as a binary type.
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBKey.h 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
74 BLINK_EXPORT WebData binary() const; // Only valid for BinaryType.
  /external/chromium_org/tools/relocation_packer/test_data/
generate_elf_file_unittest_relocs.py 54 help='Path to the ARM relocations packer binary')
56 help='Path to the toolchain\'s objcopy binary')
  /external/chromium_org/v8/samples/
count-hosts.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above

Completed in 826 milliseconds

1 2 3 45 6 7 8 91011>>