HomeSort by relevance Sort by last modified time
    Searched full:attempt (Results 576 - 600 of 6919) sorted by null

<<21222324252627282930>>

  /external/autotest/server/cros/chaos_lib/
chaos_analyzer_usage.txt 1 Used to analyze the chaos logs & packet captures and produce a consolidated analysis of each test attempt in a text file.
17 3. The analysis output for each attempt is stored in the same folder as the packet captures with the name: chaos_analyzer_try_[0-9].log.
42 2015-04-06T19:35:07.151703-07:00 NOTICE autotest[12338]: Connection attempt 4
  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry.py 117 def _LogLastException(thread_name, attempt, max_attempts, log_func):
119 log_func('Exception on thread %s (attempt %d of %d)', thread_name,
120 attempt, max_attempts)
  /external/clang/test/Analysis/
Malloc+MismatchedDeallocator+NewDelete.cpp 12 free(p); // expected-warning{{Attempt to free released memory}}
49 delete p; // expected-warning{{Attempt to free released memory}}
98 delete globalPtr; // expected-warning {{Attempt to free released memory}}
NewDelete-path-notes.cpp 13 delete p; // expected-warning {{Attempt to free released memory}}
14 // expected-note@-1 {{Attempt to free released memory}}
26 delete odd; // expected-warning {{Attempt to free released memory}}
27 // expected-note@-1 {{Attempt to free released memory}}
254 // CHECK-NEXT: <string>Attempt to free released memory</string>
256 // CHECK-NEXT: <string>Attempt to free released memory</string>
259 // CHECK-NEXT: <key>description</key><string>Attempt to free released memory</string>
472 // CHECK-NEXT: <string>Attempt to free released memory</string>
474 // CHECK-NEXT: <string>Attempt to free released memory</string>
477 // CHECK-NEXT: <key>description</key><string>Attempt to free released memory</string
    [all...]
  /external/libcxxabi/src/
cxa_new_delete.cpp 21 the requested storage. Whether the attempt involves a call to the Standard C
24 * Returns a pointer to the allocated storage if the attempt is successful.
31 * The loop terminates when an attempt to allocate the requested storage is
  /external/llvm/include/llvm/Support/
StringPool.h 115 assert(*this && "Attempt to dereference empty PooledStringPtr!");
120 assert(*this && "Attempt to dereference empty PooledStringPtr!");
125 assert(*this && "Attempt to dereference empty PooledStringPtr!");
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
ConnectionSpecSelector.java 35 * Instances are stateful and should be created and used for a single connection attempt.
91 // Any future attempt to connect using this strategy will be a fallback attempt.
  /external/vogar/src/vogar/monitor/
