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

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m 252 // token labels:
253 // rule labels: retval
254 // token list labels:
255 // rule list labels:
256 // wildcard labels:
290 // token+rule list labels
357 // token+rule list labels
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 242 // token labels:
243 // rule labels: retval
244 // token list labels:
245 // rule list labels:
246 // wildcard labels:
278 // token+rule list labels
330 // token+rule list labels
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view_unittest.cc 166 SCOPED_TRACE("Empty string for each labels expects empty labels(vertical)");
192 "Empty string for each labels expect empty labels(horizontal)");
211 // Confirm actual labels not containing ".".
237 // Confirm actual labels not containing ".".
265 // Confirm actual labels not containing ".".
  /external/chromium_org/chrome/browser/resources/
plugins.js 167 var labels = document.getElementsByClassName('plugin-details-label');
169 for (var i = 0; i < labels.length; i++)
170 labels[i].style.width = 'auto';
171 for (var i = 0; i < labels.length; i++)
172 maxLabelWidth = Math.max(maxLabelWidth, labels[i].offsetWidth);
173 for (var i = 0; i < labels.length; i++)
174 labels[i].style.width = maxLabelWidth + 'px';
  /external/chromium_org/chrome/browser/ui/cocoa/
website_settings_bubble_controller_unittest.mm 336 NSMutableSet* labels = [NSMutableSet set];
339 [labels addObject:[static_cast<NSTextField*>(view) stringValue]];
342 EXPECT_EQ(arraysize(kTestPermissionTypes) + 1, [labels count]);
344 // Ensure that the button labels are distinct, and look for the correct
347 [labels removeAllObjects];
351 [labels addObject:[[button selectedCell] title]];
357 EXPECT_EQ(arraysize(kTestPermissionTypes), [labels count]);
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate.cc 57 std::vector<base::string16> labels(autofill_labels);
62 ApplyAutofillWarnings(&values, &labels, &icons, &ids);
66 labels.push_back(base::string16());
81 ApplyAutofillOptions(&values, &labels, &icons, &ids);
87 labels.pop_back();
95 InsertDataListValues(&values, &labels, &icons, &ids);
109 labels,
autofill_manager.h 151 const std::vector<base::string16>& labels);
247 // value of |field| and returns the labels of the matching profiles. |labels|
253 std::vector<base::string16>* labels,
258 // the value of |field| and returns the labels of the matching credit cards.
262 std::vector<base::string16>* labels,
  /external/chromium_org/tools/deep_memory_profiler/lib/
policy.py 352 def load(labels=None):
355 The "default policy directory" contains pairs of policies and their labels.
360 limited by |labels|.
363 labels: An array that contains policy labels to be loaded.
369 if labels:
371 for label in labels:
  /external/chromium/chrome/browser/autofill/
autofill_manager.h 197 // value of |field| and returns the labels of the matching profiles. |labels|
203 std::vector<string16>* labels,
208 // the value of |field| and returns the labels of the matching credit cards.
213 std::vector<string16>* labels,
  /packages/apps/DeskClock/src/com/android/deskclock/
