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

1 23 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/examples/stream_server/handlers/
stream_wsh.py 92 request.ws_stream.send_message(msg, binary=False)
94 request.ws_stream.send_message(msg, binary=False)
96 request.ws_stream.send_message(msg, binary=False)
98 request.ws_stream.send_message(msg, binary=False)
100 request.ws_stream.send_message(msg, binary=False)
102 request.ws_stream.send_message(msg, binary=False)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
HLSLCompiler.cpp 87 ID3DBlob *binary = NULL; local
89 HRESULT result = compileFunc(hlsl, strlen(hlsl), gl::g_fakepath, NULL, NULL, "main", profile, optimizationFlags[i], 0, &binary, &errorMessage);
104 return (ShaderBlob*)binary;
  /external/chromium_org/third_party/sqlite/src/test/
collate8.test 38 SELECT rowid FROM t1 WHERE a<'ccc' COLLATE binary ORDER BY 1
63 SELECT a AS x FROM t1 WHERE x<'ccc' COLLATE binary ORDER BY [x]
106 SELECT a COLLATE nocase AS x FROM t2 WHERE (x COLLATE binary)='abc';
111 SELECT a COLLATE nocase AS x FROM t2 WHERE x='abc' COLLATE binary;
116 SELECT * FROM t2 WHERE (a COLLATE nocase)='abc' COLLATE binary;
121 SELECT a COLLATE nocase AS x FROM t2 WHERE 'abc'=x COLLATE binary;
  /build/core/
host_executable_internal.mk 28 include $(BUILD_SYSTEM)/binary.mk
static_library_internal.mk 21 include $(BUILD_SYSTEM)/binary.mk
  /external/chromium_org/extensions/browser/api/declarative/
