Searched refs:bpt (Results 1 - 13 of 13) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fBuiltinPrecisionTests.cpp37 namespace bpt = gls::BuiltinPrecisionTests;
44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases();
45 de::MovePtr<const bpt::CaseFactories> es31Cases = bpt::createES31BuiltinCases();
49 bpt::addBuiltinPrecisionTests(context.getTestContext(),
60 bpt::addBuiltinPrecisionTests(context.getTestContext(),
/external/deqp/modules/gles3/functional/
H A Des3fBuiltinPrecisionTests.cpp37 namespace bpt = gls::BuiltinPrecisionTests;
44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases();
49 bpt::addBuiltinPrecisionTests(context.getTestContext(),
/external/openssh/openbsd-compat/
H A Dgetcwd.c59 char *bpt, *bup; local
84 bpt = ept - 1;
85 *bpt = '\0';
118 *--bpt = '/';
124 memmove(pt, bpt, ept - bpt);
190 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
198 len = ept - bpt;
201 bpt = npt + (bpt
[all...]
/external/lldb/test/lang/objc/objc-builtin-types/
H A DTestObjCBuiltinTypes.py44 bpt = target.BreakpointCreateByLocation(self.main_source, self.break_line)
45 self.assertTrue(bpt, VALID_BREAKPOINT)
53 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
/external/lldb/test/lang/objc/objc-struct-return/
H A DTestObjCStructReturn.py43 bpt = target.BreakpointCreateByLocation(self.main_source, self.break_line)
44 self.assertTrue(bpt, VALID_BREAKPOINT)
52 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
/external/lldb/test/lang/objc/objc-class-method/
H A DTestObjCClassMethod.py47 bpt = target.BreakpointCreateByLocation(self.main_source, self.break_line)
48 self.assertTrue(bpt, VALID_BREAKPOINT)
56 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
/external/lldb/test/lang/objc/objc-static-method/
H A DTestObjCStaticMethod.py46 bpt = target.BreakpointCreateByLocation(self.main_source, self.break_line)
47 self.assertTrue(bpt, VALID_BREAKPOINT)
55 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
/external/lldb/test/lang/objc/objc-static-method-stripped/
H A DTestObjCStaticMethodStripped.py39 bpt = target.BreakpointCreateByLocation(self.main_source, self.break_line)
40 self.assertTrue(bpt, VALID_BREAKPOINT)
48 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
/external/lldb/test/lang/objc/objc-super/
H A DTestObjCSuper.py45 bpt = target.BreakpointCreateByLocation(self.main_source, self.break_line)
46 self.assertTrue(bpt, VALID_BREAKPOINT)
54 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
/external/mesa3d/src/mesa/main/
H A Dmipmap.c1419 const GLint bpt = bytes_per_pixel(datatype, comps); local
1424 src = srcPtr + border * bpt;
1425 dst = dstPtr + border * bpt;
1435 memcpy(dstPtr, srcPtr, bpt);
1437 memcpy(dstPtr + (dstWidth - 1) * bpt,
1438 srcPtr + (srcWidth - 1) * bpt,
1439 bpt);
1451 const GLint bpt = bytes_per_pixel(datatype, comps); local
1460 srcA = srcPtr + border * ((srcWidth + 1) * bpt);
1472 dst = dstPtr + border * ((dstWidth + 1) * bpt);
1543 const GLint bpt = bytes_per_pixel(datatype, comps); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp495 UnicodeSet bpt("[:^bpt=n:]", errorCode);
496 assertTrue("bpt!=None is not empty", !bpt.isEmpty());
500 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt));
501 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt));
503 UnicodeSet bpt_open("[:bpt=o:]", errorCode);
504 UnicodeSet bpt_close("[:bpt
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c989 const int bpt = util_format_get_blocksize(pformat); local
997 srcRowStride = bpt * srcWidth;
1000 dstRowStride = bpt * dstWidth;
1028 const int bpt = util_format_get_blocksize(pformat); local
1038 srcImageStride = srcWidth * srcHeight * bpt;
1040 dstImageStride = dstWidth * dstHeight * bpt;
1043 srcRowStride = srcWidth * bpt;
1045 dstRowStride = dstWidth * bpt;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java541 errln("u_getBidiPairedBracket(U+"+hex(start)+") != self for bpt(c)==None");
2468 UnicodeSet bpt = new UnicodeSet("[:^bpt=n:]");
2469 assertTrue("bpt!=None is not empty", !bpt.isEmpty());
2473 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt));
2474 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt));
2476 UnicodeSet bpt_open = new UnicodeSet("[:bpt
[all...]

Completed in 289 milliseconds