/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | document.h | 201 explicit GenericMemberIterator(Pointer p) : ptr_(p) {} in GenericMemberIterator() 308 explicit GenericStringRef(const CharType* str) 455 explicit GenericValue(GenericDocument<Encoding,Allocator,StackAllocator>&& rhs); 469 explicit GenericValue(Type type) RAPIDJSON_NOEXCEPT : data_(), flags_() { 500 explicit GenericValue(T b, RAPIDJSON_ENABLEIF((internal::IsSame<T,bool>))) RAPIDJSON_NOEXCEPT 502 explicit GenericValue(bool b) RAPIDJSON_NOEXCEPT 510 explicit GenericValue(int i) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberIntFlag) { 517 explicit GenericValue(unsigned u) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberUintFlag) { 524 explicit GenericValue(int64_t i64) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberInt64Flag) { 538 explicit GenericValue(uint64_t u64) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberUint64Flag) { [all …]
|
D | writer.h | 63 explicit 67 explicit 183 explicit Level(bool inArray_) : valueCount(0), inArray(inArray_) {} in Level()
|
D | reader.h | 214 explicit StreamLocalCopy(Stream& original) : s(original), original_(original) {} in StreamLocalCopy() 229 explicit StreamLocalCopy(Stream& original) : s(original) {} in StreamLocalCopy() 382 …explicit GenericReader(StackAllocator* stackAllocator = 0, size_t stackCapacity = kDefaultStackCap… in stack_() 457 explicit ClearStackOnExit(GenericReader& r) : r_(r) {} in ClearStackOnExit() 617 explicit StackStream(internal::Stack<StackAllocator>& stack) : stack_(stack), length_(0) {} in StackStream()
|
D | rapidjson.h | 574 explicit GenericStringStream(const Ch *src) : src_(src), head_(src) {} 608 explicit GenericInsituStringStream(Ch *src) : src_(src), dst_(0), head_(src) {}
|
D | stringbuffer.h | 39 …explicit GenericStringBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack… in stack_()
|
D | allocators.h | 110 …explicit MemoryPoolAllocator(size_t chunkSize = kDefaultChunkCapacity, BaseAllocator* baseAllocato…
|
D | pointer.h | 106 …explicit GenericPointer(const Ch* source, Allocator* allocator = 0) : allocator_(allocator), ownAl… in allocator_() 117 …explicit GenericPointer(const std::basic_string<Ch>& source, Allocator* allocator = 0) : allocator… in allocator_()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | entry_counters.h | 32 explicit EntryCounts(const std::array<int, MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1> &counters) in EntryCounts() 57 explicit MutableEntryCounters( in MutableEntryCounters()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | ieee754.h | 26 explicit Double(double d) : d_(d) {} in Double() 27 explicit Double(uint64_t u) : u_(u) {} in Double()
|
D | diyfp.h | 43 explicit DiyFp(double d) { in DiyFp()
|
D | biginteger.h | 36 explicit BigInteger(uint64_t u) : count_(1) { in BigInteger()
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
D | Calculator.java | 1421 private void addChars(String moreChars, boolean explicit) { in addChars() argument 1440 if (!explicit) { in addChars() 1465 if (explicit) { in addChars() 1480 if (explicit) { in addChars()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_node_reader.h | 36 explicit Ver4PatriciaTrieNodeReader(const BufferWithExtendableBuffer *const buffer) in Ver4PatriciaTrieNodeReader()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/ |
D | suggestion_results.h | 31 explicit SuggestionResults(const int maxSuggestionCount) in SuggestionResults()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/shortcut/ |
D | shortcut_list_policy.h | 31 explicit ShortcutListPolicy(const ReadOnlyByteArrayView buffer) : mBuffer(buffer) {} in ShortcutListPolicy()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node_pool.h | 31 explicit DicNodePool(const int capacity) : mDicNodes(), mPooledDicNodes() { in DicNodePool()
|
D | dic_node_priority_queue.h | 32 AK_FORCE_INLINE explicit DicNodePriorityQueue(const int capacity) in DicNodePriorityQueue()
|
D | dic_nodes_cache.h | 34 AK_FORCE_INLINE explicit DicNodesCache(const bool usesLargeCapacityCache) in DicNodesCache()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | language_model_dict_content_global_counters.h | 31 explicit LanguageModelDictContentGlobalCounters(const ReadWriteByteArrayView buffer) in LanguageModelDictContentGlobalCounters()
|
D | language_model_dict_content.h | 141 explicit LanguageModelDictContent(const bool hasHistoricalInfo) in LanguageModelDictContent()
|
/packages/services/Car/evs/manager/ |
D | VirtualCamera.h | 48 explicit VirtualCamera(sp<HalCamera> halCamera);
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | int_array_view.h | 58 explicit IntArrayView(const std::vector<int> &vector) in IntArrayView()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 426 // explicit parameters 456 // explicit parameters
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 148 # (thus requiring an explicit @brief command for a brief description.) 156 # an explicit \brief command for a brief description.) 248 # instead of private inheritance when no explicit protection keyword is present.
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 148 # (thus requiring an explicit @brief command for a brief description.) 156 # an explicit \brief command for a brief description.) 248 # instead of private inheritance when no explicit protection keyword is present.
|