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

1 2 3 4 56 7 8 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceJUnit4ClassRunner.java 135 * metrics during a test case (inside @Test). It guarantees that the metrics map is cleaned
223 * during a test case (inside @Test). It guarantees that the log list is cleaned between tests,
  /external/autotest/client/common_lib/cros/network/
interface.py 363 cleaned = line.strip().lower()
364 match = re.search(signal_pattern, cleaned)
442 cleaned = line.strip().lower()
443 if my_frequency_pattern.match(cleaned):
446 match = noise_pattern.match(cleaned)
449 if any_frequency_pattern.match(cleaned):
  /external/llvm/test/Transforms/SimplifyCFG/
empty-cleanuppad.ll 8 ; This case arises when two objects with empty destructors are cleaned up.
43 ; This case arises when an object with an empty destructor must be cleaned up
45 ; cleaned up within the try-block.
106 ; This case arises when an object with a non-empty destructor must be cleaned up
107 ; outside of a try-block and an object with an empty destructor must be cleaned
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h 243 configuration data will be cleaned up and no IA will be associated with
246 must be cleaned up before setting the new configuration data.
252 Dhcp6Init state, or cleaned up the original
  /external/autotest/site_utils/lxc/
zygote_unittest.py 69 # After the zygote is destroyed, verify that the host path is cleaned
82 # After the zygote is destroyed, verify that the host path is cleaned
301 Use this to ensure that zygotes got properly cleaned up after each test.
  /frameworks/base/telecomm/java/android/telecom/Logging/
SessionManager.java 249 * Log.continueSession(...) called on it due to an error. Allows the subsession to be cleaned
396 String logMessage = "Stale Sessions Cleaned:\n";
416 Log.v(LOGGING_TAG, "No stale logging sessions needed to be cleaned...");
  /frameworks/ml/nn/driver/cache/BlobCache/
BlobCache.cpp 399 bool cleaned = false;
406 cleaned = true;
408 return cleaned;
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
VtsHalEvsV1_0TargetTest.cpp 197 // Leave the second camera dangling so it gets cleaned up by the destructor path
361 // we have to break that cycle in order for either of them to get cleaned up.
429 // we have to break that cycle in order for either of them to get cleaned up.
  /external/autotest/server/cros/
resource_monitor_unittest.py 216 """Checks that resource monitor is cleaned up even if user forgets to
228 """Checks that monitor is cleaned up upon unexpected interrupt."""
  /external/brotli/c/include/brotli/
decode.h 26 * Cleaned up and deallocated with ::BrotliDecoderDestroyInstance.
176 * @param state decoder instance to be cleaned up and deallocated
  /external/brotli/docs/
decode.h.3 129 Opaque structure that holds decoder state\&. Allocated and initialized with \fBBrotliDecoderCreateInstance\fP\&. Cleaned up and deallocated with \fBBrotliDecoderDestroyInstance\fP\&.
269 \fIstate\fP decoder instance to be cleaned up and deallocated
  /external/guice/core/test/com/google/inject/
ImplicitBindingTest.java 118 * to make sure that all are cleaned up and traversed. It also makes sure we don't touch
298 * The problem was that C cleaned up A's binding and then handed control back to B,
  /external/libchrome/base/memory/
singleton.h 77 // DefaultSingletonTraits except that the Singleton will not be cleaned up
90 // be cleaned up at exit, but can't be revived after destruction unless
  /external/tensorflow/tensorflow/core/lib/io/
path.cc 192 // Calculate and check the length of the cleaned path.
201 // The cleaned path is empty; assign "." as per the spec.
  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceRefcountedResourceTest.java 202 // Verify parent gets cleaned up properly, and triggers releaseReference on
351 // Verify all resources were cleaned up properly
  /libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/
CloseGuardSupport.java 79 * mechanism are not cleaned up properly by a test.
92 * Fails a test when resources are not cleaned up properly.
  /packages/apps/Contacts/src/com/android/contacts/util/
DateUtils.java 134 * @return Returns the same date in a cleaned up format. If the supplied string does not look
149 * @return Returns the same date in a cleaned up format. If the supplied string does not look
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_thread.h 151 * specified thread is cleaned up by SDL_WaitThread().
177 * Once a thread has been cleaned up through this function, the SDL_Thread
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_thread.h 151 * specified thread is cleaned up by SDL_WaitThread().
177 * Once a thread has been cleaned up through this function, the SDL_Thread
  /prebuilts/misc/windows/sdl2/include/
SDL_thread.h 151 * specified thread is cleaned up by SDL_WaitThread().
177 * Once a thread has been cleaned up through this function, the SDL_Thread
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_thread.h 151 * specified thread is cleaned up by SDL_WaitThread().
177 * Once a thread has been cleaned up through this function, the SDL_Thread
  /art/openjdkjvmti/
ti_class_definition.h 166 // A unique_ptr to the current dex_data if it needs to be cleaned up.
  /art/test/testrunner/
env.py 120 # Do you want failed tests to have their artifacts cleaned up?
  /bionic/libc/kernel/tools/
defaults.py 1 # this module contains all the defaults used by the generation of cleaned-up headers
  /build/make/target/board/generic_arm64/
BoardConfig.mk 117 # cleaned up all device specific directories under root!

Completed in 1295 milliseconds

1 2 3 4 56 7 8 91011>>