Searched refs:Add (Results 1 - 25 of 39) sorted by relevance

12

/system/extras/memory_replay/tests/
H A DPointersTest.cpp24 pointers.Add(0x1234, reinterpret_cast<void*>(0xabcd));
32 pointers.Add(0x1234, reinterpret_cast<void*>(0xabcd));
35 pointers.Add(0x1234, reinterpret_cast<void*>(0x5555));
46 pointers.Add(0x1234, reinterpret_cast<void*>(0xabcd));
47 pointers.Add(0x11234, reinterpret_cast<void*>(0xabcf));
57 pointers.Add(0x1234, reinterpret_cast<void*>(0xabcd));
58 pointers.Add(0x1235, reinterpret_cast<void*>(0xabcf));
59 pointers.Add(0x1236, reinterpret_cast<void*>(0xabc1));
60 pointers.Add(0x1237, reinterpret_cast<void*>(0xabc2));
65 pointers.Add(
[all...]
H A DActionTest.cpp55 pointers.Add(0x1234, malloc(10));
105 pointers.Add(0xabcd, malloc(10));
/system/tools/aidl/
H A Dtype_java.cpp65 addTo->Add(new LiteralExpression("/* WriteToParcel error " + m_javaType +
73 addTo->Add(new LiteralExpression("/* CreateFromParcel error " +
81 addTo->Add(new LiteralExpression("/* ReadFromParcel error " +
113 addTo->Add(new MethodCall(parcel, m_marshallParcel, 1, v));
118 addTo->Add(new Assignment(v, new MethodCall(parcel, m_unmarshallParcel)));
134 addTo->Add(new MethodCall(parcel, m_writeArrayParcel, 1, v));
139 addTo->Add(new Assignment(v, new MethodCall(parcel, m_createArrayParcel)));
144 addTo->Add(new MethodCall(parcel, m_readArrayParcel, 1, v));
157 addTo->Add(new MethodCall(parcel, "writeRawFileDescriptor", 1, v));
162 addTo->Add(ne
[all...]
H A Dgenerate_java_binder.cpp108 ctor->statements->Add(attach);
120 asBinder->statements->Add(new ReturnStatement(THIS_VALUE));
149 default_case->statements->Add(new ReturnStatement(superCall));
152 transact_statements->Add(this->transact_switch);
179 transact_statements->Add(
204 ifstatement->statements->Add(new ReturnStatement(NULL_VALUE));
205 m->statements->Add(ifstatement);
214 m->statements->Add(iinVd);
229 instOfStatement->statements->Add(
231 m->statements->Add(instOfStatemen
[all...]
H A Dtype_cpp.cpp416 Add(new ByteType());
417 Add(new PrimitiveType(
421 Add(new PrimitiveType(
425 Add(new PrimitiveType(
429 Add(new PrimitiveType(
433 Add(new PrimitiveType(
438 Add(new PrimitiveType(
458 Add(string_type_);
476 Add(new Type(
491 Add(ibinder_type
[all...]
/system/core/init/
H A Dtest_function_map.h33 void Add(const std::string& name, const BuiltinFunctionNoArgs function) { function in class:android::init::TestFunctionMap
34 Add(name, 0, 0, false, [function](const BuiltinArguments&) {
40 void Add(const std::string& name, std::size_t min_parameters, std::size_t max_parameters, function in class:android::init::TestFunctionMap
H A Dsubcontext_test.cpp177 test_function_map.Add("return_pids_as_error", 0, 0, true,
183 test_function_map.Add("setprop", 2, 2, true, [](const BuiltinArguments& args) {
191 test_function_map.Add("add_word", 1, 1, true, [words](const BuiltinArguments& args) {
195 test_function_map.Add("return_words_as_error", 0, 0, true,
201 test_function_map.Add("cause_log_fatal", 0, 0, true,
205 test_function_map.Add(
210 test_function_map.Add(
H A Dinit_test.cpp78 test_function_map.Add("pass_test", [&expect_true]() { expect_true = true; });
105 test_function_map.Add("execute_first", [&num_executed]() { EXPECT_EQ(0, num_executed++); });
106 test_function_map.Add("execute_second", [&num_executed]() { EXPECT_EQ(1, num_executed++); });
107 test_function_map.Add("execute_third", [&num_executed]() { EXPECT_EQ(2, num_executed++); });
188 test_function_map.Add("execute", 1, 1, false, execute_command);
H A Dsubcontext_benchmark.cpp55 test_function_map.Add("return_success", 0, 0, true,
/system/extras/memory_replay/
H A DPointers.h33 void Add(uintptr_t key_pointer, void* pointer);
H A DAction.cpp71 pointers->Add(key_pointer_, memory);
91 pointers->Add(key_pointer_, memory);
121 pointers->Add(key_pointer_, memory);
144 pointers->Add(key_pointer_, memory);
H A DPointers.cpp52 void Pointers::Add(uintptr_t key_pointer, void* pointer) { function in class:Pointers
/system/keymaster/include/keymaster/
H A Doperation_table.h36 keymaster_error_t Add(OperationPtr&& operation);
/system/update_engine/payload_generator/
H A Dextent_utils_unittest.cc68 *extents.Add() = ExtentForRange(0, 1);
70 *extents.Add() = ExtentForRange(23, 55);
72 *extents.Add() = ExtentForRange(1, 2);
H A Dextent_utils.cc75 Extent* new_extent = out->Add();
/system/keymaster/android_keymaster/
H A Doperation_table.cpp25 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { function in class:keymaster::OperationTable
/system/core/libunwindstack/include/unwindstack/
H A DMaps.h45 void Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, const std::string& name,
/system/iot/attestation/at-factory-tool/
H A Datft.py621 # Add Menu items to Menubar
730 self.vbox.Add(self.st, 0, wx.ALL | wx.EXPAND, 5)
740 self.product_name_sizer.Add(self.product_name_title)
741 self.product_name_sizer.Add(self.product_name_display, 0, wx.LEFT, 2)
742 self.vbox.Add(self.product_name_sizer, 0, wx.ALL, 5)
751 self.keys_left_sizer.Add(self.keys_left_title)
752 self.keys_left_sizer.Add(self.keys_left_display, 0, wx.LEFT, 2)
753 self.vbox.Add(self.keys_left_sizer, 0, wx.ALL, 5)
759 self.atfa_dev_title_sizer.Add(self.atfa_dev_title, 0, wx.ALL, 5)
760 self.vbox.Add(sel
[all...]
/system/core/libbacktrace/
H A DUnwindStackMap.cpp141 maps->Add(map.start, map.end, map.offset, map.flags, map.name, map.load_bias);
/system/update_engine/payload_consumer/
H A Dfile_descriptor_utils_unittest.cc45 *result.Add() = ExtentForRange(item.first, item.second);
/system/extras/power_profile/camera_avg/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/system/extras/power_profile/camera_flashlight/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/system/extras/power_profile/gps_on/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.

Completed in 417 milliseconds

12