/device/moto/shamu/self-extractors/broadcom/staging/ |
device-partial.mk | 17 vendor/broadcom/shamu/proprietary/bcm20795_firmware.ncd:system/vendor/firmware/bcm20795_firmware.ncd:broadcom \
|
/external/clang/test/CXX/special/class.copy/ |
p13-0x.cpp | 49 NonConstexprDefault ncd; member in struct:Constexpr4 52 constexpr NonConstexprDefault ncd = NonConstexprDefault(NonConstexprDefault(1)); variable 53 constexpr Constexpr4 c4a = { ncd };
|
/external/v8/test/mjsunit/harmony/ |
regexp-lookbehind.js | 33 assertEquals(["ab", "cd", "efg"], "ab\ncd\nefg".match(/(?<=^)\w+/gm)); 34 assertEquals(["ab", "cd", "efg"], "ab\ncd\nefg".match(/\w+(?<=$)/gm)); 35 assertEquals(["ab", "cd", "efg"], "ab\ncd\nefg".match(/(?<=^)\w+(?<=$)/gm));
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Delaunay.cpp | 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local 486 ncd = cdx*cdx+cdy*cdy; 489 + ncd * (adx * bdy - ady * bdx))) ? TRUE : FALSE );
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Delaunay.cpp | 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local 486 ncd = cdx*cdx+cdy*cdy; 489 + ncd * (adx * bdy - ady * bdx))) ? TRUE : FALSE );
|