/frameworks/av/services/mediaanalytics/ |
MetricsSummarizerPlayer.h | 41 virtual void mergeRecord(MediaAnalyticsItem &have, MediaAnalyticsItem &incoming);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
expr-1.s | 1 % Test expression example from TAOCP. Nothing problematic; does not have
|
/external/zlib/src/examples/ |
fitblk.c | 131 unsigned have; /* bytes written by deflate() call */ local 165 have = size + EXCESS - def.avail_out; 166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) 175 size - have, size); 218 have = size - def.avail_out; 219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) 231 size - have, size, def.total_in);
|
zpipe.c | 39 unsigned have; local 69 have = CHUNK - strm.avail_out; 70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { 95 unsigned have; local 135 have = CHUNK - strm.avail_out; 136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
line_test.go | 44 have := fmt.Sprintf("%s:%d", f.Name, l) 45 if have != want { 46 t.Errorf("linkgetline(%d) = %q, want %q", i, have, want)
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
line_test.go | 44 have := fmt.Sprintf("%s:%d", f.Name, l) 45 if have != want { 46 t.Errorf("linkgetline(%d) = %q, want %q", i, have, want)
|
/external/autotest/client/site_tests/desktopui_Respawn/ |
desktopui_Respawn.py | 64 'Respawning should have stopped before %d attempts' % 67 raise error.TestFail('Should have respawned at least once')
|
/external/llvm/test/MC/ARM/ |
multi-section-mapping.s | 25 @ + .text to have $a at 0 and no others 26 @ + .wibble to have $a at 0 27 @ + .starts_thumb to have $t at 0 28 @ + .starts_data to have $d at 0
|
/external/llvm/test/MC/Mips/ |
set-mips16-directive.s | 2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
|
/frameworks/base/core/tests/coretests/apks/ |
FrameworkCoreTests_apk.mk | 10 # Every package should have a native library
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue16616.go | 7 // Tests that unexported fields of unnamed types have different PkgPath values.
|
/prebuilts/go/darwin-x86/test/interface/ |
embed1.go | 7 // Test that embedded interface types can have local methods.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue16616.go | 7 // Tests that unexported fields of unnamed types have different PkgPath values.
|
/prebuilts/go/linux-x86/test/interface/ |
embed1.go | 7 // Test that embedded interface types can have local methods.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-v10_32o-1.d | 9 private flags = 5: \[symbols have a _ prefix\] \[v10 and v32\]
|
rd-v32o-1.d | 9 private flags = 3: \[symbols have a _ prefix\] \[v32\]
|
v32-err-8.s | 4 ; USP does not have the same register number in v10 as in v32.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
fdpic-shared-8-fail.d | 5 #error: (nonzero addend|may have caused)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-6m.d | 8 # A non-loaded section with relocs would have the SEC_RELOC bit set in the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tlsopt1_32.s | 2 # this section should not be optimised since we have old-style
|
tlsopt2.s | 2 # this section should not be optimised since we have old-style
|
tlsopt2_32.s | 2 # this section should not be optimised since we have old-style
|
/external/zlib/src/contrib/infback9/ |
infback9.c | 127 if (have == 0) { \ 128 have = in(in_desc, &next); \ 129 if (have == 0) { \ 142 have--; \ 227 unsigned have; /* available input */ local 264 have = next != Z_NULL ? strm->avail_in : 0; 331 if (copy > have) copy = have; 334 have -= copy; 361 state->have = 0 [all...] |
/build/make/core/ |
header_library_internal.mk | 17 $(call pretty-error,Header libraries may not have any sources)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/ |
test_fail.py | 30 '{"Numbers cannot have leading zeroes": 013}',
58 1: "why not have a string payload?",
|