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

1 2 3

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Dummy83BufferGenerator.java 45 public static boolean validChar(char toTest) {
46 if (toTest >= 'A' && toTest <= 'Z') return true;
47 if (toTest >= 'a' && toTest <= 'z') return true;
48 if (toTest >= '0' && toTest <= '9') return true;
49 if (toTest == '_' || toTest == '^' || toTest == '$' || toTest == '~' |
    [all...]
ShortName.java 255 final byte toTest = (byte) (chars[i] & 0xff);
257 if (toTest < 0x20 && toTest != 0x05)
261 if (toTest == ILLEGAL_CHARS[j])
  /external/tpm2/
CryptSelfTest_fp.h 11 TPML_ALG *toTest, // IN: list of algorithms to be tested
17 TPM_RC CryptTestAlgorithm(TPM_ALG_ID alg, ALGORITHM_VECTOR *toTest);
CryptSelfTest.c 22 ALGORITHM_VECTOR *toTest // IN: the vector of the algorithms to test
30 if(TEST_BIT(alg, *toTest))
32 TPM_RC result = CryptTestAlgorithm(alg, toTest);
77 // This function is used to perform an incremental self-test. This implementation will perform the toTest
86 // TPM_RC_TESTING if toTest list is not empty
87 // TPM_RC_VALUE an algorithm in the toTest list is not implemented
91 TPML_ALG *toTest, // IN: list of algorithms to be tested
98 pAssert(toTest != NULL && toDoList != NULL);
99 if(toTest->count > 0)
101 // Transcribe the toTest list into the toTestVecto
    [all...]
IncrementalSelfTest.c 15 // TPM_RC_VALUE an algorithm in the toTest list is not implemented
27 // returns TPM_RC_VALUE, it means that an algorithm on the 'toTest' list is
29 result = CryptIncrementalSelfTest(&in->toTest, &out->toDoList);
IncrementalSelfTest_fp.h 12 typedef struct { TPML_ALG toTest; } IncrementalSelfTest_In;
Marshal_IncrementalSelfTest.c 43 result = TPML_ALG_Unmarshal(&target->toTest, buffer, size);
  /external/guava/guava-tests/test/com/google/common/base/
ToStringHelperTest.java 38 String toTest = Objects.toStringHelper(this).toString();
39 assertEquals("ToStringHelperTest{}", toTest);
43 String toTest = Objects.toStringHelper(this).toString();
44 assertTrue(toTest, toTest.matches(".*\\{\\}"));
49 String toTest = Objects.toStringHelper(new TestClass()).toString();
50 assertEquals("TestClass{}", toTest);
54 String toTest = Objects.toStringHelper(new TestClass()).toString();
55 assertTrue(toTest, toTest.matches(".*\\{\\}"))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadGroupTest.java 753 private static boolean arrayIncludes(Object[] array, Object toTest) {
755 if (element == toTest) {
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /external/icu/icu4c/source/test/cintltst/
cloctst.c     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1298 milliseconds

1 2 3