/system/connectivity/shill/ |
mock_ipconfig.h | 39 MOCK_METHOD1(ReleaseIP, bool(ReleaseReason reason));
|
rpc_task.cc | 50 void RPCTask::Notify(const string& reason, const map<string, string>& dict) { 51 delegate_->Notify(reason, dict);
|
rpc_task.h | 42 virtual void Notify(const std::string& reason, 56 virtual void Notify(const std::string& reason,
|
/system/connectivity/shill/pppoe/ |
pppoe_service.cc | 84 void PPPoEService::Connect(Error* error, const char* reason) { 85 Service::Connect(error, reason); 137 void PPPoEService::Disconnect(Error* error, const char* reason) { 138 EthernetService::Disconnect(error, reason); 198 void PPPoEService::Notify(const string& reason, 200 if (reason == kPPPReasonAuthenticating) { 202 } else if (reason == kPPPReasonAuthenticated) { 204 } else if (reason == kPPPReasonConnect) { 206 } else if (reason == kPPPReasonDisconnect) {
|
/system/connectivity/shill/shims/ |
task_proxy.h | 38 void Notify(const std::string& reason,
|
/system/connectivity/shill/wimax/ |
wimax_service.cc | 151 void WiMaxService::Connect(Error* error, const char* reason) { 174 Service::Connect(error, reason); 183 void WiMaxService::Disconnect(Error* error, const char* reason) { 190 Service::Disconnect(error, reason); 207 bool WiMaxService::IsAutoConnectable(const char** reason) const { 208 if (!Service::IsAutoConnectable(reason)) { 214 *reason = kAutoConnBusy; 231 Service::UpdateCredentialsReason reason) { 233 if (reason == Service::kReasonPropertyUpdate)
|
/system/core/adb/ |
adb_io.h | 27 // Sends the protocol "FAIL" message, with the given failure reason. 28 bool SendFail(int fd, const std::string& reason);
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ZenModeHelper.java | 209 private void loadConfigForUser(int user, String reason) { 212 if (DEBUG) Log.d(TAG, reason + " u=" + user); 215 if (DEBUG) Log.d(TAG, reason + " generating default config for user " + user); 220 setConfigLocked(config, reason); 277 public String addAutomaticZenRule(AutomaticZenRule automaticZenRule, String reason) { 301 Log.d(TAG, "addAutomaticZenRule rule= " + automaticZenRule + " reason=" + reason); 307 if (setConfigLocked(newConfig, reason, true)) { 316 String reason) { 322 + " reason=" + reason) 1085 public final String reason; field in class:ZenModeHelper.H.ConfigMessageData [all...] |
/system/extras/latencytop/ |
latencytop.c | 39 char reason[MAX_LINE]; member in struct:latency_entry 55 static struct latency_entry *find_latency_entry(struct latency_entry *e, char *reason); 294 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) { 300 if (!strcmp(e->reason, reason)) 330 char reason[MAX_LINE]; local 346 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason); 348 e = find_latency_entry(head, reason); 359 strcpy(e->reason, reason); [all...] |
/build/kati/testcase/ |
define_with_comments.mk | 22 # Note: for some reason, the following is an error.
|
flavor.mk | 16 # For some reason, $(flavor MAKECMDGOALS) should be "undefined"
|
target_specific_var_append.mk | 8 # Note: for some reason, make does not insert a whitespace before OK.
|
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
CameraErrorCollector.java | 62 * @param message A string containing the failure reason. 92 * Adds a failure with the given {@code reason} to the table if 98 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { 99 super.checkThat(mCameraMsg + reason, value, matcher); 493 "actual (%s), error percent (%s), reason: ", 532 "actual (%s), error percent (%s), reason: ", 558 "actual (%s), error percent (%s), reason: ", 722 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); local 723 checkThat(reason, value, CoreMatchers.not(expected)); 744 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString() local 766 String reason = "Key " + key.getName() + " value " + value.toString() local 790 String reason = "Key " + key.getName() + " value " + value.toString() local 859 String reason = "Key " + key.getName() + " value " + value local 876 String reason = "Key " + key.getName() + " value " + value local 894 String reason = "Key " + key.getName() + " value " + value local 912 String reason = "Key " + key.getName() + " value " + value local 930 String reason = "Key " + key.getName() + " value " + value local 950 String reason = "Expected value " + expected local 986 String reason = "Expected value " + expected local 1030 String reason = "Expected value " + expected local [all...] |
/device/google/contexthub/util/nanotool/ |
nanopacket.h | 56 NanoPacket(uint32_t sequence_number, PacketReason reason, 75 // Obtains the reason for the packet. 76 uint32_t reason() const; 78 // Obtains the reason as a PacketReason.
|
/external/apache-http/src/org/apache/http/impl/ |
DefaultHttpResponseFactory.java | 62 /** The catalog for looking up reason phrases. */ 69 * @param catalog the catalog of reason phrases 74 ("Reason phrase catalog must not be null."); 97 final String reason = reasonCatalog.getReason(status, loc); local 98 StatusLine statusline = new BasicStatusLine(ver, status, reason);
|
/external/autotest/client/cros/cellular/pseudomodem/ |
connect_cdma_machine.py | 37 reason = mm1_constants.MM_MODEM_STATE_CHANGE_REASON_USER_REQUESTED 39 reason)
|
/external/junit/src/org/junit/rules/ |
ErrorCollector.java | 59 * Adds a failure with the given {@code reason} 63 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { 66 assertThat(reason, value, matcher);
|
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.mli | 16 [Some reason] if it is invalid. [reason] is a string containing a 21 [Some reason] if it is invalid. [reason] is a string containing a
|
/external/nanopb-c/generator/google/protobuf/ |
service.py | 167 def SetFailed(self, reason): 168 """Sets a failure reason. 170 Causes Failed() to return true on the client side. "reason" will be
|
/external/protobuf/python/google/protobuf/ |
service.py | 167 def SetFailed(self, reason): 168 """Sets a failure reason. 170 Causes Failed() to return true on the client side. "reason" will be
|
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiClient.java | 105 public void onControlStateChanged(boolean enabled, int reason) { 106 listener.onControlStateChanged(enabled, reason);
|
/frameworks/base/core/java/android/print/ |
IPrintDocumentAdapter.aidl | 40 void kill(String reason);
|
/frameworks/base/core/java/com/android/internal/os/ |
BinderInternal.java | 101 public static void forceGc(String reason) { 102 EventLog.writeEvent(2741, reason);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
CameraErrorCollector.java | 66 * @param message A string containing the failure reason. 96 * Adds a failure with the given {@code reason} to the table if 102 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { 103 super.checkThat(mCameraMsg + reason, value, matcher); 497 "actual (%s), error percent (%s), reason: ", 544 "actual (%s), error percent (%s), reason: ", 570 "actual (%s), error percent (%s), reason: ", 734 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); local 735 checkThat(reason, value, CoreMatchers.not(expected)); 756 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString() local 778 String reason = "Key " + key.getName() + " value " + value.toString() local 802 String reason = "Key " + key.getName() + " value " + value.toString() local 871 String reason = "Key " + key.getName() + " value " + value local 888 String reason = "Key " + key.getName() + " value " + value local 906 String reason = "Key " + key.getName() + " value " + value local 924 String reason = "Key " + key.getName() + " value " + value local 942 String reason = "Key " + key.getName() + " value " + value local 962 String reason = "Expected value " + expected local 998 String reason = "Expected value " + expected local 1042 String reason = "Expected value " + expected local [all...] |
/system/connectivity/shill/ethernet/ |
mock_ethernet_service.h | 38 MOCK_METHOD2(Disconnect, void(Error* error, const char* reason)); 40 void(ConnectFailure failure, Error* error, const char* reason));
|