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

<<11121314151617181920>>

  /external/openssl/crypto/bn/asm/x86/
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/components/autofill/core/browser/
form_structure_unittest.cc 71 field.label = ASCIIToUTF16("username");
76 field.label = ASCIIToUTF16("password");
81 field.label = base::string16();
86 field.label = ASCIIToUTF16("address1");
104 field.label = ASCIIToUTF16("username");
109 field.label = ASCIIToUTF16("password");
114 field.label = ASCIIToUTF16("state");
119 field.label = base::string16();
130 field.label = ASCIIToUTF16("address1");
163 field.label = ASCIIToUTF16("username")
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuParams.java 32 public final String label; field in class:ContextMenuParams.CustomMenuItem
35 public CustomMenuItem(String label, int action) {
36 this.label = label;
69 * The label that should be shown for the custom menu item at {@code index}.
71 * @return The label to show.
75 return mCustomMenuItems.get(index).label;
173 private void addCustomItem(String label, int action) {
174 mCustomMenuItems.add(new CustomMenuItem(label, action));
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 52 // that the first widget to get shrunk is the label rather than the button(s).
57 GtkWidget* label = CreateLabel(label_text); local
58 gtk_util::ForceFontSizePixels(label, 13.4);
59 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
60 gtk_util::CenterWidgetInHBox(confirm_hbox_, label, true, 0);
61 signals()->Connect(label, "map",
70 gtk_misc_set_alignment(GTK_MISC(GTK_CHROME_LINK_BUTTON(link)->label), 0, 0.5);
75 gtk_util::ForceFontSizePixels(GTK_CHROME_LINK_BUTTON(link)->label, 13.4);
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.h 83 // Close a started device. |label| is provided in OnDeviceOpened.
84 void CloseDevice(const std::string& label);
86 // Check if the label is a valid stream.
87 virtual bool IsStream(const std::string& label);
88 // Get the video session_id given a label. The label identifies a stream.
90 virtual int video_session_id(const std::string& label, int index);
91 // Returns an audio session_id given a label and an index.
92 virtual int audio_session_id(const std::string& label, int index);
115 const std::string& 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);
163 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/chrome/installer/gcapi/
gcapi_omaha_experiment.cc 30 const string16& label,
44 // Split the original labels by the label separator.
55 if (!it->empty() && !StartsWith(*it, label + L"=", true)) {
62 gcapi_internals::GetGCAPIExperimentLabel(brand_code, label));
76 const string16& label) {
89 label.c_str(),
  /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).
  /external/chromium_org/third_party/skia/src/views/
SkOSMenu.cpp 92 SkOSMenu::Item::Item(const char label[], SkOSMenu::Type type,
94 fLabel.set(label);
136 int SkOSMenu::appendItem(const char label[], Type type, const char slotName[],
138 SkOSMenu::Item* item = new Item(label, type, slotName, evt);
143 int SkOSMenu::appendAction(const char label[], SkEventSinkID target) {
145 //Store label in event so it can be used to identify the action later
146 evt->setString(label, label);
147 return appendItem(label, SkOSMenu::kAction_Type, "", evt);
150 int SkOSMenu::appendList(const char label[], const char slotName[]
    [all...]
  /external/chromium_org/tools/gn/
command_refs.cc 37 " Finds code referencing a given label. The label can be a\n"
76 Err(Location(), "Patterns match the entire label. Since your pattern "
103 std::string label = (*d)->label().GetUserVisibleName(false); local
104 if (pattern.MatchesString(label)) {
113 record->item()->label().GetUserVisibleName(false) + " -> " +
114 label);
loader.h 13 #include "tools/gn/label.h"
40 const Label& toolchain_name) = 0;
46 // Returns the label of the default toolchain.
47 virtual Label GetDefaultToolchain() const = 0;
49 // Returns information about the toolchain with the given label. Will return
51 virtual const Settings* GetToolchainSettings(const Label& label) = 0;
54 // label, and calls Load().
55 void Load(const Label& label);
    [all...]
  /external/skia/src/views/
SkOSMenu.cpp 92 SkOSMenu::Item::Item(const char label[], SkOSMenu::Type type,
94 fLabel.set(label);
136 int SkOSMenu::appendItem(const char label[], Type type, const char slotName[],
138 SkOSMenu::Item* item = new Item(label, type, slotName, evt);
143 int SkOSMenu::appendAction(const char label[], SkEventSinkID target) {
145 //Store label in event so it can be used to identify the action later
146 evt->setString(label, label);
147 return appendItem(label, SkOSMenu::kAction_Type, "", evt);
150 int SkOSMenu::appendList(const char label[], const char slotName[]
    [all...]
  /external/wpa_supplicant_8/src/crypto/
sha1-tlsprf.c 20 * @label: A unique label for each purpose of the PRF
30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label,
48 MD5_addr[1] = (unsigned char *) label;
49 MD5_len[1] = os_strlen(label);
55 SHA1_addr[1] = (unsigned char *) label;
56 SHA1_len[1] = os_strlen(label);
63 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
  /frameworks/base/core/java/android/gesture/
Instance.java 21 * An instance represents a sample if the label is available or a query if the
22 * label is null.
38 // the label can be null
39 final String label; field in class:Instance
47 label = sampleName;
69 * @param label
72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) {
77 instance = new Instance(gesture.getID(), pts, label);
81 instance = new Instance(gesture.getID(), pts, label);
  /frameworks/ex/chips/src/com/android/ex/chips/
Queries.java 34 Phone.LABEL, // 3
42 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
43 return Phone.getTypeLabel(res, type, label);
52 Email.LABEL, // 3
60 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
61 return Email.getTypeLabel(res, type, label);
98 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label);
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-586.pl 166 &je (&label("abort"));
180 &je (&label("RC4_CHAR"));
185 &jz (&label("loop1"));
189 &jz (&label("go4loop4"));
193 &jnc (&label("go4loop4"));
202 &jmp(&label("loop_mmx_enter"));
213 &jb (&label("loop_mmx"));
229 &je (&label("done"));
230 &jmp (&label("loop1"));
244 &jb (&label("loop4"))
    [all...]

Completed in 2966 milliseconds

<<11121314151617181920>>