Searched refs:operator (Results 26 - 43 of 43) sorted by relevance

12

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h186 db_Matcher_u& operator= (const db_Matcher_u& cm);
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Darguments_parser.h32 // Default constructor and assignment operator is enabled to be used with std::unordered_map.
34 OptionSpec &operator=(const OptionSpec &) = default;
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Dmeta.h118 operator const B*() const;
119 operator const D*();
H A Ddiyfp.h61 DiyFp operator-(const DiyFp& rhs) const {
65 DiyFp operator*(const DiyFp& rhs) const {
/packages/apps/Camera2/jni/
H A Djpegutil.h59 bool operator==(const Transform& other) const;
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dallocators.h225 //! Copy assignment operator is not permitted.
226 MemoryPoolAllocator& operator=(const MemoryPoolAllocator& rhs) /* = delete */;
H A Dreader.h220 StreamLocalCopy& operator=(const StreamLocalCopy&) /* = delete */;
234 StreamLocalCopy& operator=(const StreamLocalCopy&) /* = delete */;
449 // Prohibit copy constructor & assignment operator.
451 GenericReader& operator=(const GenericReader&);
462 ClearStackOnExit& operator=(const ClearStackOnExit&);
629 StackStream& operator=(const StackStream&);
743 NumberStream& operator=(const NumberStream&);
H A Dprettywriter.h196 // Prohibit copy constructor & assignment operator.
198 PrettyWriter& operator=(const PrettyWriter&);
H A Dwriter.h342 // Prohibit copy constructor & assignment operator.
344 Writer& operator=(const Writer&);
H A Dpointer.h169 //! Assignment operator.
170 GenericPointer& operator=(const GenericPointer& rhs) {
316 //! Equality operator.
320 bool operator==(const GenericPointer& rhs) const {
336 //! Inequality operator.
340 bool operator!=(const GenericPointer& rhs) const { return !(*this == rhs); }
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dint_array_view.h71 AK_FORCE_INLINE int operator[](const size_t index) const {
/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java559 * @param operator is the numeric operator number
562 private void showNetworkSelection(String operator, int subId) { argument
563 if (DBG) log("showNetworkSelection(" + operator + ")...");
569 mContext.getString(R.string.notification_network_selection_text, operator))
601 * Update notification about no service of user selected operator
613 // empty is auto mode, otherwise it is the operator alpha name
614 // in case there is no operator name, check the operator numeric
H A DPhoneInterfaceManager.java2620 public boolean setNetworkSelectionModeManual(int subId, OperatorInfo operator, argument
2623 if (DBG) log("setNetworkSelectionModeManual: subId:" + subId + " operator:" + operator);
2624 ManualNetworkSelectionArgument arg = new ManualNetworkSelectionArgument(operator,
/packages/services/Car/tools/bootanalyze/
H A Dbootanalyze.py26 import operator namespace
277 for item in sorted(timing_points.items(), key=operator.itemgetter(1), reverse = True):
406 for item in sorted(events.items(), key=operator.itemgetter(1)):
707 for item in sorted(events.items(), key=operator.itemgetter(1)):
H A Dbugreport_anayze.py23 import operator namespace
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h96 DicNode &operator=(const DicNode &dicNode);
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java379 operatorName = (TextView) findViewById(R.id.operator);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java3731 public View getFirstMatch(final ItemOperator operator) { argument
3736 if (operator.evaluate(info, v)) {
3818 * Map the operator over the shortcuts and widgets, return the first-non-null value.
3821 * @param op the operator to map over the shortcuts

Completed in 718 milliseconds

12