/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
MethodStubber.java | 146 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { 166 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.m | 290 // token+rule list labels 371 // token labels: 372 // rule labels: retval 373 // token list labels: 374 // rule list labels: 375 // wildcard labels: 413 // token+rule list labels 489 // token+rule list labels
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
Transition.java | 31 * some special labels that indicate things like epsilon transitions and 32 * that the label is actually a set of labels or a semantic predicate.
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_omaha_experiment.cc | 44 // Split the original labels by the label separator. 51 // Keep all labels, but the one we want to add/replace.
|
/external/chromium_org/ppapi/generators/ |
idl_lint.py | 47 labels = node.GetListOf('Label') 49 if interfaces and not labels:
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm.xml | 313 <option>-Worphan-labels</option>, all warnings are turned off 314 <emphasis>except</emphasis> for orphan-labels.</para> 351 <term><option>-Worphan-labels</option>: Warn on labels lacking a 356 about labels found alone on a line without a trailing colon. 357 While these are legal labels in NASM syntax, they may be 462 <filename>source.o</filename>, warning on orphan labels: 464 <screen>yasm -f elf32 -Worphan-labels source.asm</screen></para>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parser.h | 77 /* last "base" label for local (.) labels */ 117 /* Index of local labels; what's stored here is the /next/ index,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
yasm.1 | 182 \fB\-Worphan\-labels\fR, all warnings are turned off 184 for orphan\-labels\&. 202 \fB\-Worphan\-labels\fR: Warn on labels lacking a trailing option 204 When using the NASM\-compatible parser, causes Yasm to warn about labels found alone on a line without a trailing colon\&. While these are legal labels in NASM syntax, they may be unintentional, due to typos or macro definition ordering\&. 264 source\&.o, warning on orphan labels: 270 yasm \-f elf32 \-Worphan\-labels source\&.asm
|
/external/chromium_org/v8/src/ |
prettyprinter.h | 70 void PrintLabels(ZoneStringList* labels); 109 void PrintLabelsIndented(ZoneStringList* labels);
|
/external/clang/test/Parser/ |
switch-recovery.cpp | 91 A: return 0; // FIXME: give a warning for unused labels that could also be 137 E: break; // FIXME: give a 'case' fix-it for unused labels that
|
/external/openfst/src/bin/ |
fstdraw.cc | 28 DEFINE_bool(numeric, false, "Print numeric labels"); 43 "Allow negative labels (not recommended; may cause conflicts)");
|
fstprint.cc | 29 DEFINE_bool(numeric, false, "Print numeric labels"); 35 "Allow negative labels (not recommended; may cause conflicts)");
|
/external/openfst/src/include/fst/ |
encode.h | 54 // stores both the Tuple of encode labels and weights to a unique 61 // Encoded data consists of arc input/output labels and arc weight 85 // we either hash the labels, weights or combination of them. 130 // Given an arc encode either input/ouptut labels or input/costs or both 158 // Given an encode arc Label decode back to input/output labels and costs 290 // encoded labels. 421 if (type_ == ENCODE) { // labels and/or weights to single label 440 "input and output labels";
|
equal.h | 76 VLOG(1) << "Equal: mismatched arc input labels:" 83 VLOG(1) << "Equal: mismatched arc output labels:"
|
invert.h | 49 // FST's input and output labels. This version modifies its input. 68 // FST's input and output labels. This version is a delayed Fst.
|
/external/smack/src/org/xbill/DNS/ |
Zone.java | 332 int labels; local 343 labels = name.labels(); 344 olabels = origin.labels(); 346 for (tlabels = olabels; tlabels <= labels; tlabels++) { 348 boolean isExact = (tlabels == labels); 355 tname = new Name(name, labels - tlabels); 406 for (int i = 0; i < labels - olabels; i++) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
equal.h | 73 VLOG(1) << "Equal: mismatched arc input labels:" 80 VLOG(1) << "Equal: mismatched arc output labels:"
|
/external/v8/src/ |
prettyprinter.h | 70 void PrintLabels(ZoneStringList* labels); 107 void PrintLabelsIndented(const char* info, ZoneStringList* labels);
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/ |
KeyboardTextsSet.tmpl | 92 // Labels for action. 99 // Other labels.
|
/development/apps/CustomLocale/res/values/ |
strings.xml | 19 <!-- Top labels in CustomLocaleActivity -->
|
/development/apps/CustomLocale/res/values-fr/ |
strings.xml | 19 <!-- Top labels in CustomLocaleActivity -->
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Tabs1.java | 28 * An example of tabs that uses labels ({@link TabSpec#setIndicator(CharSequence)})
|
/external/chromium/chrome/browser/autofill/ |
autofill_host.h | 45 virtual void AutoFillSuggestionsReturned(const std::vector<string16>& values, const std::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& unique_ids) = 0;
|
/external/chromium/chrome/browser/ui/views/ |
default_search_view.h | 70 // Initializes the labels and controls in the view.
|
/external/chromium/chrome/browser/ui/views/infobars/ |
after_translate_infobar.h | 42 // chunks, each displayed in one of the labels below.
|