Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 38) sorted by relevance

12

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h109 virtual void label(const char* theLabel);
110 virtual void B(int cc, const char* label);
111 virtual void BL(int cc, const char* label);
113 virtual uint32_t* pcForLabel(const char* label);
226 char label[100][10]; member
257 void label(const char* string);
260 uint32_t* pcForLabel(const char* label);
362 void B(const char* label);
363 void BEQ(int Rs, int Rt, const char* label);
364 void BNE(int Rs, int Rt, const char* label);
[all …]
DMIPSAssembler.cpp137 void ArmToMipsAssembler::label(const char* theLabel) in label() function in android::ArmToMipsAssembler
139 mMips->label(theLabel); in label()
151 sprintf(cond.label[i], "cond_%d", i); in init_conditional_labels()
194 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label) in pcForLabel() argument
196 return mMips->pcForLabel(label); in pcForLabel()
427 ArmToMipsAssembler::B(cc^1, cond.label[++cond.labelnum]); in dataProcessing()
597 mMips->label(cond.label[cond.labelnum]); in dataProcessing()
705 void ArmToMipsAssembler::B(int cc, const char* label) in B() argument
711 case EQ: mMips->BEQ(cond.r1, cond.r2, label); break; in B()
712 case NE: mMips->BNE(cond.r1, cond.r2, label); break; in B()
[all …]
DARMAssembler.h109 virtual void label(const char* theLabel);
110 virtual void B(int cc, const char* label);
111 virtual void BL(int cc, const char* label);
113 virtual uint32_t* pcForLabel(const char* label);
175 inline branch_target_t() : label(0), pc(0) { } in branch_target_t()
177 : label(l), pc(p) { } in branch_target_t()
178 const char* label; member
DARMAssemblerProxy.cpp198 void ARMAssemblerProxy::label(const char* theLabel) { in label() function in android::ARMAssemblerProxy
199 mTarget->label(theLabel); in label()
201 void ARMAssemblerProxy::B(int cc, const char* label) { in B() argument
202 mTarget->B(cc, label); in B()
204 void ARMAssemblerProxy::BL(int cc, const char* label) { in BL() argument
205 mTarget->BL(cc, label); in BL()
208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { in pcForLabel() argument
209 return mTarget->pcForLabel(label); in pcForLabel()
DARMAssembler.cpp94 ssize_t label = mLabelsInverseMapping.indexOfKey(i); in disassemble() local
95 if (label >= 0) { in disassemble()
96 printf("%s:\n", mLabelsInverseMapping.valueAt(label)); in disassemble()
113 void ARMAssembler::label(const char* theLabel) in label() function in android::ARMAssembler
119 void ARMAssembler::B(int cc, const char* label) in B() argument
121 mBranchTargets.add(branch_target_t(label, mPC)); in B()
125 void ARMAssembler::BL(int cc, const char* label) in BL() argument
127 mBranchTargets.add(branch_target_t(label, mPC)); in BL()
173 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate()
204 uint32_t* ARMAssembler::pcForLabel(const char* label) in pcForLabel() argument
[all …]
DARMAssemblerProxy.h98 virtual void label(const char* theLabel);
99 virtual void B(int cc, const char* label);
100 virtual void BL(int cc, const char* label);
102 uint32_t* pcForLabel(const char* label);
DARMAssemblerInterface.h145 virtual void label(const char* theLabel) = 0;
146 virtual void B(int cc, const char* label) = 0;
147 virtual void BL(int cc, const char* label) = 0;
150 virtual uint32_t* pcForLabel(const char* label) = 0;
/system/vold/
DVolumeManager.h81 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);
Dcryptfs.h128 char label[256]; member
147 int cryptfs_setup_volume(const char *label, int major, int minor,
150 int cryptfs_revert_volume(const char *label);
DVolumeManager.cpp171 int VolumeManager::formatVolume(const char *label, bool wipe) { in formatVolume() argument
172 Volume *v = lookupVolume(label); in formatVolume()
1272 int VolumeManager::mountVolume(const char *label) { in mountVolume() argument
1273 Volume *v = lookupVolume(label); in mountVolume()
1328 int VolumeManager::shareEnabled(const char *label, const char *method, bool *enabled) { in shareEnabled() argument
1329 Volume *v = lookupVolume(label); in shareEnabled()
1349 int VolumeManager::shareVolume(const char *label, const char *method) { in shareVolume() argument
1350 Volume *v = lookupVolume(label); in shareVolume()
1432 int VolumeManager::unshareVolume(const char *label, const char *method) { in unshareVolume() argument
1433 Volume *v = lookupVolume(label); in unshareVolume()
[all …]
Dcryptfs.c1194 static int test_mount_encrypted_fs(char *passwd, char *mount_point, char *label) in test_mount_encrypted_fs() argument
1232 real_blkdev, crypto_blkdev, label)) { in test_mount_encrypted_fs()
1248 delete_crypto_blk_dev(label); in test_mount_encrypted_fs()
1301 int cryptfs_revert_volume(const char *label) in cryptfs_revert_volume() argument
1303 return delete_crypto_blk_dev((char *)label); in cryptfs_revert_volume()
1311 int cryptfs_setup_volume(const char *label, int major, int minor, in cryptfs_setup_volume() argument
1335 crypto_blkdev, label); in cryptfs_setup_volume()
1676 ret=vold_disableVol(vol_list[i].label); in cryptfs_enable()
1680 SLOGE("Failed to unmount volume %s\n", vol_list[i].label); in cryptfs_enable()
1802 vol_list[i].label); in cryptfs_enable()
[all …]
DDirectVolume.cpp53 snprintf(mount, PATH_MAX, "%s/%s", Volume::MEDIA_DIR, rec->label); in DirectVolume()
55 snprintf(mount, PATH_MAX, "%s/%s", Volume::FUSE_DIR, rec->label); in DirectVolume()
459 strcpy(v->label, mLabel); in getVolInfo()
Dmain.cpp193 fstab->recs[i].blk_device, fstab->recs[i].label); in process_config()
/system/core/toolbox/
Dgetevent.c35 static const char *get_label(const struct label *labels, int value) in get_label()
79 const char* label; in print_possible_events() local
82 struct label* bit_labels; in print_possible_events()
103 label = "KEY"; in print_possible_events()
107 label = "REL"; in print_possible_events()
111 label = "ABS"; in print_possible_events()
115 label = "MSC"; in print_possible_events()
120 label = "LED"; in print_possible_events()
125 label = "SND"; in print_possible_events()
130 label = "SW "; in print_possible_events()
[all …]
Dnetstat.c91 static void ipv4(const char *filename, const char *label) { in ipv4() argument
111 label, rxq, txq, lip, rip, in ipv4()
118 static void ipv6(const char *filename, const char *label) { in ipv6() argument
139 label, rxq, txq, lip, rip, in ipv6()
Dgetevent.h3 struct label { struct
11 static struct label input_prop_labels[] = { argument
19 static struct label ev_labels[] = {
35 static struct label syn_labels[] = {
43 static struct label key_labels[] = {
543 static struct label rel_labels[] = {
557 static struct label abs_labels[] = {
600 static struct label sw_labels[] = {
618 static struct label msc_labels[] = {
627 static struct label led_labels[] = {
[all …]
/system/netd/
DNetlinkHandler.cpp87 const char *label = evt->findParam("LABEL"); in onEvent() local
90 if (label == NULL) { in onEvent()
91 label = evt->findParam("INTERFACE"); in onEvent()
94 notifyInterfaceClassActivity(label, !strcmp("active", state)); in onEvent()
/system/extras/cpustats/
Dcpustats.c60 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu,
293 char label[8]; in print_stats() local
301 sprintf(label, "cpu%d", i); in print_stats()
302 print_cpu_stats(label, &new_cpus[i], &old_cpus[i], print_freq); in print_stats()
310 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu, in print_cpu_stats() argument
317 "%ld\n", label, in print_cpu_stats()
330 printf("%s,%ld,%ld,%ld,%ld,%ld,%ld,%ld", label, in print_cpu_stats()
/system/core/fs_mgr/include/
Dfs_mgr.h43 char *label; member
/system/core/debuggerd/
Dtombstone.c251 int scopeFlags, uintptr_t* sp, size_t words, int label) { in dump_stack_segment() argument
266 if (!i && label >= 0) { in dump_stack_segment()
269 label, *sp, stack_content, mi ? mi->name : "", symbol_name, offset); in dump_stack_segment()
272 label, *sp, stack_content, mi ? mi->name : "", symbol_name); in dump_stack_segment()
285 if (!i && label >= 0) { in dump_stack_segment()
287 label, *sp, stack_content, mi ? mi->name : ""); in dump_stack_segment()
/system/core/fs_mgr/
Dfs_mgr.c105 char *label; member
195 flag_vals->label = strndup(label_start, in parse_flags()
418 fstab->recs[cnt].label = flag_vals.label; in fs_mgr_read_fstab()
444 free(fstab->recs[i].label); in fs_mgr_free_fstab()
/system/core/toolbox/grep/
Dgrep.h127 extern char *label;
/system/extras/ext4_utils/
Dext4_utils.c182 generate_uuid("extandroid/make_ext4fs", info.label, sb->s_uuid); in ext4_fill_in_sb()
184 strncpy(sb->s_volume_name, info.label, sizeof(sb->s_volume_name)); in ext4_fill_in_sb()
283 info.label = sb->s_volume_name; in ext4_parse_sb()
Dmake_ext4fs_main.c100 info.label = optarg; in main()
/system/core/logcat/
Dlogcat.cpp60 char label; member
68 label = l; in log_device_t()
181 binaryMsgBuf[0] = dev->label; in processBuffer()

12