HomeSort by relevance Sort by last modified time
    Searched defs:Binary (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCExpr.h 39 Binary, ///< Binary expressions.
398 /// \brief Binary assembler expressions.
433 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {}
542 /// \brief Get the kind of this binary expression.
545 /// \brief Get the left-hand side expression of the binary operator.
548 /// \brief Get the right-hand side expression of the binary operator.
554 return E->getKind() == MCExpr::Binary;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 136 class Binary:
140 return 'msilib.Binary(os.path.join(dirname,"%s"))' % self.name
230 bytes = bytes.encode("latin-1") # binary data represented "as-is"
231 if table == "Binary":
234 rec.append(Binary(fname))
274 elif isinstance(field, Binary):
schema.py 89 Binary = Table('Binary')
90 Binary.add_field(1,'Name',11592)
91 Binary.add_field(2,'Data',2304)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
587 (u'_Validation',u'Category',u'Y',None, None, None, None, None, u'Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL',u'String category',),
643 (u'Binary',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Unique key identifying the binary data.',),
644 (u'Binary',u'Data',u'N',None, None, None, None, u'Binary',None, u'The unformatted binary data.',),
    [all...]
  /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...]
gmock-generated-actions_test.cc 4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
95 const char* Binary(const char* input, short n) { return input + n; } // NOLINT
250 EXPECT_STREQ("i", a.Perform(make_tuple(&Binary)));
258 EXPECT_STREQ("i", a.Perform(make_tuple(&Binary)));
294 WithArgs<0, 2>(Invoke(Binary));
399 WithArgs<1, 0>(Invoke(Binary));
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-actions_test.cc 4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
95 const char* Binary(const char* input, short n) { return input + n; } // NOLINT
249 EXPECT_STREQ("i", a.Perform(make_tuple(&Binary)));
257 EXPECT_STREQ("i", a.Perform(make_tuple(&Binary)));
293 WithArgs<0, 2>(Invoke(Binary));
400 WithArgs<1, 0>(Invoke(Binary));
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 583 uint32_t Binary = (Value - 4) >> 1;
584 return ((Binary & 0x20) << 4) | ((Binary & 0x1f) << 3);
    [all...]
ARMMCCodeEmitter.cpp 67 // binary encoding for an instruction.
72 /// getMachineOpValue - Return binary encoding of operand. If the machine
299 unsigned Binary = (ARM_AM::getSOImmValRot((unsigned)SoImmVal) >> 1)
303 Binary |= ARM_AM::getSOImmValImm((unsigned)SoImmVal);
304 return Binary;
519 /// getMachineOpValue - Return binary encoding of operand. If the machine
    [all...]
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 495 Expected<std::unique_ptr<Binary>> ChildOrErr = ArcC.getAsBinary();
518 // Attempt to open the binary.
519 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(File);
525 Binary &Binary = *BinaryOrErr.get().getBinary();
527 if (Archive *Arc = dyn_cast<Archive>(&Binary))
529 else if (ObjectFile *Obj = dyn_cast<ObjectFile>(&Binary))
  /external/python/cpython2/Lib/msilib/
schema.py 89 Binary = Table('Binary')
90 Binary.add_field(1,'Name',11592)
91 Binary.add_field(2,'Data',2304)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
587 (u'_Validation',u'Category',u'Y',None, None, None, None, None, u'Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL',u'String category',),
643 (u'Binary',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Unique key identifying the binary data.',),
644 (u'Binary',u'Data',u'N',None, None, None, None, u'Binary',None, u'The unformatted binary data.',)
    [all...]
  /external/python/cpython2/Tools/msi/
msilib.py 136 class Binary:
140 return 'msilib.Binary(os.path.join(dirname,"%s"))' % self.name
230 bytes = bytes.encode("latin-1") # binary data represented "as-is"
231 if table == "Binary":
234 rec.append(Binary(fname))
274 elif isinstance(field, Binary):
schema.py 89 Binary = Table('Binary')
90 Binary.add_field(1,'Name',11592)
91 Binary.add_field(2,'Data',2304)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
587 (u'_Validation',u'Category',u'Y',None, None, None, None, None, u'Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL',u'String category',),
643 (u'Binary',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Unique key identifying the binary data.',),
644 (u'Binary',u'Data',u'N',None, None, None, None, u'Binary',None, u'The unformatted binary data.',)
    [all...]
  /external/python/cpython3/Lib/msilib/
schema.py 89 Binary = Table('Binary')
90 Binary.add_field(1,'Name',11592)
91 Binary.add_field(2,'Data',2304)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
587 ('_Validation','Category','Y',None, None, None, None, None, 'Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL','String category',),
643 ('Binary','Name','N',None, None, None, None, 'Identifier',None, 'Unique key identifying the binary data.',),
644 ('Binary','Data','N',None, None, None, None, 'Binary',None, 'The unformatted binary data.',)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCExpr.h 35 Binary, ///< Binary expressions.
281 /// MCBinaryExpr - Binary assembler expressions.
314 : MCExpr(MCExpr::Binary), Op(_Op), LHS(_LHS), RHS(_RHS) {}
399 /// getOpcode - Get the kind of this binary expression.
402 /// getLHS - Get the left-hand side expression of the binary operator.
405 /// getRHS - Get the right-hand side expression of the binary operator.
411 return E->getKind() == MCExpr::Binary;
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass_test.cc 374 Node* Binary(ops::NodeOut a, ops::NodeOut b,
440 Binary(b, c, builder.opts().WithName("D"));
469 Node* d = Binary(b, c, b1.opts().WithName("c").WithControlInput(c).WithAttr(
471 Binary(a, d, b1.opts().WithName("E"));
500 Binary(a, call, b2.opts().WithName("E"));
524 Binary(b, c, b1.opts().WithName("D").WithControlInput(control).WithAttr(
526 Binary(a, d, b1.opts().WithName("E"));
565 Binary(a, call2, b2.opts().WithName("E"));
788 Node* d = Binary(b, c,
791 Node* e = Binary(c, d
    [all...]
  /external/v8/testing/gmock/test/
gmock-generated-actions_test.cc 4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
95 const char* Binary(const char* input, short n) { return input + n; } // NOLINT
250 EXPECT_STREQ("i", a.Perform(make_tuple(&Binary)));
258 EXPECT_STREQ("i", a.Perform(make_tuple(&Binary)));
294 WithArgs<0, 2>(Invoke(Binary));
399 WithArgs<1, 0>(Invoke(Binary));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py 16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
40 # 2002-04-16 fl Added __str__ methods to datetime/binary wrappers
115 Binary binary data wrapper
471 # Wrapper for binary data. This can be used to transport any kind
472 # of binary data over XML-RPC, using BASE64 encoding.
482 class Binary:
483 """Wrapper for binary data."""
497 if isinstance(other, Binary):
510 # decode xml element contents into a Binary structure
    [all...]
  /external/python/cpython2/Lib/
xmlrpclib.py 16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
40 # 2002-04-16 fl Added __str__ methods to datetime/binary wrappers
116 Binary binary data wrapper
472 # Wrapper for binary data. This can be used to transport any kind
473 # of binary data over XML-RPC, using BASE64 encoding.
483 class Binary:
484 """Wrapper for binary data."""
498 if isinstance(other, Binary):
511 # decode xml element contents into a Binary structur
    [all...]
  /external/python/cpython3/Lib/xmlrpc/
client.py 16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
40 # 2002-04-16 fl Added __str__ methods to datetime/binary wrappers
110 Binary binary data wrapper
376 # Wrapper for binary data. This can be used to transport any kind
377 # of binary data over XML-RPC, using BASE64 encoding.
381 class Binary:
382 """Wrapper for binary data."""
403 if isinstance(other, Binary):
417 # decode xml element contents into a Binary structur
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 75 /// CodeEmitterGenerator using TableGen, produces the binary encoding for
89 void emitWordLE(unsigned Binary);
90 void emitDWordLE(uint64_t Binary);
148 /// getMachineOpValue - Return binary encoding of operand. If the machine
257 uint32_t Binary;
258 Binary = Imm12 & 0xfff;
260 Binary |= (1 << 12);
261 Binary |= (Reg << 13);
262 return Binary;
312 uint32_t Binary = Imm12 & 0xfff
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 66 // binary encoding for an instruction.
70 /// getMachineOpValue - Return binary encoding of operand. If the machine
244 unsigned Binary = (ARM_AM::getSOImmValRot((unsigned)SoImmVal) >> 1)
248 Binary |= ARM_AM::getSOImmValImm((unsigned)SoImmVal);
249 return Binary;
399 /// getMachineOpValue - Return binary encoding of operand. If the machine
736 uint32_t Binary = Imm12 & 0xfff;
739 Binary |= (1 << 12);
740 Binary |= (Reg << 13);
741 return Binary;
    [all...]
  /external/turbine/java/com/google/turbine/tree/
Tree.java 60 BINARY,
349 /** A JLS 15.17 - 14.24 binary expression. */
350 public static class Binary extends Expression {
355 public Binary(int position, Expression lhs, Expression rhs, TurbineOperatorKind op) {
364 return Kind.BINARY;
957 O visitBinary(Binary binary, I input);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
40 # 2002-04-16 fl Added __str__ methods to datetime/binary wrappers
115 Binary binary data wrapper
471 # Wrapper for binary data. This can be used to transport any kind
472 # of binary data over XML-RPC, using BASE64 encoding.
482 class Binary:
483 """Wrapper for binary data."""
497 if isinstance(other, Binary):
510 # decode xml element contents into a Binary structur
    [all...]

Completed in 1185 milliseconds

1 2 34 5