declarative_api.cc 58 // Encodes |binary| as base64 and returns a new StringValue populated with the
60 scoped_ptr<base::StringValue> ConvertBinaryToBase64(base::BinaryValue* binary) {
61 std::string binary_data = std::string(binary->GetBuffer(), binary->GetSize());
75 base::BinaryValue* binary = NULL; local
76 if (args->GetBinary(index, &binary))
77 args->Set(index, ConvertBinaryToBase64(binary).release());
97 base::BinaryValue* binary = NULL; local
98 if (dict->GetBinary(iter.key(), &binary))
99 dict->Set(iter.key(), ConvertBinaryToBase64(binary).release())
    [all...]
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 29 // Launches |binary| in the security context of the user represented by
34 bool LaunchProcessWithToken(const base::FilePath& binary,
  /external/oprofile/libpp/
filename_spec.h 34 * @param extra extra binary image location
45 * @param extra extra binary image location
55 * @param binary if binary is non-empty, and matches
56 * the binary or lib name, use it rather than the
67 std::string const & binary) const;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBase64.java 6 import org.apache.commons.codec.binary.Base64;
  /external/chromium_org/content/common/indexed_db/
indexed_db_key.h 30 explicit IndexedDBKey(const std::string& binary);
43 const std::string& binary() const { return binary_; } function in class:content::IndexedDBKey
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBKey.cpp 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above
42 WebIDBKey WebIDBKey::createBinary(const WebData& binary)
45 key.assignBinary(binary);
99 keys.append(IDBKey::createBinary(array[i].binary()));
134 keys[i] = WebIDBKey::createBinary(key->binary());
161 void WebIDBKey::assignBinary(const WebData& binary)
163 m_private = IDBKey::createBinary(binary);
217 WebData WebIDBKey::binary() const function in class:blink::WebIDBKey
219 return m_private->binary();
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ScalarizeVecAndMatConstructorArgs.cpp 52 TIntermBinary *binary = new TIntermBinary(EOpIndexDirect); local
53 binary->setLeft(symbolNode);
55 binary->setRight(indexNode);
56 return binary;
65 TIntermBinary *binary = new TIntermBinary(EOpIndexDirect); local
66 binary->setLeft(colVectorNode);
68 binary->setRight(rowIndexNode);
69 return binary;
RewriteElseBlocks.cpp 43 TIntermBinary *binary = new TIntermBinary(op); local
44 binary->setLeft(left);
45 binary->setRight(right);
46 binary->setType(resultType);
47 return binary;
  /external/chromium_org/tools/valgrind/
tsan_analyze.py 28 def __init__(self, line, address, binary):
31 self.binary = binary
34 file, line = TheAddressTable.GetFileLine(self.binary, self.address)
38 return self.raw_line_.replace(self.binary, '%s:%s' % (file, line))
76 binary, ip = match.groups()
77 TheAddressTable.AddBinaryAt(binary, ip)
83 TheAddressTable.Add(stack_trace_line.binary, stack_trace_line.address)
  /external/clang/tools/clang-format/
clang-format-sublime.py 2 # - Change 'binary' if clang-format is not on the path (see below).
21 binary = 'clang-format' variable
35 command = [binary, '-style', style]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 6 (* Install standard binary operators.
  /external/protobuf/examples/
add_person.cc 70 fstream input(argv[1], ios::in | ios::binary);
84 fstream output(argv[1], ios::out | ios::trunc | ios::binary);
  /hardware/ril/rild/
Android.mk 32 # For radiooptions binary
  /external/chromium_org/content/shell/tools/
breakpad_integration_test.py 29 parser.add_option('', '--binary', default='',
30 help='The path of the binary to generate symbols for.')
44 if not options.binary:
45 print "Required option --binary missing."
48 if not os.access(options.binary, os.X_OK):
49 print "Cannot find %s." % options.binary
67 '--binary=%s' % options.binary,
77 cmd = [options.binary,
  /external/oprofile/daemon/
opd_mangling.c 145 char const * binary; local
183 binary = find_cookie(sf->cookie);
185 binary = sf->kernel->name;
197 binary ? op_get_mtime(binary) : 0);
  /bootable/recovery/
install.cpp 39 #define ASSUMED_UPDATE_BINARY_NAME "META-INF/com/google/android/update-binary"
48 // If the package contains an update binary, extract it and run it.
58 const char* binary = "/tmp/update_binary"; local
59 unlink(binary);
60 int fd = creat(binary, 0755);
63 LOGE("Can't make %s\n", binary);
78 // When executing the update binary contained in the package, the
113 args[0] = binary;
125 execv(binary, (char* const*)args);
126 fprintf(stdout, "E:Can't run %s (%s)\n", binary, strerror(errno))
    [all...]
  /external/chromium_org/tools/linux/
dump-static-initializers.py 6 """Dump functions called by static intializers in a Linux Release binary.
18 4) at run time, on startup the binary runs all function pointers.
130 def ParseNm(binary):
131 """Given a binary, yield static initializers as (file, start, size) tuples."""
132 nm = subprocess.Popen(['nm', '-S', binary], stdout=subprocess.PIPE)
142 def ExtractSymbolReferences(binary, start, end):
144 cmd = ['objdump', binary, '--disassemble',
153 'did you accidentally run this on a Debug binary?')
177 binary = args[0]
183 files = ParseNm(binary)
    [all...]
  /external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.cc 65 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/WebKit/Source/modules/indexeddb/
IDBKey.h 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
51 static IDBKey* createBinary(PassRefPtr<SharedBuffer> binary)
53 return new IDBKey(binary);
118 PassRefPtr<SharedBuffer> binary() const function in class:blink::IDBKey
  /external/openfst/src/script/
fst-class.cc 74 ifstream in(fname.c_str(), ifstream::in | ifstream::binary);
92 ifstream in(fname.c_str(), ifstream::in | ifstream::binary);
137 ifstream in(fname.c_str(), ifstream::in | ifstream::binary);

Completed in 1086 milliseconds

1 23 4 5 6 7 8 91011>>