HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 851 - 875 of 6774) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyerrors.h 39 PyObject *reason; member in struct:__anon62278
289 /* get the value of the reason attribute */
294 /* assign a new value to the reason attribute
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyerrors.h 39 PyObject *reason; member in struct:__anon62401
289 /* get the value of the reason attribute */
294 /* assign a new value to the reason attribute
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
InstrumentationApkTest.java 80 Assert.assertNull(String.format("Failed to install %s on %s. Reason: %s",
  /dalvik/vm/alloc/
Heap.h 30 const char *reason; member in struct:GcSpec
  /development/tools/idegen/
excluded-paths 6 # document the reason for each exclusion.
  /device/asus/flo/camera/QCamera2/stack/common/
cam_semaphore.h 38 * Reason being, POSIX semaphore on Android are not used or
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognitionException.h 54 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognitionException.h 54 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognitionException.h 54 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeException.m 45 if ((self = [super initWithStream:aStream reason:@"The new root has more than one child. Cannot make it the root node."]) != nil ) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ToolMessage.java 33 * is no reason to create a special object for each error unlike the grammar
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLEntryImplTest.java 54 // add reason code extension which OID is 2.5.29.21
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 81 SQLException sqlException = new SQLException("reason", "SQLState",
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 33 static void srvc_eng_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
342 BOOLEAN connected, tGATT_DISCONN_REASON reason)
344 GATT_TRACE_EVENT5 ("srvc_eng_connect_cback: from %08x%04x connected:%d conn_id=%d reason = 0x%04x",
346 (bda[4]<<8)+bda[5], connected, conn_id, reason);
  /external/ceres-solver/internal/ceres/
array_utils.h 35 // 1. Uninitialized memory - where the user for some reason did not
  /external/chromium/chrome/browser/chromeos/login/
update_screen.h 49 virtual void ExitUpdate(ExitReason reason);
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 26 // and get a different dictionary, but there is no reason to have it in the
  /external/chromium/chrome/browser/safe_browsing/
report.proto 50 optional bytes reason = 2;
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.cc 53 // cannot completely verify the certificate for whatever reason.
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.cc 81 // whatever reason.
  /external/chromium/net/tools/flip_server/
balsa_enums.h 39 // RESP: version statuscode reason
  /external/chromium/testing/gmock/src/
gmock_main.cc 38 // is enabled. For this reason instead of _tmain, main function is used on
  /external/chromium/third_party/libevent/
evhttp.h 144 * @param reason a brief explanation of the error
147 const char *reason);
154 * @param reason a brief message to send with the response code
158 const char *reason, struct evbuffer *databuf);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 75 bool Failure(XmppEngine::Error reason);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
mux_client_for_testing.py 185 reason, size = _parse_control_block_specific_data(
187 block.reason = reason
472 code=client_for_testing.STATUS_NORMAL_CLOSURE, reason='')
704 def send_close(self, channel_id, code=None, reason=''):
708 body = struct.pack('!H', code) + reason.encode('utf-8')
728 def send_physical_connection_close(self, code=None, reason=''):
730 self._stream.send_close(code, reason)
735 self, code=client_for_testing.STATUS_NORMAL_CLOSURE, reason=''):

Completed in 727 milliseconds

<<31323334353637383940>>