/external/chromium_org/third_party/adobe/flash/ |
flapper_version.h | 1 // This is a stand-in for a generated file that is available when Flapper is 2 // available. 7 // If Flapper were available, we'd define two things: 9 // - FLAPPER_VERSION_STRING (with the version of the Flapper that's available
|
/external/clang/test/Modules/ |
submodules-preprocess.cpp | 8 # error HAVE_VECTOR macro is not available (but should be) 12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be) 16 # error HAVE_HASH_MAP macro is available (but shouldn't be) 22 # error HAVE_VECTOR macro is not available (but should be) 26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be) 30 # error HAVE_HASH_MAP macro is available (but shouldn't be) 38 # error HAVE_VECTOR macro is not available (but should be) 42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be) 46 # error HAVE_HASH_MAP macro is available (but shouldn't be) 52 # error HAVE_VECTOR macro is not available (but should be [all...] |
/external/chromium_org/components/webdata/encryptor/ |
README | 3 On systems where available (currently Linux and Mac), this uses system
|
/external/chromium_org/third_party/widevine/cdm/ |
widevine_cdm_version.h | 5 // This is a stand-in for a generated file that is available when the 6 // Widevine CDM is available. 11 // If the Widevine CDM were available, we would include 14 // - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
/external/libcap-ng/libcap-ng-0.7/ |
autogen.sh | 3 # --no-recursive is available only in recent autoconf versions
|
/external/mockito/src/org/mockito/configuration/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/exceptions/verification/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/configuration/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/creation/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/stubbing/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/util/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/verification/argumentmatching/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/verification/checkers/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/verification/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/runners/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/stubbing/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/nist-pkits/ |
README.android | 1 This data was made from the NIST PKI Test Suite available at
|
/external/llvm/include/llvm/Config/ |
llvm-platform-config.h | 14 /* LLVM architecture name for the native architecture, if available */ 20 /* LLVM name for the native AsmParser init function, if available */ 23 /* LLVM name for the native AsmPrinter init function, if available */ 26 /* LLVM name for the native Disassembler init function, if available */ 29 /* LLVM name for the native Target init function, if available */ 32 /* LLVM name for the native TargetInfo init function, if available */ 35 /* LLVM name for the native target MC init function, if available */ 41 /* LLVM architecture name for the native architecture, if available */ 47 /* LLVM name for the native AsmParser init function, if available */ 50 /* LLVM name for the native AsmPrinter init function, if available */ [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
CipherInputStream.java | 70 int available = super.available(); local 74 if (available <= 0) 76 available = 1; 79 if (available > inBuf.length) 81 available = super.read(inBuf, 0, inBuf.length); 85 available = super.read(inBuf, 0, available); 88 if (available < 0) 128 maxBuf = bufferedBlockCipher.processBytes(inBuf, 0, available, buf, 0) 185 int available = maxBuf - bufOff; local 212 int available = maxBuf - bufOff; local 228 public int available() method in class:CipherInputStream [all...] |
/cts/tools/signature-tools/ |
TODO.txt | 5 Add "plugin system" to enable different loader / differ / report engines. This can be simple as register the class name of the available loaders in a property file
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
warning_dev.html | 2 This API is experimental. It is only available to Chrome users on the
|
warning_trunk.html | 2 This API is still being developed. It is only available to developers building from
|