HomeSort by relevance Sort by last modified time
    Searched refs:iin (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 48 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR); local
49 if (((iin != null) && (iin instanceof IMountShutdownObserver))) {
50 return ((IMountShutdownObserver) iin);
IObbActionListener.java 49 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR); local
50 if (((iin != null) && (iin instanceof IObbActionListener))) {
51 return ((IObbActionListener) iin);
IMountServiceListener.java 49 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR); local
50 if (((iin != null) && (iin instanceof IMountServiceListener))) {
51 return ((IMountServiceListener) iin);
IMountService.java 989 IInterface iin = obj.queryLocalInterface(DESCRIPTOR); local
    [all...]
  /external/chromium_org/third_party/libpng/
pngerror.c 165 int iout = 0, iin = 0; local
167 while (iin < 4)
169 int c = png_ptr->chunk_name[iin++];
190 iin = 0;
191 while (iin < PNG_MAX_ERROR_TEXT-1 && error_message[iin] != '\0')
192 buffer[iout++] = error_message[iin++];
194 /* iin < PNG_MAX_ERROR_TEXT, so the following is safe: */
  /external/qemu/distrib/libpng-1.2.46/
pngerror.c 165 int iout = 0, iin = 0; local
167 while (iin < 4)
169 int c = png_ptr->chunk_name[iin++];
190 iin = 0;
191 while (iin < PNG_MAX_ERROR_TEXT-1 && error_message[iin] != '\0')
192 buffer[iout++] = error_message[iin++];
194 /* iin < PNG_MAX_ERROR_TEXT, so the following is safe: */
  /external/libpng/
pngerror.c 464 int iin = 0; local
469 while (iin < PNG_MAX_ERROR_TEXT-1 && error_message[iin] != '\0')
470 buffer[iout++] = error_message[iin++];
472 /* iin < PNG_MAX_ERROR_TEXT, so the following is safe: */
576 int iin; local
579 iin = 0;
580 if (name != NULL) while (iin < (PNG_MAX_ERROR_TEXT-1) && name[iin] != 0)
582 msg[fixed_message_ln + iin] = name[iin]
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc 28 const std::string& iin,
35 iin_(iin),
88 std::string iin; local
89 if (!dictionary.GetString("iin", &iin)) {
90 DLOG(ERROR) << "Response from Google wallet missing iin";
124 iin,
147 std::string(), // no iin -- clear text pan/cvn are set below.
314 // |card_info| is PAN without the IIN concatenated with the CVN, i.e.
full_wallet.h 102 const std::string& iin,
127 // Issuer identification number (IIN). Its format is \d{6}.
130 // Encrypted concatentation of CVN and PAN without IIN
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterInputStreamTest.java 473 InflaterInputStream iin = new InflaterInputStream( local
475 iin.close();
478 iin.close();
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 115 // IInterface iin = obj.queryLocalInterface(DESCRIPTOR)
119 Variable *iin = new Variable(iinType, "iin"); local
120 VariableDeclaration* iinVd = new VariableDeclaration(iin, queryLocalInterface, NULL);
127 // if (iin != null && iin instanceof <interfaceType>) return (<interfaceType>) iin;
128 Comparison* iinNotNull = new Comparison(iin, "!=", NULL_VALUE);
129 Comparison* instOfCheck = new Comparison(iin, " instanceof ",
134 instOfStatement->statements->Add(new ReturnStatement(new Cast(interfaceType, iin)));
    [all...]
  /frameworks/base/core/java/android/security/
IKeystoreService.java 573 IInterface iin = obj.queryLocalInterface(DESCRIPTOR); local
574 if (iin != null && iin instanceof IKeystoreService) {
575 return (IKeystoreService) iin;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 

Completed in 620 milliseconds

1 2