Searched defs:binary (Results 1 - 25 of 94) sorted by relevance

1234

/external/clang/tools/clang-format/
H A Dclang-format-sublime.py2 # - Change 'binary' if clang-format is not on the path (see below).
20 binary = 'clang-format' variable
32 command = [binary, '-style', style]
H A Dclang-format-diff.py31 binary = 'clang-format' variable
66 command = [binary, '-offset', str(offset), '-length', str(length)]
H A Dclang-format.el14 ;; *Location of the clang-format binary. If it is on your PATH, a full path name
16 (defvar clang-format-binary "clang-format")
41 (call-process-region (point-min) (point-max) clang-format-binary t t nil
H A Dclang-format.py2 # - Change 'binary' if clang-format is not on the path (see below).
27 binary = 'clang-format' variable
49 p = subprocess.Popen([binary, '-lines', lines, '-style', style,
/external/chromium_org/remoting/host/
H A Dipc_constants.cc21 bool GetInstalledBinaryPath(const base::FilePath::StringType& binary, argument
29 base::FilePath path = dir_path.Append(binary);
H A Dhost_main.cc75 " --elevate=<binary> - Runs <binary> elevated.\n"
87 // Runs the binary specified by the command line, elevated.
106 // Get the name of the binary to launch.
107 base::FilePath binary = local
116 info.lpFile = binary.value().c_str();
122 LOG_GETLASTERROR(ERROR) << "Unable to launch '" << binary.value() << "'";
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryClassObject.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
H A DBinaryIdContentPair.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
/external/chromium/chrome/browser/extensions/
H A Dextension_browser_actions_api.cc48 BinaryValue* binary = NULL; local
49 EXTENSION_FUNCTION_VALIDATE(details_->GetBinary("imageData", &binary));
50 IPC::Message bitmap_pickle(binary->GetBuffer(), binary->GetSize());
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-145201.js2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
36 binary(operator, 1, false);
37 binary(operator, 1, true);
38 binary(operator, '{}', false);
39 binary(operator, '{}', true);
40 binary(operator, '"x"', false);
41 binary(operator, '"x"', true);
53 function binary(op, other_side, inverted) {
/external/apache-http/src/org/apache/commons/codec/binary/
H A DHex.java17 package org.apache.commons.codec.binary;
49 * @return A byte array containing binary data decoded from
124 * @return A byte array containing binary data decoded from
142 * @return A byte array containing binary data decoded from
H A DBinaryCodec.java17 package org.apache.commons.codec.binary;
73 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
76 * the raw binary data to convert
85 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
88 * the raw binary data to convert
106 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
132 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
144 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
164 * @return the raw encoded binary where each bit corresponds to a char in the char array argument
191 * @return the raw encoded binary wher
[all...]
H A DBase64.java17 package org.apache.commons.codec.binary;
171 * Encodes binary data using the base64 algorithm but
174 * @param binaryData binary data to encode
182 * Encodes binary data using the base64 algorithm and chunks
185 * @param binaryData binary data to encode
201 * binary data which corresponds to the byte[] supplied.
217 * @return a byte array containing binary data
224 * Encodes binary data using the base64 algorithm, optionally
227 * @param binaryData Array containing binary data to encode.
514 * Encodes a byte[] containing binary dat
[all...]
/external/chromium_org/tools/gn/
H A Dninja_toolchain_writer.cc48 std::ios_base::out | std::ios_base::binary); member in class:std::ios_base
H A Dgenerate_test_gn_data.cc89 std::ios_base::out | std::ios_base::binary); member in class:std::ios_base
H A Dninja_build_writer.cc94 std::ios_base::out | std::ios_base::binary); member in class:std::ios_base
H A Dparser_unittest.cc44 const BinaryOpNode* binary = node->AsBinaryOp(); local
45 if (!binary)
47 return binary->op().IsOperatorEqualTo("=") &&
48 IsIdentifierEqual(binary->left(), ident) &&
49 IsLiteralEqual(binary->right(), value);
/external/oprofile/daemon/
H A Dopd_mangling.c145 char const * binary; local
183 binary = find_cookie(sf->cookie);
185 binary = sf->kernel->name;
197 binary ? op_get_mtime(binary) : 0);
/external/oprofile/libpp/
H A Dprofile_spec.h123 std::string binary; member in class:profile_spec
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_gtk.cc33 std::string binary; member in struct:ProxyConfigCommand
40 // it in the |binary| field and the command array index in in |index|.
53 commands[i].binary = bin_path.value();
80 argv.push_back(command.binary);
86 LOG(ERROR) << "StartProxyConfigUtil failed to start " << command.binary;
/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_x509_certificate_private_shared.cc65 const base::BinaryValue* binary = local
67 uint32_t size = static_cast<uint32_t>(binary->GetSize());
68 const char* buffer = binary->GetBuffer();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannelinterface.h5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
69 DataBuffer(const talk_base::Buffer& data, bool binary) argument
71 binary(binary) {
76 binary(false) {
81 // Indicates if the received data contains UTF-8 or binary data.
84 bool binary; member in struct:webrtc::DataBuffer
116 // (UTF-8 text and binary data) that have been queued using SendBuffer but
/external/checkpolicy/
H A Dcheckmodule.c117 printf("%s: writing binary representation (version %d) to %s\n",
150 printf(" -b treat input as a binary policy file\n");
165 unsigned int binary = 0; local
172 {"binary", no_argument, NULL, 'b'},
188 binary = 1;
245 if (binary) {
/external/chromium_org/remoting/base/
H A Dbreakpad_win.cc149 HMODULE binary = base::GetModuleFromAddress( local
152 FileVersionInfo::CreateFileVersionInfoForModule(binary));
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderer.cpp123 ID3DBlob *binary = NULL; local
126 "main", profile, flags | extraFlags[i], 0, &binary, &errorMessage);
141 return (ShaderBlob*)binary;

Completed in 7918 milliseconds

1234