/external/python/cpython2/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 593 DBCHAR coded; in ksx1001_encoder() local 596 TRYMAP_ENC(cp949, coded, *data) in ksx1001_encoder() 597 if (!(coded & 0x8000)) in ksx1001_encoder() 598 return coded; in ksx1001_encoder() 631 DBCHAR coded; in jisx0208_encoder() local 636 else TRYMAP_ENC(jisxcommon, coded, *data) { in jisx0208_encoder() 637 if (!(coded & 0x8000)) in jisx0208_encoder() 638 return coded; in jisx0208_encoder() 670 DBCHAR coded; in jisx0212_encoder() local 673 TRYMAP_ENC(jisxcommon, coded, *data) { in jisx0212_encoder() [all …]
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 595 DBCHAR coded; in ksx1001_encoder() local 598 if (TRYMAP_ENC(cp949, coded, *data)) { in ksx1001_encoder() 599 if (!(coded & 0x8000)) in ksx1001_encoder() 600 return coded; in ksx1001_encoder() 634 DBCHAR coded; in jisx0208_encoder() local 639 else if (TRYMAP_ENC(jisxcommon, coded, *data)) { in jisx0208_encoder() 640 if (!(coded & 0x8000)) in jisx0208_encoder() 641 return coded; in jisx0208_encoder() 673 DBCHAR coded; in jisx0212_encoder() local 676 if (TRYMAP_ENC(jisxcommon, coded, *data)) { in jisx0212_encoder() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSchedule.td | 73 def IIC_iLoad_m : InstrItinClass<0>; // micro-coded 74 def IIC_iLoad_mu : InstrItinClass<0>; // micro-coded 75 def IIC_iLoad_mBr : InstrItinClass<0>; // micro-coded 76 def IIC_iPop : InstrItinClass<0>; // micro-coded 77 def IIC_iPop_Br : InstrItinClass<0>; // micro-coded 94 def IIC_iStore_m : InstrItinClass<0>; // micro-coded 95 def IIC_iStore_mu : InstrItinClass<0>; // micro-coded 127 def IIC_fpLoad_m : InstrItinClass<0>; // micro-coded 128 def IIC_fpLoad_mu : InstrItinClass<0>; // micro-coded 131 def IIC_fpStore_m : InstrItinClass<0>; // micro-coded [all …]
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | Type.java | 337 static int size(final int coded) { in size() argument 338 return coded & 3; in size() 341 static int consumed(final int coded) { in consumed() argument 342 return coded >> 2; in consumed() 358 final int coded = getTypeSize(signature.substring(index)); in getArgumentTypesSize() local 359 res += size(coded); in getArgumentTypesSize() 360 index += consumed(coded); in getArgumentTypesSize()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fact_op.cc | 90 string coded = facts[context->env()->NowMicros() % count]; in Compute() local 91 E(&coded); in Compute() 92 output() = coded; in Compute()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 336 var coded = new CodedOutputStream(stream); in MergingStreamExplicitValue() 337 coded.WriteTag(wrapperTag); in MergingStreamExplicitValue() 338 coded.WriteLength(2); // valueTag + a value 0, each one byte in MergingStreamExplicitValue() 339 coded.WriteTag(valueTag); in MergingStreamExplicitValue() 340 coded.WriteInt32(0); in MergingStreamExplicitValue() 341 coded.Flush(); in MergingStreamExplicitValue()
|
/external/autotest/client/site_tests/platform_PartitionCheck/ |
D | control | 17 Checks a hard-coded list of partitions to check that their sizes are the same 18 as a hard-coded expected rootfs size.
|
/external/curl/tests/data/ |
D | test861 | 18 # When doing UIDL, we get the default list output hard-coded in the test
|
D | test853 | 18 # When doing LIST, we get the default list output hard-coded in the test
|
D | test706 | 14 # When doing LIST, we get the default list output hard-coded in the test
|
D | test1153 | 16 # When doing LIST, we get the default list output hard-coded in the test
|
D | test707 | 14 # When doing LIST, we get the default list output hard-coded in the test
|
D | test250 | 11 # When doing LIST, we get the default list output hard-coded in the test
|
D | test352 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test350 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test351 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test521 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test100 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test252 | 13 # When doing LIST, we get the default list output hard-coded in the test
|
D | test1047 | 14 # When doing LIST, we get the default list output hard-coded in the test
|
D | test353 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
/external/clang/test/Analysis/ |
D | NoReturn.m | 126 // Test that hard-coded Microsoft _wassert name is recognized as a noreturn 136 // Test that hard-coded Android __assert2 name is recognized as a noreturn
|
/external/catch2/CMake/ |
D | MiscFunctions.cmake | 1 #checks that the given hard-coded list contains all headers + sources in the given folder
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | typeunit-header.test | 6 The input file is hand-coded assembler to generate a type unit stub,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVR.td | 65 // Recognize hard coded registers.
|