Searched refs:missing (Results 1 - 25 of 98) sorted by relevance

1234

/external/bluetooth/hcidump/
H A Dbootstrap5 automake --add-missing --copy && \
/external/bluetooth/bluez/
H A Dbootstrap6 automake --add-missing --copy && \
/external/chromium/third_party/libevent/
H A Dautogen.sh11 automake --add-missing --copy
/external/libpng/
H A Dautogen.sh19 automake --force-missing --foreign -a -c
/external/e2fsprogs/util/
H A Dgcc-wall-cleanup19 /warning: missing initializer/d
/external/clang/test/Sema/
H A Dinvalid-struct-init.c6 expected-warning {{type specifier missing, defaults to 'int'}}
/external/ipsec-tools/
H A DAndroid.mk58 $(LOCAL_PATH)/src/racoon/missing \
67 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
83 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
H A DMakefile3 -Isrc/racoon -Isrc/racoon/missing -DHAVE_CONFIG_H -lcrypto \
/external/tcpdump/
H A DAndroid.mk119 missing/strlcat.c\
120 missing/strlcpy.c
126 $(LOCAL_PATH)/missing\
/external/strace/
H A Dstrace-graph156 print STDERR "$0: $ARGV: $.: missing comma in array.\n";
178 print STDERR "$0: $ARGV: $.: missing comma in struct.\n";
189 print STDERR "$0: $ARGV: $.: missing comma.\n";
/external/opencv/ml/src/
H A Dmlrtrees.cpp361 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 )
[all...]
/external/bison/build-aux/
H A DMakefile40 config.rpath config.sub depcomp install-sh mdate-sh missing \
79 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
82 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
83 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
84 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
85 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
86 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
130 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo
/external/bluetooth/bluez/audio/
H A DAndroid.mk30 -D__S_IFREG=0100000 # missing from bionic stat.h
/external/bluetooth/glib/
H A Dautogen.sh98 echo 'warning: build/ directory is missing and no "svn" to fetch it!'
110 $AUTOMAKE --add-missing || exit $?
/external/dhcpcd/mk/
H A Dcc.mk14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
/external/srtp/
H A DAndroid.mk36 -Wno-missing-field-initializers
/external/webkit/Source/WebKit/chromium/src/js/
H A DTests.js412 test.assertTrue(test._scriptsAreParsed(["debugger_test_page.html"]), "Some scripts are missing.");
736 var missing = expected.slice(0);
738 for (var j = 0; j < missing.length; j++) {
739 if (options[i].text.search(missing[j]) !== -1) {
740 missing.splice(j, 1);
745 return missing.length === 0;
/external/bison/data/
H A DMakefile89 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
92 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
93 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
94 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
95 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
96 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
140 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo
/external/bison/tests/
H A DMakefile78 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
81 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
82 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
83 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
84 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
85 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
129 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo
/external/bison/src/
H A DMakefile112 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
115 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
116 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
117 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
118 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
119 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
164 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo
/external/clang/test/FixIt/
H A Dfixit.cpp45 void f(); // expected-warning{{missing exception specification}}
60 : x(1) y(2) { // expected-error{{missing ',' between base or member initializers}}
199 expected-error {{missing 'typename' prior to dependent}}
/external/libvpx/examples/includes/geshi/geshi/
H A Dapache.php17 * - Added missing php keywords (milian)
/external/qemu/
H A Djson-parser.c284 parse_error(ctxt, token, "missing : in object pair");
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as107 // then we know we're missing a token; error recovery is free to
108 // "insert" the missing token
221 msg = "missing "+tokenName+" at "+getTokenErrorDisplay(e.token);
368 * input might just be missing a token--you might consume the
369 * rest of the input looking for one of the missing tokens.
497 * a missing token in the input stream. "Insert" one by just not
527 /** Attempt to recover from a single missing or extra token.
539 * ttype then it is ok to "insert" the missing token, else throw
540 * exception For example, Input "i=(3;" is clearly missing the
595 // System.out.println("missing toke
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as64 return "<missing type: "+

Completed in 637 milliseconds

1234