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

12 3 4 5 6 7 8 91011>>

  /hardware/bsp/intel/peripheral/libmraa/tests/
check_samplenames.py 26 if cSampleName.endswith('.c'):
36 if cSampleName.endswith('.cpp'):
47 if javaSampleName.endswith('.java'):
  /external/autotest/frontend/shared/
exceptions.py 7 if not entity_body.endswith('\n'):
  /external/autotest/scheduler/
archive_results.py 14 if not path.endswith('/'):
  /external/chromium-trace/catapult/catapult_build/
repo_checks.py 11 if f.LocalPath().endswith('.orig')]
  /external/chromium-trace/catapult/third_party/vinn/vinn/
path_utils.js 53 if (!a.endsWith('/'))
61 if (a.endsWith('/'))
87 if (relTo.endsWith('/'))
97 if (a.endsWith('/'))
  /external/clang/lib/Basic/
Attributes.cpp 11 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__"))
  /external/testng/src/main/java/org/testng/internal/
YamlParser.java 24 return fileName.endsWith(".yaml");
  /external/testng/src/main/java/org/testng/xml/
SuiteXmlParser.java 26 return fileName.endsWith(".xml");
  /external/v8/test/test262/
list.py 12 dirs[:] = [d for d in dirs if not d.endswith('.git')]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pProvDiscEvent.java 64 if (tokens[0].endsWith("PBC-REQ")) event = PBC_REQ;
65 else if (tokens[0].endsWith("PBC-RESP")) event = PBC_RSP;
66 else if (tokens[0].endsWith("ENTER-PIN")) event = ENTER_PIN;
67 else if (tokens[0].endsWith("SHOW-PIN")) event = SHOW_PIN;
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /system/connectivity/shill/supplicant/
wpa_supplicant_unittest.cc 26 using testing::EndsWith;
43 EXPECT_CALL(log, Log(logging::LOG_ERROR, _, EndsWith("no depth parameter.")));
57 Log(logging::LOG_ERROR, _, EndsWith("no subject parameter.")));
71 EXPECT_CALL(log, Log(logging::LOG_ERROR, _, EndsWith("no depth parameter.")));
  /system/core/base/
strings_test.cpp 159 ASSERT_FALSE(android::base::EndsWith("", "foo"));
160 ASSERT_TRUE(android::base::EndsWith("", ""));
164 ASSERT_TRUE(android::base::EndsWith("foo", ""));
165 ASSERT_TRUE(android::base::EndsWith("foo", "o"));
166 ASSERT_TRUE(android::base::EndsWith("foo", "oo"));
167 ASSERT_TRUE(android::base::EndsWith("foo", "foo"));
171 ASSERT_FALSE(android::base::EndsWith("foo", "foobar"));
175 ASSERT_FALSE(android::base::EndsWith("foobar", "oba"));
176 ASSERT_FALSE(android::base::EndsWith("foobar", "foo"));
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 72 if dest.endswith("_t"):
155 if i['target'].endswith("_t"):
187 if p.endswith("(/.*)?"):
210 if exe.endswith("_exec_t") and exe not in exclude_list:
223 if exe.endswith("_exec_t") and exe not in exclude_list:
675 if f.endswith("_var_run_t"):
677 if f.endswith("_pid_t"):
679 if f.endswith("_var_lib_t"):
681 if f.endswith("_var_t"):
683 if f.endswith("_var_spool_t")
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDomainHandler.java 87 return ucDomain.endsWith(".COM")
88 || ucDomain.endsWith(".EDU")
89 || ucDomain.endsWith(".NET")
90 || ucDomain.endsWith(".GOV")
91 || ucDomain.endsWith(".MIL")
92 || ucDomain.endsWith(".ORG")
93 || ucDomain.endsWith(".INT");
109 return host.endsWith(domain);
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/scripts/
extract_implies.py 22 if not fn.endswith('.c'):
26 if module_name.endswith('module'):
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/ios-moe/
build.gradle 6 if (jar.name.endsWith("natives-ios.jar")) outputDir = file("xcode/native/ios")
10 if (libFile.getAbsolutePath().endsWith(".a") && !libFile.getAbsolutePath().contains("/tvos/")) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue141/
ConfigurableTimezoneTest.java 31 assertTrue(output, output.endsWith("Z\n"));
41 assertTrue(output, output.trim().endsWith("+1:00"));
  /external/vogar/src/vogar/
RetrievedFilesFilter.java 38 if (file.getName().endsWith(".xml")
40 || file.getName().endsWith(".json")
  /libcore/luni/src/test/java/tests/java/lang/String/
Tests.java 39 assertTrue("abcd".endsWith("bcd"));
40 assertFalse("abcd".endsWith("bcde"));
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/android/
build.gradle 37 if(jar.name.endsWith("natives-arm64-v8a.jar")) outputDir = file("libs/arm64-v8a")
38 if(jar.name.endsWith("natives-armeabi-v7a.jar")) outputDir = file("libs/armeabi-v7a")
39 if(jar.name.endsWith("natives-armeabi.jar")) outputDir = file("libs/armeabi")
40 if(jar.name.endsWith("natives-x86_64.jar")) outputDir = file("libs/x86_64")
41 if(jar.name.endsWith("natives-x86.jar")) outputDir = file("libs/x86")
  /external/v8/build/linux/unbundle/
remove_bundled_libraries.py 68 if f.endswith('.gyp') or f.endswith('.gypi'):
72 if f.endswith('.gn') or f.endswith('.gni'):
79 if f.endswith('.isolate'):

Completed in 3975 milliseconds

12 3 4 5 6 7 8 91011>>