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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 66 // Do not use glibc, Android is missing some things.
  /packages/apps/Email/src/org/apache/commons/io/comparator/
ReverseComparator.java 40 throw new IllegalArgumentException("Delegate comparator is missing");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xext.h 55 #define X_EXTENSION_MISSING "missing"
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 91 Log.e(LOG_TAG, String.format("Invalid XML: missing 'name' attribute for '%s'",
99 Log.e(LOG_TAG, String.format("Invalid XML: missing 'name' attribute for '%s'",
109 Log.e(LOG_TAG, String.format("Invalid XML: missing 'name' attribute for '%s'",
  /development/ndk/platforms/android-3/include/
nsswitch.h 153 * Default sourcelists (if nsswitch.conf is missing, corrupt,
156 #if 0 /* MISSING FROM BIONIC */
164 #endif /* MISSING */
  /frameworks/base/sax/java/android/sax/
Element.java 82 * time if the specified child is missing. This helps you ensure that your
92 * is missing. This helps you ensure that your listeners are called.
197 "Element named " + this + " is missing required"
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 45 notes = "functional test missing but not feasible: no implementation available.",
73 notes = "functional test missing but not feasible: no implementation available.",
100 notes = "functional test missing but not feasible: no implementation available.",
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 67 if (DEBUG) Log.d(TAG, "Device is missing");
92 if (DEBUG) Log.d(TAG, "Device is missing");
117 if (DEBUG) Log.d(TAG, "Device is missing");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
build_messages.properties 6 s_Missing_Repackaging=%1$s missing. Repackaging.
9 Output_Missing=Output folder missing\! Make sure your project is configured properly.
10 s_File_Missing=%1$s file missing\!
  /external/bluetooth/glib/gio/inotify/
inotify-path.c 36 #include "inotify-missing.h"
69 * the missing list
295 /* Add subscription to missing list */
407 /* We have to manage the missing list
415 /* Add all subscriptions to missing list */
  /external/bluetooth/hcidump/
ChangeLog 29 Add missing HCI command and event decodings.
35 Add missing HCI command definitions.
36 Add missing HCI event definitions.
37 Add missing HCI error definitions.
88 Add missing UUID definitions and translations.
  /external/clearsilver/scripts/
cs_lint.py 64 self.error("Missing ?> in expression")
165 self.error("Missing equals")
174 self.error("Missing opening parenthesis")
177 self.error("Missing closing parenthesis")
235 self.error("Missing end of string %s " % expr)
  /external/icu4c/test/cintltst/
cdtdptst.c 62 log_data_err("FAIL: Error in creating a date format using udat_openPattern %s - (Are you missing data?)\n",
126 log_data_err("FAIL: ErrorCode received during test: %s (Are you missing data?)\n", myErrorName(status));
205 log_data_err("FAIL: Error in date format construction with pattern: %s - (Are you missing data?)\n", myErrorName(status));
241 log_data_err("Error in constructing the date format -> %s (Are you missing data?)\n", u_errorName(status));
321 log_data_err("error in udat_open: %s - (Are you missing data?)\n", myErrorName(status));
ccaltst.c 140 log_data_err("FAIL: in %s, got %d, expected at least 5 -> %s (Are you missing data?)\n", api, count, u_errorName(status));
173 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
201 log_data_err("FAIL: ucal_getDefaultTimeZone() did not return Europe/Paris (Are you missing data?)\n");
228 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) returned %s : expected - %s (Are you missing data?)\n",
232 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n",
243 log_data_err("FAIL: error in ucal_open caldef : %s\n - (Are you missing data?)", u_errorName(status));
248 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status));
253 log_data_err("FAIL: error in ucal_open calfr : %s - (Are you missing data?)\n", u_errorName(status));
257 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status));
263 log_data_err("FAIL: error in ucal_clone calfr : %s - (Are you missing data?)\n", u_errorName(status))
    [all...]
  /external/openssl/crypto/asn1/
asn1_err.c 226 {ERR_REASON(ASN1_R_FIELD_MISSING) ,"field missing"},
262 {ERR_REASON(ASN1_R_MISSING_EOC) ,"missing eoc"},
263 {ERR_REASON(ASN1_R_MISSING_SECOND_NUMBER),"missing second number"},
264 {ERR_REASON(ASN1_R_MISSING_VALUE) ,"missing value"},
280 {ERR_REASON(ASN1_R_PRIVATE_KEY_HEADER_MISSING),"private key header missing"},
  /ndk/build/tools/
build-gcc.sh 75 echo "ERROR: Missing source directory parameter. See --help for details."
89 echo "ERROR: Missing NDK directory parameter. See --help for details."
106 echo "ERROR: Missing toolchain name parameter. See --help for details."
121 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
128 echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$BINUTILS_VERSION"
  /ndk/docs/system/libc/
CHANGES.html 18 - <mntent.h>: Add missing <stdio.h> include.
36 - <strings.h>: Add missing <sys/types.h> include.
42 - <time64.h>: Add missing C++ header inclusion guards.
51 - <sys/epoll.h>: <sys/system_properties.h>: Add missing C++ inclusion guards
134 * Add missing tzset() declaration.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 259 message = "%s is missing.";
286 "Ignoring platform '%1$s': %2$s is missing from '%3$s'",
297 "Ignoring platform '%1$s': %2$s is missing from '%3$s'",
363 log.warning("Ignoring platform '%1$s': %2$s is missing.", platform.getName(),
397 message = "%s is missing.";
510 "Ignoring library '%1$s', missing property value",
545 log.warning("Ignoring add-on '%1$s': %2$s is missing.", addon.getName(),
574 * Displays a warning in the log about the addon being ignored due to a missing manifest value.
578 * @param valueName The missing manifest value, for display.
581 log.warning("Ignoring add-on '%1$s': '%2$s' is missing from %3$s."
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterLogic.java 490 // We need to indicate this extra depends on a missing platform archive
585 // We need to indicate this addon depends on a missing platform archive
705 // We need to indicate this extra depends on a missing platform archive
778 * given platform version is missing.
785 /** Missing archives are never accepted. */
791 /** Missing archives are always rejected. */
799 return String.format("Missing SDK Platform Android%1$s, API %2$d",
821 * given platform version is missing.
828 /** Missing archives are never accepted. */
834 /** Missing archives are always rejected. */
    [all...]
  /system/netd/
CommandListener.cpp 85 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
184 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
234 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
340 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
378 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
397 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
476 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
507 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
559 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
598 cli->sendMsg(ResponseCode::CommandSyntaxError, "Softap Missing argument", false)
    [all...]
  /external/chromium/third_party/libevent/
missing 2 # Common stub for a few missing GNU programs while installing.
37 # In the cases where this matters, `missing' is being run in the
45 msg="missing on your system"
73 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
98 echo "missing $scriptversion (GNU Automake)"
195 echo "# Created by GNU Automake missing as a replacement of"
348 some other package would contain this missing \`$1' program."
  /external/iproute2/tc/
em_meta.c 316 PARSE_ERR(a, "meta: missing argument");
334 PARSE_ERR(a, "meta: missing argument");
369 return PARSE_ERR(args, "meta: missing arguments");
380 return PARSE_ERR(args, "meta: missing operand");
394 return PARSE_ERR(args, "meta: missing rvalue");
440 fprintf(stderr, "Missing value TLV\n");
511 fprintf(stderr, "Missing meta header\n");
  /external/strace/
missing 2 # Common stub for a few missing GNU programs while installing.
37 # In the cases where this matters, `missing' is being run in the
45 msg="missing on your system"
73 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
98 echo "missing $scriptversion (GNU Automake)"
195 echo "# Created by GNU Automake missing as a replacement of"
348 some other package would contain this missing \`$1' program."
  /external/bluetooth/bluez/
ChangeLog 19 Fix issue with missing unblock on device removal.
47 Add missing memory checks whenever memory is allocated for SDP.
60 Fix missing inuse flag when AVDTP stream is configured.
83 Fix missing close on BtIO create_io function.
103 Add missing values from Bluetooth 3.0 specification.
151 Fix issue with missing manual pages in distribution.
170 Fix missing D-Bus access policy for CUPS backend.
196 Add some missing manual pages.
197 Fix missing number prefix when installing udev rules.
319 Fix missing temporary devices in some situations
    [all...]
  /external/elfutils/
aclocal.m4 76 # $ac_aux_dir/missing
78 # $top_srcdir/$ac_aux_dir/missing
88 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
91 # and then we would define $MISSING as
92 # MISSING="\${SHELL} $am_aux_dir/missing"
93 # This will work as long as MISSING is not called from configure, because
607 # "missing" invocation, for better error output.
711 # Define MISSING if not defined so far and test if it supports --run.
715 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing
    [all...]

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011>>