HomeSort by relevance Sort by last modified time
    Searched defs:IntValue (Results 1 - 24 of 24) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 91 class IntValue(SimpleValue):
95 class Long(IntValue):
127 class Short(IntValue):
133 class UShort(IntValue):
139 class UInt24(IntValue):
286 class ValueFormat(IntValue):
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
EquivalenceTest.java 85 private static class IntValue {
88 IntValue(int value) {
99 .addEquivalenceGroup(new IntValue(1), new IntValue(1))
100 .addEquivalenceGroup(new IntValue(2))
  /external/guava/guava-tests/test/com/google/common/base/
EquivalenceTest.java 95 private static class IntValue {
98 IntValue(int value) {
109 .addEquivalenceGroup(new IntValue(1), new IntValue(1))
110 .addEquivalenceGroup(new IntValue(2))
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 124 int64_t IntValue;
125 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
126 EmitULEB128IntValue(IntValue);
134 int64_t IntValue;
135 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
136 EmitSLEB128IntValue(IntValue);
MCAsmStreamer.cpp 615 int64_t IntValue;
616 if (!Value->EvaluateAsAbsolute(IntValue))
619 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
620 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
622 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
623 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
634 int64_t IntValue;
635 if (Value->EvaluateAsAbsolute(IntValue)) {
636 EmitULEB128IntValue(IntValue);
645 int64_t IntValue;
    [all...]
ELFObjectWriter.cpp 182 int64_t IntValue;
183 if (Value->EvaluateAsAbsolute(IntValue, Layout))
184 return (uint64_t)IntValue;
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 797 int64_t IntValue;
798 if (!Value->evaluateAsAbsolute(IntValue))
815 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8);
837 int64_t IntValue;
838 if (Value->evaluateAsAbsolute(IntValue)) {
839 EmitULEB128IntValue(IntValue);
848 int64_t IntValue;
849 if (Value->evaluateAsAbsolute(IntValue)) {
850 EmitSLEB128IntValue(IntValue);
    [all...]
MCObjectStreamer.cpp 174 int64_t IntValue;
175 if (Value->evaluateAsAbsolute(IntValue, getAssembler())) {
176 EmitULEB128IntValue(IntValue);
183 int64_t IntValue;
184 if (Value->evaluateAsAbsolute(IntValue, getAssembler())) {
185 EmitSLEB128IntValue(IntValue);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 371 int64_t IntValue;
372 if (!Value->EvaluateAsAbsolute(IntValue))
375 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
376 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
378 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
379 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
  /external/tinyxml/
tinyxml.cpp 1266 int TiXmlAttribute::IntValue() const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 113 unsigned IntValue;
201 Streamer.EmitULEB128IntValue(item.IntValue, 0);
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 473 class IntValue {
476 // IntValue.
477 explicit IntValue(int a_value) : value_(a_value) {}
485 bool IsPositiveIntValue(const IntValue& foo) {
497 Matcher<IntValue> m3 = Truly(IsPositiveIntValue);
500 // to IntValue objects, and then tested by the IsPositiveIntValue()
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/tinyxml2/
tinyxml2.h 781 int IntValue() const { int i=0; QueryIntValue( &i ); return i; }
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 537 class IntValue {
540 // IntValue.
541 explicit IntValue(int a_value) : value_(a_value) {}
549 bool IsPositiveIntValue(const IntValue& foo) {
561 Matcher<IntValue> m3 = Truly(IsPositiveIntValue);
564 // to IntValue objects, and then tested by the IsPositiveIntValue()
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 537 class IntValue {
540 // IntValue.
541 explicit IntValue(int a_value) : value_(a_value) {}
549 bool IsPositiveIntValue(const IntValue& foo) {
561 Matcher<IntValue> m3 = Truly(IsPositiveIntValue);
564 // to IntValue objects, and then tested by the IsPositiveIntValue()
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 660 llvm::APInt IntValue = IntLiteral->getValue();
661 if ((IntValue == 1) || (IntValue == 0))
665 !IntValue.isNegative();
722 llvm::APInt IntValue = IntLiteral->getValue();
723 if ((IntValue == 1) || (IntValue == 0)) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 2754 milliseconds