Searched defs:label (Results 1 - 25 of 431) sorted by relevance

1234567891011>>

/external/blktrace/btt/doc/
H A Dbtt.tex30 \section{\label{sec:intro}Introduction}
66 \newpage\section{\label{sec:getting-started}Getting Started}
102 \newpage\section{\label{sec:output-overview}Output Overview}
105 include\label{tl-defs}:
347 \subsection*{\label{sec:detailed-data}Detailed Data}
426 \newpage\section{\label{sec:data-files}Data Files Output}
476 \newpage\section{\label{sec:activity}Activity Data File}
544 \caption{\label{fig:activity}Simple Activity Chart}
552 \newpage\section{\label{sec:hist}Histogram Data Files}
567 \subsection*{\label{se
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.cpp15 StringQuery::StringQuery(QString label) argument
20 layout->addWidget(new QLabel(label), 0, 0);
/external/blktrace/doc/
H A Dblktrace.tex29 \section{\label{sec:intro}Introduction}
57 \newpage\section{\label{sec:quick-start}Quick Start Guide}
63 \subsection{\label{sec:get-blktrace}Retrieving blktrace}
73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel}
107 \subsection{\label{sec:mount}Mounting the debugfs file system}
127 \subsection{\label{sec:build}Build the tools}
136 \subsection{\label{sec:live-blktrace}blktrace -- live}
197 \subsection{\label{sec:pc-blktrace}blktrace -- SCSI commands}
220 \subsection{\label{sec:blktrace-post}blktrace -- post-processing}
239 Filesystem label
[all...]
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_IDLETIMER.h39 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeWizard.h60 /** When using %label:TOKENNAME in a tree for parse(), we must
61 * track the label.
64 NSString *label; variable
67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeWizard.h60 /** When using %label:TOKENNAME in a tree for parse(), we must
61 * track the label.
64 NSString *label; variable
67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeWizard.h60 /** When using %label:TOKENNAME in a tree for parse(), we must
61 * track the label.
64 NSString *label; variable
67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeWizard.h65 /** When using %label:TOKENNAME in a tree for parse(), we must
66 * track the label.
69 NSString *label; variable
72 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; variable
/external/doclava/res/assets/templates/
H A Ddiff.cs4 .package-label { property
8 .class-label { class
12 .method-label { property
139 <td class="package-label"><?cs var:package.name ?></td>
159 <td class="class-label"><?cs var:class.qualifiedName ?></td>
173 <td class="method-label"><?cs var:method.signature ?></td>
/external/doclava/src/com/google/doclava/
H A DSorter.java20 public String label; field in class:Sorter
24 label = l;
29 return label.compareToIgnoreCase(((Sorter) other).label);
H A DKeywordEntry.java22 KeywordEntry(String label, String href, String comment) { argument
23 this.label = label;
29 data.setValue(base + ".label", this.label);
35 return Character.toUpperCase(this.label.charAt(0));
39 return this.label.compareToIgnoreCase(((KeywordEntry) that).label);
42 private String label; field in class:KeywordEntry
/external/iptables/include/linux/netfilter/
H A Dxt_IDLETIMER.h44 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
/external/javassist/sample/rmi/
H A DAlertDialog.java7 private Label label; field in class:AlertDialog
13 label = new Label();
18 add("North", label);
23 label.setText(message);
/external/mdnsresponder/Clients/
H A DClientCommon.c46 const char *GetNextLabel(const char *cstr, char label[64]) argument
48 char *ptr = label;
49 while (*cstr && *cstr != '.') // While we have characters in the label...
69 if (ptr >= label+64) { label[63] = 0; return(NULL); } // Illegal label more than 63 bytes
71 *ptr = 0; // Null-terminate label text
72 if (ptr == label) return(NULL); // Illegal empty label
/external/openfst/src/include/fst/
H A Dsymbol-table-ops.h53 typename Arc::Label label = stiter.Value(); local
54 if (seen.find(label) != seen.end()) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DTransition.java32 * that the label is actually a set of labels or a semantic predicate.
34 * transitions) and has a label/target pair. I have abstracted the notion
38 /** What label must be consumed to transition to target */
39 public Label label; field in class:Transition
44 public Transition(Label label, State target) { argument
45 this.label = label;
49 public Transition(int label, State target) { argument
50 this.label = new Label(label);
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRandomPhrase.java103 else if ( t0.label.isSet() || t0.label.isAtom() ) {
104 tokenTypes.add( getTokenType(t0.label) );
126 protected static Integer getTokenType(Label label) { argument
127 if ( label.isSet() ) {
129 IntervalSet typeSet = (IntervalSet)label.getSet();
134 return Utils.integer(label.getAtom());
136 //System.out.println(t0.label.toString(g));
/external/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h27 /// Stores information associated with a specific label identifier. A label
28 /// may be a base label created using dfsan_create_label, with associated
29 /// text description and user data, or an automatically created union label,
30 /// which represents the union of two label identifiers (which may themselves
45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in
49 /// Creates and returns a base label with the given description and user data.
52 /// Sets the label for each address in [addr,addr+size) to \c label.
53 void dfsan_set_label(dfsan_label label, voi
98 dfsan_set_label(dfsan_label label, T &data) argument
[all...]
/external/compiler-rt/lib/dfsan/
H A Ddfsan.h31 void dfsan_add_label(dfsan_label label, void *addr, uptr size);
32 void dfsan_set_label(dfsan_label label, void *addr, uptr size);
38 void dfsan_set_label(dfsan_label label, T &data) { // NOLINT argument
39 dfsan_set_label(label, (void *)&data, sizeof(T));
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DBlockAddresses.java32 * block (indexed by basic block label) */
36 * of each basic block (indexed by basic block label) */
41 * label) */
71 * Gets the instance for the start of the block with the given label.
73 * @param label {@code non-null;} the label of the block in question
76 public CodeAddress getStart(int label) { argument
77 return starts[label];
92 * the given label.
94 * @param label {
97 getLast(int label) argument
119 getEnd(int label) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DLocalVariableExtractor.java75 for (int label = method.getFirstLabel();
76 label >= 0;
77 label = Bits.findFirst(workSet, 0)) {
78 Bits.clear(workSet, label);
79 processBlock(label);
89 * @param label {@code >= 0;} label of the block to process
91 private void processBlock(int label) { argument
92 RegisterSpecSet primaryState = resultInfo.mutableCopyOfStarts(label);
93 BasicBlock block = blocks.labelToBlock(label);
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dprogress.c32 const char *label, __u64 max)
59 if (label) {
60 fputs(label, stdout);
30 ext2fs_numeric_progress_init(ext2_filsys fs, struct ext2fs_numeric_progress_struct * progress, const char *label, __u64 max) argument
/external/eigen/bench/
H A Dquatmul.cpp20 template<typename Quat> void bench(const std::string& label) argument
33 std::cout << label << " default " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
36 std::cout << label << " novec " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DRayTrace.java54 private JLabel label; field in class:RayTrace
64 label = new JLabel(new ImageIcon(image));
65 frame.getContentPane().add(label);
99 label.repaint();
/external/linux-tools-perf/src/tools/perf/ui/gtk/
H A Dprogress.c17 GtkWidget *label = gtk_label_new(title); local
22 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 3); local

Completed in 2518 milliseconds

1234567891011>>