Searched
full:recognized (Results
476 -
500 of
2014) sorted by null
<<11121314151617181920>>
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ConstructorTest.java | 144 assertTrue("Vararg constructor not recognized", varArgCtor.isVarArgs()); 148 assertFalse("Non vararg constructor recognized as vararg constructor",
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 207 * argument keys are not recognized and are not namespace qualified. 241 * <p>If any of the argument keys are not recognized and are not
|
/libcore/luni/src/main/java/javax/xml/validation/ |
ValidatorHandler.java | 71 * <h2>Recognized Properties and Features</h2> 73 * This spec defines the following feature that must be recognized
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlSerializer.java | 43 * If feature is not recognized or can not be set 71 * If property is not recognized or can not be set
|
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/ |
Driver.java | 227 //throw new SAXNotRecognizedException("not recognized get property "+name); 245 //throw new SAXNotRecognizedException("not recognized set property "+name);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pyclbr.py | 28 If the name of a super class is not recognized, the corresponding 31 are recognized and imported modules are scanned as well, this
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pyclbr.py | 28 If the name of a super class is not recognized, the corresponding 31 are recognized and imported modules are scanned as well, this
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
tokenizer.h | 77 // the protocol definition parser to parse. The tokens recognized are 80 // C- and C++-style comments are recognized, but other styles can be used by
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
tokenizer.h | 77 // the protocol definition parser to parse. The tokens recognized are 80 // C- and C++-style comments are recognized, but other styles can be used by
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
tokenizer.h | 77 // the protocol definition parser to parse. The tokens recognized are 80 // C- and C++-style comments are recognized, but other styles can be used by
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 28 If the name of a super class is not recognized, the corresponding 31 are recognized and imported modules are scanned as well, this
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 28 If the name of a super class is not recognized, the corresponding 31 are recognized and imported modules are scanned as well, this
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/ |
tokenizer.h | 77 // the protocol definition parser to parse. The tokens recognized are 80 // C- and C++-style comments are recognized, but other styles can be used by
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-aarch64.texi | 49 Specify which ABI the source code uses. The recognized arguments 57 on the target processor. The following processor names are recognized:
|
c-hppa.texi | 208 identified by keywords. The keywords recognized are @samp{spnum=@var{exp}} 242 identified by keywords. The keywords recognized are @samp{quad=@var{expr}}
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
set-arch.s | 392 /* Test that it's recognized as an unsigned field. */ 406 /* Test that it's recognized as an unsigned field. */
|
/toolchain/binutils/binutils-2.25/opcodes/ |
cgen-opc.c | 445 wasn't recognized. */ 575 recognized. */
|
/cts/tools/dex-tools/src/dex/reader/ |
DexEncodedValueImpl.java | 112 + " not recognized");
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedProvider.java | 38 // The constants below represent individual URI routes, as IDs. Every URI pattern recognized by
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedProvider.java | 38 // The constants below represent individual URI routes, as IDs. Every URI pattern recognized by
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
FeedProvider.java | 38 // The constants below represent individual URI routes, as IDs. Every URI pattern recognized by
|
/device/htc/flounder/ |
media_codecs.xml | 53 Only the three quirks included above are recognized at this point:
|
/external/autotest/client/cros/cellular/wardmodem/ |
state_machine.py | 82 strings recognized by ATTransceiver.
|
/external/autotest/client/tests/kvm/tests/ |
enospc.py | 52 # recognized by LVM
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
AES.java | 568 throw new InvalidParameterSpecException("AlgorithmParameterSpec class not recognized: " + paramSpec.getClass().getName()); 627 throw new InvalidParameterSpecException("AlgorithmParameterSpec not recognized: " + paramSpec.getName()); 646 // throw new InvalidParameterSpecException("AlgorithmParameterSpec class not recognized: " + paramSpec.getClass().getName()); 705 // throw new InvalidParameterSpecException("AlgorithmParameterSpec not recognized: " + paramSpec.getName()); [all...] |
Completed in 1981 milliseconds
<<11121314151617181920>>