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

<<41424344454647484950>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 1073 dfaEdgeSwitch(labels, targetState) ::= <<
1074 if <labels:{it | LA<decisionNumber> == <it>}; separator=" or ">:
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 867 dfaEdgeSwitch(labels, targetState) ::= <<
868 when <labels:{it | <it>}; separator=", "> then <targetState>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 981 dfaEdgeSwitch(labels, targetState) ::= <<
982 case <labels:{it | <it>}; separator=" | "> =>
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSemanticPredicates.java 843 List labels = local
845 String input = nondetMsg.probe.getInputSequenceDisplay(labels);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java     [all...]
  /external/chromium/chrome/browser/autofill/
form_structure_unittest.cc 470 // Tests a sequence of FormFields where only labels are supplied to heuristics
471 // for matching. This works because FormField labels are matched in the case
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
gallery.css 584 /* By default, labels are hidden. */
589 /* Show labels if there is enough space. */
  /external/chromium_org/components/autofill/core/browser/
form_structure.cc     [all...]
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 331 // case labels. We suppress that warning for this test.
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
idnatest.c 475 /*test toUnicode with all labels in the string*/
505 /*test toASCII with all labels in the string*/
    [all...]
  /external/chromium_org/v8/src/
code-stubs.h     [all...]
preparser.cc 210 // Note: Since labels can only be used by 'break' and 'continue'
213 // labels can be simply ignored in all other cases; except for
    [all...]
  /external/clang/include/clang/Driver/
CC1Options.td 197 def msave_temp_labels : Flag<["-"], "msave-temp-labels">,
198 HelpText<"(integrated-as) Save temporary labels">;
  /external/icu4c/i18n/
alphaindex.cpp 472 // Insert inflow labels as needed.
551 // No real labels, show only the underflow label.
    [all...]
  /external/icu4c/test/cintltst/
idnatest.c 475 /*test toUnicode with all labels in the string*/
505 /*test toASCII with all labels in the string*/
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 1065 TCGLabel *l = &s->labels[label_index];
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 1168 TCGLabel *l = &s->labels[label_index];
1224 TCGLabel *l = &s->labels[args[0]];
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 474 TCGLabel *l = &s->labels[label_index];
490 TCGLabel *l = &s->labels[label_index];
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 321 - output labels referenced in the semgraph are the integers (wordmap index) prepending with '_'
323 - output labels stored in the semgraph are actually integers which are equal to
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarView.java 238 * Cached labels for the week names header.
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/quality/
tablet.jd 385 densities. Make sure that labels are sized appropriately for the UI elements they
386 correspond to, and ensure that there are no improper line breaks in labels,
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 66 * stretchable (marked by the Sx labels) or fixed (marked by the Fy
67 * labels), in the horizontal or vertical axis, respectively. In the
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 331 // case labels. We suppress that warning for this test.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-cpp.1 327 .IP "\fB\-Wendif\-labels\fR" 4
328 .IX Item "-Wendif-labels"
    [all...]

Completed in 551 milliseconds

<<41424344454647484950>>