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

12 3 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
msgfmt.py 66 ids = strs = ''
70 offsets.append((len(ids), len(id), len(strs), len(MESSAGES[id])))
72 strs += MESSAGES[id] + '\0'
97 output += strs
  /external/python/cpython2/Tools/i18n/
msgfmt.py 67 ids = strs = ''
71 offsets.append((len(ids), len(id), len(strs), len(MESSAGES[id])))
73 strs += MESSAGES[id] + '\0'
98 output += strs
  /build/blueprint/bootstrap/
glob.go 82 func joinWithPrefixAndQuote(strs []string, prefix string) string {
83 if len(strs) == 0 {
87 if len(strs) == 1 {
88 return prefix + `"` + strs[0] + `"`
91 n := len(" ") * (len(strs) - 1)
92 for _, s := range strs {
97 for i, s := range strs {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 382 String[] strs = new String[this.size()]; local
384 for (int i = 0; i != strs.length; i++)
386 strs[i] = this.get(i);
389 return strs;
394 String[] strs = new String[to - from]; local
398 strs[i - from] = this.get(i);
401 return strs;
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 250 SmallVector<StringRef, 8> strs; local
251 inputBuf.get()->getBuffer().split(strs, "\n", /*MaxSplit=*/-1,
254 if (strs.empty()) {
258 if (strs.size() % 2 != 0) {
263 for (unsigned i = 0, e = strs.size(); i != e; i += 2) {
264 StringRef inputOrigFname = strs[i];
265 StringRef inputResultFname = strs[i+1];
  /build/kati/
symtab.cc 181 vector<string> strs; local
183 strs.push_back(s.str());
185 return JoinStrings(strs, sep);
  /system/extras/simpleperf/scripts/
app_profiler.py 109 strs = build_version.split('.')
110 if strs:
111 self.android_version = int(strs[0])
193 strs = line.split()
194 if len(strs) > 2 and strs[-1].find(self.config['app_package_name']) != -1:
195 return int(strs[1])
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 597 strs = [""]
599 strs.append(self.tag)
601 strs.append("Monsoon Measurement Data")
602 strs.append("Average Current: {}mA.".format(self.average_current))
603 strs.append("Voltage: {}V.".format(self.voltage))
604 strs.append("Total Power: {}mW.".format(self.total_power))
605 strs.append(
608 return "\n".join(strs)
614 strs = []
615 strs.append(self._header()
    [all...]
  /external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
MultibindingTest.java 36 assertThat(multibindingComponent.strs().get())
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 84 const char* strs[lCameraMessagesNum]; local
85 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum);
87 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);
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 258 std::vector<std::string> strs; local
261 nested_attr.GetListOfAttributeValues(&strs);
262 EXPECT_EQ(expected_strs, strs);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 463 String strs[] = new String[array.length]; local
465 strs[i] = array[i].toString();
467 return checkArray(msg, strs, expected);
483 String strs[] = new String[array.length]; local
485 strs[i] = array[i].toString();
487 return checkArray(msg, strs, expected);
  /external/icu/icu4c/source/common/
filteredbrk.cpp 518 LocalUResourceBundlePointer strs; local
521 strs.adoptInstead(ures_getNextResource(breaks.getAlias(), strs.orphan(), &subStatus));
522 if(strs.isValid() && U_SUCCESS(subStatus)) {
523 UnicodeString str(ures_getUnicodeString(strs.getAlias(), &status));
526 } while (strs.isValid() && U_SUCCESS(subStatus));
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 462 String strs[] = new String[array.length]; local
464 strs[i] = array[i].toString();
466 return checkArray(msg, strs, expected);
482 String strs[] = new String[array.length]; local
484 strs[i] = array[i].toString();
486 return checkArray(msg, strs, expected);
  /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/
cmd_report.cpp 459 std::vector<std::string> strs = android::base::Split(args[i], ","); local
460 filter.insert(strs.begin(), strs.end());
529 std::vector<std::string> strs = android::base::Split(args[i], ","); local
530 for (const auto& s : strs) {
549 std::vector<std::string> strs = android::base::Split(args[i], ";"); local
550 sample_tree_builder_options_.symbol_filter.insert(strs.begin(), strs.end());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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)
  /external/python/cpython2/Lib/
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/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)
  /external/python/cpython2/Lib/idlelib/
UndoDelegator.py 311 strs = []
313 strs.append(" %r" % (cmd,))
314 return s + "(\n" + ",\n".join(strs) + "\n)"
  /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)"

Completed in 849 milliseconds

12 3 4 5 6