/external/opencv/cv/src/ |
cvdistransform.cpp | 830 int label; local 838 for( label = 1; contours != 0; contours = contours->h_next, label++ ) 840 CvScalar area_color = cvScalarAll(label);
|
/external/opencv3/modules/highgui/src/ |
window_QT.h | 176 QPointer<QLabel> label; member in class:CvButtonbar 249 QPointer<QPushButton > label; member in class:CvTrackbar
|
/external/opencv3/modules/imgproc/src/ |
floodfill.cpp | 102 int label; member in struct:cv::ConnectedComp 120 label = -1; 443 region->label = saturate_cast<int>(newMaskVal);
|
/external/opencv3/modules/ml/src/ |
em.cpp | 573 int i, label = 0; local 604 if(L.at<double>(clusterIndex) > L.at<double>(label)) 605 label = clusterIndex; 608 double maxLVal = L.at<double>(label); 622 res[1] = label;
|
/external/opencv3/samples/cpp/ |
detect_mser.cpp | 458 String label; local 470 label = Legende(*itMSER); 478 label = Legende(*itMSER); 520 namedWindow(*itDesc + label, WINDOW_AUTOSIZE); 521 imshow(*itDesc + label, result);
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 675 FieldDescriptorProto::Label label; local 676 DO(ParseLabel(&label, containing_file)); 677 field->set_label(label); [all...] |
/external/v8/src/compiler/ |
code-generator.cc | 19 JumpTable(JumpTable* next, Label** targets, size_t target_count) 22 Label* label() { return &label_; } function in class:v8::internal::compiler::final 24 Label** targets() const { return targets_; } 28 Label label_; 30 Label** const targets_; 41 labels_(zone()->NewArray<Label>(code->InstructionBlockCount())), 57 new (&labels_[i]) Label; 113 // Bind a label for a block. 173 masm()->bind(table->label()); [all...] |
graph-visualizer.cc | 104 std::ostringstream label; local 105 label << *node->op(); 106 os_ << "{\"id\":" << SafeId(node) << ",\"label\":\"" << Escaped(label, "\"")
|
/external/v8/src/crankshaft/ |
typing.cc | 197 bool complex_effects = false; // True for label effects or fall-through. 205 Expression* label = clause->label(); local 213 NarrowLowerType(label, label_type); 216 RECURSE(Visit(label));
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | 88 wpa_printf(MSG_DEBUG, "EAP-PEAP: Force new label for key " 292 * in the end of the label just before ISK; is that just a typo?) 1064 char *label; local 1070 * encryption" as the label. However, most existing 1072 * label, "client EAP encryption", instead. Use the old 1073 * label by default, but allow it to be configured with 1076 label = "client PEAP encryption"; 1078 label = "client EAP encryption"; 1079 wpa_printf(MSG_DEBUG, "EAP-PEAP: using label '%s' in " 1080 "key derivation", label); [all...] |
/frameworks/base/core/java/android/app/ |
LauncherActivity.java | 67 public CharSequence label; field in class:LauncherActivity.ListItem 75 label = resolveInfo.loadLabel(pm); 78 if (label == null && ci != null) { 79 label = resolveInfo.activityInfo.name; 164 text.setText(item.label); 212 String[] words = item.label.toString().toLowerCase().split(" ");
|
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 284 CharSequence label = service.loadLabel(pm); local 285 engine.label = TextUtils.isEmpty(label) ? engine.name : label.toString();
|
/frameworks/base/core/jni/ |
android_database_SQLiteConnection.cpp | 85 const String8 label; member in struct:android::SQLiteConnection 89 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) : 90 db(db), openFlags(openFlags), path(path), label(label), canceled(false) { } 97 connection->label.string(), sql); 104 connection->label.string(), sql, tm * 0.000001f); 130 String8 label(labelChars); 164 SQLiteConnection* connection = new SQLiteConnection(db, openFlags, path, label); 174 ALOGV("Opened connection %p with label '%s'", db, label.string()) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSAnimator.java | 166 final TextView label = ((QSTileView) tileView).getLabel(); local 184 // animate the label position off from. 187 // Move the real tile's label from the quick tile position to its final 189 translationXBuilder.addFloat(label, "translationX", -xDiff, 0); 190 translationYBuilder.addFloat(label, "translationY", -yDiff, 0); 207 translationYBuilder.addFloat(label, "translationY", -yDiff, 0); 215 mAllViews.add(label);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
StorageNotification.java | 68 public String label; field in class:StorageNotification.MoveInfo 134 move.label = extras.getString(Intent.EXTRA_TITLE); 456 if (!TextUtils.isEmpty(move.label)) { 457 title = mContext.getString(R.string.ext_media_move_specific_title, move.label);
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
ClusterManager.java | 313 String label = LocationStatsAggregator.UNKNOWN_LOCATION; local 326 return label;
|
/frameworks/native/libs/input/ |
KeyCharacterMap.cpp | 52 const char* label; member in struct:android::Modifier 211 result = key->label; 617 char16_t label = parcel->readInt32(); local 624 key->label = label; 667 parcel->writeInt32(key->label); 686 label(0), number(0), firstBehavior(NULL) { 690 label(other.label), number(other.number), 831 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string() [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardUtils.java | 189 * when not, which should be set to label. 197 String label = null; local 247 label = labelCandidate; 270 return label; 277 public static boolean isMobilePhoneLabel(final String label) { 280 // To support mobile type at that time, this custom label had been used. 281 return ("_AUTO_CELL".equals(label) || sMobilePhoneLabelSet.contains(label)); 284 public static boolean isValidInV21ButUnknownToContactsPhoteType(final String label) { 285 return sPhoneTypesUnknownToContactsSet.contains(label); [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetMetaDataTest.java | 118 // Column label has format TABLE.COLUMN expected: COLUMN 123 String label = rsmd.getColumnLabel(i + 1); local 124 assertTrue("expected "+labels[i] + "got "+label,labels[i].contains(label)); 131 String label = rsmd.getColumnLabel(0); local 138 String label = rsmd.getColumnLabel(5); local 145 // Column label has format TABLE.COLUMN expected: COLUMN 158 String label = rsmd.getColumnName(0); local 165 String label = rsmd.getColumnName(5); local
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 315 * label text. Override this to set up a custom header. 318 TextView label = (TextView) mDayNamesHeader.findViewById(R.id.wk_label); local 320 label.setVisibility(View.VISIBLE); 322 label.setVisibility(View.GONE); 326 label = (TextView) mDayNamesHeader.getChildAt(i); 329 label.setText(mDayLabels[position]); 330 label.setVisibility(View.VISIBLE); 332 label.setTextColor(mSaturdayColor); 334 label.setTextColor(mSundayColor); 336 label.setTextColor(mDayNameColor) [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
AccountType.java | 206 * @return resource ID for the "invite contact" action label, or -1 if not defined. 213 * @return resource ID for the "view group" label, or -1 if not defined. 237 * Returns an optional custom label for the "invite contact" action, which will be shown on 246 * Returns a label for the "view group" action. If not defined, this falls back to our 347 * Description of a specific "type" or "label" of a {@link DataKind} row, 517 CharSequence label = type.getDisplayLabel(mContext); local 518 return (label == null) ? "" : label.toString();
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
HandleApiCalls.java | 301 alarm.label = message; 347 final String label = getMessageFromIntent(intent); local 350 // Attempt to reuse an existing timer that is Reset with the same length and label. 355 if (!TextUtils.equals(label, t.getLabel())) { continue; } 363 timer = DataModel.getDataModel().addTimer(lengthMillis, label, skipUi); 429 selection.append(" AND ").append(Alarm.LABEL).append("=?");
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
Alarm.java | 59 LABEL, 71 ClockDatabaseHelper.ALARMS_TABLE_NAME + "." + LABEL, 82 ClockDatabaseHelper.INSTANCES_TABLE_NAME + "." + ClockContract.InstancesColumns.LABEL, 123 values.put(LABEL, alarm.label); 252 public String label; field in class:Alarm 269 this.label = ""; 281 label = c.getString(LABEL_INDEX); 305 label = p.readString(); 311 return label.isEmpty() ? context.getString(R.string.default_label) : label [all...] |
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
PhoneNumberInteraction.java | 88 String label; field in class:PhoneNumberInteraction.PhoneItem 101 this.label = in.readString(); 112 dest.writeString(label); 170 item.label, mInteractionType, getContext()); 267 Phone.LABEL, // 6 278 private static final int LABEL = 6; 427 item.label = cursor.getString(LABEL);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorVignette.java | 115 TextView []label = { local 127 label[i].setText("" + value);
|