/external/opencv/ |
README.rdoc | 55 <b>NOTE:</b> For all of these examples you cannot use localhost or 127.0.0.1 as your address for the socket camera. The reason is because when the client is running on the Android emulator, both of these map to Android's localhost, not the machine you are running the emulator on. This means you have to be connected to a network in order to use the socket camera, a limitation. 69 To use Java, you have to make a small code change. Eventually we will make this a configurable option without having to make a code change. The reason is because when we send data over a socket from Java to Java it is faster to send serialized buffered images. However, when we send data to C++, we have to send a raw byte array.
|
/external/openssl/include/openssl/ |
kssl.h | 121 int reason; member in struct:kssl_err_st 164 void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text);
|
/external/openssl/ssl/ |
kssl.h | 121 int reason; member in struct:kssl_err_st 164 void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcController.java | 91 * Causes {@code failed()} to return true on the client side. {@code reason} 97 void setFailed(String reason);
|
/external/qemu/ |
sysemu.h | 30 typedef void VMChangeStateHandler(void *opaque, int running, int reason); 37 void vm_stop(int reason);
|
/external/smack/src/org/jivesoftware/smack/ |
ReconnectionManager.java | 199 String reason = error.getCode();
local 201 if ("conflict".equals(reason)) {
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
Offer.java | 65 * @param content content of the offer. The content explains the reason for the offer
164 * Returns the content of the offer. The content explains the reason for the offer
|
/external/valgrind/main/docs/internals/ |
Darwin-notes.txt | 9 is available. See docs/internals/Darwin-notes.txt for the reason 28 the radar for no reason.
|
/external/valgrind/main/drd/ |
drd_suppression.c | 63 const char* const reason) 67 a1, a2 - a1, reason);
|
/frameworks/base/services/java/com/android/server/ |
IntentResolver.java | 586 String reason; local 588 case IntentFilter.NO_MATCH_ACTION: reason = "action"; break; 589 case IntentFilter.NO_MATCH_CATEGORY: reason = "category"; break; 590 case IntentFilter.NO_MATCH_DATA: reason = "data"; break; 591 case IntentFilter.NO_MATCH_TYPE: reason = "type"; break; 592 default: reason = "unknown reason"; break; 594 Slog.v(TAG, " Filter did not match: " + reason);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneConstants.java | 74 public static final String FAILURE_REASON_KEY = "reason"; 75 public static final String STATE_CHANGE_REASON_KEY = "reason";
|
/frameworks/ex/common/java/com/android/common/ |
NetworkConnectivityListener.java | 216 * An optional reason for the connectivity state change may have been supplied. 218 * @return the reason for the state change, if available, or {@code null}
|
/frameworks/opt/emoji/ |
EmojiFactory.cpp | 80 error_str = "Unknown reason"; 91 error_str = "Unknown reason";
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaInformationRecords.java | 191 int pi, int si, int reason) { 194 redirectingReason = reason;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccCardProxy.java | 336 private void broadcastIccStateChangedIntent(String value, String reason) { 340 + " reason " + reason); 348 intent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, reason); 351 + " reason " + reason); 427 * Locked state have a reason (PIN, PUK, NETWORK, PERM_DISABLED) 428 * @return reason
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/ |
mcinq.h | 75 * a positive value is a termination reason from the task, 76 * a negative value is a termination reason from MobiCore.
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
PaymentSettings.java | 179 public void onPackageAppeared(String packageName, int reason) { 184 public void onPackageDisappeared(String packageName, int reason) {
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WpsDialog.java | 97 public void onFailure(int reason) { 99 switch (reason) {
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
ImsFrameworkApp.java | 80 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY)); 90 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY));
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DownloadAdapter.java | 164 final int reason = mCursor.getInt(mReasonColumnId); local 165 switch (reason) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
exception | 95 * abandoned for any reason. It can also be called by the user. */ 108 * due to the throw; or after entering @c terminate() for any reason
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
exception | 97 * abandoned for any reason. It can also be called by the user. */ 110 * due to the throw; or after entering @c terminate() for any reason
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
exception | 97 * abandoned for any reason. It can also be called by the user. */ 110 * due to the throw; or after entering @c terminate() for any reason
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
exception | 95 * abandoned for any reason. It can also be called by the user. */ 108 * due to the throw; or after entering @c terminate() for any reason
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
exception | 95 * abandoned for any reason. It can also be called by the user. */ 108 * due to the throw; or after entering @c terminate() for any reason
|