HomeSort by relevance Sort by last modified time
    Searched full:endswith (Results 476 - 500 of 3543) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java 67 if (value.endsWith(UNIT_PX)) {
  /system/connectivity/shill/
crypto_des_cbc.cc 86 if (!base::EndsWith(text, kSentinel, base::CompareCase::SENSITIVE)) {
mock_log.h 58 // ::testing::EndsWith(".cc"),
  /system/connectivity/shill/ethernet/
ethernet_unittest.cc 57 using testing::EndsWith;
400 EndsWith("EAP Service lacks 802.1X credentials; "
413 EndsWith("EAP Service lost 802.1X credentials; "
424 EndsWith("EAP authenticator not detected; "
  /system/core/base/
strings.cpp 93 bool EndsWith(const std::string& s, const char* suffix) {
  /external/opencv3/modules/ts/misc/
run.py 190 if path and path.endswith(name):
230 if value and not value.endswith("-NOTFOUND"):
353 if self.cuda_library and self.cuda_library.endswith("-NOTFOUND"):
436 if self.targetos == "nt" and not fullpath.endswith(".exe"):
440 if self.targetos == "android" and fullpath.endswith(".apk"):
455 if app.endswith(".exe"):
456 if app.endswith("d.exe"):
596 if fname.endswith(".exe") or (self.targetos == "android" and fname.endswith(".apk")):
664 if self.targetos == "android" and exe.endswith(".apk")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bytes.py 297 self.assertFalse(bytearray().endswith(b"anything"))
298 self.assertTrue(b.endswith(b"hello"))
299 self.assertTrue(b.endswith(b"llo"))
300 self.assertTrue(b.endswith(b"o"))
301 self.assertFalse(b.endswith(b"whello"))
302 self.assertFalse(b.endswith(b"no"))
492 self.assertEqual(True, b.endswith(o, None))
493 self.assertEqual(True, b.endswith(o, -2, None))
494 self.assertEqual(True, b.endswith(l, None, -2))
495 self.assertEqual(False, b.endswith(x, None, None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bytes.py 297 self.assertFalse(bytearray().endswith(b"anything"))
298 self.assertTrue(b.endswith(b"hello"))
299 self.assertTrue(b.endswith(b"llo"))
300 self.assertTrue(b.endswith(b"o"))
301 self.assertFalse(b.endswith(b"whello"))
302 self.assertFalse(b.endswith(b"no"))
492 self.assertEqual(True, b.endswith(o, None))
493 self.assertEqual(True, b.endswith(o, -2, None))
494 self.assertEqual(True, b.endswith(l, None, -2))
495 self.assertEqual(False, b.endswith(x, None, None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py 297 self.assertFalse(bytearray().endswith(b"anything"))
298 self.assertTrue(b.endswith(b"hello"))
299 self.assertTrue(b.endswith(b"llo"))
300 self.assertTrue(b.endswith(b"o"))
301 self.assertFalse(b.endswith(b"whello"))
302 self.assertFalse(b.endswith(b"no"))
492 self.assertEqual(True, b.endswith(o, None))
493 self.assertEqual(True, b.endswith(o, -2, None))
494 self.assertEqual(True, b.endswith(l, None, -2))
495 self.assertEqual(False, b.endswith(x, None, None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 297 self.assertFalse(bytearray().endswith(b"anything"))
298 self.assertTrue(b.endswith(b"hello"))
299 self.assertTrue(b.endswith(b"llo"))
300 self.assertTrue(b.endswith(b"o"))
301 self.assertFalse(b.endswith(b"whello"))
302 self.assertFalse(b.endswith(b"no"))
492 self.assertEqual(True, b.endswith(o, None))
493 self.assertEqual(True, b.endswith(o, -2, None))
494 self.assertEqual(True, b.endswith(l, None, -2))
495 self.assertEqual(False, b.endswith(x, None, None)
    [all...]
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 66 if (!name.endsWith(".class")) {
81 if (cfClassName.endsWith(PACKAGE_INFO)) {
  /developers/build/
build.gradle 162 if (file.name.endsWith(".gradle") || file.name.endsWith(".java")) {
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 163 return !input.getAbsolutePath().endsWith("java/java");
232 if (currentDir.getPath().endsWith("out/production")) {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 94 return f.isDirectory() || f.getName().toLowerCase().endsWith(TestSuiteFactory.GRAMMAR_EXT);
131 return f.isDirectory() || f.getName().toLowerCase().endsWith(TestSuiteFactory.TEST_SUITE_EXT);
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 227 if testPath.endswith('Lexer.py') or testPath.endswith('Parser.py'):
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
PythonTarget.java 159 && ((String)nChunks.get(firstChunk)).endsWith("\n") ) {
207 if ( text.endsWith("\n") ) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 40 if (!executable.endsWith(File.separator)) {
170 if (!executable.endsWith(File.separator)) {
  /external/apache-harmony/support/src/test/java/tests/util/
SerializationTester.java 185 // if (path.endsWith(".")) {
188 // if (!path.endsWith("/")) {
  /external/chromium-trace/catapult/telemetry/telemetry/page/
page_unittest.py 44 self.assertTrue(apage.file_path_url.endswith(os.sep) or
45 (os.altsep and apage.file_path_url.endswith(os.altsep)))
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
trace_data.py 89 if raw_data.startswith('[') and not raw_data.endswith(']'):
90 if raw_data.endswith(','):
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_pep420_nspkg.py 59 if data.endswith(' refs]'):
171 if data.endswith(' refs]'):
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
_htmlparser.py 116 if data.endswith("?") and data.lower().startswith("xml"):
242 if end.endswith('/>'):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_api_test.py 78 self.assertTrue(client.url.endswith('/'))
131 self.assertTrue(http_request.url.endswith(url_timestamp))
transfer_test.py 221 self.assertTrue(rewritten_upload_contents.endswith(upload_contents))
235 self.assertTrue(rewritten_upload_contents.endswith(upload_contents))
  /external/clang/www/
make_cxx_dr_status 37 if not test_cpp.endswith('.cpp'):
99 if status.endswith(' c++11'):

Completed in 3680 milliseconds

<<11121314151617181920>>