Searched refs:add (Results 26 - 50 of 77) sorted by relevance

1234

/system/netd/server/binder/android/net/
H A DINetd.aidl72 * @param add {@code true} if the specified UID ranges should be denied access to any network
82 void networkRejectNonSecureVpn(boolean add, in UidRange[] uidRanges);
163 * @param addrString the IP address to add/remove as a string literal
190 // TODO: add corresponding getProcSysNet().
/system/core/include/utils/
H A DKeyedVector.h82 * add/insert/replace items
85 ssize_t add(const KEY& key, const VALUE& item);
176 ssize_t KeyedVector<KEY,VALUE>::add(const KEY& key, const VALUE& value) {
177 return mVector.add( key_value_pair_t<KEY,VALUE>(key, value) );
184 return mVector.add(pair);
H A DVector.h136 * add/insert/replace items
150 inline ssize_t add();
152 ssize_t add(const TYPE& item);
182 * these inlines add some level of compatibility with STL. eventually
337 ssize_t Vector<TYPE>::add(const TYPE& item) { function in class:android::Vector
338 return VectorImpl::add(&item);
362 ssize_t Vector<TYPE>::add() { function in class:android::Vector
363 return VectorImpl::add();
H A DSortedVector.h106 //! add an item in the right place (and replace the one that is there)
107 ssize_t add(const TYPE& item);
206 ssize_t SortedVector<TYPE>::add(const TYPE& item) { function in class:android::SortedVector
207 return SortedVectorImpl::add(&item);
/system/core/libpixelflinger/arch-arm64/
H A Dcol32cb16blend.S53 add w5, w5, w5, lsr #7 // add in top bit
/system/core/libpixelflinger/
H A Dcol32cb16blend.S44 add r5, r5, r5, lsr #7 // add in top bit
/system/core/libutils/
H A Dmisc.cpp67 gSyspropList->add(info);
H A DPropertyMap.cpp51 mProperties.add(key, value);
114 mProperties.add(map->mProperties.keyAt(i), map->mProperties.valueAt(i));
H A DVectorImpl.cpp244 ssize_t VectorImpl::add() function in class:android::VectorImpl
246 return add(0);
249 ssize_t VectorImpl::add(const void* item) function in class:android::VectorImpl
622 ssize_t SortedVectorImpl::add(const void* item)
642 ssize_t err = add( reinterpret_cast<const char*>(buffer) + i*is );
/system/netd/server/
H A DNetworkController.cpp71 Permission permission, bool add) WARN_UNUSED_RESULT;
80 bool add) WARN_UNUSED_RESULT;
94 Permission permission, bool add) {
95 if (add) {
99 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(),
126 Permission permission, bool add) {
129 if (int ret = modifyFallthrough(entry.first, physicalInterface, permission, add)) {
471 ALOGE("cannot add users to non-virtual network with netId %u", netId);
615 const char* nexthop, bool add, bool legacy, uid_t uid) {
643 return add
92 modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface, Permission permission, bool add) argument
125 modifyFallthrough(const std::string& physicalInterface, Permission permission, bool add) argument
614 modifyRoute(unsigned netId, const char* interface, const char* destination, const char* nexthop, bool add, bool legacy, uid_t uid) argument
647 modifyFallthroughLocked(unsigned vpnNetId, bool add) argument
[all...]
H A DUidRanges.cpp87 void UidRanges::add(const UidRanges& other) { function in class:UidRanges
/system/core/libcutils/arch-x86/
H A Dandroid_memset16.S101 add $(TABLE - .), %ebx; \
104 add (%ebx,%ecx,4), %ebx; \
307 add $1, %edx
323 add $16, %edx
325 add %eax, %ecx
334 add %ecx, %edx
346 add $_GLOBAL_OFFSET_TABLE_, %ebx
365 add $_GLOBAL_OFFSET_TABLE_, %ebx
404 add %ecx, %edx
421 add
[all...]
/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp579 integer_t add(a.reg, a.h, a.flags);
594 add.reg = d.reg;
596 add.reg = scratches.obtain();
599 expand(add, a, ms); // extracts and expands
604 if (vs<16 && fs<16) SMLABB(AL, d.reg, v.reg, f.reg, add.reg);
605 else MLA(AL, 0, d.reg, v.reg, f.reg, add.reg);
608 if (temp == add.reg) {
609 // the mul will modify add.reg, we need an intermediary reg
619 ADD(AL, 0, d.reg, temp, reg_imm(add.reg, LSL, ms-as));
622 ADD(AL, 0, d.reg, temp, reg_imm(add
[all...]
H A DARMAssembler.cpp110 mComments.add(mPC, string);
115 mLabels.add(theLabel, mPC);
116 mLabelsInverseMapping.add(mPC, theLabel);
121 mBranchTargets.add(branch_target_t(label, mPC));
127 mBranchTargets.add(branch_target_t(label, mPC));
H A DCodeCache.cpp199 ssize_t err = mCacheData.add(key_t(keyBase), cache_entry_t(assembly, mWhen));
/system/core/logd/
H A DLogStatistics.cpp64 void LogStatistics::add(LogBufferElement *element) { function in class:LogStatistics
77 uidTable[log_id].add(element->getUid(), element);
79 pidSystemTable[log_id].add(element->getPid(), element);
86 pidTable.add(element->getPid(), element);
87 tidTable.add(element->getTid(), element);
92 securityTagTable.add(tag, element);
94 tagTable.add(tag, element);
569 return pidTable.add(pid)->second.getUid();
576 const char *name = writablePidTable.add(pid)->second.getName();
/system/core/libcutils/arch-x86_64/
H A Dandroid_memset32.S141 add $1, %rdi
145 add $1, %rdi
149 add $1, %rdi
163 add $16, %rdi
165 add %rsi, %rdx
173 add %rdx, %rdi
236 add %rdx, %rdi
256 add %rdx, %rdi
/system/core/libcutils/arch-arm/
H A Dmemset32.S85 add r2, r2, #32
/system/bt/btif/src/
H A Dbtif_storage.c80 /* This is a local property to add a device found */
166 static bt_status_t btif_in_fetch_bonded_ble_device(const char *remote_bd_addr,int add,
436 static bt_status_t btif_in_fetch_bonded_devices(btif_bonded_devices_t *p_bonded_devices, int add) argument
456 if (add) {
484 if (!btif_in_fetch_bonded_ble_device(name, add, p_bonded_devices) &&
1187 static bt_status_t btif_in_fetch_bonded_ble_device(const char *remote_bd_addr, int add, btif_bonded_devices_t *p_bonded_devices) argument
1213 bd_addr, addr_type, add, &device_added, &key_found);
1216 bd_addr, addr_type, add, &device_added, &key_found);
1219 bd_addr, addr_type, add, &device_added, &key_found);
1222 bd_addr, addr_type, add,
[all...]
/system/core/debuggerd/arm64/
H A Dcrashglue.S77 add sp, x0, xzr
/system/core/healthd/
H A DBatteryPropertiesRegistrar.cpp57 mListeners.add(listener);
/system/sepolicy/
H A Dpriv_app.te120 neverallow priv_app service_manager_type:service_manager add;
H A Duntrusted_app.te14 ### a system app into a specific domain, add a signer entry for it to
130 neverallow untrusted_app service_manager_type:service_manager add;
/system/vold/bench/
H A Dbenchgen.py182 active.add(handle)
185 defined.add(handle)
/system/connectivity/shill/mobile_operator_db/
H A Dserviceproviders_converter.py35 # as needed. If you don't like this, add a phase to explicitly cast these
308 self._gsm_nodes_no_mccmnc.add(gsm_node)
345 self._primary_gsm_nodes.add(nodes[0])
362 self._primary_gsm_nodes.add(node)
364 mvnos.add(node)
378 # Only add to the MVNO count the *new* MVNOs added.

Completed in 1369 milliseconds

1234