Searched defs:keyword (Results 1 - 25 of 169) sorted by last modified time

1234567

/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/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c23 const char *keyword = "self"; local
24 size_t keyword_size = strlen(keyword), len;
100 if (len == keyword_size && !strncmp(start, keyword, keyword_size)) {
372 const char *keyword = "neverallow"; local
373 size_t keyword_size = strlen(keyword), len;
393 if (len != keyword_size || strncmp(start, keyword, keyword_size))
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteQueryBuilder.java43 private static void conditionallyAppend(StringBuilder sb, String keyword, String value) { argument
45 sb.append(keyword);
/external/qemu/distrib/jpeg-6b/
H A Drdjpgcom.c408 keymatch (char * arg, const char * keyword, int minchars) argument
409 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
410 /* keyword is the constant keyword (must be lower case already), */
417 if ((ck = *keyword++) == '\0')
418 return 0; /* arg longer than keyword, no good */
H A Dwrjpgcom.c384 keymatch (char * arg, const char * keyword, int minchars) argument
385 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
386 /* keyword is the constant keyword (must be lower case already), */
393 if ((ck = *keyword++) == '\0')
394 return 0; /* arg longer than keyword, no good */
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c72 const T1_Field keyword )
81 /* if the keyword has a dedicated callback, call it */
82 if ( keyword->type == T1_FIELD_TYPE_CALLBACK )
84 keyword->reader( (FT_Face)face, parser );
90 switch ( keyword->location )
116 keyword->ident ));
122 switch ( keyword->location )
136 /* now, load the keyword data in the object's field(s) */
137 if ( keyword->type == T1_FIELD_TYPE_INTEGER_ARRAY ||
138 keyword
343 T1_Field keyword = (T1_Field)cid_field_records; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1load.c51 /* callback when it encounters an immediate keyword. */
929 /* if the keyword has a dedicated callback, call it */
937 /* now, the keyword is either a simple field, or a table of fields; */
1021 FT_TRACE1(( "t1_load_keyword: ignoring keyword `%s'"
1566 /* we stop when we find a `def' or `end' keyword */
1940 /* now compare the immediate name to the keyword table */
1941 T1_Field keyword = (T1_Field)t1_keywords; local
1949 name = (FT_Byte*)keyword->ident;
1989 if ( !( dict & keyword->dict ) )
1993 keyword
[all...]
/external/netcat/
H A Dnetcat.c995 const char *keyword; member in struct:toskeywords
1028 for (t = toskeywords; t->keyword != NULL; t++) {
1029 if (strcmp(s, t->keyword) == 0) {
/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/lldb/source/Commands/
H A DCommandObjectMemory.cpp441 const char *keyword = g_keywords[i]; local
445 while ((idx = type_str.find (keyword, idx)) != std::string::npos)
/external/lldb/source/Core/
H A DUserSettingsController.cpp91 Properties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const argument
96 properties_sp->Apropos (keyword, matching_properties);
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp712 OptionValueProperties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const argument
724 properties->Apropos (keyword, matching_properties);
730 if (name && ::strcasestr(name, keyword))
735 if (desc && ::strcasestr(desc, keyword))
/external/libpng/contrib/libtests/
H A Dmakepng.c976 clear_text(png_text *text, png_charp keyword) argument
979 text->key = keyword;
1060 text.lang_key = params[2]; /* translated keyword */
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/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/jpeg/
H A Drdjpgcom.c408 keymatch (char * arg, const char * keyword, int minchars) argument
409 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
410 /* keyword is the constant keyword (must be lower case already), */
417 if ((ck = *keyword++) == '\0')
418 return 0; /* arg longer than keyword, no good */
H A Dwrjpgcom.c384 keymatch (char * arg, const char * keyword, int minchars) argument
385 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
386 /* keyword is the constant keyword (must be lower case already), */
393 if ((ck = *keyword++) == '\0')
394 return 0; /* arg longer than keyword, no good */
/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/ipsec-tools/src/racoon/
H A Deaytest.c733 char *keyword = "hehehe test secret!"; local
752 key = vmalloc(strlen(keyword));
753 memcpy(key->v, keyword, key->l);
/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...]
H A Dcoll.cpp881 Collator::getKeywordValues(const char *keyword, UErrorCode& status) { argument
883 UEnumeration* uenum = ucol_getKeywordValues(keyword, &status);
905 Collator::getFunctionalEquivalent(const char* keyword, const Locale& locale, argument
910 keyword, locale.getName(), &isAvailable, &status);
H A Dplurfmt.cpp410 // The keyword is empty until we need to match against a non-explicit, not-"other" value.
411 // Then we get the keyword from the selector.
413 // or if the only non-explicit keyword is "other".)
414 UnicodeString keyword; local
417 // to avoid matching the keyword again (duplicates are allowed)
423 // We remember the first matching-keyword sub-message if we have not seen
427 // We avoid matching the keyword twice by also setting haveKeywordMatch=true
428 // at the first keyword match.
449 // plural keyword like "few" or "other"
454 if(0 == keyword
[all...]
H A Dplurrule.cpp309 PluralRules::getUniqueKeywordValue(const UnicodeString& /* keyword */) {
315 PluralRules::getAllKeywordValues(const UnicodeString & /* keyword */, double * /* dest */,
384 // This results in test failures with values mapping back to a different keyword.
401 PluralRules::getSamples(const UnicodeString &keyword, double *dest, argument
403 RuleChain *rc = rulesForKeyword(keyword);
415 RuleChain *PluralRules::rulesForKeyword(const UnicodeString &keyword) const {
418 if (rc->fKeyword == keyword) {
427 PluralRules::isKeyword(const UnicodeString& keyword) const {
428 if (0 == keyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
431 return rulesForKeyword(keyword) !
[all...]

Completed in 1523 milliseconds

1234567