Searched defs:keyword (Results 151 - 169 of 169) sorted by relevance

1234567

/external/libpng/
H A Dpngrutil.c1350 * byte checksum. The keyword must be one character and there is a
1373 char keyword[81]; local
1375 /* Find the keyword; the keyword plus separator and compression method
1382 png_crc_read(png_ptr, (png_bytep)keyword, read_length);
1387 keyword[keyword_length] != 0)
1390 /* TODO: make the keyword checking common */
1397 keyword[keyword_length+1] == PNG_COMPRESSION_TYPE_BASE)
1407 png_ptr->zstream.next_in = (Bytef*)keyword + (keyword_length+2);
1421 keyword, profile_lengt
[all...]
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c508 char keyword[10]; local
516 if (sscanf(line,"%10s %15s", keyword, nameserver) != 2) continue; // it will skip whitespaces
517 if (strncasecmp(keyword,"nameserver",10)) continue;
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp211 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) { argument
215 ECalType calType = getCalendarType(keyword);
261 // when calendar keyword is not available or not supported, read supplementalData
396 // char keyword[ULOC_FULLNAME_CAPACITY];
397 // getCalendarKeyword(id, keyword, (int32_t)sizeof(keyword));
398 // return isStandardSupportedKeyword(keyword, status);
426 char keyword[ULOC_FULLNAME_CAPACITY]; local
430 getCalendarKeyword(str, keyword, (int32_t) sizeof(keyword));
914 char keyword[ULOC_FULLNAME_CAPACITY]; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c2537 log_verbose("Testing getting collation keyword values:\n");
2545 log_err("'standard' was found twice in the keyword list.\n");
2550 log_err_status(status, "'standard' was not found in the keyword list.\n");
2561 log_verbose("Testing getting calendar keyword values:\n");
2569 log_err("'japanese' was found twice in the calendar keyword list.\n");
2574 log_err_status(status, "'japanese' was not found in the calendar keyword list.\n");
2582 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) { argument
2594 resName, keyword, inLocale,
H A Dcloctst.c1712 const char *keyword = NULL; local
1732 while((keyword = uenum_next(keywords, &keywordLen, &status))) {
1733 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1734 log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1740 while((keyword = uenum_next(keywords, &keywordLen, &status))) {
1741 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1742 log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1768 const char *keyword; member in struct:__anon12218
2140 const char* keyword =NULL; local
2222 const char* keyword =NULL; local
2265 const char* keyword =NULL; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp211 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) { argument
215 ECalType calType = getCalendarType(keyword);
261 // when calendar keyword is not available or not supported, read supplementalData
396 // char keyword[ULOC_FULLNAME_CAPACITY];
397 // getCalendarKeyword(id, keyword, (int32_t)sizeof(keyword));
398 // return isStandardSupportedKeyword(keyword, status);
426 char keyword[ULOC_FULLNAME_CAPACITY]; local
430 getCalendarKeyword(str, keyword, (int32_t) sizeof(keyword));
914 char keyword[ULOC_FULLNAME_CAPACITY]; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2545 log_verbose("Testing getting collation keyword values:\n");
2553 log_err("'standard' was found twice in the keyword list.\n");
2558 log_err_status(status, "'standard' was not found in the keyword list.\n");
2569 log_verbose("Testing getting calendar keyword values:\n");
2577 log_err("'japanese' was found twice in the calendar keyword list.\n");
2582 log_err_status(status, "'japanese' was not found in the calendar keyword list.\n");
2590 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) { argument
2602 resName, keyword, inLocale,
H A Dcloctst.c1713 const char *keyword = NULL; local
1733 while((keyword = uenum_next(keywords, &keywordLen, &status))) {
1734 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1735 log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1741 while((keyword = uenum_next(keywords, &keywordLen, &status))) {
1742 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1743 log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1769 const char *keyword; member in struct:__anon22018
2141 const char* keyword =NULL; local
2223 const char* keyword =NULL; local
2266 const char* keyword =NULL; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jar ... ANONYMOUS_CLASS_DECLARATION public static final int FIELD_REF public static final int KEYWORD public static final int LABEL_REF public static final int LOCAL_VARIABLE_REF ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Dpreparser.h361 bool CheckContextualKeyword(Vector<const char> keyword) { argument
363 scanner()->is_next_contextual_keyword(keyword)) {
370 void ExpectContextualKeyword(Vector<const char> keyword, bool* ok) { argument
373 if (!scanner()->is_literal_contextual_keyword(keyword)) {
1448 // keyword and parameters, and have consumed the initial '{'.
2266 // expressions we always accept the 'in' keyword; see ECMA-262,
2508 // No 'new' or 'super' keyword.
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp4362 if(length < 1 || length > 79) CERROR_BREAK(error, 89); /*keyword too short or long*/
4370 string2_begin = length + 1; /*skip keyword null terminator*/
4407 if(length < 1 || length > 79) CERROR_BREAK(error, 89); /*keyword too short or long*/
4460 if(length < 1 || length > 79) CERROR_BREAK(error, 89); /*keyword too short or long*/
5009 static unsigned addChunk_tEXt(ucvector* out, const char* keyword, const char* textstring) argument
5015 for(i = 0; keyword[i] != 0; i++) ucvector_push_back(&text, (unsigned char)keyword[i]);
5016 if(i < 1 || i > 79) return 89; /*error: invalid keyword size*/
5025 static unsigned addChunk_zTXt(ucvector* out, const char* keyword, const char* textstring, argument
5034 for(i = 0; keyword[
5052 addChunk_iTXt(ucvector* out, unsigned compressed, const char* keyword, const char* langtag, const char* transkey, const char* textstring, LodePNGCompressSettings* zlibsettings) argument
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c4818 png_const_charp keyword, png_const_charp text)
4824 pos = safecat(msg, sizeof msg, pos, keyword);
4837 if (tp->key == NULL || strcmp(tp->key, keyword) != 0)
4839 pos = safecat(msg, sizeof msg, pos, "keyword \"");
4885 pos = safecat(msg, sizeof msg, pos, "iTXt keyword \"");
4817 standard_check_text(png_const_structp pp, png_const_textp tp, png_const_charp keyword, png_const_charp text) argument
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... implements org.h2.bnf.Rule { private boolean keyword private String name private org.h2.bnf. ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 494 milliseconds

1234567