/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_cho_utils.c | 76 tNDEF_STATUS NDEF_MsgCreateWktHr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgCreateWktHr() 100 tNDEF_STATUS NDEF_MsgCreateWktHs (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgCreateWktHs() 124 tNDEF_STATUS NDEF_MsgAddWktHc (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddWktHc() 164 tNDEF_STATUS NDEF_MsgAddWktAc (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddWktAc() 234 tNDEF_STATUS NDEF_MsgAddWktCr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddWktCr() 258 tNDEF_STATUS NDEF_MsgAddWktErr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddWktErr() 295 tNDEF_STATUS NDEF_MsgAddMediaBtOob (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddMediaBtOob() 329 tNDEF_STATUS NDEF_MsgAppendMediaBtOobCod (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendMediaBtOobCod() 377 tNDEF_STATUS NDEF_MsgAppendMediaBtOobName (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendMediaBtOobName() 434 tNDEF_STATUS NDEF_MsgAppendMediaBtOobHashCRandR (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendMediaBtOobHashCRandR() [all …]
|
D | ndef_utils.c | 820 void NDEF_MsgInit (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size) in NDEF_MsgInit() 836 extern tNDEF_STATUS NDEF_MsgAddRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddRec() 932 extern tNDEF_STATUS NDEF_MsgInsertRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 ind… in NDEF_MsgInsertRec() 1027 extern tNDEF_STATUS NDEF_MsgAppendRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendRec() 1078 tNDEF_STATUS NDEF_MsgAppendPayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendPayload() 1162 tNDEF_STATUS NDEF_MsgReplacePayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgReplacePayload() 1281 tNDEF_STATUS NDEF_MsgReplaceType (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgReplaceType() 1353 tNDEF_STATUS NDEF_MsgReplaceId (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgReplaceId()
|
/external/libchrome/base/containers/ |
D | mru_cache.h | 72 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) { in MRUCacheBase() 75 MRUCacheBase(size_type max_size, const DeletorType& deletor) in MRUCacheBase() 85 size_type max_size() const { return max_size_; } in max_size() function 242 explicit MRUCache(typename ParentType::size_type max_size) in MRUCache() 274 explicit OwningMRUCache(typename ParentType::size_type max_size) in OwningMRUCache() 306 explicit HashingMRUCache(typename ParentType::size_type max_size) in HashingMRUCache()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | vp8_partition_aggregator.cc | 63 bool PartitionTreeNode::CreateChildren(size_t max_size) { in CreateChildren() 108 PartitionTreeNode* PartitionTreeNode::GetOptimalNode(size_t max_size, in GetOptimalNode() 168 void Vp8PartitionAggregator::SetPriorMinMax(int min_size, int max_size) { in SetPriorMinMax() 177 Vp8PartitionAggregator::FindOptimalConfiguration(size_t max_size, in FindOptimalConfiguration() 228 int max_size) { in CalcNumberOfFragments()
|
/external/v8/test/cctest/ |
D | test-gc-tracer.cc | 37 const int max_size = 6; in TEST() local 73 const int max_size = 6; in TEST() local 106 const int max_size = 6; in TEST() local
|
/external/regex-re2/util/ |
D | sparse_set.h | 59 SparseSet(int max_size) { in SparseSet() 122 int max_size() const { return max_size_; } in max_size() function
|
D | sparse_array.h | 141 int max_size() const { in max_size() function 418 template<typename Value> SparseArray<Value>::SparseArray(int max_size) { in SparseArray()
|
/external/compiler-rt/lib/lsan/ |
D | lsan.h | 18 #define GET_STACK_TRACE(max_size, fast) \ argument
|
/external/eigen/bench/btl/generic_bench/static/ |
D | bench_static.hh | 46 const int max_size = TINY_MV_MAX_SIZE; in bench_static() local
|
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/ |
D | widget_test.cc | 57 size_t max_size = 128; in TEST() local
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/ |
D | widget_test.cc | 57 size_t max_size = 128; in TEST() local
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
D | widget_test.cc | 57 size_t max_size = 128; in TEST() local
|
/external/nanopb-c/ |
D | pb_encode.h | 41 size_t max_size; /* Limit number of output bytes written (or use SIZE_MAX). */ member
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | max_size.pass.cpp | 36 size_t max_size() const in max_size() function
|
/external/iproute2/tc/ |
D | emp_ematch.l | 12 #define YY_INPUT(buf, result, max_size) \ argument
|
/external/nanopb-c/generator/proto/ |
D | nanopb.proto | 25 optional int32 max_size = 1; field
|
/external/libcxx/test/support/ |
D | test_allocator.h | 81 size_type max_size() const throw() in max_size() function 141 size_type max_size() const throw() in max_size() function 220 std::size_t max_size() const in max_size() function
|
/external/libcxx/test/std/thread/futures/ |
D | test_allocator.h | 73 size_type max_size() const throw() in max_size() function 152 std::size_t max_size() const in max_size() function
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | consuming_buffers.hpp | 56 std::size_t max_size) in consuming_buffers_iterator() 217 void prepare(std::size_t max_size) in prepare()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 41 int max_size; member 158 int max_size) in sanitize_hash() 166 int max_size, void *user_data) in sanitize_cb()
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 25 static int max_size; member 35 int outer::inner::array<T, N>::max_size = 17; member in outer::inner::array<T, N>
|
/external/compiler-rt/lib/asan/ |
D | asan_stack.h | 66 #define GET_STACK_TRACE(max_size, fast) \ argument
|
/external/libcxx/test/std/containers/ |
D | stack_allocator.h | 58 size_type max_size() const {return N;} in max_size() function
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | histogram.h | 49 int max_size; // maximum capacity member
|
/external/elfutils/libdw/ |
D | dwarf_getpubnames.c | 91 size_t max_size = dbg->sectiondata[IDX_debug_pubnames]->d_size; in get_offsets() local
|