Searched defs:operator (Results 1 - 22 of 22) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.cpp31 DicNode &DicNode::operator=(const DicNode &dicNode) {
H A Ddic_node_vector.h69 DicNode *operator[](const int id) {
H A Ddic_node_priority_queue.h108 bool operator ()(const DicNode *left, const DicNode *right) const {
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dint_array_view.h71 AK_FORCE_INLINE int operator[](const size_t index) const {
H A Dprofiler.h54 operator bool() const { return false; }
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A DPgmImage.cpp57 PgmImage& PgmImage::operator= (const PgmImage &im)
241 std::ostream& operator<< (std::ostream& o, const PgmImage& im)
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A DPgmImage.cpp57 PgmImage& PgmImage::operator= (const PgmImage &im)
241 std::ostream& operator<< (std::ostream& o, const PgmImage& im)
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state.h38 DicNodeState &operator=(const DicNodeState& src) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A 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,
H A Dlanguage_model_dict_content.cpp449 bool LanguageModelDictContent::EntryInfoToTurncate::Comparator::operator()(
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggested_word.h31 bool operator()(const SuggestedWord &left, const SuggestedWord &right) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DDbQueryUtils.java48 private static String getClauseWithOperator(String field, String operator, String value) { argument
52 clause.append(" ").append(operator).append(" ");
58 private static String getClauseWithOperator(String field, String operator, long value) { argument
62 clause.append(" ").append(operator).append(" ");
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dtrie_map.h107 this->operator++();
110 const IterationResult operator*() const {
114 bool operator!=(const TrieMapIterator &other) const {
119 const TrieMapIterator &operator++() {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_writing_helper.h111 bool operator()(const DictProbability &left, const DictProbability &right) {
/packages/apps/Camera2/jni/
H A Dtinyplanet.cc44 unsigned char* operator()(int x, int y) {
47 const unsigned char* operator()(int x, int y) const {
H A Djpegutil.cpp120 bool jpegutil::Transform::operator==(const Transform& other) const {
/packages/apps/Gallery2/jni/filters/
H A Dtinyplanet.cc43 unsigned char* operator()(int x, int y) {
46 const unsigned char* operator()(int x, int y) const {
/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java556 * @param operator is the numeric operator number
558 private void showNetworkSelection(String operator) { argument
559 if (DBG) log("showNetworkSelection(" + operator + ")...");
565 mContext.getString(R.string.notification_network_selection_text, operator))
605 * Update notification about no service of user selected operator
614 // empty is auto mode, otherwise it is the operator alpha name
615 // in case there is no operator name, check the operator numeric
H A DPhoneInterfaceManager.java699 OperatorInfo operator = (OperatorInfo) request.argument;
702 getPhoneFromRequest(request).selectNetworkManually(operator, onCompleted);
2183 public boolean setNetworkSelectionModeManual(int subId, OperatorInfo operator) { argument
2185 if (DBG) log("setNetworkSelectionModeManual: subId:" + subId + " operator:" + operator);
2186 return (Boolean) sendRequest(CMD_SET_NETWORK_SELECTION_MODE_MANUAL, operator, subId);
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1662 db_CornerDetector_u& db_CornerDetector_u::operator=(const db_CornerDetector_u& cd)
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1662 db_CornerDetector_u& db_CornerDetector_u::operator=(const db_CornerDetector_u& cd)
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java4074 private View getFirstMatch(final ItemOperator operator) { argument
4079 if (operator.evaluate(info, v, parent)) {
4256 * Map the operator over the shortcuts and widgets, return the first-non-null value.
4259 * @param op the operator to map over the shortcuts

Completed in 259 milliseconds