HomeSort by relevance Sort by last modified time
    Searched refs:colon (Results 201 - 225 of 801) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython2/Objects/
dictobject.c 1112 PyObject *s, *temp, *colon = NULL; local
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 210 "A colon-separated list of glob (not regex) patterns "
223 "by a colon and an output file name or directory. A directory "
390 const char* const colon = strchr(gtest_output_flag, ':'); local
391 return (colon == NULL) ?
393 String(gtest_output_flag, colon - gtest_output_flag);
403 const char* const colon = strchr(gtest_output_flag, ':'); local
404 if (colon == NULL)
410 internal::FilePath output_name(colon + 1);
418 internal::FilePath(colon + 1));
499 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 209 "A colon-separated list of glob (not regex) patterns "
222 "by a colon and an output file name or directory. A directory "
389 const char* const colon = strchr(gtest_output_flag, ':'); local
390 return (colon == NULL) ?
392 String(gtest_output_flag, colon - gtest_output_flag);
402 const char* const colon = strchr(gtest_output_flag, ':'); local
403 if (colon == NULL)
409 internal::FilePath output_name(colon + 1);
417 internal::FilePath(colon + 1));
498 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 216 "A colon-separated list of glob (not regex) patterns "
229 "by a colon and an output file name or directory. A directory "
396 const char* const colon = strchr(gtest_output_flag, ':'); local
397 return (colon == NULL) ?
399 std::string(gtest_output_flag, colon - gtest_output_flag);
409 const char* const colon = strchr(gtest_output_flag, ':'); local
410 if (colon == NULL)
416 internal::FilePath output_name(colon + 1);
424 internal::FilePath(colon + 1));
502 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 205 "A colon-separated list of glob (not regex) patterns "
218 "by a colon and an output file name or directory. A directory "
378 const char* const colon = strchr(gtest_output_flag, ':'); local
379 return (colon == NULL) ?
381 String(gtest_output_flag, colon - gtest_output_flag);
391 const char* const colon = strchr(gtest_output_flag, ':'); local
392 if (colon == NULL)
398 internal::FilePath output_name(colon + 1);
406 internal::FilePath(colon + 1));
487 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 209 "A colon-separated list of glob (not regex) patterns "
222 "by a colon and an output file name or directory. A directory "
389 const char* const colon = strchr(gtest_output_flag, ':'); local
390 return (colon == NULL) ?
392 String(gtest_output_flag, colon - gtest_output_flag);
402 const char* const colon = strchr(gtest_output_flag, ':'); local
403 if (colon == NULL)
409 internal::FilePath output_name(colon + 1);
417 internal::FilePath(colon + 1));
498 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 216 "A colon-separated list of glob (not regex) patterns "
229 "by a colon and an output file name or directory. A directory "
396 const char* const colon = strchr(gtest_output_flag, ':'); local
397 return (colon == NULL) ?
399 std::string(gtest_output_flag, colon - gtest_output_flag);
409 const char* const colon = strchr(gtest_output_flag, ':'); local
410 if (colon == NULL)
416 internal::FilePath output_name(colon + 1);
424 internal::FilePath(colon + 1));
502 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 212 "A colon-separated list of glob (not regex) patterns "
225 "by a colon and an output file name or directory. A directory "
392 const char* const colon = strchr(gtest_output_flag, ':'); local
393 return (colon == NULL) ?
395 std::string(gtest_output_flag, colon - gtest_output_flag);
405 const char* const colon = strchr(gtest_output_flag, ':'); local
406 if (colon == NULL)
412 internal::FilePath output_name(colon + 1);
420 internal::FilePath(colon + 1));
498 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 212 "A colon-separated list of glob (not regex) patterns "
225 "by a colon and an output file name or directory. A directory "
392 const char* const colon = strchr(gtest_output_flag, ':'); local
393 return (colon == NULL) ?
395 std::string(gtest_output_flag, colon - gtest_output_flag);
405 const char* const colon = strchr(gtest_output_flag, ':'); local
406 if (colon == NULL)
412 internal::FilePath output_name(colon + 1);
420 internal::FilePath(colon + 1));
498 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /external/clang/lib/Format/
FormatTokenLexer.cpp 146 tok::colon, tok::question, tok::tilde) ||
  /external/libcups/cups/
ppd.c 2868 colon, \/* Colon seen? *\/ local
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 282 bne find_colon @ repeat till we find colon
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner.go 138 parseObjectKey = iota // parsing object key (before colon)
139 parseObjectValue // parsing object value (after colon)
  /prebuilts/go/darwin-x86/src/net/
dial.go 139 if i < 0 { // no colon
260 // by a colon and a protocol number or name and the addr must be a
ip.go 559 // Loop, parsing hex numbers followed by colon.
602 // Otherwise must be followed by colon and more.
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 485 // Key ends at first colon; should not have spaces but
506 i++ // skip colon
  /prebuilts/go/linux-x86/src/encoding/json/
scanner.go 138 parseObjectKey = iota // parsing object key (before colon)
139 parseObjectValue // parsing object value (after colon)
  /prebuilts/go/linux-x86/src/net/
dial.go 139 if i < 0 { // no colon
260 // by a colon and a protocol number or name and the addr must be a
ip.go 559 // Loop, parsing hex numbers followed by colon.
602 // Otherwise must be followed by colon and more.
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 485 // Key ends at first colon; should not have spaces but
506 i++ // skip colon
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha3/
testutils-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha5/
testutils-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha6/
testutils-25.4.0-alpha6.jar 

Completed in 1669 milliseconds

1 2 3 4 5 6 7 891011>>