Home
last modified time | relevance | path

Searched refs:GetInt (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dsnapshot-external.cc119 snapshot_impl_->new_space_used = source.GetInt(); in SetSnapshotFromFile()
120 snapshot_impl_->pointer_space_used = source.GetInt(); in SetSnapshotFromFile()
121 snapshot_impl_->data_space_used = source.GetInt(); in SetSnapshotFromFile()
122 snapshot_impl_->code_space_used = source.GetInt(); in SetSnapshotFromFile()
123 snapshot_impl_->map_space_used = source.GetInt(); in SetSnapshotFromFile()
124 snapshot_impl_->cell_space_used = source.GetInt(); in SetSnapshotFromFile()
125 snapshot_impl_->property_cell_space_used = source.GetInt(); in SetSnapshotFromFile()
129 snapshot_impl_->context_new_space_used = source.GetInt(); in SetSnapshotFromFile()
130 snapshot_impl_->context_pointer_space_used = source.GetInt(); in SetSnapshotFromFile()
131 snapshot_impl_->context_data_space_used = source.GetInt(); in SetSnapshotFromFile()
[all …]
Dnatives-external.cc64 int debugger_count = source->GetInt(); in MakeFromScriptsSource()
67 int library_count = source->GetInt(); in MakeFromScriptsSource()
Dserialize.cc780 int size = source_->GetInt() << kObjectAlignmentBits; in ReadObject()
845 int root_id = source_->GetInt(); \ in ReadChunk()
849 int cache_index = source_->GetInt(); \ in ReadChunk()
853 int skip = source_->GetInt(); \ in ReadChunk()
856 int reference_id = source_->GetInt(); \ in ReadChunk()
867 int builtin_id = source_->GetInt(); \ in ReadChunk()
875 int index = source_->GetInt(); \ in ReadChunk()
880 int skip = source_->GetInt(); \ in ReadChunk()
1000 int size = source_->GetInt(); in ReadChunk()
1018 int skip = source_->GetInt(); in ReadChunk()
[all …]
Dsnapshot-source-sink.cc77 int size = GetInt(); in GetBlob()
Dsnapshot-source-sink.h38 inline int GetInt() { in GetInt() function
Dserialize.h302 int offset = source_->GetInt(); in GetAddressFromEnd()
/external/skia/src/images/
Dbmpdecoderhelper.cpp33 GetInt(); // Size. in DecodeImage()
34 GetInt(); // Reserved. in DecodeImage()
35 int offset = GetInt(); in DecodeImage()
37 int infoSize = GetInt(); in DecodeImage()
48 width_ = GetInt(); in DecodeImage()
49 height_ = GetInt(); in DecodeImage()
52 comp = GetInt(); in DecodeImage()
53 GetInt(); // Size. in DecodeImage()
54 GetInt(); // XPPM. in DecodeImage()
55 GetInt(); // YPPM. in DecodeImage()
[all …]
Dbmpdecoderhelper.h86 int GetInt();
/external/gptfdisk/
Dgptcl.cc162 partNum = (int) GetInt(attributeOperation, 1) - 1; in DoOptions()
197 partNum = (int) GetInt(partName, 1) - 1; in DoOptions()
285 newPartNum = (int) GetInt(newPartInfo, 1) - 1; in DoOptions()
331 p1 = GetInt(twoParts, 1) - 1; in DoOptions()
332 p2 = GetInt(twoParts, 2) - 1; in DoOptions()
359 partNum = (int) GetInt(typeCode, 1) - 1; in DoOptions()
383 partNum = (int) GetInt(partGUID, 1) - 1; in DoOptions()
486 origPartNum = GetInt(argument, i + 1) - 1; in BuildMBR()
528 uint64_t GetInt(const string & argument, int itemNum) { in GetInt() function
Dgptcl.h50 uint64_t GetInt(const string & argument, int itemNum);
/external/clang/lib/AST/
DASTDiagnostic.cpp1006 HasFromInt = GetInt(Context, FromIter, FromExpr, FromInt, in DiffNonTypes()
1009 HasToInt = GetInt(Context, ToIter, ToExpr, ToInt, in DiffNonTypes()
1031 HasFromInt = GetInt(Context, FromIter, FromExpr, FromInt, in DiffNonTypes()
1034 HasToInt = GetInt(Context, ToIter, ToExpr, ToInt, in DiffNonTypes()
1220 static bool GetInt(ASTContext &Context, const TSTiterator &Iter, in GetInt() function in __anon4993a2000111::TemplateDiff
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py456 self.SetGraphType(event.GetInt())
/external/icu/icu4c/source/i18n/
DdecNumber.c7595 #error GetInt may need updating [for Emax]
7598 #error GetInt may need updating [for Emin]