HomeSort by relevance Sort by last modified time
    Searched defs:EndsWith (Results 1 - 25 of 30) sorted by null

1 2

  /external/easymock/src/org/easymock/internal/matchers/
EndsWith.java 22 public class EndsWith implements IArgumentMatcher, Serializable {
28 public EndsWith(String suffix) {
33 return (actual instanceof String) && ((String) actual).endsWith(suffix);
37 buffer.append("endsWith(\"" + suffix + "\")");
  /external/mockito/src/org/mockito/internal/matchers/
EndsWith.java 14 public class EndsWith extends ArgumentMatcher<String> implements Serializable {
19 public EndsWith(String suffix) {
24 return actual != null && ((String) actual).endsWith(suffix);
28 description.appendText("endsWith(\"" + suffix + "\")");
  /external/llvm/include/llvm/ADT/
StringSwitch.h 69 StringSwitch& EndsWith(const char (&S)[N], const T &Value) {
  /system/core/base/
strings.cpp 93 bool EndsWith(const std::string& s, const char* suffix) {
  /system/tools/aidl/
options.cpp 140 if (!EndsWith(options->input_file_name_, ".aidl")) {
238 if (!EndsWith(options->input_file_name_, ".aidl")) {
246 bool EndsWith(const string& str, const string& suffix) {
257 if (!EndsWith(*str, old_suffix)) return false;
  /system/core/include/ziparchive/
zip_archive.h 59 bool EndsWith(const ZipString& suffix) const {
  /external/v8/test/js-perf-test/Strings/
harmony-string.js 11 EndsWith, WithSetup, WithTearDown),
59 function EndsWith() {
60 result = str.endsWith(substr);
  /external/dng_sdk/source/
dng_string.cpp 1513 bool dng_string::EndsWith (const char *s,
    [all...]
  /external/libchrome/base/strings/
string_util.cc 637 bool EndsWith(StringPiece str,
643 bool EndsWith(StringPiece16 str,
    [all...]
  /external/webrtc/webrtc/base/
proxydetect.cc 374 bool EndsWith(const std::string& a, const std::string& b) {
483 while (!EndsWith(it->Name(), extension)) {
    [all...]
  /art/imgdiag/
imgdiag.cc 85 static bool EndsWith(const std::string& str, const std::string& suffix) {
125 if (EndsWith(map.name, GetImageLocationBaseName())) {
    [all...]
  /art/runtime/
utils.cc 945 bool EndsWith(const std::string& s, const char* suffix) {
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/guice/lib/build/
easymock.jar 
  /external/guice/extensions/persist/lib/
easymock.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 

Completed in 1128 milliseconds

1 2