/dalvik/dx/src/com/android/dx/command/dump/ |
DotDumper.java | 137 int label = bb.getLabel(); local 141 System.out.println("\tn" + Hex.u2(label) + " -> returns;"); 143 System.out.println("\tn" + Hex.u2(label) + " -> n" 146 System.out.print("\tn" + Hex.u2(label) + " -> {"); 157 System.out.println("\tn" + Hex.u2(label) + " -> n" 159 + " [label=\"primary\"];");
|
/dalvik/dx/src/com/android/dx/dex/code/ |
RopTranslator.java | 320 * Starting with the designated "first label" (that is, the 321 * first block of the method), add that label to the order, 329 for (int label = method.getFirstLabel(); 330 label != -1; 331 label = Bits.findFirst(workSet, 0)) { 345 IntList preds = method.labelToPredecessors(label); 365 if (pred.getPrimarySuccessor() == label) { 367 label = predLabel; 368 Bits.set(tracebackSet, label); 382 while (label != -1) 632 int label = successors.get(i); local 662 int label = block.getPrimarySuccessor(); 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
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
determinize.h | 55 // The label common divisor for a (left) string semiring selects a 85 // The gallic common divisor uses the label common divisor on the 130 typedef typename A::Label Label; 209 typedef typename A::Label Label; 222 typedef map<Label, Subset*> LabelMap; 301 // Constructs destination subsets per label. At return, subset 302 // element weights include the input automaton label weights and the 327 void AddArc(StateId s, Label label, Subset *dest_subset) [all...] |
mutable-fst.h | 53 // Return input label symbol table; return NULL if not specified 55 // Return output label symbol table; return NULL if not specified 58 // Return input label symbol table; return NULL if not specified 60 // Return output label symbol table; return NULL if not specified 63 // Set input label symbol table; NULL signifies not unspecified 65 // Set output label symbol table; NULL signifies not unspecified
|
rmepsilon.h | 58 typedef typename Arc::Label Label; 79 Label ilabel; 80 Label olabel; 85 Element(Label i, Label o, StateId s) 192 // Removes epsilon-transitions (when both the input and output label 207 typedef typename Arc::Label Label; 268 // Removes epsilon-transitions (when both the input and output label [all...] |
/external/svox/pico/ |
AndroidManifest.xml | 19 <application android:label="@string/app_name"> 21 <activity android:name=".DownloadVoiceData" android:label="@string/app_name" 42 <activity android:name=".CheckVoiceData" android:label="@string/app_name" 50 <activity android:name=".GetSampleText" android:label="@string/app_name" 58 <activity android:name=".EngineSettings" android:label="@string/app_name"> 66 android:hasCode="false" android:label="@string/app_name"
|
/external/tcpdump/ |
print-mpls.c | 58 * RFC3032: MPLS label stack encoding 72 printf("%s(label %u", 88 case 0: /* IPv4 explicit NULL label */ 89 case 3: /* IPv4 implicit NULL label */ 97 case 2: /* IPv6 explicit NULL label */ 107 * Generally there's no indication of protocol in MPLS label
|
/external/webkit/WebCore/inspector/front-end/ |
TimelineGrid.js | 48 this._dividersLabelBarElement.id = "resources-dividers-label-bar"; 84 var label = document.createElement("div"); 85 label.className = "resources-divider-label"; 86 dividerLabelBar._labelElement = label; 87 dividerLabelBar.appendChild(label);
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProviderInfo.java | 85 * The label to display to the user in the AppWidget picker. If not supplied in the 86 * xml, the application label will be used. 88 * <p>This field corresponds to the <code>android:label</code> attribute in 91 public String label; field in class:AppWidgetProviderInfo 131 this.label = in.readString(); 153 out.writeString(this.label);
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
AccountPreferenceBase.java | 149 * Gets the label associated with a particular account type. If none found, return null. 151 * @return a CharSequence for the label or null if one cannot be found. 154 CharSequence label = null; local 160 label = authContext.getResources().getText(desc.labelId); 162 Log.w(TAG, "No label for account type " + ", type " + accountType); 165 return label;
|
/packages/apps/Bluetooth/ |
AndroidManifest_test.xml | 7 android:label="@string/permlab_bluetoothShareManager" 22 android:label="@string/app_name"> 24 <activity android:name=".opp.TestActivity" android:label="@string/app_name"> 49 android:theme="@android:style/Theme.Dialog" android:label="@string/bt_share_picker_label"> 87 android:label="@string/btopp_live_folder"> 95 android:label=" "
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactOptionsActivity.java | 68 TextView label = (TextView)findViewById(R.id.label); local 69 label.setText(getString(R.string.label_ringtone)); 75 label = (TextView)sendToVoicemailLayout.findViewById(R.id.label); 76 label.setText(getString(R.string.actionIncomingCall));
|
/packages/apps/DeskClock/ |
AndroidManifest.xml | 15 <application android:label="@string/app_label" 21 android:label="@string/app_label" 40 android:label="@string/alarm_list_title" 51 android:label="@string/settings" 60 <activity android:name="SetAlarm" android:label="@string/set_alarm" 109 <receiver android:name="com.android.alarmclock.AnalogAppWidgetProvider" android:label="@string/analog_gadget"
|
/packages/apps/Launcher2/ |
AndroidManifest.xml | 32 android:label="@string/permlab_install_shortcut" 38 android:label="@string/permlab_uninstall_shortcut" 44 android:label="@string/permlab_read_settings" 50 android:label="@string/permlab_write_settings" 68 android:label="@string/application_name" 89 android:label="@string/pick_wallpaper"
|
/system/vold/ |
main.cpp | 181 char *type, *label, *mount_point; local 193 if (!(label = strsep(&next, " \t"))) { 194 SLOGE("Error parsing label"); 216 dv = new DirectVolume(vm, label, mount_point, -1); 218 dv = new DirectVolume(vm, label, mount_point, atoi(part)); 224 label);
|
/external/v8/test/cctest/ |
test-macro-assembler-x64.cc | 47 using v8::internal::Label; 118 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) { 139 Label exit; 166 void TestSmiCompare(MacroAssembler* masm, Label* exit, int id, int x, int y) { 225 Label exit; 272 Label exit; 360 Label* exit, 397 Label exit; 438 Label exit; 624 void TestSmiNeg(MacroAssembler* masm, Label* exit, int id, int x) [all...] |
/external/emma/ |
build.xml | 69 <property name="cvs.ready.label.prefix" value="RELEASE" /> 76 <property name="cvs.ready.label.prefix" value="STABLE" /> 183 <property name="file.release.label" value="${app.major.version}.${app.minor.version}.${app.build.id}" /> 184 <echo message="build id: ${file.release.label}${app.build.release.tag}" /> 188 <property name="cvs.branch.label" value="BRANCH_${app.major.version}_${app.minor.version}" /> 192 <property name="cvs.ready.label" value="${cvs.ready.label.prefix}_${app.major.version}_${app.minor.version}_${app.build.id}" /> 193 <property name="cvs.branch.label" value="HEAD" /> <!-- default to a trunk/stable build --> 194 <echo message="CVS branch label: ${cvs.branch.label}" /> [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdStartDialog.java | 39 import org.eclipse.swt.widgets.Label; 86 private Label mScaleField; 119 Label l = new Label(parent, SWT.NONE); 122 l = new Label(parent, SWT.NONE); 126 l = new Label(parent, SWT.NONE); 129 l = new Label(parent, SWT.NONE); 146 l = new Label(scaleGroup, SWT.NONE); 171 l = new Label(scaleGroup, SWT.NONE); 208 l = new Label(scaleGroup, SWT.NONE) [all...] |
/prebuilt/common/asm/ |
asm-3.1.jar | |
/packages/apps/Contacts/ |
AndroidManifest.xml | 38 android:label="@string/contactsList" 57 android:label="@string/recentCallsIconLabel" 68 android:label="@string/launcherDialer" 121 android:label="@string/contactsList" 168 android:label="@string/contactsList" 195 <intent-filter android:label="@string/starredList"> 201 <intent-filter android:label="@string/frequentList"> 207 <intent-filter android:label="@string/strequentList"> 271 android:label="@string/contactsList" 284 <activity android:name=".ui.ContactsPreferencesActivity" android:label="@string/displayGroups" / [all...] |
/packages/apps/Gallery/res/values/ |
strings.xml | 20 <!-- label for the icon meaning 'show me all the images' --> 23 <!-- label for the icon meaning 'show me all the videos' --> 26 <!-- label for the icon meaning 'show me all the images that were taken with the camera' --> 29 <!-- label for the 'pictures application shown in the top level 'all applications' --> 32 <!-- label for the gallery application (displayed when the user needs to 36 <!-- label for the folder that contains Camera pictures in the gallery --> 39 <!-- label for the folder that contains Camera videos in the gallery --> 42 <!-- label for the folder that contains Camera videos in the gallery --> 287 <!-- Label in message of Details dialog --> 289 <!-- Label in message of Details dialog -- [all...] |
/development/pdk/docs/porting/ |
customization.jd | 186 <provider id="gmail" label="Gmail" domain="gmail.com"> 190 <provider id="googlemail" label="Google Mail" domain="googlemail.com"> 194 <provider id="google" label="Google" domain="google.com"> 198 <provider id="android" label="Android" domain="android.com"> 205 <provider id="aim" label="AIM" domain="aim.com"> 206 <incoming uri="imap://imap.aim.com" label="IMAP" username="$email"/> 209 <provider id="aol" label="AOL" domain="aol.com"> 210 <incoming uri="imap://imap.aol.com" label="IMAP" username="$email"/> 213 <provider id="comcast" label="Comcast" domain="comcast.net"> 217 <provider id="compuserve" label="CompuServe" domain="cs.com"> [all...] |
/external/proguard/src/proguard/preverify/ |
CodeSubroutineInliner.java | 131 // Append a label at this offset instead. 151 System.out.println(" Appending label after code at ["+offset+"]"); 154 // Append a label just after the code. 220 System.out.println(" Appending label after inlined subroutine at ["+subroutineEnd+"]"); 223 // Append a label just after the code. 262 System.out.println(" Replacing subroutine return at ["+offset+"] by a label"); 265 // Append a label at this offset instead of the subroutine return. 287 System.out.println(" Replacing first subroutine instruction at ["+offset+"] by a label"); 290 // Append a label at this offset instead of saving the subroutine 314 // Append a label at this offset instead of the subroutine invocation [all...] |
/external/v8/src/ |
codegen.h | 164 Label* entry_label() { return &entry_label_; } 165 Label* exit_label() { return &exit_label_; } 199 Label entry_label_; 200 Label exit_label_; 338 // Branch to the label if the given object isn't a symbol. 340 Label* label, 367 Label* throw_normal_exception, 368 Label* throw_termination_exception, 369 Label* throw_out_of_memory_exception [all...] |