HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 276 - 300 of 2621) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/public/browser/
speech_recognition_session_context.h 46 // The label for the permission request, it is used for request abortion.
47 std::string label; member in struct:content::SpeechRecognitionSessionContext
  /external/chromium_org/content/renderer/media/
mock_media_stream_dispatcher.cc 58 void MockMediaStreamDispatcher::StopStream(const std::string& label) {
62 bool MockMediaStreamDispatcher::IsStream(const std::string& label) {
66 int MockMediaStreamDispatcher::video_session_id(const std::string& label,
71 int MockMediaStreamDispatcher::audio_session_id(const std::string& label,
  /external/chromium_org/net/socket/
ssl_socket.h 25 virtual int ExportKeyingMaterial(const base::StringPiece& label,
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
SourceInfo.h 43 String label() const;
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCDataChannelHandler.h 41 virtual WebString label() = 0;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
add.pl 26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
sqr.pl 20 &jz(&label("sw_finish"));
37 &jnz(&label("sw_loop"));
42 &jz(&label("sw_end"));
53 &jz(&label("sw_end")) if ($i != 7-1);
sub.pl 26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
  /external/chromium_org/tools/gn/
commands.cc 9 #include "tools/gn/label.h"
60 // Need to resolve the label after we know the default toolchain.
61 // TODO(brettw) find the current directory and resolve the input label
63 Label default_toolchain = setup->build_settings().toolchain_manager()
67 Label label = Label::Resolve(SourceDir(), default_toolchain, arg_value, &err); local
76 node = setup->build_settings().item_tree().GetExistingNodeLocked(label);
80 "I don't know about this \"" + label.GetUserVisibleName(false) +
88 "The \"" + label.GetUserVisibleName(false) + "\" thing\n
    [all...]
  /external/libvorbis/doc/
10-tables.tex 4 \section{Tables} \label{vorbis:spec:tables}
6 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table}
  /external/openssl/crypto/bn/asm/x86/
add.pl 26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
sqr.pl 20 &jz(&label("sw_finish"));
37 &jnz(&label("sw_loop"));
42 &jz(&label("sw_end"));
53 &jz(&label("sw_end")) if ($i != 7-1);
sub.pl 26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
  /external/smack/src/org/jivesoftware/smackx/
FormField.java 52 private String label; field in class:FormField
90 * Returns the label of the question which should give enough information to the user to
93 * @return label of the question.
96 return label;
181 * Sets the label of the question which should give enough information to the user to
184 * @param label the label of the question.
186 public void setLabel(String label) {
187 this.label = label;
328 private String label; field in class:FormField.Option
    [all...]
  /external/srec/srec/include/
ann_util.h 47 char* label);
58 void annotation_decorate_labels(annotate_info* hAnnotation, char *label);
62 char *label,
83 utterance_info *beep_utt, preprocessed *prep, char *label);
hmmlib.h 34 int get_prons(const vocab_info* voc, const char* label, char* prons, int prons_len);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java 39 // when constructing a label to use in log messages.
54 * The label to use to describe the database when it appears in logs.
57 public final String label; field in class:SQLiteDatabaseConfiguration
105 label = stripPathForLogs(path);
124 this.label = other.label;
  /frameworks/base/core/java/android/util/
TimingLogger.java 56 /** A label to be included in every log. */
74 * @param label a string to be displayed with each log
76 public TimingLogger(String tag, String label) {
77 reset(tag, label);
86 * @param label a string to be displayed with each log
88 public void reset(String tag, String label) {
90 mLabel = label;
96 * the tag and label that was specified previously, either via
97 * the constructor or a call to reset(tag, label). If the
120 * @param splitLabel a label to associate with this split
    [all...]
  /packages/apps/Settings/src/com/android/settings/
WallpaperTypeSettings.java 55 CharSequence label = info.loadLabel(pm); local
56 if (label == null) label = info.activityInfo.packageName;
57 pref.setTitle(label);
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 50 // that the first widget to get shrunk is the label rather than the button(s).
55 GtkWidget* label = CreateLabel(label_text); local
56 gtk_util::ForceFontSizePixels(label, 13.4);
57 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
58 gtk_util::CenterWidgetInHBox(confirm_hbox_, label, true, 0);
59 signals()->Connect(label, "map",
68 gtk_misc_set_alignment(GTK_MISC(GTK_CHROME_LINK_BUTTON(link)->label), 0, 0.5);
73 gtk_util::ForceFontSizePixels(GTK_CHROME_LINK_BUTTON(link)->label, 13.4);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 22 #include "ui/views/controls/label.h"
96 views::Label* KeywordHintView::CreateLabel(const gfx::Font& font,
100 views::Label* label = new views::Label(); local
101 label->set_border(views::Border::CreateEmptyBorder(font_y_offset, 0, 0, 0));
102 label->SetFont(font);
103 label->SetEnabledColor(text_color);
104 label->SetBackgroundColor(background_color);
105 AddChildView(label);
    [all...]
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 83 CharSequence label; local
85 label = pm.getText(packageName, labelRes, ai);
86 if (label != null) {
87 return label;
94 label = pm.getText(packageName, ai.labelRes, ai);
95 if (label != null) {
96 return label;
  /system/vold/
VolumeManager.h 81 int mountVolume(const char *label);
82 int unmountVolume(const char *label, bool force, bool revert);
83 int shareVolume(const char *label, const char *method);
84 int unshareVolume(const char *label, const char *method);
86 int formatVolume(const char *label, bool wipe);
138 Volume *lookupVolume(const char *label);
162 int vold_disableVol(const char *label);
  /external/chromium/net/base/
dns_util.cc 15 char label[63]; local
16 unsigned int labellen = 0; /* <= sizeof label */
31 memcpy(name + namelen, label, labellen);
37 if (labellen >= sizeof label)
39 label[labellen++] = ch;
46 memcpy(name + namelen, label, labellen);
53 name[namelen++] = 0; // This is the root label (of length 0).
  /external/chromium_org/net/base/
dns_util.cc 15 char label[63]; local
16 unsigned int labellen = 0; /* <= sizeof label */
31 memcpy(name + namelen, label, labellen);
37 if (labellen >= sizeof label)
39 label[labellen++] = ch;
46 memcpy(name + namelen, label, labellen);
55 name[namelen++] = 0; // This is the root label (of length 0).

Completed in 1888 milliseconds

<<11121314151617181920>>