Searched defs:PREFIX (Results 101 - 125 of 148) sorted by relevance

123456

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DPBEPBKDF2.java487 private static final String PREFIX = PBEPBKDF2.class.getName(); field in class:PBEPBKDF2.Mappings
506 // provider.addAlgorithm("AlgorithmParameters.PBKDF2", PREFIX + "$AlgParams");
508 // provider.addAlgorithm("SecretKeyFactory.PBKDF2", PREFIX + "$PBKDF2withUTF8");
517 // provider.addAlgorithm("SecretKeyFactory.PBKDF2WITHASCII", PREFIX + "$PBKDF2with8BIT");
528 // provider.addAlgorithm("SecretKeyFactory.PBKDF2WITHHMACSHA224", PREFIX + "$PBKDF2withSHA224");
529 // provider.addAlgorithm("SecretKeyFactory.PBKDF2WITHHMACSHA256", PREFIX + "$PBKDF2withSHA256");
530 // provider.addAlgorithm("SecretKeyFactory.PBKDF2WITHHMACSHA384", PREFIX + "$PBKDF2withSHA384");
531 // provider.addAlgorithm("SecretKeyFactory.PBKDF2WITHHMACSHA512", PREFIX + "$PBKDF2withSHA512");
534 provider.addAlgorithm("SecretKeyFactory.PBKDF2WithHmacSHA1", PREFIX + "$PBKDF2WithHmacSHA1UTF8");
535 provider.addAlgorithm("SecretKeyFactory.PBKDF2WithHmacSHA224", PREFIX
[all...]
/external/dtc/
H A DMakefile28 PREFIX = $(HOME) macro
29 BINDIR = $(PREFIX)/bin
30 LIBDIR = $(PREFIX)/lib
31 INCLUDEDIR = $(PREFIX)/include
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCompatibilityTest.java853 s.writeObject(PREFIX);
865 ok = pre.equals(PREFIX) &&
880 static final String PREFIX = "abc"; field in class:CompatibilityTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCompatibilityTest.java852 s.writeObject(PREFIX);
864 ok = pre.equals(PREFIX) &&
879 static final String PREFIX = "abc"; field in class:CompatibilityTest
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DOkHeaders.java40 static final String PREFIX = Platform.get().getPrefix(); field in class:OkHeaders
45 public static final String SENT_MILLIS = PREFIX + "-Sent-Millis";
50 public static final String RECEIVED_MILLIS = PREFIX + "-Received-Millis";
56 public static final String SELECTED_PROTOCOL = PREFIX + "-Selected-Protocol";
59 public static final String RESPONSE_SOURCE = PREFIX + "-Response-Source";
/external/selinux/libselinux/src/
H A DMakefile11 PREFIX ?= $(DESTDIR)/usr macro
12 LIBDIR ?= $(PREFIX)/lib
14 INCLUDEDIR ?= $(PREFIX)/include
151 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
/external/selinux/libsemanage/src/
H A DMakefile11 PREFIX ?= $(DESTDIR)/usr macro
12 LIBDIR ?= $(PREFIX)/lib
14 INCLUDEDIR ?= $(PREFIX)/include
98 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
/external/expat/lib/
H A Dxmltok_impl.c86 #ifndef PREFIX
87 #define PREFIX(ident) ident macro
111 PREFIX(scanComment)(const ENCODING *enc, const char *ptr,
149 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr,
155 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr);
194 PREFIX(checkPiTarget)(const ENCODING *UNUSED_P(enc), const char *ptr,
239 PREFIX(scanPi)(const ENCODING *enc, const char *ptr,
255 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
278 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
298 PREFIX(scanCdataSectio
[all...]
H A Dxmltok.c27 #define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
33 { PREFIX(prologTok), PREFIX(contentTok), \
34 PREFIX(cdataSectionTok) IGNORE_SECTION_TOK_VTABLE }, \
35 { PREFIX(attributeValueTok), PREFIX(entityValueTok) }, \
36 PREFIX(sameName), \
37 PREFIX(nameMatchesAscii), \
38 PREFIX(nameLength), \
39 PREFIX(skip
310 #define PREFIX macro
923 #undef PREFIX macro
924 #define PREFIX macro
1015 #undef PREFIX macro
[all...]
H A Dxmlparse.c165 } PREFIX; typedef in typeref:struct:prefix
244 PREFIX *prefix;
263 PREFIX *prefix;
288 PREFIX defaultPrefix;
363 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
3102 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
5459 PREFIX *prefix;
5467 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool),
5468 sizeof(PREFIX));
5514 id->prefix = (PREFIX *)looku
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp873 UnicodeString PREFIX [] = { local
894 if (out != PREFIX[i])
895 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"");
898 if (!out.startsWith(PREFIX[i]) ||
900 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"...\"" +
/external/python/cpython2/Modules/expat/
H A Dxmltok_impl.c86 #ifndef PREFIX
87 #define PREFIX(ident) ident macro
93 PREFIX(scanComment)(const ENCODING *enc, const char *ptr,
131 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr,
138 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr);
178 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr,
223 PREFIX(scanPi)(const ENCODING *enc, const char *ptr,
240 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
264 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
285 PREFIX(scanCdataSectio
[all...]
H A Dxmltok.c27 #define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
33 { PREFIX(prologTok), PREFIX(contentTok), \
34 PREFIX(cdataSectionTok) IGNORE_SECTION_TOK_VTABLE }, \
35 { PREFIX(attributeValueTok), PREFIX(entityValueTok) }, \
36 PREFIX(sameName), \
37 PREFIX(nameMatchesAscii), \
38 PREFIX(nameLength), \
39 PREFIX(skip
299 #define PREFIX macro
828 #undef PREFIX macro
829 #define PREFIX macro
920 #undef PREFIX macro
[all...]
H A Dxmlparse.c157 } PREFIX; typedef in typeref:struct:prefix
236 PREFIX *prefix;
255 PREFIX *prefix;
280 PREFIX defaultPrefix;
355 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
3066 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
5422 PREFIX *prefix;
5430 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool),
5431 sizeof(PREFIX));
5477 id->prefix = (PREFIX *)looku
[all...]
/external/python/cpython2/PC/os2vacpp/
H A Dpyconfig.h51 #define PREFIX "" macro
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
H A DHtmlActivityTask.java72 private static final String PREFIX = "file://"; field in class:HtmlActivityTask
73 private static final String BASE_URL = PREFIX + InterpreterConstants.SCRIPTS_ROOT;
/external/testng/src/main/java/org/testng/log4testng/
H A DLogger.java76 private static final String PREFIX= "log4testng."; field in class:Logger
79 private static final String LOGGER_PREFIX= PREFIX + "logger.";
82 private static final String ROOT_LOGGER= PREFIX + "rootLogger";
85 private static final String DEBUG_PROPERTY= PREFIX + "debug";
376 if(!logger.startsWith(PREFIX)) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DDataRecord.java249 public static final byte PREFIX = 0; field in interface:DataRecord.EHalfPlacement
252 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" };
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java247 public static final byte PREFIX = 0; field in interface:DataRecord.EHalfPlacement
250 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" };
/external/python/cpython2/PC/os2emx/
H A Dpyconfig.h16 #ifndef PREFIX
17 #define PREFIX "" macro
/external/python/cpython2/PC/
H A Dpyconfig.h77 #define PREFIX "" macro
/external/ipsec-tools/src/racoon/
H A Dcfparse.h169 PREFIX = 385, enumerator in enum:yytokentype
334 #define PREFIX 385 macro
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...

Completed in 2320 milliseconds

123456