HomeSort by relevance Sort by last modified time
    Searched defs:UNREACHABLE (Results 1 - 25 of 42) sorted by null

1 2

  /external/apache-http/src/org/apache/http/conn/routing/
HttpRouteDirector.java 57 public final static int UNREACHABLE = -1;
  /external/v8/src/base/
logging.h 16 // The FATAL, UNREACHABLE and UNIMPLEMENTED macros are useful during
23 #define UNREACHABLE() \
24 V8_Fatal(__FILE__, __LINE__, "unreachable code")
30 #define UNREACHABLE() ((void) 0)
  /art/runtime/base/
macros.h 73 NO_RETURN ALWAYS_INLINE void operator delete(void*, size_t) { UNREACHABLE(); } \
188 // Define that a position within code is unreachable, for example:
189 // int foo () { LOG(FATAL) << "Don't call me"; UNREACHABLE(); }
190 // without the UNREACHABLE a return statement would be necessary.
191 #define UNREACHABLE __builtin_unreachable
  /external/iputils/
clockdiff.c 95 #define UNREACHABLE 2
204 return UNREACHABLE;
383 return UNREACHABLE;
667 case UNREACHABLE:
668 fprintf(stderr, "%s is unreachable\n", hisname);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 239 #define UNREACHABLE(msg) do { \
244 #define UNIMPLEMENTED() UNREACHABLE("unimplemented")
  /prebuilts/misc/common/perflib/
perflib-prebuilt.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
sqlite-jdbc-3.7.2.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
ecj-4.4.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 702 milliseconds

1 2