/external/blktrace/btt/doc/ |
H A D | btt.tex | 30 \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 D | macros_override.cs | 11 @<?cs var:anno.type.label ?>
|
/external/webrtc/talk/app/webrtc/objc/public/ |
H A D | RTCMediaStream.h | 38 @property(nonatomic, strong, readonly) NSString *label; variable
|
H A D | RTCMediaStreamTrack.h | 45 @property(nonatomic, readonly) NSString* label; variable
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A D | stringquery.cpp | 15 StringQuery::StringQuery(QString label) argument 20 layout->addWidget(new QLabel(label), 0, 0);
|
/external/syslinux/com32/gpllib/disk/ |
H A D | labels.c | 13 void get_label(int label, char **buffer_label) argument 19 switch (label) {
|
H A D | mbrs.c | 19 * @label: first four bytes of the MBR 23 void get_mbr_string(const uint32_t label, char *buffer, const int buffer_size) argument 26 uint16_t s_label = label >> 16; 41 if (((label >> 8) & 0xff) == 0x8e) 43 else if (((label >> 8) & 0xff) == 0x90) 45 else if (((label >> 8) & 0xff) == 0xfa) 82 if (((label >> 8) & 0xff) == 0x00) 84 else if (((label >> 8) & 0xff) == 0x80) 86 else if (((label >> 8) & 0xff) == 0x90) 93 if (((label >> [all...] |
/external/blktrace/doc/ |
H A D | blktrace.tex | 29 \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 D | xt_IDLETIMER.h | 39 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 D | 3-1.c | 28 char *label; local 30 label = "pthread_condattr_init()"; 35 label = "pthread_cond_init()"; 55 ERR_MSG(label, rc);
|
/external/tpm2/ |
H A D | RSA_Decrypt.c | 22 // 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 D | RSA_Encrypt.c | 20 // 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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
H A D | ANTLRTreeWizard.h | 60 /** 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 D | ANTLRTreeWizard.h | 60 /** 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 D | ANTLRTreeWizard.h | 60 /** 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 D | ANTLRTreeWizard.h | 65 /** 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 D | ICheckBox.java | 16 public CheckBoxImpl(String label) { argument 17 super(label);
|
/external/doclava/res/assets/templates/ |
H A D | diff.cs | 4 .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 D | Sorter.java | 20 public String label; field in class:Sorter 24 label = l; 29 return label.compareToIgnoreCase(((Sorter) other).label);
|
/external/iproute2/lib/ |
H A D | mpls_pton.c | 16 unsigned long label; local 18 label = strtoul(name, &endp, 0); 19 /* Fail when the label value is out or range */ 20 if (label >= (1 << 20)) 26 addr->entry = htonl(label << MPLS_LS_LABEL_SHIFT);
|
/external/iptables/include/linux/netfilter/ |
H A D | xt_IDLETIMER.h | 44 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
|
/external/javassist/sample/rmi/ |
H A D | AlertDialog.java | 7 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 D | 5-1.c | 30 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 D | 17-5.c | 41 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);
|
/external/mdnsresponder/Clients/ |
H A D | ClientCommon.c | 46 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
|