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

<<11121314151617181920>>

  /external/srec/tools/grxmlcompile/
grxmldoc.h 141 // We store indices for all labels used in the word graph.
142 // Store all these labels in the m_LabelList table, which is auto-indexed.
143 // We need a list of the rule names so that we can distinguish them from other labels.
151 HashMap<int,std::string> m_SortedLabelList; // Used to sort the labels fo
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 33 // non-final states. Completion, i.e. ensuring that all labels can be
34 // read from every state, is accomplished by using RHO labels, which
35 // match all labels that are otherwise not found leaving a state. The
37 // destination of all RHO labels. Each remaining output state s
  /external/v8/test/mjsunit/compiler/
switch-bailout.js 31 // the labels in the AST.
  /external/v8/test/mjsunit/regress/
regress-918.js 28 // Parser should not accept parentheses around labels.
  /frameworks/base/core/res/res/layout/
app_permission_item_old.xml 19 Contains the group name and a list of permission labels under the group.
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 14 buttons</em>. Both can contain text labels and/or images.</p>
spinners.jd 35 between accounts or commonly used labels. Spinners are useful when changing the view is important to
  /frameworks/base/docs/html/training/accessibility/
index.jd 43 navigation with a keyboard or directional pad, set labels and fire events
  /frameworks/base/media/tests/CameraBrowser/res/values/
strings.xml 35 <!-- button labels -->
  /packages/apps/Email/res/values-sw600dp/
styles.xml 25 <!-- Item labels in any account setup screen -->
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 138 const Labels: IDictionary<String, IANTLRInterface>);
151 const Labels: IDictionary<String, IANTLRInterface>);
    [all...]
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 34 * Constructor of (@link CatchTable) instances from table of labels and list of
41 * labels as well as list of exceptions to catch.
108 * holds list of labels defined in method being processed
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarNonDeterminismMessage.java 70 List labels = probe.getSampleNonDeterministicInputSequence(problemState); local
71 String input = probe.getInputSequenceDisplay(labels);
108 labels);
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 37 // labels within |bounds|.
100 // Loads the text for the 3 labels. There is only one message, but since
102 // labels.
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.cc 29 std::find(entry.labels().begin(), entry.labels().end(), label);
30 return it != entry.labels().end();
  /external/chromium_org/ui/views/controls/menu/
menu_win.h 110 // This list is used to store the default labels for the menu items.
111 // We may use contextual labels when RunMenu is called, so we must save
120 // This list is to store the string labels and icons to display. It's used
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PPreferredServiceParser.java 59 * identifier, with a sequence of labels separated by periods.The left-most label is
64 * For any given service identifier, labels can be removed right-to-left and
69 * Labels cannot be removed beyond a defined basic service, for
  /external/openfst/
NEWS 65 - Added escaping of " and \ in labels in fstdraw, needed for dot to
102 * Matcher class added for matching labels at FST states. Includes
104 labels. (see matcher.h)
  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 37 * labels which map to script expressions (eScript expressions, similar to JavaScript).
56 * @param ilabels Input word labels to be used when building the graph (The should be the same as
57 * the output word labels from the recognition graph/context.)
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 188 String[] labels = new String[mTests.length]; local
190 labels[i] = mTests[i].name;
193 setListAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, labels));
  /packages/apps/Camera2/src/com/android/camera/
ListPreference.java 103 public void setLabels(CharSequence labels[]) {
104 mLabels = labels == null ? new CharSequence[0] : labels;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 279 List<String> labels = new ArrayList<String>(); local
281 labels.add(code + ": " + LocaleManager.getLanguageName(code)); //$NON-NLS-1$
283 Collections.sort(labels);
284 labels.add(0, "(Select)");
285 mLanguageCombo.setItems(labels.toArray(new String[labels.size()]));
295 List<String> labels = new ArrayList<String>(); local
297 labels.add(code + ": " + LocaleManager.getRegionName(code)); //$NON-NLS-1$
299 Collections.sort(labels);
300 labels.add(0, "Any")
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m 397 // token+rule list labels
492 // token+rule list labels
542 // token+rule list labels
576 // token+rule list labels
691 // token+rule list labels
739 // token+rule list labels
780 // token+rule list labels
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
AST.stg 91 # token labels: <referencedTokenLabels; separator=", ">
92 # rule labels: <referencedRuleLabels; separator=", ">
93 # token list labels: <referencedTokenListLabels; separator=", ">
94 # rule list labels: <referencedRuleListLabels; separator=", ">
95 # wildcard labels: <[referencedWildcardLabels,referencedWildcardListLabels]; separator=", ">
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 55 // The minimum width of candidate labels in the vertical candidate
59 // The maximum width of candidate labels in the vertical candidate
73 // Hack. +2 is needed to prevent labels from getting elided like
226 // Compute the max width in shortcut labels.
227 // We'll create temporary shortcut labels, and choose the largest width.
261 // Compute the max width in candidate labels.
262 // We'll create temporary candidate labels, and choose the largest width.
289 // Compute max width in annotation labels.
290 // We'll create temporary annotation labels, and choose the largest width.
637 // Create Labels
    [all...]

Completed in 958 milliseconds

<<11121314151617181920>>