HomeSort by relevance Sort by last modified time
    Searched refs:starts_with (Results 1 - 25 of 37) sorted by null

1 2

  /external/webrtc/webrtc/base/
stringutils_unittest.cc 90 EXPECT_TRUE(starts_with("foobar", "foo"));
91 EXPECT_TRUE(starts_with("foobar", "foobar"));
92 EXPECT_TRUE(starts_with("foobar", ""));
93 EXPECT_TRUE(starts_with("", ""));
94 EXPECT_FALSE(starts_with("foobar", "bar"));
95 EXPECT_FALSE(starts_with("foobar", "foobarbaz"));
96 EXPECT_FALSE(starts_with("", "f"));
stringutils.cc 104 bool starts_with(const char *s1, const char *s2) { function in namespace:rtc
stringutils.h 308 bool starts_with(const char *s1, const char *s2);
  /art/compiler/driver/
compiler_options.cc 135 DCHECK(option.starts_with("--dump-init-failures="));
148 if (option.starts_with("--compiler-filter=")) {
155 } else if (option.starts_with("--huge-method-max=")) {
157 } else if (option.starts_with("--large-method-max=")) {
159 } else if (option.starts_with("--small-method-max=")) {
161 } else if (option.starts_with("--tiny-method-max=")) {
163 } else if (option.starts_with("--num-dex-methods=")) {
165 } else if (option.starts_with("--inline-depth-limit=")) {
167 } else if (option.starts_with("--inline-max-code-units=")) {
179 } else if (option.starts_with("--top-k-profile-threshold="))
    [all...]
  /external/webrtc/talk/media/devices/
yuvframescapturer.h 61 return rtc::starts_with(device.id.c_str(), kYuvFrameDeviceName);
filevideocapturer.h 88 return rtc::starts_with(device.id.c_str(), kVideoFileDevicePrefix);
  /art/profman/
profman.cc 148 } else if (option.starts_with("--dump-output-to-fd=")) {
150 } else if (option.starts_with("--profile-file=")) {
152 } else if (option.starts_with("--profile-file-fd=")) {
154 } else if (option.starts_with("--reference-profile-file=")) {
156 } else if (option.starts_with("--reference-profile-file-fd=")) {
158 } else if (option.starts_with("--dex-location=")) {
160 } else if (option.starts_with("--apk-fd=")) {
  /art/dex2oat/
dex2oat.cc 598 DCHECK(option.starts_with("--base="));
608 DCHECK(option.starts_with("--instruction-set="));
622 DCHECK(option.starts_with("--instruction-set-variant="));
633 DCHECK(option.starts_with("--instruction-set-features="));
653 DCHECK(option.starts_with("--compiler-backend="));
667 DCHECK(option.starts_with(substr));
    [all...]
  /art/cmdline/
cmdline.h 142 if (option.starts_with("--boot-image=")) {
144 } else if (option.starts_with("--instruction-set=")) {
152 } else if (option.starts_with("--output=")) {
  /external/libchrome/base/strings/
string_piece_unittest.cc 551 // starts_with
552 ASSERT_TRUE(a.starts_with(a));
553 ASSERT_TRUE(a.starts_with("foo"));
554 ASSERT_TRUE(a.starts_with(e));
555 ASSERT_TRUE(b.starts_with(s1));
556 ASSERT_TRUE(b.starts_with(b));
557 ASSERT_TRUE(b.starts_with(e));
558 ASSERT_TRUE(e.starts_with(""));
559 ASSERT_TRUE(!a.starts_with(b));
560 ASSERT_TRUE(!b.starts_with(a))
    [all...]
  /external/libweave/third_party/chromium/base/strings/
string_piece_unittest.cc 540 // starts_with
541 ASSERT_TRUE(a.starts_with(a));
542 ASSERT_TRUE(a.starts_with("foo"));
543 ASSERT_TRUE(a.starts_with(e));
544 ASSERT_TRUE(b.starts_with(s1));
545 ASSERT_TRUE(b.starts_with(b));
546 ASSERT_TRUE(b.starts_with(e));
547 ASSERT_TRUE(e.starts_with(""));
548 ASSERT_TRUE(!a.starts_with(b));
549 ASSERT_TRUE(!b.starts_with(a))
    [all...]
string_piece.h 204 bool starts_with(const BasicStringPiece& x) const { function in class:base::BasicStringPiece
  /external/pcre/dist/
pcre_stringpiece.h 151 bool starts_with(const StringPiece& x) const { function in class:pcrecpp::StringPiece
  /art/compiler/jit/
jit_compiler.cc 121 if (option.starts_with("--instruction-set-variant=")) {
129 } else if (option.starts_with("--instruction-set-features=")) {
  /art/patchoat/
patchoat.cc     [all...]
  /external/regex-re2/re2/
stringpiece.h 104 bool starts_with(const StringPiece& x) const { function in class:re2::StringPiece
  /art/oatdump/
oatdump.cc     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 520 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
575 'bgwt' : starts_with,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 520 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
575 'bgwt' : starts_with,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 520 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
575 'bgwt' : starts_with,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 520 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
575 'bgwt' : starts_with,
  /art/runtime/base/
stringpiece.h 122 bool starts_with(const StringPiece& x) const { function in class:art::StringPiece
  /build/kati/
string_piece.h 130 bool starts_with(const StringPiece& x) const { function in class:StringPiece
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 652 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
729 'bgwt' : starts_with,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 652 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
729 'bgwt' : starts_with,

Completed in 459 milliseconds

1 2