/external/chromium_org/chrome/browser/resources/chromeos/login/ |
display_manager.js | 190 * Shows/hides version labels. 191 * @param {boolean} show Whether labels should be visible by default. If 195 $('version-labels').hidden = !show; 231 $('version-labels').hidden = !$('version-labels').hidden;
|
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_item_gtk.cc | 146 // Left align and vertically center the labels. 155 // Stack the labels on top of one another. 171 // Put the download progress icon on the left of the labels. 216 // the empty labels and the other elements. 546 // Left align and vertically center the labels. [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_parser_extras.cpp | 887 foreach_list_const(n, & this->labels) { 902 labels->print(); 911 ast_case_statement::ast_case_statement(ast_case_label_list *labels) 913 this->labels = labels;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 122 /// labels are referenced is used to find debug_loc offset for a given DIE. 237 // Collection of addresses for this unit and assorted labels. 401 // Section Symbols: these are assembler temporary labels that are emitted at 471 /// attach DW_AT_low_pc/DW_AT_high_pc labels. 500 /// \brief Emit labels to close any remaining sections that have been left
|
/external/mesa3d/src/glsl/ |
glsl_parser_extras.cpp | 887 foreach_list_const(n, & this->labels) { 902 labels->print(); 911 ast_case_statement::ast_case_statement(ast_case_label_list *labels) 913 this->labels = labels;
|
/external/openfst/src/include/fst/ |
lookahead-filter.h | 122 // Specialized for lookahead on input labels. 154 // Specialized for lookahead on output labels. 224 << "match/look-ahead on output labels and 2nd argument " 225 << "cannot match/look-ahead on input labels."; 418 // matches labels as early as possible based on the lookahead
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
XmlKeyboardLoader.java | 225 /** Attribute tag of the key labels in a key array. */ 226 private static final String XMLATTR_KEY_LABELS = "labels"; 527 String labels = xrp.getAttributeValue(null, local 531 if (null == splitter || null == labels) { 534 String labelArr[] = labels.split(splitter); [all...] |
/system/core/toolbox/ |
getevent.c | 35 static const char *get_label(const struct label *labels, int value) 37 while(labels->name && value != labels->value) { 38 labels++; 40 return labels->name;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 449 // token+rule list labels 508 // token+rule list labels 719 // token+rule list labels [all...] |
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
content_setting_bubble_cocoa.mm | 44 // Height of each of the labels in the geolocation bubble. 180 // Set radio group labels from model. 187 // Layout radio group labels post-localization.
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.h | 77 // NULL. The first argument is a vector in which to place all labels 88 std::vector<GtkWidget*>* labels, 348 // versions of GTK mis-align labels that have a size request and line wrapping,
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.h | 34 // NULL. The first argument is a vector in which to place all labels 45 std::vector<GtkWidget*>* labels, 294 // versions of GTK mis-align labels that have a size request and line wrapping,
|
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 37 // This class is a matcher that treats parens as multi-epsilon labels. 39 // the non-paren labels. 210 // Returns all other labels
|
/frameworks/base/packages/PrintSpooler/res/values/ |
strings.xml | 159 <!-- Color mode labels. --> 167 <!-- Orientation labels. --> 175 <!-- Page options labels. -->
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraSettings.java | 251 CharSequence labels[] = new CharSequence[maxValue - minValue + 1]; local 260 labels[i - minValue] = explabel + " " + builder.toString(); 265 exposure.setLabels(labels);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
ContactsUtils.java | 110 CharSequence[] labels = context.getResources().getTextArray(arrayResId); local 112 display = labels[type - 1]; 114 display = labels[defaultType - 1];
|
/dalvik/vm/compiler/codegen/x86/ |
Lower.h | 432 \brief data structure for labels used when lowering a method 435 globalMap: global labels where codePtr points to the label 437 globalWorklist: global labels where codePtr points to an instruciton using the label 443 globalShortMap: local labels where codePtr points to the label 445 globalShortWorklist: local labels where codePtr points to an instruction using the label 856 //labels and branches [all...] |
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
InteractiveLineGraphView.java | 119 * be drawn. Chart labels are drawn outside this area. 302 // Draws axes and text labels 320 * Draws the chart axes and labels onto the canvas. 377 // Draws X labels 392 // Draws Y labels 459 * Computes the set of axis labels to show given start and stop boundaries and an ideal number [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 470 // This does that actual matching of labels in the composition. The 506 // Next handle non-epsilon matches, rho labels, and epsilons on FSTB 656 // The output labels of the first transducer or the input labels of 875 // The output labels of the first transducer or the input labels of [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectPage.java | 216 List<String> labels = new ArrayList<String>(24); local 218 labels.add(label); 220 assert labels.size() >= 15; // *Known* versions to ADT, not installed/available versions 222 labels.add(codeName); 224 String[] versions = labels.toArray(new String[labels.size()]); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSanity.java | 263 * Ignore predicates in front and labels. 280 case ANTLRParser.ASSIGN : // labels ok on non-rule refs
|
/external/chromium/chrome/browser/autofill/ |
address_field.cc | 202 // has the name "BILL_TO_ADDRESS<>city". We do match address labels 224 // Optionally parse more address lines, which may have empty labels.
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_install_dialog_view.cc | 108 // The labels describing each of the permissions the extension requires. 247 // First we layout the labels inside the permission box, so that we know how
|
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 108 // including the terminating NUL) and contains two or more labels. 117 fprintf(stderr, "Entry %s contains too few labels\n", i->c_str());
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
slice_track.js | 33 * Should we elide text on trace labels? 155 // Labels.
|