HostMonitor.java 54 for (int attempt = 0; true; attempt++) {
69 log.verbose("connection " + attempt + " to localhost:"
  /external/vogar/test/vogar/testing/
InterceptOutputStreamsTest.java 77 fail("did not detect attempt to access content from outside test");
87 fail("did not detect attempt to access content from outside test");
102 fail("did not detect attempt to access content from unintercepted stream");
  /libcore/ojluni/src/main/java/java/util/prefs/
FileSystemPreferences.java 102 // Attempt to create root dir if it does not yet exist.
164 // Attempt to create root dir if it does not yet exist.
563 * Attempt to load prefsCache from the backing store. If the attempt
566 * if another VM is updating this node concurrently). If the attempt
597 // Attempt succeeded; update state
603 * Attempt to write back prefsCache to the backing store. If the attempt
606 * prevents a concurrent write. If the attempt fails, a
793 * Attempt succeeded; it's barely possible that the call t
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_new_delete.cpp 21 the requested storage. Whether the attempt involves a call to the Standard C
24 * Returns a pointer to the allocated storage if the attempt is successful.
31 * The loop terminates when an attempt to allocate the requested storage is
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 71 * Forces a close of the MailProvider. Any further access will attempt to
93 * Does not actually attempt to create a folder.
100 * Attempt to create the given folder remotely using the given type.
  /system/connectivity/shill/
portal_detector.cc 92 // |delay_seconds|. This is used to determine if a portal detection attempt
130 LOG(INFO) << StringPrintf("Portal detection completed attempt %d with "
168 SLOG(connection_.get(), 4) << "Elapsed time from previous attempt is "
connection_health_checker.cc 193 // Initiate the first attempt.
289 SLOG(connection_.get(), 2) << __func__ << ": Connection attempt failed.";
298 << ": AsyncConnection connection attempt failed "
315 // Count this as a failed connection attempt.
330 // Count this as a failed connection attempt.
  /external/boringssl/src/crypto/bn/
random.c 255 size_t done, todo, attempt; local
290 for (attempt = 0;; attempt++) {
296 SHA512_Update(&sha, &attempt, sizeof(attempt));
  /external/vboot_reference/firmware/lib/tpm_lite/include/
tpm_error_messages.h 136 "Attempt to reset a PCR register that does not have the resettable attribute" },
138 "Attempt to reset a PCR register that requires locality\n\
190 "Attempt to manage a family other then the delegated family" },
196 "Attempt to context save a owner evict controlled key" },
231 "Attempt to revoke the EK and the EK is not revocable" },
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 72 // attempt to load the class from the main project
79 // attempt to load the class from the jar dependencies
85 // attempt to load the class from the libraries
157 // Attempt to reload on lower version
163 throw e; // throw *original* exception, not attempt to rewrite
  /system/update_engine/
