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

  /system/connectivity/shill/
service_under_test.h 54 strings_ = strings;
56 const std::vector<std::string>& strings() const { return strings_; }
65 std::vector<std::string> strings_; member in class:shill::ServiceUnderTest
  /art/runtime/mirror/
dex_cache.h 81 return OFFSET_OF_OBJECT_MEMBER(DexCache, strings_);
225 uint64_t strings_; // GcRoot<String>*, array with num_strings_ elements. member in class:art::mirror::FINAL
229 uint32_t num_strings_; // Number of elements in the strings_ array.
  /external/google-breakpad/src/common/linux/
synth_elf.h 76 if (strings_.find(s) != strings_.end())
77 return strings_[s];
81 strings_[s] = string_label;
90 map<string,Label> strings_; member in class:google_breakpad::synth_elf::StringTable
  /external/google-breakpad/src/common/
stabs_reader.h 205 ByteBuffer strings_; member in class:google_breakpad::StabsReader
  /external/v8/src/ast/
ast-value-factory.h 232 ZoneList<const AstRawString*>* strings_; member in union:v8::internal::AstValue::__anon24133
355 List<AstString*> strings_; member in class:v8::internal::AstValueFactory
  /toolchain/binutils/binutils-2.25/gold/
stringpool.h 403 Stringdata_list strings_; member in class:gold::Stringpool_template
  /art/compiler/utils/
test_dex_file_builder.h 35 : strings_(), types_(), fields_(), protos_(), dex_file_data_() {
40 auto it = strings_.emplace(str, IdxAndDataOffset()).first;
103 for (auto& entry : strings_) {
109 header->string_ids_size_ = strings_.size();
110 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
112 uint32_t type_ids_offset = string_ids_offset + strings_.size() * sizeof(DexFile::StringId);
167 for (const auto& entry : strings_) {
238 auto it = strings_.find(type);
239 CHECK(it != strings_.end());
377 std::map<std::string, IdxAndDataOffset> strings_; member in class:art::TestDexFileBuilder
    [all...]
  /external/opencv3/modules/features2d/src/
brisk.cpp 66 return strings_;
132 int strings_; // number of uchars the descriptor consists of member in class:cv::BRISK_Impl
445 strings_ = (int) ceil((float(noShortPairs_)) / 128.0) * 4 * 4;
689 _descriptors.create((int)ksize, strings_, CV_8U);
796 ptr += strings_;
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.h 574 strings_(StringsMatch),
613 HashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
  /art/runtime/hprof/
hprof.cc 555 for (const std::pair<std::string, HprofStringId>& p : strings_) {
625 auto it = strings_.find(string);
626 if (it != strings_.end()) {
630 strings_.Put(string, id);
876 SafeMap<std::string, HprofStringId> strings_; member in class:art::hprof::Hprof
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 458 vector<string*> strings_; // All strings in the pool. member in class:google::protobuf::DescriptorPool::Tables
469 : strings_before_checkpoint(tables->strings_.size()),
593 STLDeleteElements(&strings_);
653 strings_.begin() + checkpoint.strings_before_checkpoint, strings_.end());
666 strings_.resize(checkpoint.strings_before_checkpoint);
848 strings_.push_back(result);
    [all...]
  /external/v8/src/
objects.cc 18089 Handle<FixedArray> strings_; member in class:v8::internal::StringsKey
    [all...]

Completed in 338 milliseconds