HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 1 - 25 of 1990) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/blktrace/btt/doc/
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{sec:qhist}Q Histogram Data File
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
macros_override.cs 11 @<?cs var:anno.type.label ?>
  /external/doclava/res/assets/templates-sdk/
macros_override.cs 11 @<?cs var:anno.type.label ?>
  /external/webrtc/talk/app/webrtc/objc/public/
RTCMediaStream.h 38 @property(nonatomic, strong, readonly) NSString *label; variable
RTCMediaStreamTrack.h 45 @property(nonatomic, readonly) NSString* label; variable
  /external/tpm2/
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);
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...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_IDLETIMER.h 25 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /external/blktrace/doc/
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/doclava/src/com/google/doclava/
Sorter.java 20 public String label; field in class:Sorter
24 label = l;
29 return label.compareToIgnoreCase(((Sorter) other).label);
  /external/iproute2/lib/
mpls_pton.c 17 unsigned long label; local
19 label = strtoul(name, &endp, 0);
20 /* Fail when the label value is out or range */
21 if (label >= (1 << 20))
27 addr->entry = htonl(label << MPLS_LS_LABEL_SHIFT);
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_IDLETIMER.h 40 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
3-1.c 28 char *label; local
30 label = "pthread_condattr_init()";
35 label = "pthread_cond_init()";
55 ERR_MSG(label, rc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_IDLETIMER.h 39 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ImportInsteadPage.java 38 CLabel label = new CLabel(container, SWT.NONE); local
39 label.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, true, false, 1, 1));
40 label.setText(
  /external/annotation-tools/annotation-file-utilities/
annotation-file-format.tex 53 \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{bytecode-offsets}
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
Contacts_OrganizationsTest.java 25 String label = "label"; local
27 Organizations.TYPE_CUSTOM, label).toString();
28 assertEquals(label, display);
33 Organizations.TYPE_OTHER, label).toString();
37 Organizations.TYPE_WORK, label).toString();
  /cts/tools/dasm/src/java_cup/
production_part.java 4 * production. In this base class it contains only an optional label
29 /** Optional label for referring to the part within an action (null for
30 * no label).
34 /** Optional label for referring to the part within an action (null for
35 * no label).
37 public String label() {return _label;} method in class:production_part
56 if (label() != null)
57 return label().equals(other.label());
59 return other.label() == null
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
OpenGLWatchFaceConfigActivity.java 39 TextView label = (TextView) findViewById(R.id.label); local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
OpenGLWatchFaceConfigActivity.java 39 TextView label = (TextView) findViewById(R.id.label); local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 34 TextView label = (TextView) findViewById(R.id.label); local
35 label.setText(label.getText() + " (" + name.getClassName() + ")");
OpenGLWatchFaceConfigActivity.java 39 TextView label = (TextView) findViewById(R.id.label); local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
LabelNode.java 32 import org.objectweb.asm.Label;
36 * An {@link AbstractInsnNode} that encapsulates a {@link Label}.
40 public Label label; field in class:LabelNode
42 public LabelNode(final Label label) {
44 this.label = label;
48 cv.visitLabel(label);
52 return LABEL;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
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/
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

Completed in 1317 milliseconds

1 2 3 4 5 6 7 8 91011>>