Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 14 of 14) sorted by relevance

/bionic/tests/
Dsystem_properties_test.cpp119 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6)); in TEST()
120 ASSERT_EQ(0, system_properties.Add("other_property", 14, "value2", 6)); in TEST()
121 ASSERT_EQ(0, system_properties.Add("property_other", 14, "value3", 6)); in TEST()
131 ASSERT_EQ(0, system_properties.Add(name, strlen(name), "value", 5)); in TEST()
160 ASSERT_EQ(0, system_properties.Add(name, strlen(name), "value1", 6)); in TEST()
161 ASSERT_EQ(0, system_properties.Add(override_name, strlen(override_name), "value2", 6)); in TEST()
162 ASSERT_EQ(0, system_properties.Add(override_with_no_real, strlen(override_with_no_real), in TEST()
207 ASSERT_EQ(0, system_properties.Add("property", 8, "oldvalue1", 9)); in TEST()
208 ASSERT_EQ(0, system_properties.Add("other_property", 14, "value2", 6)); in TEST()
209 ASSERT_EQ(0, system_properties.Add("property_other", 14, "value3", 6)); in TEST()
[all …]
/bionic/libc/bionic/
Dscandir.cpp51 bool Add(dirent* entry) { in Add() function in ScandirResult
117 names.Add(entry); in scandirat()
Dsystem_property_api.cpp99 return system_properties.Add(name, namelen, value, valuelen); in __system_property_add()
/bionic/linker/
Dlinker_cfi.h61 void Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check);
Dlinker_cfi.cpp101 void CFIShadowWriter::Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check) { in Add() function in CFIShadowWriter
189 Add(si->base, si->base + si->size, cfi_check); in AddLibrary()
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h67 int Add(const char* name, unsigned int namelen, const char* value, unsigned int valuelen);
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp566 PointerData::Add(pointer, size); in InternalMalloc()
755 PointerData::Add(pointer, bytes); in debug_memalign()
834 PointerData::Add(pointer, real_size); in debug_realloc()
852 PointerData::Add(pointer, real_size); in debug_realloc()
884 PointerData::Add(new_pointer, real_size); in debug_realloc()
962 PointerData::Add(pointer, size); in debug_calloc()
DPointerData.h143 static void Add(const void* pointer, size_t size);
DPointerData.cpp212 void PointerData::Add(const void* ptr, size_t pointer_size) { in Add() function in PointerData
DREADME.md261 Add an extra amount to allocate for every allocation.
/bionic/
DREADME.md184 1. Add an entry (or entries, in some cases) to SYSCALLS.TXT.
191 3. Add constants (and perhaps types) to the appropriate header file.
196 4. Add function declarations to the appropriate header file. Don't forget
211 5. Add basic documentation to the header file. Again, the existing
229 6. Add the function name to the correct section in libc/libc.map.txt; it'll
232 7. Add a basic test. Don't try to test everything; concentrate on just testing
237 Add a test in the right file in tests/. We have one file per header, so if
/bionic/benchmarks/
Dproperty_benchmark.cpp84 if (system_properties_.Add(names[i], name_lens[i], values[i], value_lens[i]) < 0) { in LocalPropertyTestState()
/bionic/libc/system_properties/
Dsystem_properties.cpp338 int SystemProperties::Add(const char* name, unsigned int namelen, const char* value, in Add() function in SystemProperties
/bionic/docs/
Delf-tls.md431 * Add the module-relative offset to the module pointer.
733 * Add a `PT_ANDROID_TLS_TPOFF` segment?
734 * Add a [`.note.gnu.property`](https://reviews.llvm.org/D53906#1283425) with a
747 Add an lld option: `--android-tls[-tcb=SIZE]`