/external/webkit/Source/WebCore/html/canvas/ |
DataView.h | 50 int32_t getInt32(unsigned byteOffset, ExceptionCode& ec) { return getInt32(byteOffset, false, ec); } 51 int32_t getInt32(unsigned byteOffset, bool littleEndian, ExceptionCode&);
|
DataView.idl | 49 [StrictTypeChecking, RequiresAllArguments=Raise] long getInt32(in unsigned long byteOffset, in [Optional] boolean littleEndian)
|
DataView.cpp | 170 int32_t DataView::getInt32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
MismatchedRangeException.cs | 78 this._a = info.GetInt32("A"); 79 this._b = info.GetInt32("B");
|
NoViableAltException.cs | 89 this._decisionNumber = info.GetInt32("DecisionNumber"); 90 this._stateNumber = info.GetInt32("StateNumber");
|
EarlyExitException.cs | 75 this._decisionNumber = info.GetInt32("DecisionNumber");
|
MismatchedTreeNodeException.cs | 75 this._expecting = info.GetInt32("Expecting");
|
RecognitionException.cs | 170 _index = info.GetInt32("Index"); 171 _c = info.GetInt32("C"); 172 _line = info.GetInt32("Line"); 173 _charPositionInLine = info.GetInt32("CharPositionInLine");
|
MismatchedTokenException.cs | 94 this._expecting = info.GetInt32("Expecting");
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
MismatchedRangeException.cs | 87 this._a = info.GetInt32("A"); 88 this._b = info.GetInt32("B");
|
NoViableAltException.cs | 99 this._decisionNumber = info.GetInt32("DecisionNumber"); 100 this._stateNumber = info.GetInt32("StateNumber");
|
EarlyExitException.cs | 84 this._decisionNumber = info.GetInt32("DecisionNumber");
|
MismatchedTreeNodeException.cs | 84 this._expecting = info.GetInt32("Expecting");
|
RecognitionException.cs | 192 _index = info.GetInt32("Index"); 193 _c = info.GetInt32("C"); 194 _line = info.GetInt32("Line"); 195 _charPositionInLine = info.GetInt32("CharPositionInLine");
|
MismatchedTokenException.cs | 101 this._expecting = info.GetInt32("Expecting");
|
/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/ |
ARMABCExpandVAArg.cpp | 63 builder.getInt32(ty_align-1)); 65 builder.getInt32(~(ty_align-1)));
|
/external/llvm/lib/IR/ |
IRBuilder.cpp | 67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) }; 87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; 111 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
|
AutoUpgrade.cpp | 278 Idxs.push_back(Builder.getInt32((Imm >> i) & 0x1)); 282 Idxs.push_back(Builder.getInt32(((Imm >> (l+i)) & 0x1) + l)); 285 Idxs.push_back(Builder.getInt32((Imm >> (2 * i)) & 0x3)); 289 Idxs.push_back(Builder.getInt32(((Imm >> (2 * i)) & 0x3) + l));
|
/external/protobuf/src/google/protobuf/ |
generated_message_reflection_unittest.cc | 342 reflection->GetInt32( 345 " Method : google::protobuf::Reflection::GetInt32\n" 352 reflection->GetInt32( 355 " Method : google::protobuf::Reflection::GetInt32\n" 360 reflection->GetInt32( 363 " Method : google::protobuf::Reflection::GetInt32\n"
|
test_util.cc | [all...] |
/external/llvm/examples/HowToUseJIT/ |
HowToUseJIT.cpp | 78 Value *One = builder.getInt32(1); 107 Value *Ten = builder.getInt32(10);
|
/external/llvm/unittests/IR/ |
IRBuilderTest.cpp | 53 Builder.getInt32(123)); 105 Builder.getInt32(0), 0, "LP");
|
/external/llvm/lib/Transforms/Utils/ |
ModuleUtils.cpp | 30 Ty, IRB.getInt32(Priority), F, NULL);
|
IntegerDivision.cpp | 34 ConstantInt *ThirtyOne = Builder.getInt32(31); 93 ConstantInt *ThirtyOne = Builder.getInt32(31); 134 ConstantInt *Zero = Builder.getInt32(0); 135 ConstantInt *One = Builder.getInt32(1); 136 ConstantInt *ThirtyOne = Builder.getInt32(31);
|
/frameworks/av/media/mtp/ |
MtpDataPacket.h | 50 inline int32_t getInt32() { return (int32_t)getUInt32(); }
|