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

1 2 3 4 5 67 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/install-tools/include/
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/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;
223 reason = ERR_R_EC_LIB;
230 reason = ERR_R_EC_LIB;
236 reason = ERR_R_EC_LIB;
245 reason = ERR_R_EC_LIB;
267 reason = ERR_R_MALLOC_FAILURE
    [all...]
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 30 DWORD reason,
32 return _AtlModule.DllMain(reason, reserved);
  /external/chromium/net/http/
http_auth_handler_ntlm_win.cc 59 CreateReason reason,
63 if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
  /external/javassist/src/main/javassist/tools/reflect/
CannotInvokeException.java 41 public CannotInvokeException(String reason) {
42 super(reason);
  /external/quake/src/com/android/quake/
QuakeViewNoData.java 25 public QuakeViewNoData(Context context, int reason)
28 mReason = reason;
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
reopenbugafterrollout.py 37 comment_text = "Reverted r%s for reason:\n\n%s\n\n%s" % (state["revision"], state["reason"], commit_comment)
  /frameworks/support/v4/java/android/support/v4/content/
LocalBroadcastManager.java 243 String reason; local
245 case IntentFilter.NO_MATCH_ACTION: reason = "action"; break;
246 case IntentFilter.NO_MATCH_CATEGORY: reason = "category"; break;
247 case IntentFilter.NO_MATCH_DATA: reason = "data"; break;
248 case IntentFilter.NO_MATCH_TYPE: reason = "type"; break;
249 default: reason = "unknown reason"; break;
251 Log.v(TAG, " Filter did not match: " + reason);

Completed in 1471 milliseconds

1 2 3 4 5 67 8 91011>>