HomeSort by relevance Sort by last modified time
    Searched refs:STYLES (Results 1 - 5 of 5) sorted by null

  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 417 if(!isset($language_data['STYLES'])) {
418 report_error(TYPE_ERROR, 'Language file contains no $language_data[\'STYLES\'] structure to check!');
419 } else if (!is_array($language_data['STYLES'])) {
420 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'STYLES\'] structure which is not an array!');
426 if(!isset($language_data['STYLES'][$style_kind])) {
427 report_error(TYPE_ERROR, "Language file contains no \$language_data['STYLES']['$style_kind'] structure to check!");
428 } else if (!is_array($language_data['STYLES'][$style_kind])) {
429 report_error(TYPE_ERROR, "Language file contains a \$language_data['STYLES\']['$style_kind'] structure which is not an array!");
431 foreach($language_data['STYLES'][$style_kind] as $sk_key => $sk_value) {
434 report_error(TYPE_WARNING, "Language file contains an key '$sk_key' in \$language_data['STYLES']['$style_kind'] that is not integer!")
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 141 LOG_ALWAYS_FATAL_IF(mSorted, "Can't use styles with sorted string pools.");
207 const size_t STYLES = mEntryStyleArray.size();
210 for (i=0; i<STYLES; i++) {
232 + (sizeof(uint32_t)*STYLES);
303 for (i=0; i<STYLES; i++) {
312 fprintf(stderr, "ERROR: Out of memory for string styles\n");
327 if (STYLES > 0) {
334 fprintf(stderr, "ERROR: Out of memory for string styles\n");
358 header->styleCount = htodl(STYLES);
366 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0)
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
z80.php 86 'STYLES' => array(
ruby.php 139 'STYLES' => array(
rails.php 318 'STYLES' => array(

Completed in 54 milliseconds