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

/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/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DDbQueryUtils.java42 private static String getClauseWithOperator(String field, String operator, String value) { argument
46 clause.append(" ").append(operator).append(" ");
/packages/apps/Phone/src/com/android/phone/
H A DNotificationMgr.java1225 * @param operator is the numeric operator number
1227 private void showNetworkSelection(String operator) { argument
1228 if (DBG) log("showNetworkSelection(" + operator + ")...");
1233 R.string.notification_network_selection_text, operator);
1264 * Update notification about no service of user selected operator
1271 // empty is auto mode, otherwise it is the operator alpha name
1272 // in case there is no operator name, check the operator numeric
/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)

Completed in 199 milliseconds