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

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-circular1-err.asm1 times (label-$) db 0
2 label: db 'Where am I?' define
H A Dopt-circular2-err.asm1 times (label-$+1) db 0
2 label: db 'NOW where am I?' define
/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/chromium_org/third_party/libjingle/source/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/chromium_org/third_party/WebKit/public/web/
H A DWebColorSuggestion.h43 WebString label; member in struct:blink::WebColorSuggestion
H A DWebDateTimeSuggestion.h38 WebString label; member in struct:blink::WebDateTimeSuggestion
/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/chromium_org/content/common/
H A Ddate_time_suggestion.h25 // The label for the suggestion.
26 base::string16 label; member in struct:content::DateTimeSuggestion
/external/chromium_org/content/public/common/
H A Dcolor_suggestion.h25 base::string16 label; member in struct:content::ColorSuggestion
/external/chromium_org/third_party/WebKit/Source/platform/
H A DColorSuggestion.h41 String label; member in struct:blink::ColorSuggestion
43 ColorSuggestion(const Color& colorValue, const String& label) argument
45 , label(label)
/external/chromium_org/tools/gn/
H A Dconfig.cc11 Config::Config(const Settings* settings, const Label& label) argument
12 : Item(settings, label) {
/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/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl225 local $label = $iteration + 1;
280 &P(\$c, "(pBypass)\tbr.cond.spnt.many .rc4Bypass%u",$label)if ($pByp);
284 &P(\$c, ".rc4Resume%u:", $label) if ($pByp);
302 &P(\$bypass, ".rc4Bypass%u:", $label);
309 &I(\$bypass, "br.sptk.many .rc4Resume%u\n", $label);
425 #define MODSCHED_RC4_LOOP(label) \\
426 label: \\ label
457 br.ctop.sptk.few 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/chromium_org/ash/ime/
H A Dinput_method_menu_item.h33 std::string label; // A description of the property. Non-empty string. member in struct:ash::ime::InputMethodMenuItem
/external/chromium_org/ash/system/tray/
H A Dtray_utils.cc11 #include "ui/views/controls/label.h"
15 void SetupLabelForTray(views::Label* label) { argument
16 label->SetFontList(gfx::FontList().Derive(1, gfx::Font::BOLD));
17 label->SetAutoColorReadabilityEnabled(false);
18 label->SetEnabledColor(SK_ColorWHITE);
19 label->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255));
20 label->SetShadows(gfx::ShadowValues(
52 // Center the label for vertical launcher alignment.
55 tray_view->label()->GetPreferredSize().width()) / 2);
/external/chromium_org/media/base/
H A Dtext_track_config.cc14 const std::string& label,
18 label_(label),
25 config.label() == label_ &&
13 TextTrackConfig(TextKind kind, const std::string& label, const std::string& language, const std::string& id) argument
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaDeviceInfo.cpp64 String MediaDeviceInfo::label() const function in class:blink::MediaDeviceInfo
66 return m_webMediaDeviceInfo.label();
H A DSourceInfo.cpp64 String SourceInfo::label() const function in class:blink::SourceInfo
66 return m_webSourceInfo.label();
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/
H A Dframe_analyzer.cc33 * RESULT <metric>:<label>= <values>
38 * frame_analyzer --label=<test_label> --reference_file=<name_of_file>
51 " - label(string): The label to use for the perf output."
68 parser.SetFlag("label", "MY_TEST");
95 std::string label = parser.GetFlag("label"); local
96 webrtc::test::PrintAnalysisResults(label, &results);
97 webrtc::test::PrintMaxRepeatedAndSkippedFrames(label,

Completed in 820 milliseconds

1234567891011>>