/external/openssh/openbsd-compat/ |
D | getcwd.c | 59 char *bpt, *bup; in getcwd() local 84 bpt = ept - 1; in getcwd() 85 *bpt = '\0'; in getcwd() 118 *--bpt = '/'; in getcwd() 124 memmove(pt, bpt, ept - bpt); in getcwd() 190 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) { in getcwd() 198 len = ept - bpt; in getcwd() 201 bpt = npt + (bpt - pt); in getcwd() 204 memmove(ept - len, bpt, len); in getcwd() 205 bpt = ept - len; in getcwd() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fBuiltinPrecisionTests.cpp | 37 namespace bpt = gls::BuiltinPrecisionTests; 44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases(); in createBuiltinPrecisionTests() 45 de::MovePtr<const bpt::CaseFactories> es31Cases = bpt::createES31BuiltinCases(); in createBuiltinPrecisionTests() 49 bpt::addBuiltinPrecisionTests(context.getTestContext(), in createBuiltinPrecisionTests() 60 bpt::addBuiltinPrecisionTests(context.getTestContext(), in createBuiltinPrecisionTests()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBuiltinPrecisionTests.cpp | 37 namespace bpt = gls::BuiltinPrecisionTests; 44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases(); in createBuiltinPrecisionTests() 49 bpt::addBuiltinPrecisionTests(context.getTestContext(), in createBuiltinPrecisionTests()
|
/external/llvm-project/lldb/test/API/lang/objcxx/objc-builtin-types/ |
D | TestObjCBuiltinTypes.py | 30 bpt = target.BreakpointCreateByLocation( 32 self.assertTrue(bpt, VALID_BREAKPOINT) 41 thread_list = lldbutil.get_threads_stopped_at_breakpoint(process, bpt)
|
/external/llvm-project/lldb/test/API/lang/objc/objc-struct-return/ |
D | TestObjCStructReturn.py | 32 bpt = target.BreakpointCreateByLocation( 34 self.assertTrue(bpt, VALID_BREAKPOINT) 43 thread_list = lldbutil.get_threads_stopped_at_breakpoint(process, bpt)
|
/external/llvm-project/lldb/test/API/lang/objc/objc-struct-argument/ |
D | TestObjCStructArgument.py | 33 bpt = target.BreakpointCreateByLocation( 35 self.assertTrue(bpt, VALID_BREAKPOINT) 44 thread_list = lldbutil.get_threads_stopped_at_breakpoint(process, bpt)
|
/external/llvm-project/lldb/test/API/lang/objc/objc-class-method/ |
D | TestObjCClassMethod.py | 33 bpt = target.BreakpointCreateByLocation( 35 self.assertTrue(bpt, VALID_BREAKPOINT) 44 thread_list = lldbutil.get_threads_stopped_at_breakpoint(process, bpt)
|
/external/mesa3d/src/mesa/main/ |
D | mipmap.c | 1445 const GLint bpt = bytes_per_pixel(datatype, comps); in make_1d_mipmap() local 1450 src = srcPtr + border * bpt; in make_1d_mipmap() 1451 dst = dstPtr + border * bpt; in make_1d_mipmap() 1461 memcpy(dstPtr, srcPtr, bpt); in make_1d_mipmap() 1463 memcpy(dstPtr + (dstWidth - 1) * bpt, in make_1d_mipmap() 1464 srcPtr + (srcWidth - 1) * bpt, in make_1d_mipmap() 1465 bpt); in make_1d_mipmap() 1477 const GLint bpt = bytes_per_pixel(datatype, comps); in make_2d_mipmap() local 1486 srcA = srcPtr + border * ((srcWidth + 1) * bpt); in make_2d_mipmap() 1498 dst = dstPtr + border * ((dstWidth + 1) * bpt); in make_2d_mipmap() [all …]
|
/external/llvm-project/lldb/test/API/lang/objc/objc-super/ |
D | TestObjCSuper.py | 32 bpt = target.BreakpointCreateByLocation( 34 self.assertTrue(bpt, VALID_BREAKPOINT) 43 thread_list = lldbutil.get_threads_stopped_at_breakpoint(process, bpt)
|
/external/llvm-project/lldb/test/API/lang/objc/objc-static-method/ |
D | TestObjCStaticMethod.py | 33 bpt = target.BreakpointCreateByLocation( 35 self.assertTrue(bpt, VALID_BREAKPOINT) 44 thread_list = lldbutil.get_threads_stopped_at_breakpoint(process, bpt)
|
/external/llvm-project/lldb/test/API/lang/objc/objc-static-method-stripped/ |
D | TestObjCStaticMethodStripped.py | 38 bpt = target.BreakpointCreateByLocation( 40 self.assertTrue(bpt, VALID_BREAKPOINT) 49 thread_list = lldbutil.get_threads_stopped_at_breakpoint(process, bpt)
|
/external/mtools/scripts/ |
D | format.dat | 26 : nsect = 40 : rpm = 3600 : bpt = 20480 37 : nsect = 32 : rpm = 3600 : bpt = 16384
|
/external/icu/icu4c/source/test/intltest/ |
D | ucdtest.cpp | 513 UnicodeSet bpt("[:^bpt=n:]", errorCode); in TestBidiPairedBracketType() local 514 assertTrue("bpt!=None is not empty", !bpt.isEmpty()); in TestBidiPairedBracketType() 518 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt)); in TestBidiPairedBracketType() 519 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 235 int bpt; member 2197 int bpt = DEF_BLOCKS_PER_TRANSFER; in do_scsi_device_read_write() local 2275 t = bs * bpt; in do_scsi_device_read_write() 2337 t = bs * bpt; in do_scsi_device_read_write() 2456 wrkBuff = malloc(bs * bpt + psz); in do_scsi_device_read_write() 2464 wrkBuff = malloc(bs * bpt); in do_scsi_device_read_write() 2472 blocks_per = bpt; in do_scsi_device_read_write() 6279 int bpt = DEF_BLOCKS_PER_TRANSFER; in do_scsi_sgm_read_write() local 6336 in_res_sz = bs * bpt; in do_scsi_sgm_read_write() 6401 out_res_sz = bs * bpt; in do_scsi_sgm_read_write() [all …]
|
/external/cpuinfo/test/build.prop/ |
D | moto-g-gen1.log | 216 ro.usb.bpt=0x2e28
|
D | moto-e-gen1.log | 240 ro.usb.bpt=0x2e28
|
D | moto-g-gen2.log | 235 ro.usb.bpt=0x2e28
|
D | moto-g-gen3.log | 241 ro.usb.bpt=2ec1
|
D | moto-g-gen4.log | 361 ro.usb.bpt=2ec1
|
D | moto-g-gen5.log | 377 ro.usb.bpt=2ec1
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterTest.java | 2530 UnicodeSet bpt = new UnicodeSet("[:^bpt=n:]"); in TestBidiPairedBracketType() local 2531 assertTrue("bpt!=None is not empty", !bpt.isEmpty()); in TestBidiPairedBracketType() 2535 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt)); in TestBidiPairedBracketType() 2536 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 2527 UnicodeSet bpt = new UnicodeSet("[:^bpt=n:]"); in TestBidiPairedBracketType() local 2528 assertTrue("bpt!=None is not empty", !bpt.isEmpty()); in TestBidiPairedBracketType() 2532 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt)); in TestBidiPairedBracketType() 2533 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/ |
D | gk104.asm | 898 bpt pause 0x0 label 901 bpt pause 0x0 label
|
/external/icu/icu4c/source/data/unidata/ |
D | ppucd.txt | 17 property;Enumerated;bpt;Bidi_Paired_Bracket_Type 479 value;bpt;c;Close 480 value;bpt;n;None 481 value;bpt;o;Open 1233 defaults;0000..10FFFF;age=NA;bc=L;blk=NB;bpt=n;cf=<code point>;dm=<code point>;dt=None;ea=N;FC_NFKC… 1279 cp;0028;bc=ON;Bidi_M;bmg=0029;bpb=0029;bpt=o;gc=Ps;lb=OP;na=LEFT PARENTHESIS;Pat_Syn;SB=CL 1280 cp;0029;bc=ON;Bidi_M;bmg=0028;bpb=0028;bpt=c;gc=Pe;lb=CP;na=RIGHT PARENTHESIS;Pat_Syn;SB=CL 1334 cp;005B;bc=ON;Bidi_M;bmg=005D;bpb=005D;bpt=o;gc=Ps;lb=OP;na=LEFT SQUARE BRACKET;Pat_Syn;SB=CL 1336 cp;005D;bc=ON;Bidi_M;bmg=005B;bpb=005B;bpt=c;gc=Pe;lb=CP;na=RIGHT SQUARE BRACKET;Pat_Syn;SB=CL 1368 cp;007B;bc=ON;Bidi_M;bmg=007D;bpb=007D;bpt=o;gc=Ps;lb=OP;na=LEFT CURLY BRACKET;Pat_Syn;SB=CL [all …]
|
D | changes.txt | 3108 with new properties bpb=Bidi_Paired_Bracket and bpt=Bidi_Paired_Bracket_Type 3116 bpt ; Bidi_Paired_Bracket_Type 3128 - 3 Bidi_Paired_Bracket_Type (bpt) values: 3129 bpt; c ; Close 3130 bpt; n ; None 3131 bpt; o ; Open
|