SettingsActivity.java 284 String[] labels = resources.getStringArray(R.array.timezone_labels);
286 if (ids.length != labels.length) {
287 minLength = Math.min(minLength, labels.length);
288 Log.e("Timezone ids and labels have different length!");
292 timezones.add(new TimeZoneRow(ids[i], labels[i]));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m     [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.m     [all...]
SimpleCLexer.m 233 // token+rule list labels
263 // token+rule list labels
293 // token+rule list labels
323 // token+rule list labels
353 // token+rule list labels
383 // token+rule list labels
413 // token+rule list labels
443 // token+rule list labels
473 // token+rule list labels
503 // token+rule list labels
    [all...]
  /external/chromium_org/courgette/
adjustment_method.cc 34 // The purpose of adjustment is to assign indexes to Labels of a program 'p' to
35 // make the sequence of indexes similar to a 'model' program 'm'. Labels
52 // we can quickly find Labels adjacent in address order.
101 // adjacent labels will have the same RVA difference.
106 // labels correspond.
109 // likely that the labels near the corresponding labels also match. A
110 // conservative way of extending the match is to assign only those labels
113 // * If two labels correspond, then we can try to match up the references
114 // before and after the labels in the reference stream. For this to b
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uidna.h 49 * Option to allow unassigned code points in domain names and labels.
57 * for example the restriction of labels to LDH characters
193 * Labels with severe errors will be left in (or turned into) their Unicode form.
249 * Labels with severe errors will be left in (or turned into) their Unicode form.
460 * it might contain characters that are not allowed in ACE labels,
481 * This operation is done on <b>single labels</b> before sending it to something that expects
482 * ASCII names. A label is an individual part of a domain name. Labels are usually
483 * separated by dots; e.g. "www.example.com" is composed of 3 labels "www","example", and "com".
489 * The RFC defines 2 operations: ToASCII and ToUnicode. Domain name labels
548 * This operation is done on <b>single labels</b> before sending it to something that expect
    [all...]
  /external/icu4c/common/unicode/
uidna.h 50 * Option to allow unassigned code points in domain names and labels.
59 * for example the restriction of labels to LDH characters
209 * Labels with severe errors will be left in (or turned into) their Unicode form.
265 * Labels with severe errors will be left in (or turned into) their Unicode form.
476 * it might contain characters that are not allowed in ACE labels,
510 * This operation is done on <b>single labels</b> before sending it to something that expects
511 * ASCII names. A label is an individual part of a domain name. Labels are usually
512 * separated by dots; e.g. "www.example.com" is composed of 3 labels "www","example", and "com".
518 * The RFC defines 2 operations: ToASCII and ToUnicode. Domain name labels
577 * This operation is done on <b>single labels</b> before sending it to something that expect
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 37 * OpenGL labels are implemented by creating a Bitmap, drawing all the labels
41 * The benefits of this approach are that the labels are drawn using the high
43 * text labels are stored on a single texture, which makes it faster to use.
45 * The drawbacks are that you can only have as many labels as will fit onto one
117 * Call before adding labels. Clears out any existing labels.
259 * Call to end adding labels. Must be called before drawing starts.
306 * Begin drawing labels. Sets the OpenGL state for rapid drawing.
  /external/chromium/chrome/browser/importer/
toolbar_importer.cc 28 const char Toolbar5Importer::kLabelsXmlTag[] = "labels";
29 const char Toolbar5Importer::kLabelsXmlCloseTag[] = "/labels";
390 // <labels>
393 // </labels>
501 // Read in the labels for this bookmark from the xml. There may be many
502 // labels for any one bookmark.
506 // It is within scope to have an empty labels section, so we do not
507 // return false if the labels are empty.
533 // If this is the first run then we place favorites with no labels
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 42 * The index enables the access of items and bucket labels as one unified list.
52 * bucket labels need to always be at the beginning:
58 * - size: get the total number of items (bucket labels and MTP objects)
192 * @return The total number of elements in the index (labels and items)
229 * include labels and is in the specified order
230 * @return position-th item in specified order, when not including labels
247 * include labels and is in the specified order
249 * @return position in a view of the data that does include labels
300 * @return The number of MTP items in the index (without labels)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 84 // token+rule list labels
117 // token+rule list labels
150 // token+rule list labels
217 // token+rule list labels
284 // token+rule list labels
325 // token+rule list labels
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
relabel.h 32 // Relabels either the input labels or output labels. The old to
33 // new labels are specified using a vector of pair<Label,Label>.
89 // Relabels either the input labels or output labels. The old to
90 // new labels mappings are specified using an input Symbol set.
  /external/chromium_org/v8/src/
parser.h 577 Statement* ParseModuleElement(ZoneStringList* labels, bool* ok);
587 Statement* ParseBlockElement(ZoneStringList* labels, bool* ok);
588 Statement* ParseStatement(ZoneStringList* labels, bool* ok);
591 Block* ParseBlock(ZoneStringList* labels, bool* ok);
600 Statement* ParseExpressionOrLabelledStatement(ZoneStringList* labels,
602 IfStatement* ParseIfStatement(ZoneStringList* labels, bool* ok);
604 Statement* ParseBreakStatement(ZoneStringList* labels, bool* ok);
606 Statement* ParseWithStatement(ZoneStringList* labels, bool* ok);
608 SwitchStatement* ParseSwitchStatement(ZoneStringList* labels, bool* ok);
609 DoWhileStatement* ParseDoWhileStatement(ZoneStringList* labels, bool* ok)
    [all...]
  /external/v8/src/
parser.h 584 Statement* ParseModuleElement(ZoneStringList* labels, bool* ok);
594 Statement* ParseBlockElement(ZoneStringList* labels, bool* ok);
595 Statement* ParseStatement(ZoneStringList* labels, bool* ok);
598 Block* ParseBlock(ZoneStringList* labels, bool* ok);
607 Statement* ParseExpressionOrLabelledStatement(ZoneStringList* labels,
609 IfStatement* ParseIfStatement(ZoneStringList* labels, bool* ok);
611 Statement* ParseBreakStatement(ZoneStringList* labels, bool* ok);
613 Statement* ParseWithStatement(ZoneStringList* labels, bool* ok);
615 SwitchStatement* ParseSwitchStatement(ZoneStringList* labels, bool* ok);
616 DoWhileStatement* ParseDoWhileStatement(ZoneStringList* labels, bool* ok)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 66 // Gobble any deleted labels that may be at the end...
127 * Note: assumes that the labels that are in the list are the same
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 71 public TaskAdapter(Context context, String[] labels, boolean[] checkboxes) {
74 mLabels = labels;

Completed in 896 milliseconds

1 2 3 4 5 6 7 891011>>