/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar | |
/external/autotest/client/cros/chameleon/ |
chameleon.py | 318 edid_binary = xmlrpclib.Binary(edid.data) 488 @return: xmlrpclib.Binary object containing a byte-array of the pixels.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/ |
question.py | 104 class Binary(XMLTemplate): 105 template = """<Binary><MimeType><Type>%(type)s</Type><SubType>%(subtype)s</SubType></MimeType><DataURL>%(url)s</DataURL><AltText>%(alt_text)s</AltText></Binary>""" 382 Does not yet implement Binary selection options. 421 elif self.type == 'binary': 422 TYPE_TAG = "Binary" 424 raise ValueError("illegal type: %s; must be either 'text' or 'binary'" % str(self.type))
|
/external/clang/include/clang/Basic/ |
IdentifierTable.h | 791 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
|
/external/clang/lib/AST/ |
DeclarationName.cpp | 171 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
|
/external/v8/test/cctest/ |
test-conversions.cc | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 100 TEST(Binary) {
|
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 131 if (LinkerConfig::Binary == config().codeGenType()) 191 case LinkerConfig::Binary: { 668 case LinkerConfig::Binary: 686 case LinkerConfig::Binary: 766 case LinkerConfig::Binary: { [all...] |
/external/ImageMagick/www/api/ |
blob.php | 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Read or Write Binary Large OBjects</title> 15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, read, or, write, binary, large, objects, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> 43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
|
/external/clang/lib/Parse/ |
ParseTentative.cpp | 676 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ 678 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 20 | Ast.Binary (op, lhs, rhs) -> 32 | _ -> raise (Error "invalid binary operator")
|
/external/llvm/include/llvm/Object/ |
ELFObjectFile.h | 65 static inline bool classof(const Binary *v) { return v->isELF(); } 336 static inline bool classof(const Binary *v) {
|
MachO.h | 421 static bool classof(const Binary *v) {
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 642 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
|
/external/llvm/lib/MC/ |
MCELFStreamer.cpp | 389 case MCExpr::Binary: {
|
/external/google-breakpad/src/testing/test/ |
gmock-actions_test.cc | 4 // Redistribution and use in source and binary forms, with or without 10 // * Redistributions in binary form must reproduce the above [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 29 | Ast.Binary (op, lhs, rhs) -> 42 (* If it wasn't a builtin binary operator, it must be a user defined 44 let callee = "binary" ^ (String.make 1 op) in 48 | None -> raise (Error "binary operator not found!")
|
/external/v8/benchmarks/spinning-balls/ |
splay-tree.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 29 * Constructs a Splay tree. A splay tree is a self-balancing binary 193 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
/external/v8/test/webkit/fast/js/ |
parser-syntax-check.js | 4 // Redistribution and use in source and binary forms, with or without 9 // 2. Redistributions in binary form must reproduce the above copyright 110 debug ("Binary and conditional operators");
|
/external/v8/tools/ |
splaytree.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 30 * Constructs a Splay tree. A splay tree is a self-balancing binary 219 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo.go | 21 // To avoid the binary search through tx, keep a 143 // Binary search for entry with largest time <= sec.
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo.go | 21 // To avoid the binary search through tx, keep a 143 // Binary search for entry with largest time <= sec.
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | 219 case MCExpr::Binary: { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
layer1.py | 392 values must not be null; string and binary type attributes must 641 For type Binary, DynamoDB treats each byte of the binary data as 642 unsigned when it compares binary values, for example when [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 38 | Ast.Binary (op, lhs, rhs) -> 71 (* If it wasn't a builtin binary operator, it must be a user defined 73 let callee = "binary" ^ (String.make 1 op) in 77 | None -> raise (Error "binary operator not found!")
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCCodeEmitter.cpp | 258 /// of a binary expression. 267 if (Expr->getKind() == MCExpr::Binary) { 333 } else if (Expr->getKind() == MCExpr::Binary) { [all...] |