HomeSort by relevance Sort by last modified time
    Searched full:cleaned (Results 1 - 25 of 1234) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockitousage/internal/
package-info.java 8 * (stack traces are cleaned based on package)
  /external/toybox/lib/
pending.h 14 // TODO this goes away when lib/password.c cleaned up
  /external/compiler-rt/test/msan/
tls_reuse.cc 3 // Check that when TLS block is reused between threads, its shadow is cleaned.
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
TypeItem.kt 155 var cleaned = type
156 if (cleaned.contains("@androidx.annotation.")) {
157 cleaned = cleaned.replace("@androidx.annotation.", "@")
159 if (cleaned.contains("@android.support.annotation.")) {
160 cleaned = cleaned.replace("@android.support.annotation.", "@")
163 return stripJavaLangPrefix(cleaned)
206 var cleaned = type
208 if (compatibility.spacesAfterCommas && cleaned.indexOf(',') != -1)
    [all...]
  /external/mockito/src/main/java/org/mockito/exceptions/stacktrace/
StackTraceCleaner.java 11 * Excluding an element will make it not show in the cleaned stack trace.
25 * @return whether the element should be excluded from cleaned stack trace.
  /external/kernel-headers/
README.md 5 Bionic's "cleaned-up" user-land headers.
8 distributed as part of the platform itself. The cleaned up headers do not
21 that are used to generate Bionic's "cleaned-up" user-land headers. The script
  /packages/experimental/
README 20 Like a communal fridge, this directory will be cleaned periodically.
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocket.java 37 * happens to ensure resources are cleaned up.
46 * happens to ensure resources are cleaned up.
  /external/pdfium/xfa/fxfa/
cxfa_ffapp.h 60 // when it frees, so make sure it gets cleaned up first. That requires
61 // m_pFWLApp to be cleaned up as well.
  /dalvik/dx/tests/141-invoke-polymorphic-varhandles/
run 27 # Run dx and capture cleaned-up lines refering to invoke.VarHandle.
  /external/autotest/tko/
status_lib_unittest.py 13 cleaned = status_lib.clean_raw_line(raw_line)
14 self.assertEquals(cleaned, raw_line_temp % '')
21 cleaned = status_lib.clean_raw_line(raw_line, blacklist)
23 cleaned, raw_line_temp % (('',) * len(blacklist)))
  /external/curl/tests/data/
test608 30 # it was so the verify section works and the file can be cleaned up.
  /external/llvm/utils/unittest/googletest/
README.LLVM 7 Cleaned up as follows:
  /external/ltp/
TODO 38 cleaned up and fixed to use the test.sh test library. These include most of
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
README.LLVM 7 Cleaned up as follows:
  /hardware/interfaces/tetheroffload/control/1.0/
ITetheringOffloadCallback.hal 34 * This is necessary to ensure that offloaded traffic is not cleaned up
  /system/core/trusty/keymaster/
module.cpp 39 // Do not delete dev; it will get cleaned up when the caller calls device->close(), and must
  /external/tensorflow/tensorflow/core/lib/gtl/
cleanup_test.cc 37 auto s_cleaner = gtl::MakeCleanup([&s] { s.assign("cleaned"); });
40 EXPECT_EQ("cleaned", s);
58 auto s_cleaner = gtl::MakeCleanup([&s] { s.assign("cleaned"); });
84 auto c = gtl::MakeCleanup(Appender(&s, " cleaned"));
88 EXPECT_EQ("active cleaned", s);
  /development/vndk/tools/vndk-compliance/
README.md 50 * Once all copy header violations are cleaned up, make will start throwing lots of
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
ArmMmuPeiLibConstructor.c 54 // with the MMU off so we have to ensure that it gets cleaned to the PoC
  /external/autotest/server/control_segments/
cleanup 53 '%s cleaned successfully' % hostname)
  /external/autotest/server/site_tests/platform_ActivateDate/
platform_ActivateDate.py 21 # Since the activate_date value was cleaned, this reboot will cause it
  /external/curl/docs/libcurl/
curl_multi_cleanup.3 37 1 - \fIcurl_multi_remove_handle(3)\fP before any easy handles are cleaned up
  /external/e2fsprogs/misc/
partinfo.c 6 * Cleaned up by Theodore Ts'o, <tytso@mit.edu>.
  /external/expat/doc/
Makefile.am 42 # https://www.gnu.org/software/automake/manual/automake.html#What-Gets-Cleaned

Completed in 710 milliseconds

1 2 3 4 5 6 7 8 91011>>