Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 63) sorted by relevance

123

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Ddocument.h164 Iterator& operator++(){ ++ptr_; return *this; }
165 Iterator& operator--(){ --ptr_; return *this; }
166 Iterator operator++(int){ Iterator old(*this); ++ptr_; return old; }
167 Iterator operator--(int){ Iterator old(*this); --ptr_; return old; }
172 Iterator operator+(DifferenceType n) const { return Iterator(ptr_+n); }
173 Iterator operator-(DifferenceType n) const { return Iterator(ptr_-n); }
175 Iterator& operator+=(DifferenceType n) { ptr_+=n; return *this; }
176 Iterator& operator-=(DifferenceType n) { ptr_-=n; return *this; }
181 bool operator==(ConstIterator that) const { return ptr_ == that.ptr_; }
182 bool operator!=(ConstIterator that) const { return ptr_ != that.ptr_; }
[all …]
Dencodedstream.h54 EncodedInputStream& operator=(const EncodedInputStream&); variable
88 EncodedOutputStream& operator=(const EncodedOutputStream&); variable
134 AutoUTFInputStream& operator=(const AutoUTFInputStream&); variable
238 AutoUTFOutputStream& operator=(const AutoUTFOutputStream&); variable
Dreader.h220 StreamLocalCopy& operator=(const StreamLocalCopy&) /* = delete */;
234 StreamLocalCopy& operator=(const StreamLocalCopy&) /* = delete */;
451 GenericReader& operator=(const GenericReader&); variable
462 ClearStackOnExit& operator=(const ClearStackOnExit&); member
629 StackStream& operator=(const StackStream&); variable
743 NumberStream& operator=(const NumberStream&);
Dstringbuffer.h43 GenericStringBuffer& operator=(GenericStringBuffer&& rhs) {
79 GenericStringBuffer& operator=(const GenericStringBuffer&); variable
Dfilewritestream.h79 FileWriteStream& operator=(const FileWriteStream&); variable
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dbiginteger.h55 BigInteger& operator=(const BigInteger &rhs)
64 BigInteger& operator=(uint64_t u) {
70 BigInteger& operator+=(uint64_t u) {
87 BigInteger& operator*=(uint64_t u) {
105 BigInteger& operator*=(uint32_t u) {
128 BigInteger& operator<<=(size_t shift) {
154 bool operator==(const BigInteger& rhs) const {
158 bool operator==(const Type rhs) const {
Dstack.h62 Stack& operator=(Stack&& rhs) {
183 Stack& operator=(const Stack&); variable
Dmeta.h118 operator const B*() const;
119 operator const D*();
Ddiyfp.h61 DiyFp operator-(const DiyFp& rhs) const {
65 DiyFp operator*(const DiyFp& rhs) const {
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DMobilePlanPreferenceControllerTest.java38 final String operator = "test_operator"; in testNoProvisionStringFormattedCorrectly() local
40 assertThat(context.getString(R.string.mobile_no_provisioning_url, operator, operator)) in testNoProvisionStringFormattedCorrectly()
41 .contains(operator); in testNoProvisionStringFormattedCorrectly()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
Derror.h114 operator bool() const { return !IsError(); }
118 bool operator==(const ParseResult& that) const { return code_ == that.code_; }
119 bool operator==(ParseErrorCode code) const { return code_ == code; }
120 … friend bool operator==(ParseErrorCode code, const ParseResult & err) { return code == err.code_; }
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DDbQueryUtils.java48 private static String getClauseWithOperator(String field, String operator, String value) { in getClauseWithOperator() argument
52 clause.append(" ").append(operator).append(" "); in getClauseWithOperator()
58 private static String getClauseWithOperator(String field, String operator, long value) { in getClauseWithOperator() argument
62 clause.append(" ").append(operator).append(" "); in getClauseWithOperator()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.h69 const WordIdAndProbabilityEntry operator*() const {
75 bool operator!=(const EntryIterator &other) const {
79 const EntryIterator &operator++() {
211 bool operator()(const EntryInfoToTurncate &left,
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
DPgmImage.h30 friend std::ostream& operator<< (std::ostream& o, const PgmImage& im);
52 PgmImage& operator= (const PgmImage &im); variable
95 std::ostream& operator<< (std::ostream& o, const PgmImage& im);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h107 this->operator++(); in TrieMapIterator()
110 const IterationResult operator*() const {
114 bool operator!=(const TrieMapIterator &other) const {
119 const TrieMapIterator &operator++() {
/packages/services/Car/tools/bootanalyze/
Dbootanalyze.py26 import operator
239 for item in sorted(timing_points.items(), key=operator.itemgetter(1), reverse = True):
346 for item in sorted(events.items(), key=operator.itemgetter(1)):
588 for item in sorted(events.items(), key=operator.itemgetter(1)):
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java590 private void showNetworkSelection(String operator, int subId) { in showNetworkSelection() argument
591 if (DBG) log("showNetworkSelection(" + operator + ")..."); in showNetworkSelection()
597 mContext.getString(R.string.notification_network_selection_text, operator)) in showNetworkSelection()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md162 Note that, when `operator[](const char*)` cannot find the member, it will fail an assertion.
164 If we are unsure whether a member exists, we need to call `HasMember()` before calling `operator[](…
248 …tructor, its type is Null. To change its type, call `SetXXX()` or assignment operator, for example:
329 … is called move assignment operator in C++11. As RapidJSON supports C++03, it adopts move semantic…
/packages/apps/TV/jni/
Dmutex.h58 Mutex& operator=(const Mutex&); variable
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggested_word.h31 bool operator()(const SuggestedWord &left, const SuggestedWord &right) { in operator() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state.h38 DicNodeState &operator=(const DicNodeState& src) {
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth.h57 JNIEnv *operator-> () const {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_vector.h69 DicNode *operator[](const int id) {
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dprofiler.h54 operator bool() const { return false; }
/packages/apps/Nfc/nci/jni/
DRoutingManager.h49 RoutingManager& operator=(const RoutingManager&); variable

123