HomeSort by relevance Sort by last modified time
    Searched full:labels (Results 301 - 325 of 1714) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/test/functional/
autofill.py 63 """Verify postal code and state labels based on selected country."""
69 # Initial check of State and ZIP labels.
76 # Compare postal code labels.
84 # Compare state labels.
147 The labels, buttons, ids, placeholder attribute values, or the element id.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 162 var labels = '';
172 labels += (labels ? '|' : '') + expectation;
180 if (labels)
181 url += "&chdl=" + labels + "&chco=" + LABEL_COLORS.slice(0, numLabels).join(',');
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 207 // token+rule list labels
237 // token+rule list labels
267 // token+rule list labels
297 // token+rule list labels
327 // token+rule list labels
357 // token+rule list labels
387 // token+rule list labels
417 // token+rule list labels
474 // token+rule list labels
531 // token+rule list labels
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_util.cc 314 if (std::find(entry.labels().begin(), entry.labels().end(),
315 "shared-with-me") != entry.labels().end()) {
321 file->set_shared(std::find(entry.labels().begin(), entry.labels().end(),
322 "shared") != entry.labels().end());
418 std::vector<std::string> labels; local
420 labels.push_back("shared-with-me");
422 labels.push_back("shared");
423 entry->set_labels(labels);
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 44 // labels that can help to distinguish between two profiles. Draws fields from
567 std::vector<base::string16>* labels) {
570 labels);
571 DCHECK_EQ(profiles.size(), labels->size());
580 std::vector<base::string16>* labels) {
587 // then used to detect which labels need further differentiating fields.
596 labels->resize(profiles.size());
604 (*labels)[profile_index] = label;
609 minimal_fields_shown, labels);
696 std::vector<base::string16>* labels) {
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 39 // stores both the Tuple of encode labels and weights to a unique
46 // Encoded data consists of arc input/output labels and arc weight
70 // we either hash the labels, weights or compbination of them.
111 // Given an arc encode either input/ouptut labels or input/costs or both
126 // Given an encode arc Label decode back to input/output labels and costs
190 // encoded labels.
231 if (type_ == ENCODE) { // labels and/or weights to single label
synchronize.h 65 const String *istring; // Residual input labels
66 const String *ostring; // Residual output labels
306 // non-epsilon output labels and input labels along the path.
436 // difference between the number of non-epsilon output labels and
437 // input labels along the path.
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 39 // Hack. +2 is needed to prevent labels from getting elided like
202 // Compute the max width and height in shortcut labels.
203 // We'll create temporary shortcut labels, and choose the largest width and
239 // Compute the max width and height in candidate labels.
240 // We'll create temporary candidate labels, and choose the largest width and
273 // Compute max width and height in annotation labels.
274 // We'll create temporary annotation labels, and choose the largest width and
363 // Create Labels.
717 // In some cases, engines send empty shortcut labels. For instance,
718 // ibus-mozc sends empty labels when they show suggestions. In thi
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 58 CvMat* labels = (CvMat*)labels_arr; local
68 if( !CV_IS_MAT( labels ))
69 CV_CALL( labels = cvGetMat( labels, &labels_stub ));
74 if( CV_MAT_DEPTH(samples->type) != CV_32F || CV_MAT_TYPE(labels->type) != CV_32SC1 )
78 if( (labels->rows != 1 && (labels->cols != 1 || !CV_IS_MAT_CONT(labels->type))) ||
79 labels->rows + labels->cols - 1 != samples->rows
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 84 struct label *labels; member in struct:st_translate
89 * instruction starts at, will be used to fix up labels after
113 * of labels built here and patch the TGSI code with the actual
123 t->labels = realloc(t->labels, t->labels_size * sizeof t->labels[0]);
124 if (t->labels == NULL) {
132 t->labels[i].branch_target = branch_target;
133 return &t->labels[i].token;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 84 struct label *labels; member in struct:st_translate
89 * instruction starts at, will be used to fix up labels after
113 * of labels built here and patch the TGSI code with the actual
123 t->labels = realloc(t->labels, t->labels_size * sizeof t->labels[0]);
124 if (t->labels == NULL) {
132 t->labels[i].branch_target = branch_target;
133 return &t->labels[i].token;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 517 IntervalSet labels = (IntervalSet)label.getSet();
518 int lmin = labels.getMinElement();
521 smin = labels.getMinElement();
523 if ( labels.getMaxElement()>smax ) {
524 smax = labels.getMaxElement();
563 IntervalSet labels = (IntervalSet)label.getSet();
564 int[] atoms = labels.toArray();
607 IntervalSet labels = (IntervalSet)label.getSet();
608 int[] atoms = labels.toArray();
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 244 // token+rule list labels
316 // token+rule list labels
364 // token+rule list labels
470 // token+rule list labels
542 // token+rule list labels
584 // token+rule list labels
  /external/openfst/src/include/fst/
relabel.h 44 // Relabels either the input labels or output labels. The old to
45 // new labels are specified using a vector of pair<Label,Label>.
115 // Relabels either the input labels or output labels. The old to
116 // new labels mappings are specified using an input Symbol set.
synchronize.h 78 const String *istring; // Residual input labels
79 const String *ostring; // Residual output labels
337 // non-epsilon output labels and input labels along the path.
434 // difference between the number of non-epsilon output labels and
435 // input labels along the path.
  /external/v8/src/
ast.h 378 // The labels associated with this statement. May be NULL;
380 ZoneStringList* labels() const { return labels_; } function in class:v8::internal::BreakableStatement
396 BreakableStatement(Isolate* isolate, ZoneStringList* labels, Type type)
397 : labels_(labels),
401 ASSERT(labels == NULL || labels->length() > 0);
430 ZoneStringList* labels,
433 : BreakableStatement(isolate, labels, TARGET_FOR_NAMED_ONLY),
694 IterationStatement(Isolate* isolate, ZoneStringList* labels)
695 : BreakableStatement(isolate, labels, TARGET_FOR_ANONYMOUS)
    [all...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 266 String[] labels = resources.getStringArray(R.array.timezone_rename_labels); local
269 if (ids.length != labels.length) {
271 + labels.length);
272 length = Math.min(ids.length, labels.length);
278 tzi.mDisplayName = labels[i];
280 Log.e(TAG, "Could not find timezone with label: "+labels[i]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 63 ilabel = len(c.labels)
71 c.labels.append((c.symbol2number[label], None))
82 c.labels.append((itoken, None))
94 c.labels.append((token.NAME, value))
103 c.labels.append((itoken, None))
231 # set of arcs (same labels pointing to the same nodes) and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 63 ilabel = len(c.labels)
71 c.labels.append((c.symbol2number[label], None))
82 c.labels.append((itoken, None))
94 c.labels.append((token.NAME, value))
103 c.labels.append((itoken, None))
231 # set of arcs (same labels pointing to the same nodes) and
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.m 326 // token+rule list labels
441 // token+rule list labels
494 // token+rule list labels
527 // token+rule list labels
611 // token+rule list labels
664 // token+rule list labels
704 // token+rule list labels
803 // token+rule list labels
903 // token+rule list labels
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.m 319 // token+rule list labels
414 // token+rule list labels
455 // token+rule list labels
482 // token+rule list labels
552 // token+rule list labels
593 // token+rule list labels
627 // token+rule list labels
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m 171 // token+rule list labels
204 // token+rule list labels
241 // token+rule list labels
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.h 122 // Updates all the enabled/checked states and the dynamic labels.
162 // Sets the enable/disabled state and dynamic labels on our menu items.
165 // Sets the check mark, enabled/disabled state and dynamic labels on our menu
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.mm 122 // This class is not currently able to render links as checkbox labels.
211 // support multi-line labels. Hence, ignore the |width| and simply use the
214 // support checkboxes with multi-line labels.
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.h 132 // Updates all the enabled/checked states and the dynamic labels.
185 // Sets the enable/disabled state and dynamic labels on our menu items.
188 // Sets the check mark, enabled/disabled state and dynamic labels on our menu

Completed in 429 milliseconds

<<11121314151617181920>>