/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageUtil.java | 101 CharSequence label = appInfo.loadLabel(pm); local 104 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(label); 122 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label); 140 CharSequence label; field in class:PackageUtil.AppSnippet 142 public AppSnippet(CharSequence label, Drawable icon) { 143 this.label = label; 148 * Utility method to load application label 161 CharSequence label = null; local 162 // Try to load the label from the package's resources. If an app has not explicitl [all...] |
/build/tools/droiddoc/src/ |
LinkReference.java | 34 public String label; field in class:LinkReference 74 * error, it logs it and fills in href and label with error text. 134 result.label = text.substring(index); 300 result.label = result.label + "/" + ref + "/" + mem + '/'; 303 result.label += params[i] + "|"; 313 result.label = result.label 338 result.label = matcher.group(1); 351 result.label = matcher.group(2) [all...] |
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
LatinKeyboard.java | 52 * appropriate label on the keyboard's enter key (if it has one). 63 mEnterKey.label = res.getText(R.string.label_go_key); 68 mEnterKey.label = res.getText(R.string.label_next_key); 73 mEnterKey.label = null; 78 mEnterKey.label = res.getText(R.string.label_send_key); 83 mEnterKey.label = null;
|
/external/webkit/WebCore/html/ |
HTMLDataGridColElement.cpp | 58 m_column = DataGridColumn::create(getAttribute(idAttributeName()), label(), type(), primary(), sortable()); 85 String HTMLDataGridColElement::label() const function in class:WebCore::HTMLDataGridColElement 90 void HTMLDataGridColElement::setLabel(const String& label) 92 setAttribute(labelAttr, label); 156 column()->setLabel(label());
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
CorporaAdapter.java | 117 CharSequence label; local 120 label = mViewFactory.getGlobalSearchLabel(); 123 label = corpus.getLabel(); 125 if (DBG) Log.d(TAG, "Binding " + position + ", label=" + label); 127 view.setLabel(label);
|
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 1029 std::string label; local 1038 if ( m_LabelList.getFirst( &origIndex, &label ) ) { 1039 if ( IsSlot( label ) ) { 1040 orderedList.insert( orderedIndex++, label ); 1042 while (m_LabelList.getNext( &origIndex, &label ) ) { 1043 if ( IsSlot( label ) ) { 1044 orderedList.insert( orderedIndex++, label ); 1050 if ( m_LabelList.getFirst( &origIndex, &label ) ) { 1053 std::cout << label << " "<< label.find_first_of ("@") << std::endl 1101 std::string label; local 1168 std::string label; local 1248 const char* label = iter->first.c_str(); local [all...] |
/external/openssl/crypto/perlasm/ |
x86nasm.pl | 5 $label="L000"; 323 %label=(); 329 %label=(); 380 $label{$_[0]}="${under}${_[0]}" if (!defined($label{$_[0]})); 382 push(@out,"global\t$label{$_[0]}\n"); 385 sub main'label 387 if (!defined($label{$_[0]})) 389 $label{$_[0]}="\@${label}${_[0]}" [all...] |
x86_64-xlate.pl | 52 # lea .Label-.(%rax),%rax 57 # lea .Label-.Lpic_point(%rcx),%rbp 167 $self->{label} = $1; 191 # in $self->{label} 193 $self->{label} =~ s/(?<![0-9a-f])(0[x0-9a-f]+)/oct($1)/egi; 194 $self->{label} =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg; 195 $self->{label} =~ s/([0-9]+)/$1<<32>>32/eg; 199 $self->{label},$self->{base}, 202 sprintf "%s(%%%s)", $self->{label},$self->{base}; 207 $self->{label} =~ s/\./\$/g [all...] |
x86ms.pl | 5 $label="L000"; 311 %label=(); 323 %label=(); 389 $label{$_[0]}="_$_[0]" if (!defined($label{$_[0]})); 390 push(@out,"PUBLIC\t$label{$_[0]}\n"); 393 sub main'label 395 if (!defined($label{$_[0]})) 397 $label{$_[0]}="\$${label}${_[0]}" [all...] |
/external/srec/srec/clib/ |
voc_read.c | 156 /* the label is terminated with 0 and the entry terminated with ' ' */ 157 static int kompare(const char* label, const char* entry) { 158 while (*label == *entry) { 159 label++; 162 return (*label ? *label : ' ') - *entry; 165 int get_prons(const vocab_info* voc, const char* label, char* prons, int prons_len) { 171 //PLogError(L("get_prons '%s'"), label); 174 if (!voc->hasUpper && 'A' <= *label && *label <= 'Z') return 0 [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.h | 79 virtual void label(const char* theLabel); 80 virtual void B(int cc, const char* label); 81 virtual void BL(int cc, const char* label); 83 virtual uint32_t* pcForLabel(const char* label); 141 inline branch_target_t() : label(0), pc(0) { } 143 : label(l), pc(p) { } 144 const char* label; member in struct:android::ARMAssembler::branch_target_t
|
/external/e2fsprogs/lib/blkid/ |
probe.c | 37 static int figure_label_len(const unsigned char *label, int len) 39 const unsigned char *end = label + len - 1; 41 while ((*end == ' ' || *end == 0) && end >= label) 43 if (end >= label) { 44 label = label; 45 return end - label + 1; 140 const char *label = 0; local 148 label = es->s_volume_name; 149 blkid_set_tag(dev, "LABEL", label, sizeof(es->s_volume_name)) 446 const unsigned char *label = 0, *vol_label = 0, *tmp; local 706 const char *label = 0; local 722 const char *label = 0; local 750 const unsigned char *label = 0; local 766 const char *label = 0; local 794 const char *label = 0; local 809 const char *label = 0; local 861 const unsigned char *label; local 972 const char *label = 0; local 994 const char *label = 0; local 1049 struct lvm2_pv_label_header *label; local [all...] |
/external/iproute2/ip/ |
ifcfg | 32 label="label $1" 59 ip -4 addr flush dev $dev $label || exit 1 101 label= 105 ip addr del $pfx dev $dev $label || exit 1 122 if ! ip address add $pfx brd + dev $dev $label; then
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArraySet.java | 47 * Indexed by label of caller block: the locals specific to each caller's 70 * caller label. 130 for (int label = 0; label < sz; label++) { 131 LocalsArray la = secondaries.get(label); 135 + Hex.u2(label) + ')'); 152 for (int label = 0; label < sz; label++) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PathBarLayer.java | 44 public void pushLabel(int icon, String label, Runnable action) { 46 mComponents.add(new Component(icon, label, action, 0)); 68 public void changeLabel(String label) { 69 if (label == null || label.length() == 0) 73 pushLabel(component.icon, label, component.action); 114 Component(int icon, String label, Runnable action, float widthLeft) { 116 origString = label; 123 String label = ""; local 125 label = origString.substring(0, StringTexture.lengthToFit(sPathFormat.fontSize, widthLeft, typeface, ori (…) [all...] |
/external/v8/tools/ |
profile.js | 279 * Calculates a top down profile for a node with the specified label. 282 * @param {string} opt_label Node label. 290 * Calculates a bottom up profile for a node with the specified label. 293 * @param {string} opt_label Node label. 304 * @param {string} opt_label Node label. 320 * the specified label. If no name specified, starts from the root. 322 * @param {string} opt_label Starting node label. 334 if (!(node.label in precs)) { 335 precs[node.label] = 0; 337 var nodeLabelIsRootLabel = node.label == rootLabel [all...] |
/development/apps/Development/src/com/android/development/ |
AppPicker.java | 93 String label; field in class:AppPicker.MyApplicationInfo 105 info.label = info.info.loadLabel(getPackageManager()).toString(); 110 info.label = "(none)"; 120 name.setText(info.label); 135 return collator.compare(a.label, b.label);
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfButtonsTest.java | 102 String label = labels[i]; local 106 String indexInfo = "index: " + i + ", label: " + label; 112 assertEquals(indexInfo, label, button.getText().toString()); 121 String label = labels[i]; local 123 String indexInfo = "index: " + i + ", label: " + label; 129 assertEquals(indexInfo, label, button.getText().toString());
|
/external/skia/include/core/ |
SkUtils.h | 106 /** NOTE: label contents are not copied, just the ptr is 109 SkAutoTrace(const char label[]) : fLabel(label) { 125 label. NOTE: label contents are not copied, just the ptr is 128 SkAutoMemoryUsageProbe(const char label[]);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
project.h | 38 typename A::Label label = project_type_ == PROJECT_INPUT local 40 return A(label, label, arc.weight, arc.nextstate); 55 // input label to the output label or vice versa. This version modifies 69 // input label to the output label or vice versa. This version is a delayed
|
/external/v8/src/ |
regexp-macro-assembler-tracer.h | 44 virtual void Bind(Label* label); 45 virtual void CheckAtStart(Label* on_at_start); 46 virtual void CheckCharacter(uint32_t c, Label* on_equal); 49 Label* on_equal); 50 virtual void CheckCharacterGT(uc16 limit, Label* on_greater); 51 virtual void CheckCharacterLT(uc16 limit, Label* on_less); 55 Label* on_failure, 57 virtual void CheckGreedyLoop(Label* on_tos_equals_current_position); 58 virtual void CheckNotAtStart(Label* on_not_at_start) [all...] |
regexp-macro-assembler-irregexp.h | 55 virtual void Bind(Label* label); 60 virtual void GoTo(Label* label); 61 virtual void PushBacktrack(Label* label); 75 Label* on_end_of_input, 78 virtual void CheckCharacter(uint32_t c, Label* on_equal); 81 Label* on_equal); 82 virtual void CheckCharacterGT(uc16 limit, Label* on_greater) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
ProjectCheckPage.java | 43 import org.eclipse.swt.widgets.Label; 92 Label label = new Label(projectComposite, SWT.NONE); local 93 label.setLayoutData(gd = new GridData(GridData.FILL_HORIZONTAL)); 95 label.setText("Select the project to export:"); 97 new Label(projectComposite, SWT.NONE).setText("Project:"); 212 Label label = new Label(mErrorComposite, SWT.NONE) local 233 Label label = new Label(parent, SWT.NONE); local 253 Label label = new Label(parent, SWT.NONE); local [all...] |
/cts/tests/src/android/view/cts/ |
FocusFinderStubActivity.java | 103 private Button makeWide(String label) { 105 button.setText(label); 118 * @param label 119 * The label of the button. 124 private Button addSkinny(LinearLayout root, String label, boolean atRight) { 126 button.setText(label);
|
/external/clearsilver/csharp/ |
csperftest.cs | 10 public static void timefunk(String label, test_function f, int count) { 18 Console.WriteLine(label + " " + count + " elapsed: " + (elapsed / 1000.0));
|