payload_state.cc 178 // Flush previous state from abnormal attempt failure, if any.
324 // payload attempt number would have been incremented and would take care
428 // Update the payload attempt number for both payload types: full and delta.
433 // Update the payload attempt number for full payloads and the backoff time.
435 LOG(INFO) << "Not incrementing payload attempt number for delta payloads";
439 LOG(INFO) << "Incrementing the full payload attempt number";
447 LOG(INFO) << "Incrementing the URL index for next attempt";
561 // TODO(zeuthen): Currently we don't report the UpdateEngine.Attempt.*
562 // metrics if the attempt ends abnormally, e.g. if the update_engine
639 // TODO(zeuthen): For now we only persist whether an attempt was i
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 229 Log.v(TAG, "assertBackgroundState(): status for app2 (" + mUid + ") on attempt #" + i
234 Log.d(TAG, "App not on background state on attempt #" + i
246 Log.v(TAG, "assertForegroundState(): status for app2 (" + mUid + ") on attempt #" + i
251 Log.d(TAG, "App not on foreground state on attempt #" + i
263 Log.v(TAG, "assertForegroundServiceState(): status for app2 (" + mUid + ") on attempt #"
268 Log.d(TAG, "App not on foreground service state on attempt #" + i
306 Log.w(TAG, "Failed to connect to an external site on attempt #" + i +
313 Log.d(TAG, "State (" + state + ") not set to CONNECTED on attempt #" + i
328 Log.d(TAG, "State (" + state + ") not set to DISCONNECTED on attempt #" + i
391 + checker.getExpected() + "' on attempt #" +
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 58 * Session information that gets logged for every Wifi connection attempt.
62 * The latest started (but un-ended) connection attempt
136 * Log event, tracking the start time, end time and result of a wireless connection attempt.
163 // New connection attempt to the same network & bssid
327 * @param config WifiConfiguration of the config used for the current connection attempt
328 * @param roamType Roam type that caused connection attempt, see WifiMetricsProto.WifiLog.ROAM_X
342 // End Connection Event due to new connection attempt to the same network
346 // End Connection Event due to new connection attempt to different network
389 //tracked connection attempt
402 * End a Connection event record. Call when wifi connection attempt succeeds or fails
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 265 // check the values and attempt to mark the file.
313 // check the values and attempt to mark the file.
327 // check the values and attempt to mark the file.
351 // check the values and attempt to mark the file.
367 // check the values and attempt to mark the file.
383 // check the values and attempt to mark the file.
398 // check the values and attempt to mark the file.
416 // check the values and attempt to mark the file.
435 // check the values and attempt to mark the file.
458 // check the values and attempt to mark the file
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
ip2k.opc 125 /* Attempt parse as register keyword. */
132 /* Attempt to parse for "(IP)". */
156 /* Attempt to parse for DP. ex: mov w, offset(DP)
199 /* Attempt to parse for SP. ex: mov w, offset(SP)
239 /* Attempt to parse as an address. */
451 errmsg = _("Attempt to find bit index of 0");
525 /* Attempt to print as a register keyword. */
  /system/bt/embdrv/sbc/decoder/include/
oi_status.h 46 OI_STATUS_NOT_IMPLEMENTED = 102, /**< attempt to use an unimplemented function */
69 OI_STATUS_MBUF_UNDERFLOW = 125, /**< There was an attempt to pull too many bytes from an mbuf. */
105 OI_STATUS_DUPLICATE_GROUP = 425, /**< L2CAP: attempt to add more than one group */
144 OI_HCI_CB_LIST_FULL = 603, /**< HCI: callback list is full, cannot attempt to send command */
239 OI_SDP_SERVER_NOT_CONNECTED = 810, /**< SDP: Attempt to disconnect from an unconnected server */
246 OI_SDP_SERVER_CONNECT_FAILED = 819, /**< SDP: Failed attempt to connect to an SDP server */
258 OI_SDP_CONNECTION_TIMEOUT = 834, /**< SDP: Connection attempt timed out at a lower layer */
263 OI_SDP_CANNOT_SET_ATTRIBUTE = 839, /**< SDP: Attempt to set a dynamic attribute value failed */
265 OI_SDP_NO_ATTRIBUTE_LIST_TO_REMOVE = 841, /**< SDP: Attempt to remove a non-existent attribute list from a service record */
324 OI_DEVMGR_DUPLICATE_EVENT_CALLBACK = 1316, /**< DEVMGR: attempt to register same callback twice *
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GlobalizationPreferences.java 165 throw new UnsupportedOperationException("Attempt to modify immutable object");
216 throw new UnsupportedOperationException("Attempt to modify immutable object");
232 throw new UnsupportedOperationException("Attempt to modify immutable object");
248 throw new UnsupportedOperationException("Attempt to modify immutable object");
343 throw new UnsupportedOperationException("Attempt to modify immutable object");
372 throw new UnsupportedOperationException("Attempt to modify immutable object");
400 throw new UnsupportedOperationException("Attempt to modify immutable object");
431 throw new UnsupportedOperationException("Attempt to modify immutable object");
476 throw new UnsupportedOperationException("Attempt to modify immutable object");
517 throw new UnsupportedOperationException("Attempt to modify immutable object")
1094 String[] attempt = TimeZone.getAvailableIDs(getTerritory()); local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
GlobalizationPreferences.java 170 throw new UnsupportedOperationException("Attempt to modify immutable object");
224 throw new UnsupportedOperationException("Attempt to modify immutable object");
241 throw new UnsupportedOperationException("Attempt to modify immutable object");
258 throw new UnsupportedOperationException("Attempt to modify immutable object");
356 throw new UnsupportedOperationException("Attempt to modify immutable object");
387 throw new UnsupportedOperationException("Attempt to modify immutable object");
417 throw new UnsupportedOperationException("Attempt to modify immutable object");
450 throw new UnsupportedOperationException("Attempt to modify immutable object");
498 throw new UnsupportedOperationException("Attempt to modify immutable object");
541 throw new UnsupportedOperationException("Attempt to modify immutable object")
1133 String[] attempt = TimeZone.getAvailableIDs(getTerritory()); local
    [all...]

Completed in 720 milliseconds

<<21222324252627282930>>