Home
last modified time | relevance | path

Searched defs:Push (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/bt/gd/common/
H A Dcircular_buffer.h88 void bluetooth::common::CircularBuffer<T>::Push(const T item) { in Push() function
116 void bluetooth::common::TimestampedCircularBuffer<T>::Push(const T item) { in Push() function
/aosp12/packages/modules/adb/
H A Dadb_utils.h73 void Push(const T& t) { in Push() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dstringbuffer.h60 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function
H A Dmemorybuffer.h47 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dstringbuffertest.cpp46 TEST(StringBuffer, Push) { in TEST() argument
/aosp12/system/tools/aidl/
H A Dparser.cpp101 void Push(const AidlConstantReference* ref) { in Push() function in ConstantReferenceResolver
/aosp12/packages/modules/DnsResolver/
H A DDnsQueryLogTest.cpp68 TEST_F(DnsQueryLogTest, Push) { in TEST_F() argument
/aosp12/build/make/tools/releasetools/
H A Dcheck_target_files_signatures89 def Push(msg): function
H A Dcheck_target_files_signatures.py89 def Push(msg): function
/aosp12/system/bt/stack/btm/
H A Dbtm_int_types.h46 void Push(std::string s) { in Push() function
52 void Push(Args... args) { in Push() function
/aosp12/art/compiler/utils/arm/
H A Dassembler_arm_vixl.cc265 ___ Push(tmp_reg); in StoreToOffset() local
H A Djni_macro_assembler_arm_vixl.cc108 ___ Push(RegisterList(core_spill_mask)); in BuildFrame() local
112 ___ Push(RegisterList(core_spill_mask)); in BuildFrame() local
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc2117 __ Push(vixl32::Register(kMethodRegister)); in MaybeIncrementHotness() local
2143 __ Push(r4); // Will be used as temporary. For frame entry, r4 is always available. in MaybeIncrementHotness() local
2165 __ Push(RegisterList(core_spill_mask)); in MaybeIncrementHotness() local
2238 __ Push(RegisterList(core_spill_mask_ | extra_regs)); in GenerateFrameEntry() local
2251 __ Push(RegisterList(core_spill_mask_)); in GenerateFrameEntry() local
2276 __ Push(RegisterList(MaxInt<uint32_t>(fp_spills_offset / kArmWordSize))); in GenerateFrameEntry() local
7369 __ Push(vixl32::Register(reg)); in SpillScratch() local
/aosp12/system/bt/main/shim/
H A Dacl.cc192 void Push(T element) { in Push() function in __anonfd94cd1c0110::FixedQueue