HomeSort by relevance Sort by last modified time
    Searched refs:strs (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /device/generic/goldfish/camera/
CallbackNotifier.cpp 80 const char* strs[lCameraMessagesNum]; local
81 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum);
83 ALOGV(" %s", strs[n]);
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 147 char **strs = backtrace_symbols(callstack, frames); local
153 AKLOGI("%s", strs[i]);
155 free(strs);
  /external/icu/icu4c/source/common/
filteredbrk.cpp 484 LocalUResourceBundlePointer strs;
487 strs.adoptInstead(ures_getNextResource(breaks.getAlias(), strs.orphan(), &subStatus));
488 if(strs.isValid() && U_SUCCESS(subStatus)) {
489 UnicodeString str(ures_getUnicodeString(strs.getAlias(), &status));
492 } while (strs.isValid() && U_SUCCESS(subStatus));
uloc.cpp 2293 char **strs; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
syms.c 902 bfd_byte *strs; member in struct:stab_find_info
1026 info->strs = (bfd_byte *) bfd_alloc (abfd, strsize);
1027 if (info->stabs == NULL || info->strs == NULL)
1032 || ! bfd_get_section_contents (abfd, info->strsec, info->strs,
1150 for (i = 0, stab = info->stabs, nul_str = str = info->strs;
    [all...]
  /system/extras/simpleperf/
environment.cpp 372 std::vector<std::string> strs = android::base::Split(pid_str, ","); local
373 for (const auto& s : strs) {
390 std::vector<std::string> strs = android::base::Split(tid_str, ","); local
391 for (const auto& s : strs) {
cmd_record.cpp 316 std::vector<std::string> strs = android::base::Split(args[i], ","); local
317 if (strs[0] == "fp") {
320 } else if (strs[0] == "dwarf") {
323 if (strs.size() > 1) {
325 uint64_t size = strtoull(strs[1].c_str(), &endptr, 0);
327 LOG(ERROR) << "invalid dump stack size in --call-graph option: " << strs[1];
cmd_report.cpp 373 std::vector<std::string> strs = android::base::Split(args[i], ","); local
374 filter.insert(strs.begin(), strs.end());
411 std::vector<std::string> strs = android::base::Split(args[i], ","); local
413 for (const auto& s : strs) {
cmd_report_test.cpp 160 static bool AllItemsWithString(std::vector<std::string>& lines, const std::vector<std::string>& strs) {
171 for (auto& s : strs) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 393 def find_lines_from_code(code, strs):
398 if lineno not in strs:
403 def find_lines(code, strs):
406 linenos = find_lines_from_code(code, strs)
412 linenos.update(find_lines(c, strs))
447 strs = find_strings(filename)
448 return find_lines(code, strs)
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 393 def find_lines_from_code(code, strs):
398 if lineno not in strs:
403 def find_lines(code, strs):
406 linenos = find_lines_from_code(code, strs)
412 linenos.update(find_lines(c, strs))
447 strs = find_strings(filename)
448 return find_lines(code, strs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 393 def find_lines_from_code(code, strs):
398 if lineno not in strs:
403 def find_lines(code, strs):
406 linenos = find_lines_from_code(code, strs)
412 linenos.update(find_lines(c, strs))
447 strs = find_strings(filename)
448 return find_lines(code, strs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 393 def find_lines_from_code(code, strs):
398 if lineno not in strs:
403 def find_lines(code, strs):
406 linenos = find_lines_from_code(code, strs)
412 linenos.update(find_lines(c, strs))
447 strs = find_strings(filename)
448 return find_lines(code, strs)
  /system/core/init/
service.cpp 464 std::vector<char*> strs; local
466 strs.push_back(const_cast<char*>(args_[0].c_str()));
472 strs.push_back(const_cast<char*>(expanded_args[i].c_str()));
474 strs.push_back(nullptr);
476 if (execve(strs[0], (char**) &strs[0], (char**) ENV) < 0) {
477 ERROR("cannot execve('%s'): %s\n", strs[0], strerror(errno));
  /external/autotest/client/virt/
rss_client.py 139 strs = []
153 strs.append(data)
161 return "".join(strs)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
UndoDelegator.py 311 strs = []
313 strs.append(" %r" % (cmd,))
314 return s + "(\n" + ",\n".join(strs) + "\n)"
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
UndoDelegator.py 311 strs = []
313 strs.append(" %r" % (cmd,))
314 return s + "(\n" + ",\n".join(strs) + "\n)"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 311 strs = []
313 strs.append(" %r" % (cmd,))
314 return s + "(\n" + ",\n".join(strs) + "\n)"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 311 strs = []
313 strs.append(" %r" % (cmd,))
314 return s + "(\n" + ",\n".join(strs) + "\n)"
  /external/elfutils/libcpu/
i386_parse.y 894 static void *strs[3];
929 if (tfind (&search, &strs[i], compare_argstring) == NULL)
934 if (tsearch (newp, &strs[i], compare_argstring) == NULL)
1182 twalk (strs[i], print_op_str);
1187 twalk (strs[i], print_op_str_idx);
1224 struct argstring **res = tfind (&search, &strs[i],
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 386 function makeSet(strs) {
388 for (var i = 0, n = strs.length; i < n; ++i) {
389 s[strs[i]] = s;
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/
DeleteNonRequiredAppsTaskTest.java 370 private void setStringArray(int resourceId, String[] strs) {
372 .thenReturn(strs);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/0.13.1513/
kotlin-gradle-plugin-core-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/0.13.1514/
kotlin-gradle-plugin-core-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-beta-1103/
kotlin-gradle-plugin-core-1.0.0-beta-1103.jar 

Completed in 1668 milliseconds

12 3 4 5