OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attempt
(Results
151 - 175
of
6919
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableArray.m
107
reason:[NSString stringWithFormat:@"
Attempt
to retrieve objectAtIndex %d past end", anIdx]
123
@throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"
Attempt
to insert nil objectAtIndex" userInfo:nil];
126
@throw [NSException exceptionWithName:NSRangeException reason:@"
Attempt
to insertObjectAtIndex past end" userInfo:nil];
144
@throw [NSException exceptionWithName:NSRangeException reason:@"
Attempt
to insert removeObjectAtIndex past end" userInfo:nil];
160
@throw [NSException exceptionWithName:NSRangeException reason:@"
Attempt
to removeLastObject from 0" userInfo:nil];
172
@throw [NSException exceptionWithName:NSRangeException reason:@"
Attempt
to removeAllObjects from 0" userInfo:nil];
192
@throw [NSException exceptionWithName:NSRangeException reason:@"
Attempt
to replace object past end" userInfo:nil];
/external/autotest/client/common_lib/
i2c_slave.py
64
logging.info('
Attempt
to load shared library %s', self.load_lib)
81
logging.info('
Attempt
to get device file for adapter %s',
114
logging.info('
Attempt
to set slave address: %s', addr)
137
logging.info('
Attempt
to write byte %r to reg %r', byte, reg)
157
logging.info('
Attempt
to read byte from register %r', reg)
178
logging.info('
Attempt
to write word %r to reg %r', word, reg)
199
logging.info('
Attempt
to read word from register %r', reg)
/external/clang/test/Analysis/
malloc-annotations.c
35
free(p); // expected-warning{{
Attempt
to free released memory}}
41
realloc(p,0); // expected-warning{{
Attempt
to free released memory}}
96
free(p); // expected-warning{{
Attempt
to free released memory}}
102
my_free(p); // expected-warning{{
Attempt
to free released memory}}
108
my_hold(p); // expected-warning{{
Attempt
to free released memory}}
114
my_hold2(0, 0, p); // expected-warning{{
Attempt
to free released memory}}
129
free(p); // expected-warning{{
Attempt
to free non-owned memory}}
/external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py
220
retries: (optional) Number of retries to
attempt
.
264
retries: (optional) Number of retries to
attempt
.
276
retries: (optional) Number of retries to
attempt
.
295
retries: (optional) Number of retries to
attempt
.
347
retries: (optional) Number of retries to
attempt
.
396
attempt
. Otherwise, does nothing.
439
retries: (optional) Number of retries to
attempt
.
451
retries: (optional) Number of retries to
attempt
.
461
retries: (optional) Number of retries to
attempt
.
470
retries: (optional) Number of retries to
attempt
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java
339
// First
attempt
the max rate number of connections within the rate interval.
341
for (int
attempt
= 0;
attempt
< maxAttemptRate;
attempt
++) {
349
// Now trigger another connection
attempt
before the rate interval, this should be
356
// Verify that we
attempt
to connect upto the rate.
378
// First
attempt
the max rate number of connections within the rate interval.
380
for (int
attempt
= 0;
attempt
< maxAttemptRate;
attempt
++)
[
all
...]
/system/connectivity/shill/
portal_detector_unittest.cc
218
// Starting the
attempt
immediately should result with IsInProgress returning
226
// Starting the
attempt
with a delay should result with IsInProgress returning
237
// Times beyond the start time before the
attempt
finishes should also return
248
// A second
attempt
should be delayed by kMinTimeBetweenAttemptsSeconds.
255
// The first
attempt
should be delayed by kDelaySeconds.
263
// A second
attempt
should be delayed by kMinTimeBetweenAttemptsSeconds.
270
// Expect the PortalDetector to immediately post a task for the each
attempt
.
309
// the final
attempt
.
331
// Expect the PortalDetector to immediately post a task for the each
attempt
.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/
Test_invoke_static.java
145
* @title
Attempt
to call non-static method.
154
* @title
Attempt
to call undefined method.
162
* @title
Attempt
to call private method of other class.
180
* @title
Attempt
to call protected method of unrelated class.
198
* @title
attempt
to invoke interface method
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/
Test_invoke_static_range.java
146
* @title
Attempt
to call non-static method.
155
* @title
Attempt
to call undefined method.
164
* @title
Attempt
to call private method of other class.
185
* @title
Attempt
to call protected method of unrelated class.
203
* @title
attempt
to invoke interface method
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/
Test_sget.java
62
* @title
attempt
to access non-static field
104
* @title
Attempt
to read inaccessible field.
113
* @title
Attempt
to read field of undefined class.
121
* @title
Attempt
to read undefined field.
129
* @title
Attempt
to read superclass' private field from subclass.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/
Test_sget_boolean.java
54
* @title
attempt
to access non-static field
98
* @title
Attempt
to read inaccessible field.
107
* @title
Attempt
to read field of undefined class.
115
* @title
Attempt
to read undefined field.
123
* @title
Attempt
to read superclass' private field from subclass.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/
Test_sget_byte.java
54
* @title
attempt
to access non-static field
100
* @title
Attempt
to read inaccessible field.
109
* @title
Attempt
to read field of undefined class.
117
* @title
Attempt
to read undefined field.
125
* @title
Attempt
to read superclass' private field from subclass.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/
Test_sget_char.java
54
* @title
attempt
to access non-static field
100
* @title
Attempt
to read inaccessible field.
109
* @title
Attempt
to read field of undefined class.
117
* @title
Attempt
to read undefined field.
125
* @title
Attempt
to read superclass' private field from subclass.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/
Test_sget_object.java
55
* @title
attempt
to access non-static field
101
* @title
Attempt
to read inaccessible field.
110
* @title
Attempt
to read field of undefined class.
118
* @title
Attempt
to read undefined field.
126
* @title
Attempt
to read superclass' private field from subclass.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/
Test_sget_short.java
54
* @title
attempt
to access non-static field
100
* @title
Attempt
to read inaccessible field.
109
* @title
Attempt
to read field of undefined class.
117
* @title
Attempt
to read undefined field.
125
* @title
Attempt
to read superclass' private field from subclass.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/
Test_sget_wide.java
62
* @title
attempt
to access non-static field
108
* @title
Attempt
to read inaccessible field.
117
* @title
Attempt
to read field of undefined class.
125
* @title
Attempt
to read undefined field.
133
* @title
Attempt
to read superclass' private field from subclass.
/external/autotest/client/common_lib/cros/network/
iw_event_logger.py
121
reassociation request could be either an
attempt
to scan or to
138
# Newer wpa_supplicant would
attempt
to disconnect then reconnect
140
# disconnect
attempt
, we'll assume the disconnect
attempt
is the
141
# beginning of the reassociate
attempt
.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java
75
// check for errors that output an error type, if the
attempt
count is still
92
"Device not ready. Waiting %1$d seconds before next
attempt
.",
97
"New package not yet registered with the system. Waiting %1$d seconds before next
attempt
.",
102
"Device not ready (%2$d). Waiting %1$d seconds before next
attempt
.",
111
new Thread("Delayed Launch
attempt
") {
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
WifiCheck.java
31
* The options "wifi-ssid" and "wifi-psk" allow users of the preparer to
attempt
connection
69
} else { // network provided in options,
attempt
to create new connection
71
if (!device.connectToWifiNetwork(mWifiSsid, mWifiPsk)) { //
attempt
connection
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/
Test_filled_new_array.java
103
* @title
attempt
to instantiate String[] and fill it with reference to assignment-incompatible class
111
* @title
attempt
to instantiate array of non-existent class
120
* @title
attempt
to instantiate array of inaccessible class
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java
108
* @title
attempt
to instantiate String[] and fill it with reference to assignment-incompatible class
117
* @title
attempt
to instantiate array of non-existent class
126
* @title
attempt
to instantiate array of inaccessible class
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/
Test_new_array.java
132
* @title
attempt
to create object
149
* @title
Attempt
to instantiate array of non-existent class.
157
* @title
Attempt
to instantiate array of inaccessible class.
/external/autotest/client/cros/cellular/pseudomodem/
modem_simple.py
27
This method will
attempt
to find a matching packet data bearer and
31
this connection
attempt
(i.e., if a conflicting bearer is already
48
packet data bearer used for the connection
attempt
. The value
/external/autotest/client/site_tests/desktopui_ScreenLocker/
desktopui_ScreenLocker.py
55
"""
Attempt
to unlock a locked screen. The correct password is the empty
58
@param password: password to use to
attempt
the unlock.
84
"""
Attempt
unlock with a bad password."""
/external/autotest/server/site_tests/desktopui_CrashyRebootServer/
desktopui_CrashyRebootServer.py
14
reboot to
attempt
to mitigate the problem. If the device
63
# wait_up() issues an ssh connection
attempt
and then spends
74
# NB: If we change the reboot-
attempt
threshold in
/external/clang/test/SemaCXX/
decltype.cpp
73
decltype(A()) *b; // expected-error {{
attempt
to use a deleted function}}
75
decltype(0, A()) *d; // expected-error {{
attempt
to use a deleted function}}
76
decltype(f(), 0) *e; // expected-error {{
attempt
to use a deleted function}}
Completed in 411 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>