Home
last modified time | relevance | path

Searched refs:getChecked (Results 1 – 7 of 7) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DCheckBoxPanel.java26 public List<ICheckBox> getChecked() { in getChecked() method in CheckBoxPanel
/external/llvm/include/llvm/Support/
DError.h223 if (!getChecked() || getPtr()) { in assertIsChecked()
252 bool getChecked() const { in getChecked() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h239 if (!getChecked() || getPtr()) { in assertIsChecked()
269 bool getChecked() const { in getChecked() function
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DOkHttpClient.java112 return HttpUrl.getChecked(url);
DHttpUrl.java629 static HttpUrl getChecked(String url) throws MalformedURLException, UnknownHostException { in getChecked() method in HttpUrl
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java1141 HttpUrl httpUrl = HttpUrl.getChecked("http://username:password@host/path?query#fragment"); in fromJavaNetUrl_checked()
1147 HttpUrl.getChecked("mailto:user@example.com"); in fromJavaNetUrlUnsupportedScheme_checked()
1155 HttpUrl.getChecked("http://hostw ithspace/"); in fromJavaNetUrlBadHost_checked()
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java338 boolean anyProfilersChecked = !profilersPanel.getChecked().isEmpty(); in updateNonProfiledRunControl()
377 for (ICheckBox profiler : profilersPanel.getChecked()) { in getControlFileParams()