/external/libchrome/base/debug/ |
stack_trace_posix.cc | 312 const char* label; member in struct:base::debug::__anon15102::__anon15103 369 PrintToStderr(registers[i].label);
|
/external/libexif/libexif/ |
exif-entry.c | 843 char label[5]; member in struct:__anon15619 948 for (i = 0; *versions[i].label; i++) { 949 if (!memcmp (e->data, versions[i].label, 4)) { [all...] |
/external/libjpeg-turbo/java/ |
TJExample.java | 314 JLabel label = new JLabel(icon, JLabel.CENTER); local 315 JOptionPane.showMessageDialog(null, label, "Output Image",
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_emit.h | 97 unsigned label[32]; member in struct:svga_shader_emitter
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
sm4_to_tgsi.cpp | 242 #define OP_CF(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, &label); label_to_sm4_insn_num.push_back(std::make_pair(label, program.cf_insn_linked[insn_num])); break; 249 unsigned label; local 358 ureg_IF(ureg, _src(0), &label); 360 ureg_fixup_label(ureg, label, ureg_get_instruction_number(ureg)); 376 ureg_CAL(ureg, &label); 377 label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABEL)])); 392 ureg_IF(ureg, _src(0), &label); 395 ureg_fixup_label(ureg, label, ureg_get_instruction_number(ureg)); 398 ureg_ELSE(ureg, &label); [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
Analyzer.java | 136 Subroutine sub = (Subroutine) subroutineHeads.get(jsr.label);
138 sub = new Subroutine(jsr.label, m.maxLocals, jsr);
139 subroutineHeads.put(jsr.label, sub);
140 findSubroutine(insns.indexOf(jsr.label), sub, subroutineCalls);
183 if (insnType == AbstractInsnNode.LABEL
199 int jump = insns.indexOf(j.label);
201 merge(jump, current, new Subroutine(j.label,
214 LabelNode label = (LabelNode) lsi.labels.get(j);
local 215 jump = insns.indexOf(label);
225 LabelNode label = (LabelNode) tsi.labels.get(j); local [all...] |
/external/toybox/toys/other/ |
ifconfig.c | 231 char *label[] = {"RX bytes", "RX packets", "errors", "dropped", "overruns", local 246 else xprintf("%s:%llu ", label[j], val[j]);
|
/external/v8/src/ast/ |
ast-expression-visitor.cc | 126 Expression* label = clause->label(); local 127 RECURSE(Visit(label));
|
/external/v8/src/crankshaft/ |
lithium.cc | 289 Label* LChunk::GetAssemblyLabel(int block_id) const { 290 LLabel* label = GetLabel(block_id); local 291 DCHECK(!label->HasReplacement()); 292 return label->label(); 305 LLabel* label = LLabel::cast(first_instr); local 308 if (label->IsRedundant() && 309 !label->is_loop_header()) { 323 label->set_replacement(GetLabel(goto_instr->block_id()));
|
/external/v8/src/ia32/ |
assembler-ia32-inl.h | 343 Immediate::Immediate(Label* internal_offset) { 425 Label* label = reinterpret_cast<Label*>(x.x_); local 426 emit_code_relative_offset(label); 434 void Assembler::emit_code_relative_offset(Label* label) { 435 if (label->is_bound()) { 437 pos = label->pos() + Code::kHeaderSize - kHeapObjectTag; 440 emit_disp(label, Displacement::CODE_RELATIVE) [all...] |
/external/v8/src/x87/ |
assembler-x87-inl.h | 344 Immediate::Immediate(Label* internal_offset) { 426 Label* label = reinterpret_cast<Label*>(x.x_); local 427 emit_code_relative_offset(label); 435 void Assembler::emit_code_relative_offset(Label* label) { 436 if (label->is_bound()) { 438 pos = label->pos() + Code::kHeaderSize - kHeapObjectTag; 441 emit_disp(label, Displacement::CODE_RELATIVE) [all...] |
/external/webrtc/webrtc/base/ |
logging.h | 79 struct ConstantLabel { int value; const char * label; }; member in struct:rtc::ConstantLabel 251 void LogMultiline(LoggingSeverity level, const char* label, bool input,
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
main_wnd.cc | 241 GtkWidget* label = gtk_label_new("Server"); local 242 gtk_container_add(GTK_CONTAINER(hbox), label); local
|
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminInfo.java | 170 public final int label; field in class:DeviceAdminInfo.PolicyInfo 175 public PolicyInfo(int ident, String tag, int label, int description) { 176 this(ident, tag, label, description, label, description); 179 public PolicyInfo(int ident, String tag, int label, int description, 183 this.label = label; 384 * Load the user-displayed label for this device admin.
|
/frameworks/base/core/java/android/content/pm/ |
ResolveInfo.java | 120 * match's label. From the "label" attribute or, if not set, 0. 184 * Retrieve the current textual label associated with this resolution. This 185 * will call back on the given PackageManager to load the label from 188 * @param pm A PackageManager from which the label can be loaded; usually 191 * @return Returns a CharSequence containing the resolutions's label. If the 192 * item does not have a label, its name is returned. 198 CharSequence label; local 200 label = pm.getText(resolvePackageName, labelRes, null); 201 if (label != null) [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/ |
AuthenticatorHelper.java | 123 * Gets the label associated with a particular account type. If none found, return null. 125 * @return a CharSequence for the label or null if one cannot be found. 128 CharSequence label = null; local 134 label = authContext.getResources().getText(desc.labelId); 136 Log.w(TAG, "No label name for account type " + accountType); 138 Log.w(TAG, "No label icon for account type " + accountType); 141 return label; 158 * Gets the resource id of the label associated with a particular account type. If none found, 161 * @return a resource id for the label or -1 if none found;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
CastControllerImpl.java | 213 final CharSequence label = appInfo.loadLabel(pm); local 214 if (!TextUtils.isEmpty(label)) { 215 return label.toString(); 218 Log.w(TAG, "No label found for package: " + packageName);
|
/frameworks/rs/api/ |
GenerateDocumentation.cpp | 226 static void writeSummaryTableStart(GeneratedFile* file, const string& label, bool labelIsHeading) { 228 *file << "<h2 style='margin-bottom: 0px;'>" << label << "</h2>\n"; local 232 *file << " <tr><th colspan='2'>" << label << "</th></tr>\n"; local
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
CalendarAppWidgetModel.java | 203 DayInfo(int julianDay, String label) { 205 mDayLabel = label; 411 String label; local 413 label = mContext.getString(R.string.agenda_tomorrow, 417 label = Utils.formatDateRange(mContext, millis, millis, flags); 419 return new DayInfo(julianDay, label);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
VendorPolicyLoader.java | 199 public String label; field in class:VendorPolicyLoader.OAuthProvider 215 public String label; field in class:VendorPolicyLoader.Provider 300 p.label = null;
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
AppChooserActivity.java | 183 public DisplayAppInfo(ApduServiceInfo serviceInfo, CharSequence label, Drawable icon, 187 displayLabel = label; 204 CharSequence label = service.getDescription(); local 205 if (label == null) label = service.loadLabel(pm); 211 Log.e(TAG, "Not showing " + label + " because no banner specified."); 215 DisplayAppInfo info = new DisplayAppInfo(service, label, icon, banner);
|
/packages/apps/Settings/src/com/android/settings/ |
UsageStatsActivity.java | 128 String label = appInfo.loadLabel(mPm).toString(); local 129 mAppLabelMap.put(pkgStats.getPackageName(), label); local 193 String label = mAppLabelMap.get(pkgStats.getPackageName()); local 194 holder.pkgName.setText(label);
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
ChooseAccountActivity.java | 255 * Gets the label associated with a particular account type. If none found, return null. 257 * @return a CharSequence for the label or null if one cannot be found. 260 CharSequence label = null; local 266 label = authContext.getResources().getText(desc.labelId); 268 Log.w(TAG, "No label name for account type " + accountType); 270 Log.w(TAG, "No label resource for account type " + accountType); 273 return label;
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryEntry.java | 239 * Loads the app label and icon image and stores into the cache. 266 CharSequence label = ai.loadLabel(pm); local 267 if (label != null) { 268 packageLabels[i] = label.toString();
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodAndSubtypeEnabler.java | 170 final CharSequence label = imi.loadLabel(pm); local 172 keyboardSettingsCategory.setTitle(label);
|