/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/install-tools/include/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/install-tools/include/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/install-tools/include/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/ |
README | 7 are also not part of GCC. The reason we have to do this is because
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
README.txt | 4 The reason the plugin package name starts with the word "overlay"
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLWarningTest.java | 321 SQLWarning sw = new SQLWarning("reason", "SQLState", 0); 322 SQLWarning sw1 = new SQLWarning("reason", "SQLState", 1); 323 SQLWarning sw2 = new SQLWarning("reason", "SQLState", 2); 324 SQLWarning sw3 = new SQLWarning("reason", "SQLState", 3); 326 SQLException se = new SQLException("reason", "SQLState", 4); 369 SQLWarning exception = new SQLWarning("reason", e); 372 assertEquals("reason", exception.getMessage()); 382 SQLWarning exception = new SQLWarning("reason", "state", e); 385 assertEquals("reason", exception.getMessage()); 396 SQLWarning exception = new SQLWarning("reason", "state", 18, e) [all...] |
/external/chromium_org/net/websockets/ |
websocket_channel.h | 78 // effectively do that. |code| must be in the range 1000-4999. |reason| should 84 void StartClosingHandshake(uint16 code, const std::string& reason); 112 // When failing a channel, we may or may not want to send the real reason for 185 // RFC6455. The supplied code and reason are sent back to the renderer in an 191 void FailChannel(ExposeError expose, uint16 code, const std::string& reason); 197 void SendClose(uint16 code, const std::string& reason); 200 // 1005 (No status code) with empty |reason|. If the supplied code is 202 // reason text is not valid UTF-8, then |reason| is set to an empty string 206 std::string* reason); [all...] |
/external/chromium_org/remoting/protocol/ |
jingle_messages.cc | 40 const NameMapElement<JingleMessage::Reason> kReasons[] = { 139 reason(UNKNOWN_REASON) { 149 reason(UNKNOWN_REASON) { 203 jingle_tag->FirstNamed(QName(kJingleNamespace, "reason")); 206 &reason)) { 207 reason = UNKNOWN_REASON; 293 if (reason != UNKNOWN_REASON) { 294 XmlElement* reason_tag = new XmlElement(QName(kJingleNamespace, "reason")); 297 ValueToName(kReasons, reason); 299 LOG(FATAL) << "Invalid reason: " << reason [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
eck_prn.c | 151 int ret=0, reason=ERR_R_BIO_LIB; local 165 reason = ERR_R_PASSED_NULL_PARAMETER; 172 reason = ERR_R_MALLOC_FAILURE; 207 reason = ERR_R_MALLOC_FAILURE; 215 reason = ERR_R_EC_LIB; 224 reason = ERR_R_EC_LIB; 231 reason = ERR_R_EC_LIB; 237 reason = ERR_R_EC_LIB; 246 reason = ERR_R_EC_LIB; 268 reason = ERR_R_MALLOC_FAILURE [all...] |
/external/openssl/crypto/ec/ |
eck_prn.c | 151 int ret=0, reason=ERR_R_BIO_LIB; local 165 reason = ERR_R_PASSED_NULL_PARAMETER; 172 reason = ERR_R_MALLOC_FAILURE; 207 reason = ERR_R_MALLOC_FAILURE; 215 reason = ERR_R_EC_LIB; 224 reason = ERR_R_EC_LIB; 231 reason = ERR_R_EC_LIB; 237 reason = ERR_R_EC_LIB; 246 reason = ERR_R_EC_LIB; 268 reason = ERR_R_MALLOC_FAILURE [all...] |
/development/host/windows/usb/winusb/ |
AdbWinUsbApi.cpp | 30 DWORD reason,
32 return _AtlModule.DllMain(reason, reserved);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRecognitionException.m | 49 + (id) newException:(id<ANTLRIntStream>) anInputStream reason:(NSString *)aReason 51 return [[ANTLRRecognitionException alloc] initWithStream:anInputStream reason:aReason]; 56 self = [super initWithName:@"Recognition Exception" reason:@"Recognition Exception" userInfo:nil]; 62 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason 64 self = [super initWithName:NSStringFromClass([self class]) reason:aReason userInfo:nil]; 91 self = [super initWithName:NSStringFromClass([self class]) reason:@"Runtime Exception" userInfo:nil]; 97 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo 99 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
|
/external/chromium/net/http/ |
http_auth_handler_ntlm_win.cc | 59 CreateReason reason, 63 if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_app_update_service.h | 54 virtual void OnRebootScheduled(Reason reason) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
error_screen_actor.h | 28 // Reason for a case when default network has changed. 30 // Reason for a case when JS side requires error screen update.
|
/external/chromium_org/chrome/browser/chromeos/ |
swap_metrics.h | 41 int reason) OVERRIDE; 56 void StartMetricsCollection(const std::string& reason);
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_ipc_sender.cc | 44 OmniboxFocusChangeReason reason) OVERRIDE { 45 Send(new ChromeViewMsg_SearchBoxFocusChanged(routing_id(), state, reason));
|
/external/chromium_org/content/public/browser/ |
power_save_blocker.h | 39 // |reason| may be provided to the underlying system APIs on some platforms. 41 const std::string& reason);
|