/external/iproute2/tc/ |
em_nbyte.c | 55 return PARSE_ERR(args, "nbyte: missing arguments"); 63 return PARSE_ERR(a, "nbyte: missing argument"); 74 return PARSE_ERR(a, "nbyte: missing argument");
|
/external/opencv/ml/src/ |
mlrtrees.cpp | 361 CvMat sample, missing; local 378 missing = cvMat( 1, dims, CV_8UC1, missing_ptr ); 382 sample.data.fl += dims, missing.data.ptr += dims ) 391 CV_CALL(predicted_node = tree->predict(&sample, &missing, true)); 460 missing = cvMat( 1, dims, CV_8UC1, missing_ptr ); 462 sample.data.fl += dims, missing.data.ptr += dims ) 469 predct_resp = tree->predict(&sample, &missing, true)->value; 535 float CvRTrees::predict( const CvMat* sample, const CvMat* missing ) const 551 CvDTreeNode* predicted_node = trees[k]->predict( sample, missing ); 568 result += trees[k]->predict( sample, missing )->value [all...] |
/external/openssh/ |
auth-options.c | 166 debug("%.100s, line %lu: missing end quote", 168 auth_debug_add("%.100s, line %lu: missing end quote", 197 debug("%.100s, line %lu: missing end quote", 199 auth_debug_add("%.100s, line %lu: missing end quote", 231 debug("%.100s, line %lu: missing end quote", 233 auth_debug_add("%.100s, line %lu: missing end quote", 268 debug("%.100s, line %lu: missing end quote", 270 auth_debug_add("%.100s, line %lu: missing end quote", 322 debug("%.100s, line %lu: missing end quote", 324 auth_debug_add("%.100s, line %lu: missing " [all...] |
/external/ppp/pppd/plugins/radius/ |
radrealms.c | 101 option_error("%s: realm name missing on line %d: %s", 111 option_error("%s: server address missing on line %d: %s", 119 option_error("%s: server port missing on line %d: %s",
|
/external/srec/portable/include/ |
PStackTrace.h | 68 * @return ESR_NOT_SUPPORTED if debug symbols are missing 78 * @return ESR_NOT_SUPPORTED if debug symbols are missing 88 * @return ESR_NOT_SUPPORTED if debug symbols are missing
|
/external/tcpdump/ |
Android.mk | 119 missing/strlcat.c\ 120 missing/strlcpy.c 126 $(LOCAL_PATH)/missing\
|
/external/valgrind/main/tests/ |
check_makefile_consistency | 56 echo "Error: tool name argument is missing." 82 echo "$m:1: error: $f is missing in EXTRA_DIST" 92 echo "$m:1: error: $f is missing in dist_noinst_SCRIPTS"
|
/ndk/build/tools/ |
build-analyzer.sh | 49 echo "ERROR: Missing source directory parameter. See --help for details." 76 echo "ERROR: Missing NDK directory parameter. See --help for details." 90 echo "ERROR: Missing toolchain name parameter. See --help for details."
|
/ndk/sources/cxx-stl/llvm-libc++/ |
README.NDK | 12 It also includes Android-specific support code, providing missing C 46 Android system header wrappers, to add missing declarations 49 Put the implementation of the missing system functions here.
|
/system/core/libcutils/ |
socket_local_client.c | 72 /* unix_path_max appears to be missing on linux */ 85 /* unix_path_max appears to be missing on linux */ 97 /* unix_path_max appears to be missing on linux */
|
/external/ipsec-tools/src/racoon/ |
Makefile.in | 276 missing/crypto/sha2/sha2.c \ 277 missing/crypto/rijndael/rijndael-api-fst.c \ 278 missing/crypto/rijndael/rijndael-alg-fst.c 312 EXTRA_eaytest_SOURCES = missing/crypto/sha2/sha2.c 333 missing/crypto/sha2/sha2.h missing/crypto/rijndael/rijndael_local.h \ 334 missing/crypto/rijndael/rijndael-api-fst.h \ 335 missing/crypto/rijndael/rijndael-alg-fst.h \ 336 missing/crypto/rijndael/rijndael.h 342 missing/crypto/rijndael/boxes-fst.dat [all...] |
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/ |
CtsJavaScanner.java | 39 sourceDir = new File(getArg(args, ++i, "Missing value for source directory")); 41 docletPath = new File(getArg(args, ++i, "Missing value for docletPath"));
|
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/ |
CtsNativeScanner.java | 40 sourceDir = new File(getArg(args, ++i, "Missing value for source directory")); 42 testSuite = getArg(args, ++i, "Missing value for test suite");
|
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotation.java | 36 * Intended to be visible at runtime. FIXME missing words in spec 41 * (and not to regular user code). FIXME missing words in spec
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
InstrumentationApkTest.java | 71 Assert.assertNotNull("missing device", getDevice()); 72 Assert.assertNotNull("missing build", mCtsBuild);
|
/development/ndk/platforms/android-3/include/ |
strings.h | 52 #if 0 /* MISSING FROM BIONIC */ 55 #endif /* MISSING */
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Parser.pm | 38 $token_text = '<missing EOF>'; 41 $token_text = '<missing ' . $self->get_token_names()->[$expected_token_type] . '>';
|
/external/chromium/chrome/browser/resources/ntp4/tools/ |
check.sh | 44 # complains about missing @this annotations (filed as bug 4073735). To 45 # cope for now I just just off all missing-JSDoc warnings.
|
/external/chromium/chrome/browser/resources/touch_ntp/tools/ |
check.sh | 45 # complains about missing @this annotations (filed as bug 4073735). To 46 # cope for now I just just off all missing-JSDoc warnings.
|
/external/chromium_org/chrome/test/functional/ |
test_pyauto.py | 37 msg='Missing expected Chrome flag "%s"' % flag) 40 """Verify that exception is raised when a browser is missing/invalid."""
|
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
parse_dsc_test.py | 50 self._validate(testdesc, 'Missing required key TOOLS.') 54 self._validate(testdesc, 'Missing required key NAME.')
|
/external/chromium_org/third_party/libusb/src/msvc/ |
missing.c | 2 * Source file for missing WinCE functionality 20 #include "missing.h"
|
/external/chromium_org/tools/idl_parser/test_parser/ |
enum_ppapi.idl | 47 /* BUILD Error(Enum missing name.) */ 48 /* ERROR Enum missing name. */
|
/external/e2fsprogs/ |
INSTALL | 53 Some distributions install an /etc/fstab which is missing the 56 this is that the getmntent() library routine interprets those missing
|
INSTALL.elfbin | 32 Some distributions install an /etc/fstab which is missing the 35 this is that the getmntent() library routine interprets those missing
|