Searched refs:element (Results 26 - 34 of 34) sorted by relevance

12

/system/chre/util/include/chre/util/
H A Dfixed_size_vector_impl.h88 const ElementType& element) {
91 new (&data()[mSize++]) ElementType(element);
87 push_back( const ElementType& element) argument
/system/core/libunwindstack/tests/
H A DMapsTest.cpp36 MapInfo* element = maps.Get(0); local
37 ASSERT_TRUE(element != nullptr) << "Failed on: " + line;
38 info->start = element->start;
39 info->end = element->end;
40 info->offset = element->offset;
41 info->flags = element->flags;
42 info->name = element->name;
43 info->elf_offset = element->elf_offset;
/system/core/logd/
H A DLogBuffer.h125 int (*filter)(const LogBufferElement* element,
/system/core/libunwindstack/tools/
H A Dunwind_for_offline.cpp272 for (auto& element : sorted_maps) {
273 map_info_t& map = element.second;
/system/update_engine/
H A Domaha_request_action.cc92 // Returns an XML ping element attribute assignment with attribute
101 // Returns an XML ping element if any of the elapsed days need to be
114 // Returns an XML that goes into the body of the <app> element of the Omaha
456 void ParserHandlerStart(void* user_data, const XML_Char* element, argument
463 data->current_path += string("/") + element;
532 void ParserHandlerEnd(void* user_data, const XML_Char* element) { argument
537 const string path_suffix = string("/") + element;
541 LOG(ERROR) << "Unexpected end element '" << element
954 // element
[all...]
/system/security/keystore/
H A Dkeystore_cli_v2.cpp477 for (uint8_t element : dataThatWasConfirmed) {
485 printf("0x%02x", element);
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h282 // calling Get() for every element.
419 // Change an element of a vector of tables (or strings).
456 const uint8_t *element = reinterpret_cast<const uint8_t *>(search_result);
458 return IndirectHelper<T>::Read(element, 0);
481 // don't know what the element types are (used with reflection.h).
824 template<typename T> uoffset_t PushElement(T element) {
826 T litle_endian_element = EndianScalar(element);
1092 // alignment to be something different than what the element size would
1287 /// @param[in] elemsize The size of each element in the `vector`.
1685 // The first element i
[all...]
/system/sepolicy/tools/
H A Dcheck_seapp.c32 * @element The element from the list
37 #define list_entry(element, type, name) \
38 (type *)(((uint8_t *)(element)) - (uint8_t *)&(((type *)NULL)->name))
226 * @e the element to append
/system/media/camera/docs/
H A Dhtml.mako86 /* TODO: generate abbr element for each tag link? */

Completed in 5463 milliseconds

12