HomeSort by relevance Sort by last modified time
    Searched full:str_id (Results 1 - 9 of 9) sorted by null

  /cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp 25 static const android::String8 STR_ID("id");
30 const android::String8* list[] = {&STR_ID, NULL};
42 if (!findStringAttribute(STR_ID, id)) {
43 LOGE("TaskDownload::run %s string not found", STR_ID.string());
TaskSound.cpp 25 static const android::String8 STR_ID("id");
32 const android::String8* list[] = {&STR_ID, &STR_TYPE, NULL};
55 if (!findStringAttribute(STR_ID, id)) {
56 LOGE("TaskSound::run %s string not found", STR_ID.string());
  /device/asus/fugu/kernel-headers/linux/sound/
intel_sst_ioctl.h 25 __u8 str_id; member in struct:snd_ppp_params
39 __u8 str_id; member in struct:snd_sst_tuning_params
  /device/asus/fugu/original-kernel-headers/linux/sound/
intel_sst_ioctl.h 38 __u8 str_id; /*Only 5 bits used 0 - 31 are valid*/ member in struct:snd_ppp_params
51 __u8 str_id; member in struct:snd_sst_tuning_params
  /art/runtime/
type_lookup_table.cc 86 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); local
87 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
89 entry.str_offset = str_id.string_data_off_;
100 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); local
101 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
103 entry.str_offset = str_id.string_data_off_;
dex_file_test.cc 287 const DexFile::StringId* str_id = raw->FindStringId(str); local
288 const char* dex_str = raw->GetStringData(*str_id);
dex_file.cc 625 const DexFile::StringId& str_id = GetStringId(mid); local
626 const char* str = GetStringData(str_id);
633 return &str_id;
645 const DexFile::StringId& str_id = GetStringId(type_id.descriptor_idx_); local
646 const char* str = GetStringData(str_id);
664 const DexFile::StringId& str_id = GetStringId(mid); local
665 const char* str = GetStringData(str_id);
672 return &str_id;
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
constants.h 60 extern const char STR_ID[];
constants.cc 65 const char STR_ID[] = "id";

Completed in 1361 milliseconds