/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsUtils.java | 102 provider.label = getXmlAttribute(context, xml, "label"); 152 public String label; field in class:AccountSettingsUtils.Provider
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ShortcutInfo.java | 163 public static void dumpShortcutInfoList(String tag, String label, 165 Log.d(tag, label + " size=" + list.size());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
BuildPreferencePage.java | 113 public KeystoreFieldEditor(String name, String label, Composite parent) { 114 super(name, label, parent);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDataItem.java | 372 * @param label {@code non-null;} the label for the purposes of annotation 376 String label, int size) { 378 out.annotate(String.format(" %-21s %08x", label + "_size:", 392 * @param label {@code non-null;} the label for the purposes of annotation 396 String label, ArrayList<? extends EncodedMember> list) { 405 out.annotate(0, " " + label + ":");
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
HandshakeProtocol.java | 340 * @param label 342 protected void computerReferenceVerifyDataTLS(String label) { 343 computerVerifyDataTLS(label, verify_data); 349 * @param label 352 protected void computerVerifyDataTLS(String label, byte[] buf) { 362 label.getBytes(), digest); 371 * @param label 381 * @param label
|
/external/skia/include/views/ |
SkWidget.h | 55 size_t getLabel(SkString* label = NULL) const; 58 void setLabel(const char label[]); 59 void setLabel(const char label[], size_t len); 62 // called when the label changes 86 /** called when the label changes. default behavior is to inval the widget */ 231 void setLabel(const char label[]); 236 // called when the label changes
|
/external/srec/srec/include/ |
astar.h | 60 char* label, debug[64]; member in struct:arc_token_t 62 wordID ilabel; /* input label */ 63 labelID olabel; /* output label */
|
/external/webkit/WebKit/gtk/webkit/ |
webkitsoupauthdialog.c | 152 GtkWidget* label; local 154 label = gtk_label_new(label_text); 155 gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5); 163 gtk_table_attach(GTK_TABLE(table), label, local
|
/external/wpa_supplicant/ |
eap_tls_common.h | 53 const char *label, size_t len);
|
eap_sake_common.c | 202 * @label: A unique label for each purpose of the KDF 213 static void eap_sake_kdf(const u8 *key, size_t key_len, const char *label, 221 size_t label_len = os_strlen(label) + 1; 225 addr[0] = (u8 *) label; /* Label | Y */
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_tls_common.h | 104 const char *label, size_t len);
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
StubMethodAdapter.java | 21 import org.objectweb.asm.Label; 98 Label l1 = new Label(); 230 public void visitLineNumber(int line, Label start) { 259 public void visitLabel(Label label) { 261 mParentVisitor.visitLabel(label); 265 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
MonthActivity.java | 236 final TextView label = (TextView) findViewById(DAY_OF_WEEK_LABEL_IDS[day]); local 237 label.setText(dayString); 239 label.setTextColor(sundayColor); 241 label.setTextColor(saturdayColor);
|
/packages/apps/Contacts/src/com/android/contacts/ |
ViewContactActivity.java | 1179 public TextView label; field in class:ViewContactActivity.ViewCache 1255 TextView label = views.label; local [all...] |
ContactEntryAdapter.java | 44 public String label; field in class:ContactEntryAdapter.Entry 57 p.writeString(label); 71 label = p.readString();
|
/packages/apps/Settings/src/com/android/settings/ |
LanguageSettings.java | 108 CharSequence label = property.loadLabel(getPackageManager()); local 115 chkbxPref.setTitle(label); 128 prefScreen.setTitle(label); 133 R.string.input_methods_settings_label_format, label);
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
BalloonHint.java | 127 * Set configurations to show text label in this balloon. 129 * @param label The text label to show in the balloon. 130 * @param textSize The text size used to show label. 131 * @param textBold Used to indicate whether the label should be bold. 132 * @param textColor The text color used to show label. 140 public void setBalloonConfig(String label, float textSize, 142 mBalloonView.setTextConfig(label, textSize, textBold, textColor); 147 * Set configurations to show text label in this balloon. 349 * The label to be shown. It is enabled only if {@link #mIcon} is null [all...] |
/build/tools/droiddoc/src/ |
TypeInfo.java | 152 String label = qualified ? qualifiedTypeName() : simpleTypeName(); local 153 label += (isLastVararg) ? "..." : dimension(); 154 data.setValue(base + ".label", label);
|
/build/tools/droiddoc/templates/assets/ |
search_autocomplete.js | 25 link.innerHTML = match.__hilabel || match.label; 143 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 200 var labelLower = result.label.toLowerCase(); 226 n = (a.label < b.label) ? -1 : 1; 241 gMatches[i].__hilabel = gMatches[i].label.replace(
|
/dalvik/dx/src/com/android/dx/rop/code/ |
BasicBlockList.java | 37 * and the first-block label is initially {@code -1}. 152 * Gets the first block in the list with the given label, if any. 154 * @param label {@code >= 0;} the label to look for 156 * @throws IllegalArgumentException thrown if the label isn't found 158 public BasicBlock labelToBlock(int label) { 159 int idx = indexOfLabel(label); 162 throw new IllegalArgumentException("no such label: " 163 + Hex.u2(label));
|
/external/bison/src/ |
vcg.h | 165 /* Label the text displayed inside the node. If no label is specified 169 const char *label; member in struct:node 210 calculated from the size of the label. 211 Default are width and height of the label. */ 217 the size of the label text is scaled by ((stretch=shrink) \Lambda 238 color attributes, textmode and label, but not the location). A 270 /* textcolor is the color for the label text. bordercolor is the color 338 /* Label specifies the label of the edge. It is drawn i 340 const char *label; member in struct:edge 465 const char *label; member in struct:graph [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_fast_common.c | 88 * master_secret = T-PRF(PAC-Key, "PAC to master secret label hash", 94 "PAC to master secret label hash", 103 const char *label, size_t len) 117 if (tls_connection_prf(ssl_ctx, conn, label, 1, out, block_size + len) 137 label, rnd, keys.client_random_len +
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_common.c | 27 const char *label, u8 *res, size_t res_len) 42 addr[2] = (const u8 *) label; 43 len[2] = os_strlen(label);
|
/frameworks/base/core/java/android/content/pm/ |
ApplicationInfo.java | 496 * @param pm A PackageManager from which the label can be loaded; usually 504 CharSequence label = pm.getText(packageName, descriptionRes, this); local 505 if (label != null) { 506 return label;
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
InputTypeActivity.java | 142 private View buildEntryView(int inputType, int label) { 150 TextView textView = (TextView) view.findViewById(R.id.label); 151 textView.setText(label);
|