/system/sepolicy/tests/ |
D | FcSort.py | 21 self.Type = context.split(":")[2] 58 split = line.split() 59 path = split[0].strip() 60 context = split[-1].strip() 62 if len(split) == 3: 63 fileType = split[1].strip()
|
D | searchpolicy.py | 49 tclass = set(args.tclass.split(",")) 53 perms = set(args.perms.split(","))
|
D | policy.py | 37 data = rule.split(',') 42 self.perms = set((data[4].strip()).split(' ')) 368 fs, path, context = buf.split(" ") 369 Type = context.split(":")[2] 407 rec = i.split() 409 t = rec[-1].split(":")[2]
|
/system/extras/memcpy-perf/ |
D | graph_memcpy.py | 25 line_split = line.split(",") 26 size.append(float(line_split[0].split(":")[1])) 27 perf.append(float(line_split[1].split(":")[1].split("G")[0]))
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | test_channel.py | 176 self._test_channel.send_command('add', args.split()) 183 self._test_channel.send_command('del', args.split()) 190 self._test_channel.send_command('get', args.split()) 197 self._test_channel.send_command('set', args.split()) 204 self._test_channel.send_command('list', args.split()) 221 self._test_channel.send_command('help', args.split())
|
/system/core/init/ |
D | compare-bootcharts.py | 86 blocks = f.read().split('\n\n') 88 lines = b.split('\n') 115 segs = line.split(' ')
|
/system/core/fastboot/ |
D | engine.cpp | 95 double split = now(); in cb_default() local 96 fprintf(stderr, "OKAY [%7.3fs]\n", (split - a.start)); in cb_default() 97 a.start = split; in cb_default() 186 double split = now(); in cb_check() local 188 a.product.c_str(), (split - a.start)); in cb_check() 189 a.start = split; in cb_check() 198 double split = now(); in cb_check() local 199 fprintf(stderr, "OKAY [%7.3fs]\n", (split - a.start)); in cb_check() 200 a.start = split; in cb_check()
|
/system/bt/build/toolchain/clang/ |
D | get_clang_suffix.py | 7 for p in os.environ["PATH"].split(os.pathsep): 23 clang_version_array = clang_version_str.split('.')
|
/system/extras/tools/ |
D | graph_lockdep_chains | 269 tee /tmp/${progname}.split | 272 fgrep -v -f /tmp/${progname}.short /tmp/${progname}.split 273 rm -f /tmp/${progname}.short /tmp/${progname}.split
|
/system/core/liblog/ |
D | pmsg_reader.c | 346 char* split = NULL; in __android_log_pmsg_file_read() local 364 if (split) { in __android_log_pmsg_file_read() 367 split = cp; in __android_log_pmsg_file_read() 370 if (*cp || !split) { in __android_log_pmsg_file_read() 381 split = strchr(prefix, ':'); in __android_log_pmsg_file_read() 382 if (split) { in __android_log_pmsg_file_read() 385 split = strchr(prefix, '/'); in __android_log_pmsg_file_read() 386 if (!split) { in __android_log_pmsg_file_read() 389 offset = split - prefix; in __android_log_pmsg_file_read() 396 split + 1, prefix_len - offset)) { in __android_log_pmsg_file_read()
|
/system/vold/model/ |
D | Disk.cpp | 337 auto split = android::base::Split(line, kSgdiskToken); in readPartitions() local 338 auto it = split.begin(); in readPartitions() 339 if (it == split.end()) continue; in readPartitions() 342 if (++it == split.end()) continue; in readPartitions() 354 if (++it == split.end()) continue; in readPartitions() 363 if (++it == split.end()) continue; in readPartitions() 380 if (++it == split.end()) continue; in readPartitions() 382 if (++it == split.end()) continue; in readPartitions()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 96 inline std::pair<const Slice, const Slice> split(const Slice s, size_t cut) { in split() function 103 return std::get<0>(split(s, cut)); in take() 108 return std::get<1>(split(s, cut)); in drop()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | recovery_refresh.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
D | recovery_persist.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
/system/sepolicy/private/ |
D | recovery_refresh.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
D | recovery_persist.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
D | app.te | 1 # TODO: deal with tmpfs_domain pub/priv split properly
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | recovery_refresh.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
D | recovery_persist.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | recovery_refresh.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
D | recovery_persist.te | 6 # TODO: deal with tmpfs_domain pub/priv split properly
|
D | app.te | 1 # TODO: deal with tmpfs_domain pub/priv split properly
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 144 name_list = name.split(".") 711 return "".join([s[0:1].upper() + s[1:] for s in what.split('.')]) 869 javatext = "\n".join(line_filter(i) for i in javatext.split("\n")) + "\n" 968 ndktext = "\n".join(line_filter(i) for i in ndktext.split("\n")) + "\n" 1060 hidltext = "\n".join(line_filter(i) for i in hidltext.split("\n")) + "\n" 1084 text_lines = text.split('\n') 1419 for words in text.split(" "): 1422 if len(words.split(char)) >= CAP_LETTER_MIN: 1440 split_by_wbr_list = wbr_filter(navigable_string).split("<wbr>")
|
/system/libhidl/libhidlcache/ |
D | MemoryDealer.cpp | 184 chunk_t* split = new chunk_t(free_chunk->start, extra); in alloc() local 186 mList.insert(free_chunk_p, split); in alloc() 195 chunk_t* split = new chunk_t(free_chunk->start + free_chunk->size, tail_free); in alloc() local 196 mList.insert(++free_chunk_p, split); in alloc()
|
/system/extras/tests/workloads/ |
D | atrace-uncompress.py | 16 parts = out.split('\nTRACE:', 1)
|