Searched defs:label (Results 1 - 25 of 787) 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/doclava/res/assets/templates-sdk/
H A Dmacros_override.cs11 @<?cs var:anno.type.label ?>
/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCMediaStream.h38 @property(nonatomic, strong, readonly) NSString *label; variable
H A DRTCMediaStreamTrack.h45 @property(nonatomic, readonly) NSString* label; variable
/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/syslinux/com32/gpllib/disk/
H A Dlabels.c13 void get_label(int label, char **buffer_label) argument
19 switch (label) {
/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.h40 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D3-1.c28 char *label; local
30 label = "pthread_condattr_init()";
35 label = "pthread_cond_init()";
55 ERR_MSG(label, rc);
/external/tpm2/
H A DRSA_Decrypt.c22 // TPM_RC_VALUE label is not a null terminated string or the value of cipherText is
34 char *label = NULL; local
54 // If label is present, make sure that it is a NULL-terminated string
55 if(in->label.t.size > 0)
58 if(in->label.t.buffer[in->label.t.size - 1] != 0)
60 label = (char *)in->label.t.buffer;
78 label);
H A DRSA_Encrypt.c20 // the key referenced by keyHandle, or label is not a null-terminated
32 char *label = NULL; local
46 // Is there a label?
47 if(in->label.t.size > 0)
49 // label is present, so make sure that is it NULL-terminated
50 if(in->label.t.buffer[in->label.t.size - 1] != 0)
52 label = (char *)in->label.t.buffer;
68 label);
[all...]
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-format.tex53 \section{Purpose: External storage of annotations\label{purpose}}
155 \section{Grammar\label{grammar}}
164 \subsection{Grammar conventions\label{grammar-conventions}}
196 \subsection{Java file grammar\label{java-file-grammar}}
214 \subsubsection{Package definitions\label{package-definitions}}
237 \subsubsection{Class definitions\label{class-definitions}}
372 \subsubsection{Field definitions\label{field-definitons}}
398 \subsubsection{Method definitions\label{method-definitions}}
503 \subsection{Bytecode Locations\label{bytecode-locations}}
549 \subsubsection{Bytecode offsets\label{bytecod
[all...]
/external/annotation-tools/asmx/src/org/objectweb/asm/attrs/
H A DStackMapFrame.java55 public Label label; field in class:StackMapFrame
69 public StackMapFrame(Label label, List locals, List stack) { argument
70 this.label = label;
77 sb.append(System.identityHashCode(label));
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
H A DLabelNode.java40 public Label label; field in class:LabelNode
42 public LabelNode(final Label label) { argument
44 this.label = label;
48 cv.visitLabel(label);
/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/autotest/frontend/client/src/autotest/afe/
H A DICheckBox.java16 public CheckBoxImpl(String label) { argument
17 super(label);
/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);
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A D5-1.c30 int set_policy(char *label, int policy) argument
45 ERR_MSG(label, "pthread_attr_setschedpolicy()", rc);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D17-5.c41 char *label; local
47 label = "sched_getparam()";
53 label = "sched_getscheduler()";
59 label = "sched_setscheduler() - invalid policy succeeded?";
64 label = "sched_getparam()";
69 label = "sched_getscheduler()";
91 ERR_MSG(label, rc);

Completed in 611 milliseconds

1234567891011>>