Home
last modified time | relevance | path

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

12345678910

/system/extras/perf2cfg/doc/
DFSM.dot13 "Start" -> "End" [ label = "EOF" ];
14 "Start" -> "Parse Method Name" [ label = "'begin_compilation'" ];
15 "Start" -> "Error" [ label = "NOT('begin_compilation')" ];
18 [ label = "method_name IN analyzer.methods" ];
20 [ label = "method_name NOT IN analyzer.methods" ];
21 "Parse Method Name" -> "Error" [ label = "EOF OR NOT('name')" ];
23 "Skip Method" -> "End" [ label = "EOF" ];
24 "Skip Method" -> "Parse Method Name" [ label = "'begin_compilation'" ];
27 "Skip to CFG" -> "Start CFG" [ label = "'end_compilation'" ];
29 "Skip to CFG" -> "Error" [ label = "EOF" ];
[all …]
/system/extras/tests/workloads/
Dsystemapps.sh76 label=$1
85 curMax=$(eval "echo \$${label}max")
87 curMin=$(eval "echo \$${label}min")
89 curSum=$(eval "echo \$${label}sum")
91 curRestart=$(eval "echo \$${label}restart")
93 curReclaim=$(eval "echo \$${label}reclaim")
95 curFrames=$(eval "echo \$${label}frames")
97 curJanks=$(eval "echo \$${label}janks")
99 cur90=$(eval "echo \$${label}90")
101 cur95=$(eval "echo \$${label}95")
[all …]
/system/vold/model/
DEmulatedVolume.cpp98 std::string label = volume.getLabel(); in bindMountVolume() local
101 std::string srcUserPath = GetFuseMountPathForUser(volumeUserId, label); in bindMountVolume()
104 std::string dstUserPath = GetFuseMountPathForUser(myUserId, label); in bindMountVolume()
118 std::string label = getLabel(); in mountFuseBindMounts() local
137 androidSource = StringPrintf("/mnt/runtime/default/%s/%d/Android", label.c_str(), userId); in mountFuseBindMounts()
147 StringPrintf("/mnt/user/%d/%s/%d/Android/data", userId, label.c_str(), userId)); in mountFuseBindMounts()
155 StringPrintf("/mnt/user/%d/%s/%d/Android/obb", userId, label.c_str(), userId)); in mountFuseBindMounts()
167 label.c_str(), userId)); in mountFuseBindMounts()
169 userId, label.c_str(), userId)); in mountFuseBindMounts()
235 std::string label = getLabel(); in unmountFuseBindMounts() local
[all …]
DVolumeEncryption.cpp79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume() argument
86 return cryptfs_setup_ext_volume(label.c_str(), blk_device.c_str(), key, in setup_ext_volume()
89 return defaultkey_setup_ext_volume(label, blk_device, key, out_crypto_blkdev); in setup_ext_volume()
/system/update_engine/scripts/
Dupdate_metadata_pb2.py134 number=1, type=4, cpp_type=4, label=1,
141 number=2, type=4, cpp_type=4, label=1,
172 number=1, type=13, cpp_type=3, label=1,
179 number=2, type=12, cpp_type=9, label=1,
186 number=3, type=7, cpp_type=3, label=1,
216 number=1, type=11, cpp_type=10, label=3,
247 number=1, type=4, cpp_type=4, label=1,
254 number=2, type=12, cpp_type=9, label=1,
285 number=1, type=14, cpp_type=8, label=2,
292 number=2, type=4, cpp_type=4, label=1,
[all …]
/system/keymaster/tests/
Dckdf_test.cpp31 const char* label; member
90 auto label = hex2blob(test.label); in TEST() local
97 ASSERT_EQ(KM_ERROR_OK, ckdf(key, label, context, &output)); in TEST()
/system/keymaster/include/keymaster/km_openssl/
Dckdf.h28 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label,
36 inline keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in ckdf() argument
38 return ckdf(key, label, &context_chunks, 1 /* num_chunks */, output); in ckdf()
/system/core/toolbox/
Dgetevent.c16 struct label { struct
24 static struct label key_value_labels[] = { argument
55 static const char *get_label(const struct label *labels, int value) in get_label()
99 const char* label; in print_possible_events() local
102 struct label* bit_labels; in print_possible_events()
121 label = "KEY"; in print_possible_events()
125 label = "REL"; in print_possible_events()
129 label = "ABS"; in print_possible_events()
133 label = "MSC"; in print_possible_events()
138 label = "LED"; in print_possible_events()
[all …]
/system/core/sdcard/
Dsdcard.cpp166 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, in run_sdcardfs() argument
169 std::string dest_path_default = "/mnt/runtime/default/" + label; in run_sdcardfs()
170 std::string dest_path_read = "/mnt/runtime/read/" + label; in run_sdcardfs()
171 std::string dest_path_write = "/mnt/runtime/write/" + label; in run_sdcardfs()
172 std::string dest_path_full = "/mnt/runtime/full/" + label; in run_sdcardfs()
237 const char *label = NULL; in main() local
291 } else if (!label) { in main()
292 label = arg; in main()
303 if (!label) { in main()
324 run_sdcardfs(source_path, label, uid, gid, userid, multi_user, full_write, derive_gid, in main()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_reader.h74 virtual bool GetLastLabel(uint64_t* label) = 0;
123 bool Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label = {});
124 bool Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label = {});
132 bool GetLastLabel(uint64_t* label) override;
162 bool ParseOps(std::optional<uint64_t> label);
Dsnapshot_writer.h47 virtual bool InitializeAppend(uint64_t label) = 0;
70 bool InitializeAppend(uint64_t label) override;
82 bool EmitLabel(uint64_t label) override;
117 bool EmitLabel(uint64_t label) override;
Dcow_writer.h84 bool AddLabel(uint64_t label);
107 virtual bool EmitLabel(uint64_t label) = 0;
167 bool InitializeAppend(android::base::unique_fd&&, uint64_t label);
168 bool InitializeAppend(android::base::borrowed_fd fd, uint64_t label);
182 virtual bool EmitLabel(uint64_t label) override;
194 bool OpenForAppend(uint64_t label);
/system/teeui/libteeui/example/
Dexample_utils.cpp53 void translate(LabelImpl* label) { in translate() argument
54 uint64_t textId = label->textId(); in translate()
57 label->setText({&translation[0], &translation[strlen(translation)]}); in translate()
/system/vold/
Dcryptfs.cpp103 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev, const KeyBuffer& key, in cryptfs_setup_ext_volume() argument
163 if (dm.CreateDevice(label, table)) { in cryptfs_setup_ext_volume()
177 if (!dm.GetDmDevicePathByName(label, out_crypto_blkdev)) { in cryptfs_setup_ext_volume()
178 SLOGE("Cannot determine dm-crypt path for %s.\n", label); in cryptfs_setup_ext_volume()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h250 std::optional<int> getIntValue(Label label) { in getIntValue() argument
251 const auto& value = key_->get(label); in getIntValue()
256 std::optional<bytevec> getBstrValue(Label label) { in getBstrValue() argument
257 const auto& value = key_->get(label); in getBstrValue()
265 bool checkIntValue(Label label, int expectedValue) { in checkIntValue() argument
266 const auto& value = key_->get(label); in checkIntValue()
270 void add(Label label, int value) { key_->add(label, value); } in add() argument
271 void add(Label label, bytevec value) { key_->add(label, std::move(value)); } in add() argument
/system/sepolicy/prebuilts/api/29.0/private/
Dfs_use14 # Label inodes from task label.
18 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/30.0/private/
Dfs_use15 # Label inodes from task label.
19 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/31.0/private/
Dfs_use16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/33.0/private/
Dfs_use16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
/system/sepolicy/microdroid/system/private/
Dfs_use16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/34.0/private/
Dfs_use16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
/system/sepolicy/private/
Dfs_use16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/32.0/private/
Dfs_use16 # Label inodes from task label.
20 # Label inodes from combination of task label and fs label.
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_reader.cpp95 bool CowReader::Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label) { in Parse() argument
97 return Parse(android::base::borrowed_fd{owned_fd_}, label); in Parse()
100 bool CowReader::Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label) { in Parse() argument
157 if (!ParseOps(label)) { in Parse()
161 if (label.has_value()) return true; in Parse()
165 bool CowReader::ParseOps(std::optional<uint64_t> label) { in ParseOps() argument
226 if (label && label.value() == current_op.source) { in ParseOps()
266 if (label) { in ParseOps()
268 LOG(ERROR) << "Did not find label " << label.value() in ParseOps()
272 if (last_label_.value() != label.value()) { in ParseOps()
[all …]
/system/keymaster/km_openssl/
Dckdf.cpp40 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in DEFINE_OPENSSL_OBJECT_POINTER()
84 if (!CMAC_Update(ctx.get(), label.data, label.data_length)) { in DEFINE_OPENSSL_OBJECT_POINTER()

12345678910