HomeSort by relevance Sort by last modified time
    Searched full:missing (Results 926 - 950 of 2652) sorted by null

<<31323334353637383940>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-as 
  /external/chromium/third_party/icu/source/test/cintltst/
cdattst.c 83 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
431 log_data_err("udat_open timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s (Are you missing data?)\n", *stylePtr, myErrorName(status) );
544 log_data_err("error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
781 log_data_err("FAIL: udat_open(NONE, SHORT, en_US) failed with %s (Are you missing data?)\n",
    [all...]
  /external/elfutils/tests/
Makefile 200 ACLOCAL = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run aclocal-1.9
203 AMTAR = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run tar
204 AUTOCONF = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoconf
205 AUTOHEADER = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoheader
206 AUTOMAKE = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run automake-1.9
240 MAKEINFO = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run makeinfo
  /external/jdiff/src/jdiff/
HTMLIndexes.java 354 * Whether to log all missing @since tags to a file or not.
359 /** The file used to output details of missing @since tags. */
364 * missing @since tags.
407 System.out.println("Warning: the doc block for the new element: " + details + " is missing, so there is no @since tag");
413 missingSincesFile.println("MISSING @SINCE TAG: " + details);
415 System.out.println("Warning: the doc block for the new element: " + details + " is missing an @since tag");
    [all...]
  /external/libffi/
ChangeLog.v1 74 * missing, ltmain.sh, ltconfig.sh: Created. These are new files
89 * missing: Added file required by new automake.
471 (ffitest): Added missing -c for $(COMPILE) (change in automake).
529 * prep_cif.c: Added missing stdlib.h include.
560 * Makefile.am (INCLUDES): Added missing -I../include
582 * ffi.c (ffi_prep_args): small struct support was missing.
  /external/libpng/
pngpread.c 287 png_error(png_ptr, "Missing IHDR before IDAT");
291 png_error(png_ptr, "Missing PLTE before IDAT");
314 png_error(png_ptr, "Missing IHDR before IDAT");
318 png_error(png_ptr, "Missing PLTE before IDAT");
868 * LZ stream can still be handled (a stream with a missing
882 /* This may be a truncated stream (missing or
    [all...]
  /external/proguard/docs/manual/
troubleshooting.html 155 If the class that is reported as missing is a non-public library class,
165 If you're missing a library and you're absolutely sure it isn't used
180 If the class member that is reported as missing is actually implemented in
359 class is missing, ProGuard won't match the elements that you might be
434 the missing class dynamically. ProGuard can only detect constant name
446 Since ProGuard isn't detecting this (yet), you have to keep the missing
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 909 ExpectErrorText("Missing input file.\n");
919 ExpectErrorText("Missing output directives.\n");
    [all...]
  /external/webkit/WebKit/chromium/src/js/
Tests.js 571 test.assertTrue(test._scriptsAreParsed(["debugger_test_page.html$"]), "Some scripts are missing.");
    [all...]
  /external/zlib/examples/
gzlog.c 68 to be compressed is missing due to some external force, a gzip file with
187 * If there is no data provided to compress (due to a missing foo.add file
195 missing requires some external failure beyond simply the interruption of
215 For the the compress recovery, a missing foo.add file results in foo.gz
549 be recovering from partial append with a missing foo.add file) */
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 87 * Denotes the language data is missing.
183 * Indicates missing resources when checking the installation status of the resources used
188 * Indicates missing storage volume when checking the installation status of the resources
450 // TODO manage failures and missing resources
500 * if it is available, or synthesize the text it is missing.
560 * missing.
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java 583 "(StylesheetHandler) {0} attribute ''prefix'' is missing"},
604 "(StylesheetHandler) {0} attribute ''lang'' is missing"},
607 "(StylesheetHandler) misplaced {0} element?? Missing container element ''component''"},
    [all...]
  /bionic/libc/include/
stdio.h 303 #if 0 /* MISSING FROM BIONIC */
306 #endif /* MISSING */
  /bootable/recovery/
ui.c 327 LOGI("Bitmap %s missing header\n", BITMAPS[i].name);
329 LOGE("Missing bitmap %s\n(Code %d)\n", BITMAPS[i].name, result);
  /development/ndk/platforms/android-3/include/
stdio.h 303 #if 0 /* MISSING FROM BIONIC */
306 #endif /* MISSING */
  /development/ndk/platforms/android-8/include/
stdio.h 303 #if 0 /* MISSING FROM BIONIC */
306 #endif /* MISSING */
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 129 throw new MalformedChallengeException("missing realm in challange");
132 throw new MalformedChallengeException("missing nonce in challange");
  /external/bluetooth/glib/gio/fen/
fen-data.c 34 #include "fen-missing.h"
398 * It's a top node. We move it to missing list.
  /external/chromium/third_party/icu/source/i18n/
tridpars.h 217 * S-T/V, or S/V-T. If the source is missing, return a source of
300 * T/V, S-T, S-T/V, or S/V-T. If the source is missing, return a
  /external/clearsilver/
configure.in 95 dnl Check for missing re-entrant functions
149 EXTRA_UTL_OBJS="$EXTRA_UTL_OBJS missing.o"
  /external/clearsilver/python/examples/base/
odb_test.py 95 # make sure we can catch a missing row
103 output("PASSED! fetch missing row test")
  /external/dbus/dbus/
dbus-address.c 61 * @param address_problem_field the missing field of the bad address or #NULL
72 "Server address of type %s was missing argument %s",
  /external/icu4c/i18n/
tridpars.h 217 * S-T/V, or S/V-T. If the source is missing, return a source of
300 * T/V, S-T, S-T/V, or S/V-T. If the source is missing, return a
  /external/icu4c/test/intltest/
dcfmtest.cpp 477 // EBCDIC machines happy, so force an error if it goes missing.
484 // errln("Test data file %s is missing its BOM", fileName);

Completed in 656 milliseconds

<<31323334353637383940>>