/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug177.go | 23 println("BUG: missing S1")
|
bug459.go | 7 // Issue 3890: missing detection of init loop involving
|
/prebuilts/go/darwin-x86/test/interface/ |
fail.go | 7 // Test that interface conversion fails when method is missing.
|
receiver1.go | 7 // Verify compiler complains about missing implicit methods.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug177.go | 23 println("BUG: missing S1")
|
bug459.go | 7 // Issue 3890: missing detection of init loop involving
|
/prebuilts/go/linux-x86/test/interface/ |
fail.go | 7 // Test that interface conversion fails when method is missing.
|
receiver1.go | 7 // Verify compiler complains about missing implicit methods.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/ |
lns-diag-1.l | 3 .*:3: Error: missing string
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
AutoFocusHelper.java | 79 boolean missing = result.get(CaptureResult.CONTROL_AF_STATE) == null; 80 if (missing) { 81 // throw new IllegalStateException("CaptureResult missing CONTROL_AF_STATE."); 82 Log.e(TAG, "\n!!!! TotalCaptureResult missing CONTROL_AF_STATE. !!!!\n "); 84 return !missing; 92 boolean missing = result.get(CaptureResult.LENS_STATE) == null; 93 if (missing) { 94 // throw new IllegalStateException("CaptureResult missing LENS_STATE."); 95 Log.e(TAG, "\n!!!! TotalCaptureResult missing LENS_STATE. !!!!\n "); 97 return !missing; [all...] |
/external/opencv3/3rdparty/jinja2/ |
environment.py | 28 from jinja2.utils import import_string, LRUCache, Markup, missing, \ 323 def overlay(self, block_start_string=missing, block_end_string=missing, 324 variable_start_string=missing, variable_end_string=missing, 325 comment_start_string=missing, comment_end_string=missing, 326 line_statement_prefix=missing, line_comment_prefix=missing, 327 trim_blocks=missing, lstrip_blocks=missing [all...] |
/prebuilts/go/darwin-x86/src/go/parser/ |
short_test.go | 102 `package p; func f() { go func() { func() { f(x func /* ERROR "missing ','" */ (){}) } } }`, 103 `package p; func f(x func(), u v func /* ERROR "missing ','" */ ()){}`, 104 `package p; func f() (a b string /* ERROR "missing ','" */ , ok bool)`, // issue 8656 105 `package p; var x /* ERROR "missing variable type or initialization" */ , y, z;`, // issue 9639 106 `package p; const x /* ERROR "missing constant value" */ ;`, // issue 9639 107 `package p; const x /* ERROR "missing constant value" */ int;`, // issue 9639 108 `package p; const (x = 0; y; z /* ERROR "missing constant value" */ int);`, // issue 9639
|
/prebuilts/go/linux-x86/src/go/parser/ |
short_test.go | 102 `package p; func f() { go func() { func() { f(x func /* ERROR "missing ','" */ (){}) } } }`, 103 `package p; func f(x func(), u v func /* ERROR "missing ','" */ ()){}`, 104 `package p; func f() (a b string /* ERROR "missing ','" */ , ok bool)`, // issue 8656 105 `package p; var x /* ERROR "missing variable type or initialization" */ , y, z;`, // issue 9639 106 `package p; const x /* ERROR "missing constant value" */ ;`, // issue 9639 107 `package p; const x /* ERROR "missing constant value" */ int;`, // issue 9639 108 `package p; const (x = 0; y; z /* ERROR "missing constant value" */ int);`, // issue 9639
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_print.c | 66 char const * const * domains, *missing, *separator; local 75 missing = separator = ","; 82 missing = ""; 119 (eModule & PERF_ModuleAudioDecode) ? domains[0] : missing, 120 (eModule & PERF_ModuleVideoDecode) ? domains[1] : missing, 121 (eModule & PERF_ModuleImageDecode) ? domains[2] : missing, 122 (eModule & PERF_ModuleAudioEncode) ? domains[3] : missing, 123 (eModule & PERF_ModuleVideoEncode) ? domains[4] : missing, 124 (eModule & PERF_ModuleImageEncode) ? domains[5] : missing,
|
/external/opencv3/modules/ml/src/ |
gbt.cpp | 49 missing = sample_idx = 0; 109 cvReleaseMat( &missing ); 132 missing = sample_idx = 0; 201 missing = cvCreateMat(_missing_mask->rows, _missing_mask->cols, 203 cvCopy( _missing_mask, missing); 377 if (missing) 380 cvGetRow( missing, &x_miss, idx); 382 cvGetCol( missing, &x_miss, idx); 545 if (missing) 548 cvGetRow( missing, &miss_x, idx) [all...] |
/external/chromium-trace/catapult/devil/devil/utils/ |
mock_calls.py | 64 missing = ''.join(' expected: %s\n' % str(call) 67 missing, 68 msg='Expected calls not found:\n' + missing) 161 side effects. If the action is missing, a return value of None is assumed. 173 of calls specified. Missing calls, extra calls, and calls with
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
rules_parser.py | 160 missing = {s for s in ('IsType', 'ApplyRule') if not hasattr(clazz, s)} 161 if missing: 162 raise Error('%s: %s lacks %s', i, clazz.__name__, ' and '.join(missing))
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
parameters.py | 125 missing = self._required - keys 126 if missing: 127 raise ValueError("Options %s are required." % tuple(missing))
|
/external/ipsec-tools/ |
Android.mk | 58 $(LOCAL_PATH)/src/racoon/missing 75 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers -Wno-unused-parameter -Wno-pointer-sign -Werror 100 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers -Wno-unused-parameter -Wno-pointer-sign -Werror
|
/external/strace/ |
strace-graph | 154 print STDERR "$0: $ARGV: $.: missing comma in array.\n"; 176 print STDERR "$0: $ARGV: $.: missing comma in struct.\n"; 187 print STDERR "$0: $ARGV: $.: missing comma.\n";
|
/device/google/dragon-kernel/ |
push-kernel.sh | 36 echo ERROR: missing prebuilt directory $built_kernel 41 echo ERROR: missing kernel directory $kernel
|
/external/iproute2/ip/ |
Android.mk | 27 -Wno-missing-field-initializers \
|
/external/iputils/ |
Android.mk | 4 -Wno-missing-field-initializers \
|
/external/libweave/ |
Makefile | 32 -Wno-missing-field-initializers \ 60 -Wno-inconsistent-missing-override
|
/external/ppp/pppd/ |
Android.mk | 39 LOCAL_CFLAGS := -DCHAPMS=1 -DMPPE=1 -DINET6=1 -DUSE_OPENSSL=1 -Wno-unused-parameter -Wno-empty-body -Wno-missing-field-initializers -Wno-attributes -Wno-sign-compare -Wno-pointer-sign -Werror
|