HomeSort by relevance Sort by last modified time
    Searched full:attempted (Results 151 - 175 of 1105) sorted by null

1 2 3 4 5 67 8 91011>>

  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 48 // User attempted to scroll
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 48 // User attempted to scroll
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1DFA.java 89 Collections.sort(alts); // make sure alts are attempted in order
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
ODEIntegrator.java 96 * is attempted is needed.</p>
  /external/apache-http/src/org/apache/http/
HttpConnection.java 70 * for several reasons. The next time a read is attempted on such a
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
support.py 44 - The operation you attempted (GET, PUT, etc.)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
test_exception.py 100 'message': 'The attempted filter operation is not supported '
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_helper.py 149 raise Exception('You have attempted to create an OAuth2 client without '
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 42 "\ta search for compile_commands.json will be attempted through all\n"
  /external/dbus/dbus/
dbus-marshal-byteswap.c 197 _dbus_assert_not_reached("attempted to byteswap unix fds which makes no sense");
  /external/icu/icu4c/source/i18n/unicode/
search.h 207 * detection is attempted.
219 * detection should not be attempted.
452 * is <tt>NULL</tt>, no break detection is attempted.
474 * is <tt>NULL</tt>, no break detection is attempted.
  /external/ipsec-tools/src/racoon/doc/
README.gssapi 83 and it has some caveats. I attempted to be Windows 2000 compatible.
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 54 #define EMULTIHOP 72 /* Multihop attempted */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 50 #define EMULTIHOP 74 /* Multihop attempted */
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h 136 // attempted to pass a 64bit value in a 32bit system call argument.
  /external/libcxx/test/std/re/re.badexp/
regex_error.pass.cpp 87 assert(e.what() == std::string("The complexity of an attempted match against a regular "
  /external/libnl/src/
nl-route-delete.c 157 fprintf(stderr, "You attempted to delete all routes in "
  /external/llvm/include/llvm/ADT/
BitVector.h 232 assert(I <= E && "Attempted to set backwards range!");
233 assert(E <= size() && "Attempted to set out-of-bounds range!");
271 assert(I <= E && "Attempted to reset backwards range!");
272 assert(E <= size() && "Attempted to reset out-of-bounds range!");
  /external/llvm/test/Analysis/DependenceAnalysis/
PR21585.ll 27 ; the Dependence Analyzer attempted to zero extend a type to a smaller
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Address.java 136 * selector's proxies are reachable, a direct connection will be attempted.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
ConnectionSpecSelector.java 67 // This may be the first time a connection has been attempted and the socket does not support
  /external/pcre/dist/
pcre_version.c 71 However, when PCRE_PRERELEASE is empty, this leads to an attempted expansion of
  /external/sfntly/cpp/src/sfntly/
font_factory.h 79 // NOTE: in this port we attempted not to implement I/O stream because dealing
  /external/skia/src/core/
SkBuffer.h 111 /** Returns whether or not a read operation attempted to read past the end of the data.
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Process.java 111 throw new RuntimeException("Attempted to start process that is already running.");

Completed in 600 milliseconds

1 2 3 4 5 67 8 91011>>