HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 676 - 700 of 2711) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.css 46 label {
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 47 for (int i = 0; entries[i].label; ++i) {
48 if (value == entries[i].value) return entries[i].label;
176 void LogMultiline(LoggingSeverity level, const char* label, bool input,
187 LOG_V(level) << label << direction << "## "
213 LOG_V(level) << label << direction
267 LOG_V(level) << label << direction << "## " << consecutive_unprintable
282 LOG_V(level) << label << direction << substr;
284 LOG_V(level) << label << direction << "## omitted for privacy ##";
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaStream.java 91 public String label() { method in class:MediaStream
96 return "[" + label() + ":A=" + audioTracks.size() +
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslsocketfactory.h 66 void SetLogging(LoggingSeverity level, const std::string& label,
69 logging_label_ = label;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.asm 14 ; [8] Define a NASM local label
15 ; [9] Reference a NASM local label
43 .label rol eax,1 ; [4] [8]
44 loop .label ; [9] [12]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.asm 14 ; [8] Define a NASM local label
15 ; [9] Reference a NASM local label
43 .label rol eax,1 ; [4] [8]
44 loop .label ; [9] [12]
  /external/chromium_org/tools/gn/
builder_record.h 41 BuilderRecord(ItemType type, const Label& label);
45 const Label& label() const { return label_; } function in class:BuilderRecord
99 Label label_;
  /external/clang/test/Analysis/
stack-addr-ps.cpp 78 label:
79 void *const &x = &&label; // expected-note {{binding reference variable 'x' here}}
80 return x; // expected-warning {{returning address of label, which is local}}
  /external/clang/www/
menu.css 25 #menu label {
  /external/compiler-rt/www/
menu.css 25 #menu label {
  /external/dhcpcd/
dhcpcd-run-hooks.in 154 local name="$1" label
159 label="${name%%.*}"
160 [ -z "$label" -o ${#label} -gt 63 ] && return 1
161 case "$label" in
  /external/iproute2/ip/
ipaddrlabel.c 53 fprintf(stderr, "Usage: ip addrlabel [ list | add | del | flush ] prefix PREFIX [ dev DEV ] [ label LABEL ]\n");
90 int32_t label; local
91 memcpy(&label, RTA_DATA(tb[IFAL_LABEL]), sizeof(label));
92 fprintf(fp, "label %d ", label);
135 uint32_t label = 0xffffffffUL; local
162 } else if (strcmp(*argv, "label") == 0) {
165 if (get_u32(&label, *argv, 0) || label == 0xffffffffUL
    [all...]
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 38 // open-close parenthesis label pairs are passed in 'parens'.
43 typedef L Label;
49 // 'child_map_' accessed by stack_id and label. The paren_id is
58 PdtStack(const vector<pair<Label, Label> > &parens)
61 const pair<Label, Label> &p = parens[i];
79 // label read. 'Pushes' onto a stack if the label is an open
81 // label is a close parenthesis that matches the top of the stack
    [all...]
  /external/openfst/src/include/fst/
symbol-table-ops.h 40 unordered_set<typename Arc::Label> seen;
46 typename Arc::Label sym = (input) ? aiter.Value().ilabel :
53 typename Arc::Label label = stiter.Value(); local
54 if (seen.find(label) != seen.end()) {
  /external/skia/tests/
SortTest.cpp 25 static void check_sort(skiatest::Reporter* reporter, const char label[],
30 str.printf("%sSort [%d] failed %d %d", label, n, array[j], reference[j]);
  /external/srec/srec/ca/
rec_resu.c 54 int CA_FullResultLabel(CA_Recog *hRecog, char *label, int len)
59 rc = srec_get_top_choice_transcription(hRecog->recm, label, len, 1);
  /external/valgrind/main/drd/tests/
sigalrm.c 29 static void print_thread_id(const char* const label)
36 label, getpid(), getktid(), DRD_GET_VALGRIND_THREADID);
  /frameworks/base/core/java/android/hardware/input/
KeyboardLayout.java 43 public KeyboardLayout(String descriptor, String label, String collection) {
45 mLabel = label;
67 * Gets the keyboard layout descriptive label to show in the user interface.
68 * @return The keyboard layout descriptive label.
76 * the label of the broadcast receiver or application that provided the keyboard layout.
  /frameworks/base/core/java/android/view/inputmethod/
CompletionInfo.java 58 * Create a simple completion with just text, no label.
74 * Create a full completion with both text and label. The text is
75 * what will get inserted into the editor, while the label is what
77 * of the constructor without a `label' argument.
84 * @param label The text that the IME should be showing among the
87 public CompletionInfo(long id, int index, CharSequence text, CharSequence label) {
91 mLabel = label;
126 * Return the user-visible label for the completion, or null if the plain
137 + "\" id=" + mId + " label=" + mLabel + "}";
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtons.java 64 String label = getItem(position); local
67 button.setText(label);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
TaskDescription.java 34 private CharSequence mLabel; // application package label
76 public void setLabel(CharSequence label) {
77 mLabel = label;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java 143 * A label to display in the header next to the display name.
149 public void setLabel(String label) {
150 mLabel = label;
170 * Phone Label should be used instead of Phone Number.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 59 public void setLabel(CharSequence label) {
60 mLabel.setText(label);
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
Analytics.java 83 public void sendEvent(String category, String action, String label, long value) {}
86 public void sendMenuItemEvent(String category, int itemResId, String label, long value) {}

Completed in 701 milliseconds

<<21222324252627282930>>