Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DMobilePlanPreferenceControllerTest.java38 final String operator = "test_operator"; in testNoProvisionStringFormattedCorrectly() local
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
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
Dstringbuffer.h79 GenericStringBuffer& operator=(const GenericStringBuffer&); variable
Dfilewritestream.h79 FileWriteStream& operator=(const FileWriteStream&); variable
Dprettywriter.h198 PrettyWriter& operator=(const PrettyWriter&); variable
Dallocators.h226 MemoryPoolAllocator& operator=(const MemoryPoolAllocator& rhs) /* = delete */; variable
Dreader.h451 GenericReader& operator=(const GenericReader&); variable
462 ClearStackOnExit& operator=(const ClearStackOnExit&); member
629 StackStream& operator=(const StackStream&); variable
Dwriter.h344 Writer& operator=(const Writer&); variable
/packages/apps/TV/jni/
Dmutex.h58 Mutex& operator=(const Mutex&); variable
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DDbQueryUtils.java48 private static String getClauseWithOperator(String field, String operator, String value) { in getClauseWithOperator()
58 private static String getClauseWithOperator(String field, String operator, long value) { in getClauseWithOperator()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
DPgmImage.h52 PgmImage& operator= (const PgmImage &im); 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/apps/Nfc/nci/jni/
DRoutingManager.h49 RoutingManager& operator=(const RoutingManager&); variable
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dunittest.h98 unsigned operator()() { in operator() function
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Dperftest.h117 PerfTest& operator=(const PerfTest&); variable
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.h111 bool operator()(const DictProbability &left, const DictProbability &right) { in operator() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_priority_queue.h108 bool operator ()(const DicNode *left, const DicNode *right) const { in operator() function
Ddic_node.h96 DicNode &operator=(const DicNode &dicNode); variable
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.h113 db_CornerDetector_u& operator=(const db_CornerDetector_u& cd); variable
Ddb_feature_matching.h186 db_Matcher_u& operator= (const db_Matcher_u& cm); variable
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstack.h183 Stack& operator=(const Stack&); variable
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Darguments_parser.h34 OptionSpec &operator=(const OptionSpec &) = default; variable
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java590 private void showNetworkSelection(String operator, int subId) { in showNetworkSelection()
DPhoneInterfaceManager.java2655 public boolean setNetworkSelectionModeManual(int subId, OperatorInfo operator, in setNetworkSelectionModeManual()