Searched refs:push_back (Results 201 - 225 of 340) sorted by relevance

1234567891011>>

/system/keymaster/
H A Dauthorization_set.cpp186 push_back(set);
269 bool AuthorizationSet::push_back(const keymaster_key_param_set_t& set) { function in class:keymaster::AuthorizationSet
280 if (!push_back(set.params[i]))
286 bool AuthorizationSet::push_back(keymaster_key_param_t elem) { function in class:keymaster::AuthorizationSet
/system/tools/aidl/tests/
H A Dend_to_end_tests.cpp78 options.import_paths_.push_back("");
/system/tools/hidl/
H A DHash.cpp150 file->hashes[fqName].push_back(hash);
H A DScope.cpp47 mTypes.push_back(type);
H A Dmain.cpp378 todo.push_back(iface);
1311 packageRootPaths.push_back(path);
1312 packageRoots.push_back(package);
1351 packageRoots.push_back("android.hardware");
1364 packageRootPaths.push_back(path);
/system/tools/hidl/test/
H A Dhidl_test_servers.cpp78 gPidList.push_back({serviceName, pid});
/system/tpm/tpm_manager/server/
H A Dmock_tpm_nvram.cc137 index_list->push_back(iter.first);
/system/update_engine/common/
H A Dfake_prefs.cc152 observers_[key].push_back(observer);
/system/update_engine/update_manager/
H A Dvariable.h98 observer_list_.push_back(observer);
/system/chre/host/hal_generic/
H A Dgeneric_context_hub.cc105 hubs.push_back(mHubInfo);
336 appInfoList.push_back(appInfo);
/system/chre/util/include/chre/util/
H A Ddynamic_vector_impl.h85 bool DynamicVector<ElementType>::push_back(const ElementType& element) { function in class:chre::DynamicVector
95 bool DynamicVector<ElementType>::push_back(ElementType&& element) { function in class:chre::DynamicVector
/system/core/adb/
H A Dfdevent.cpp238 pollfds.push_back(pair.second.pollfd);
276 g_pending_list.push_back(fde);
H A Dshell_service.cpp267 joined_env.push_back(android::base::StringPrintf("%s=%s", key, value));
272 cenv.push_back(str.c_str());
274 cenv.push_back(nullptr);
/system/core/libmemunreachable/
H A DThreadCapture.cpp140 tids.push_back(tid);
335 threads.push_back(t);
/system/core/libmemunreachable/tests/
H A DThreadCapture_test.cpp61 tids_.push_back(gettid());
148 expected_tids.push_back(getpid());
/system/core/storaged/
H A Dstoraged_uid_monitor.cpp138 new_records.entries.push_back(record);
190 filtered.entries.push_back(rec);
/system/extras/memtrack/
H A Dmemtrack.cpp154 cur_[cmd_name_].pids.push_back(pid);
237 list_.push_back(&it->second);
/system/security/keystore/
H A Dauth_token_table.cpp85 entries_.push_back(std::move(new_entry));
175 sids->push_back(authorizationValue(TAG_USER_SECURE_ID, param).value());
/system/core/init/
H A Dservice.cpp135 strs->push_back(const_cast<char*>(args[0].c_str()));
140 strs->push_back(const_cast<char*>(expanded_args[i].c_str()));
142 strs->push_back(nullptr);
688 default_cpuset.push_back('/');
690 writepid_files_.push_back(
956 supp_gids.push_back(decode_uid(args[4 + i].c_str()));
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc262 old_unvisited.push_back(ExtentForRange(0, old_part.size / kBlockSize));
327 old_blocks_map[old_block_ids[block]].push_back(block);
711 cmd.push_back(diff_path);
712 cmd.push_back(old_file);
713 cmd.push_back(new_file);
714 cmd.push_back(patch_file_path);
/system/core/libbacktrace/
H A Dbacktrace_test.cpp431 threads->push_back(tid);
892 test_maps.push_back(map);
1112 expected_functions.push_back("test_recursive_call");
1113 expected_functions.push_back("test_level_one");
1114 expected_functions.push_back("test_level_two");
1115 expected_functions.push_back("test_level_three");
1116 expected_functions.push_back("test_level_four");
1188 found_functions.push_back(func_name);
1264 found_functions.push_back(func_name);
1712 names.push_back(frame_ite
[all...]
H A Dbacktrace_offline_test.cpp177 testdata.push_back('\n');
184 testdata.push_back('\n');
321 pc_values.push_back(backtrace->GetFrame(i)->pc);
/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp415 fstab_entry.push_back(value);
416 fstab_entry.push_back(android::base::StringPrintf("/%s", dp->d_name));
424 fstab_entry.push_back(value);
432 fstab_entry.push_back(value);
440 fstab_entry.push_back(value);
/system/bt/service/
H A Dgatt_server_old.cc137 pending_svc_decl.push_back(
181 ctrl.next_blob.push_back(0);
506 pending_svc_decl.push_back({.type = BTGATT_DB_CHARACTERISTIC,
/system/core/libsync/tests/
H A Dsync_test.cpp182 fenceInfo.push_back(SyncPointInfo{
523 threads.push_back(thread{threadMain, i});
531 fences.push_back(SyncFence(timeline, i));

Completed in 575 milliseconds

1234567891011>>