HomeSort by relevance Sort by last modified time
    Searched refs:strs (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /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 
  /system/extras/simpleperf/
cmd_report_test.cpp 169 const std::vector<std::string>& strs) {
181 for (auto& s : strs) {
environment.cpp 308 std::vector<std::string> strs = android::base::Split(tid_str, ","); local
309 for (const auto& s : strs) {
tracing.cpp 329 std::vector<std::string> strs = android::base::Split(pair.second, "\n"); local
331 for (const auto& s : strs) {
  /system/netd/server/
BandwidthController.cpp 259 std::vector<std::string> toStrVec(int num, char* strs[]) {
262 tmp.emplace_back(strs[i]);
  /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...]
  /external/python/cpython2/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]")
  /external/python/cpython2/Lib/test/
test_grammar.py 848 strs = ["Apple", "Banana", "Coconut"]
854 self.assertEqual([(i, s) for i in nums for s in strs],
860 self.assertEqual([(i, s) for i in nums for s in [f for f in strs if "n" in f]],
878 check_syntax_error(self, "[i, s for i in nums for s in strs]")
    [all...]
  /external/python/cpython3/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]")
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 1206 SmallVector<StringRef, 8> strs; local
    [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/tensorflow/tensorflow/c/
c_api_function_test.cc 161 static const char** ToArray(const std::vector<string>& strs) {
163 if (!strs.empty()) {
164 ptr = new const char*[strs.size()];
165 for (size_t i = 0; i < strs.size(); ++i) {
166 ptr[i] = strs[i].c_str();
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 613 milliseconds

1 2 34 5 6 7