OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reason
(Results
426 - 450
of
1482
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tests/tests/permission/src/android/permission/cts/
NoWifiStatePermissionTest.java
29
@AppModeFull(
reason
= "Instant apps cannot access the WifiManager")
ShellPermissionTest.java
59
@AppModeFull(
reason
= "Instant apps cannot read properties of other packages. Also the shell "
/cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java
55
@AppModeFull(
reason
= "Instant apps cannot start the ACTION_CALL action")
/cts/tests/tests/webkit/src/android/webkit/cts/
WebBackForwardListTest.java
55
@AppModeFull(
reason
= "Instant apps cannot bind sockets")
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java
59
* @param
reason
Either DEACTIVATION_LINK_LOSS or DEACTIVATION_DESELECTED
62
public void onDeactivated(int
reason
) { }
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java
59
* @param
reason
Either DEACTIVATION_LINK_LOSS or DEACTIVATION_DESELECTED
62
public void onDeactivated(int
reason
) { }
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardService.java
59
* @param
reason
Either DEACTIVATION_LINK_LOSS or DEACTIVATION_DESELECTED
62
public void onDeactivated(int
reason
) { }
/external/ImageMagick/MagickCore/
exception.h
110
*
reason
,
member in struct:_ExceptionInfo
/external/chromium-trace/catapult/devil/devil/android/tools/
device_status.py
52
blacklist.Extend([device.adb.GetDeviceSerial()],
reason
='low_battery')
142
blacklist.Extend([serial],
reason
='status_check_failure')
148
blacklist.Extend([serial],
reason
='status_check_timeout')
152
reason
=adb_status if usb_status else 'offline')
/external/curl/lib/
connect.h
128
, const char *
reason
/external/deqp-deps/SPIRV-Tools/source/val/
function.cpp
364
std::string*
reason
) const {
371
if (!
reason
) return false;
379
if (!return_value &&
reason
) {
380
*
reason
= ss_reason.str();
/external/google-fruit/tests/
test_defn_h_includes.py
23
reason
= 'This only works in platforms where paths are /-separated.')
variable
/external/grpc-grpc/src/core/lib/security/context/
security_context.cc
137
const char*
reason
) {
143
val + 1,
reason
);
155
const char*
reason
) {
161
val - 1,
reason
);
/external/grpc-grpc/src/core/lib/transport/
transport.cc
40
void grpc_stream_ref(grpc_stream_refcount* refcount, const char*
reason
) {
45
val + 1,
reason
);
54
void grpc_stream_unref(grpc_stream_refcount* refcount, const char*
reason
) {
59
val - 1,
reason
);
/external/grpc-grpc/test/http2_test/
http2_base_server.py
51
def connectionLost(self,
reason
):
52
self._handlers['ConnectionLost'](
reason
)
60
def on_connection_lost(self,
reason
):
61
logging.info('Disconnected %s' %
reason
)
/external/icu/icu4c/source/common/unicode/
icuplug.h
75
* myPlugin (UPlugData *plug, UPlugReason
reason
, UErrorCode *status) {
76
* if(
reason
==UPLUG_REASON_QUERY) {
79
* } else if(
reason
==UPLUG_REASON_LOAD) {
81
* } else if(
reason
==UPLUG_REASON_UNLOAD) {
95
* <li>When the '
reason
' parameter is set to UPLUG_REASON_QUERY, the
99
* <li>When the '
reason
' parameter is UPLUG_REASON_QUERY, the plugin
155
*
Reason
code for the entrypoint's call
198
UPlugReason
reason
,
/external/libchrome/mojo/public/cpp/bindings/lib/
interface_endpoint_client.cc
310
const base::Optional<DisconnectReason>&
reason
) {
328
if (
reason
) {
330
.Run(
reason
->custom_reason,
reason
->description);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h
68
const char *
reason
);
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketReader.java
58
void onClose(int code, String
reason
);
188
String
reason
= "";
local
202
reason
= buffer.readUtf8();
205
frameCallback.onClose(code,
reason
);
/external/python/httplib2/tests/
test_external.py
75
reason
=(
variable
76
"FIXME: for unknown
reason
Python 2.7.10 validates www.google.com "
/external/python/setuptools/setuptools/tests/
test_bdist_egg.py
49
reason
="Byte code disabled",
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRttManagerFacade.java
126
public void onFailure(int
reason
, String description) {
128
msg.putInt("
Reason
",
reason
);
173
public void onResponderEnableFailure(int
reason
) {
175
bundle.putInt("
reason
",
reason
);
/external/swiftshader/third_party/SPIRV-Tools/source/val/
function.cpp
364
std::string*
reason
) const {
371
if (!
reason
) return false;
379
if (!return_value &&
reason
) {
380
*
reason
= ss_reason.str();
/external/syzkaller/tools/syz-mutate/
mutate.go
50
for c,
reason
:= range disabled {
51
fmt.Fprintf(os.Stderr, "disabling %v: %v\n", c.Name,
reason
)
/external/v8/src/
map-updater.h
108
State CopyGeneralizeAllFields(const char*
reason
);
Completed in 4417 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>