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

12 3

  /prebuilts/go/darwin-x86/src/cmd/go/
main.go 508 sv := strings.ToUpper(filepath.VolumeName(s))
509 pv := strings.ToUpper(filepath.VolumeName(prefix))
710 // to EqualFold. Note that strings.ToUpper and strings.ToLower
vendor_test.go 68 cd := changeVolume(filepath.Join(tg.pwd(), "testdata/src/vend/hello"), strings.ToUpper)
  /prebuilts/go/linux-x86/src/cmd/go/
main.go 508 sv := strings.ToUpper(filepath.VolumeName(s))
509 pv := strings.ToUpper(filepath.VolumeName(prefix))
710 // to EqualFold. Note that strings.ToUpper and strings.ToLower
vendor_test.go 68 cd := changeVolume(filepath.Join(tg.pwd(), "testdata/src/vend/hello"), strings.ToUpper)
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 660 env_var << ToUpper(full_flag.c_str()[i]);
  /external/mesa3d/src/gtest/src/
gtest-port.cc 656 env_var << ToUpper(full_flag.c_str()[i]);
  /prebuilts/go/darwin-x86/src/html/template/
css_test.go 120 s = strings.ToUpper(s)
  /prebuilts/go/linux-x86/src/html/template/
css_test.go 120 s = strings.ToUpper(s)
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 697 env_var << ToUpper(full_flag.c_str()[i]);
  /external/gtest/src/
gtest-port.cc 746 env_var << ToUpper(full_flag.c_str()[i]);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 715 env_var << ToUpper(full_flag.c_str()[i]);
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 810 path: strings.ToUpper(d.path),
1053 up := strings.ToUpper(wd)
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 810 path: strings.ToUpper(d.path),
1053 up := strings.ToUpper(wd)
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp.go 359 ext = strings.ToUpper(ext)
  /prebuilts/go/linux-x86/src/net/smtp/
smtp.go 359 ext = strings.ToUpper(ext)
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 817 func TestToUpper(t *testing.T) { runStringTests(t, ToUpper, "ToUpper", upperTests) }
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 817 func TestToUpper(t *testing.T) { runStringTests(t, ToUpper, "ToUpper", upperTests) }

Completed in 3175 milliseconds

12 3