HomeSort by relevance Sort by last modified time
    Searched refs:strs (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 472 var strs []string
475 strs = make([]string, hint)
513 if vv == nil && len(strs) > 0 {
516 // Set the capacity on strs[0] to 1, so any future append
518 vv, strs = strs[:1:1], strs[1:]
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 472 var strs []string
475 strs = make([]string, hint)
513 if vv == nil && len(strs) > 0 {
516 // Set the capacity on strs[0] to 1, so any future append
518 vv, strs = strs[:1:1], strs[1:]
  /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;
  /system/extras/simpleperf/
environment.cpp 314 std::vector<std::string> strs = android::base::Split(tid_str, ","); local
315 for (const auto& s : strs) {
cmd_report_test.cpp 171 const std::vector<std::string>& strs) {
183 for (auto& s : strs) {
tracing.cpp 329 std::vector<std::string> strs = android::base::Split(pair.second, "\n"); local
331 for (const auto& s : strs) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
maverick.c 342 LDSTall (strs, 4, 0, 0, "f");
352 insns_LDSTall (strs), insns_LDSTall (strd),
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 904 DiCursor strs = DiCursor_INVALID; local
    [all...]
  /frameworks/rs/
rsCppUtils.h 191 const char* rsuJoinStrings(int n, const char* const* strs);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0/
kotlin-gradle-plugin-core-1.0.0.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 809 strs = ["Apple", "Banana", "Coconut"]
815 self.assertEqual([(i, s) for i in nums for s in strs],
821 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
839 check_syntax_error(self, "[i, s for i in nums for s in strs]")
py3_test_grammar.py 757 strs = ["Apple", "Banana", "Coconut"]
763 self.assertEqual([(i, s) for i in nums for s in strs],
769 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
787 check_syntax_error(self, "[i, s for i in nums for s in strs]")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 820 strs = ["Apple", "Banana", "Coconut"]
826 self.assertEqual([(i, s) for i in nums for s in strs],
832 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
850 check_syntax_error(self, "[i, s for i in nums for s in strs]")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 842 strs = ["Apple", "Banana", "Coconut"]
848 self.assertEqual([(i, s) for i in nums for s in strs],
854 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
872 check_syntax_error(self, "[i, s for i in nums for s in strs]")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 842 strs = ["Apple", "Banana", "Coconut"]
848 self.assertEqual([(i, s) for i in nums for s in strs],
854 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
872 check_syntax_error(self, "[i, s for i in nums for s in strs]")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 809 strs = ["Apple", "Banana", "Coconut"]
815 self.assertEqual([(i, s) for i in nums for s in strs],
821 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
839 check_syntax_error(self, "[i, s for i in nums for s in strs]")
py3_test_grammar.py 757 strs = ["Apple", "Banana", "Coconut"]
763 self.assertEqual([(i, s) for i in nums for s in strs],
769 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
787 check_syntax_error(self, "[i, s for i in nums for s in strs]")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 842 strs = ["Apple", "Banana", "Coconut"]
848 self.assertEqual([(i, s) for i in nums for s in strs],
854 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
872 check_syntax_error(self, "[i, s for i in nums for s in strs]")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 809 strs = ["Apple", "Banana", "Coconut"]
815 self.assertEqual([(i, s) for i in nums for s in strs],
821 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
839 check_syntax_error(self, "[i, s for i in nums for s in strs]")
py3_test_grammar.py 757 strs = ["Apple", "Banana", "Coconut"]
763 self.assertEqual([(i, s) for i in nums for s in strs],
769 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
787 check_syntax_error(self, "[i, s for i in nums for s in strs]")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 842 strs = ["Apple", "Banana", "Coconut"]
848 self.assertEqual([(i, s) for i in nums for s in strs],
854 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
872 check_syntax_error(self, "[i, s for i in nums for s in strs]")
  /external/icu/icu4c/source/common/
uloc.cpp     [all...]
  /external/testng/src/main/java/org/testng/
TestNG.java 1470 String[] strs = Utils.split(cla.listener, sep); local
1481 String[] strs = Utils.split(cla.methodSelectors, ","); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 604 var strs []string
607 strs = append(strs, s[i2].Val().U.(string))
613 nl.SetVal(Val{strings.Join(strs, "")})

Completed in 1619 milliseconds

1 23 4 5 6