/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 90 FieldPosition fp1 = attributes.get(i); in addOverlapSpans() local 93 if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in addOverlapSpans() 97 s1a = Math.min(s1a, fp1.getBeginIndex()); in addOverlapSpans() 98 s1b = Math.max(s1b, fp1.getEndIndex()); in addOverlapSpans() 123 FieldPosition fp1 = attributes.get(i); in sort() local 126 if (fp1.getBeginIndex() != fp2.getBeginIndex()) { in sort() 128 comparison = fp2.getBeginIndex() - fp1.getBeginIndex(); in sort() 129 } else if (fp1.getEndIndex() != fp2.getEndIndex()) { in sort() 131 comparison = fp1.getEndIndex() - fp2.getEndIndex(); in sort() 132 } else if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in sort() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 88 FieldPosition fp1 = attributes.get(i); in addOverlapSpans() local 91 if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in addOverlapSpans() 95 s1a = Math.min(s1a, fp1.getBeginIndex()); in addOverlapSpans() 96 s1b = Math.max(s1b, fp1.getEndIndex()); in addOverlapSpans() 121 FieldPosition fp1 = attributes.get(i); in sort() local 124 if (fp1.getBeginIndex() != fp2.getBeginIndex()) { in sort() 126 comparison = fp2.getBeginIndex() - fp1.getBeginIndex(); in sort() 127 } else if (fp1.getEndIndex() != fp2.getEndIndex()) { in sort() 129 comparison = fp1.getEndIndex() - fp2.getEndIndex(); in sort() 130 } else if (fp1.getFieldAttribute() != fp2.getFieldAttribute()) { in sort() [all …]
|
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrMixerEffect.h | 20 const std::unique_ptr<GrFragmentProcessor>& fp1) { in OptFlags() argument 22 if (fp1) { in OptFlags() 23 flags &= ProcessorOptimizationFlags(fp1.get()); in OptFlags() 38 fp1, in Make() argument 41 new GrMixerEffect(std::move(fp0), std::move(fp1), weight)); in Make() 53 fp1, in GrMixerEffect() 55 : INHERITED(kGrMixerEffect_ClassID, (OptimizationFlags)OptFlags(fp0, fp1)) in GrMixerEffect() 60 if (fp1) { in GrMixerEffect() 62 this->registerChildProcessor(std::move(fp1)); in GrMixerEffect()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrMixerEffect.fp | 11 in fragmentProcessor? fp1; 17 const std::unique_ptr<GrFragmentProcessor>& fp1) { 19 if (fp1) { 20 flags &= ProcessorOptimizationFlags(fp1.get()); 39 @optimizationFlags { OptFlags(fp0, fp1) } 43 half4 in1 = (fp1 != null) ? sample(fp1, sk_InColor) : sk_InColor;
|
/third_party/ffmpeg/libavutil/mips/ |
D | mmiutils.h | 109 #define MMI_LQC1(fp1, fp2, addr, bias) \ argument 110 "ldc1 "#fp1", "#bias"("#addr") \n\t" \ 113 #define MMI_SQC1(fp1, fp2, addr, bias) \ argument 114 "sdc1 "#fp1", "#bias"("#addr") \n\t" \ 198 #define MMI_LQC1(fp1, fp2, addr, bias) \ argument 199 "gslqc1 "#fp1", "#fp2", "#bias"("#addr") \n\t" 201 #define MMI_SQC1(fp1, fp2, addr, bias) \ argument 202 "gssqc1 "#fp1", "#fp2", "#bias"("#addr") \n\t" 340 #define PSRAH_4_MMI(fp1, fp2, fp3, fp4, shift) \ argument 341 "psrah "#fp1", "#fp1", "#shift" \n\t" \ [all …]
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
D | genfrexp.c | 44 int fp, fp1; in create_Result_file() local 58 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file() 59 if (!fp || !fp1) { in create_Result_file() 62 close(fp1); in create_Result_file() 67 write(fp1, &tabRI[i], sizeof(int)); in create_Result_file() 71 close(fp1); in create_Result_file()
|
D | genmodf.c | 52 int fp, fp1; in create_Result_file() local 72 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file() 73 if (!fp || !fp1) { in create_Result_file() 76 close(fp1); in create_Result_file() 81 write(fp1, &tabRI[i], sizeof(double)); in create_Result_file() 85 close(fp1); in create_Result_file()
|
/third_party/ltp/testcases/misc/math/float/power/ |
D | genfmod.c | 96 int fp, fp1; in create_Data_file() local 110 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file() 111 if (!fp || !fp1) { in create_Data_file() 114 close(fp1); in create_Data_file() 119 write(fp1, &tabD1[i], sizeof(double)); in create_Data_file() 122 close(fp1); in create_Data_file()
|
/third_party/flutter/skia/src/shaders/ |
D | SkColorFilterShader.cpp | 56 auto fp1 = as_SB(fShader)->asFragmentProcessor(args); in asFragmentProcessor() local 57 if (!fp1) { in asFragmentProcessor() 63 return fp1; in asFragmentProcessor() 66 std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(fp1), std::move(fp2) }; in asFragmentProcessor()
|
/third_party/openssl/test/ |
D | cms-examples.pl | 327 my ( $fp1, $fp2 ); 331 if ( !open( $fp1, "<$f1" ) ) { 341 binmode $fp1; 347 $n1 = sysread $fp1, $rd1, 4096; 359 close $fp1;
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range01.c | 39 FILE *fp1, *fp2; in check_file_content() local 43 fp1 = SAFE_FOPEN(fname1, "r"); in check_file_content() 44 if (off1 && fseek(fp1, *off1, SEEK_SET)) in check_file_content() 52 ch1 = getc(fp1); in check_file_content() 57 SAFE_FCLOSE(fp1); in check_file_content()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | fork.c | 48 FILE *fp1 = fopen("test1.txt", "r"); in fork_0100() local 50 fread(list1, sizeof(list1), 1, fp1); in fork_0100() 55 fclose(fp1); in fork_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | forkpty.c | 49 FILE *fp1 = fopen("test1.txt", "r"); in forkpty_0100() local 51 fread(list1, sizeof(list1), 1, fp1); in forkpty_0100() 55 fclose(fp1); in forkpty_0100()
|
/third_party/skia/gm/ |
D | texelsubset.cpp | 153 std::unique_ptr<GrFragmentProcessor> fp1; in onDraw() local 154 fp1 = GrTextureEffect::MakeSubset(view, in onDraw() 160 if (!fp1) { in onDraw() 168 std::move(fp1), in onDraw()
|
/third_party/typescript/tests/baselines/reference/ |
D | incompatibleTypes.js | 75 var fp1: () =>any = a => 0; function 122 var fp1 = function (a) { return 0; };
|
D | incompatibleTypes.symbols | 177 var fp1: () =>any = a => 0; 178 >fp1 : Symbol(fp1, Decl(incompatibleTypes.ts, 73, 3))
|
D | incompatibleTypes.types | 184 var fp1: () =>any = a => 0; 185 >fp1 : () => any
|
/third_party/python/Lib/ |
D | genericpath.py | 107 def sameopenfile(fp1, fp2): argument 109 s1 = os.fstat(fp1)
|
D | filecmp.py | 77 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2: 79 b1 = fp1.read(bufsize)
|
/third_party/lz4/examples/ |
D | fileCompress.c | 137 int compareFiles(FILE* fp0, FILE* fp1) in compareFiles() argument 145 size_t const r1 = fread(b1, 1, sizeof(b1), fp1); in compareFiles()
|
D | blockStreaming_doubleBuffer.c | 115 int compare(FILE* fp0, FILE* fp1) in compare() argument 123 const size_t r1 = read_bin(fp1, b1, sizeof(b1)); in compare()
|
D | dictionaryRandomAccess.c | 173 int compare(FILE* fp0, FILE* fp1, int length) in compare() argument 181 const size_t r1 = read_bin(fp1, b1, MIN(length, (int)sizeof(b1))); in compare()
|
D | frameCompress.c | 338 int compareFiles(FILE* fp0, FILE* fp1, FILE* fpUnc, long uncOffset) in compareFiles() argument 367 r1 = fread(b1, 1, r0, fp1); in compareFiles()
|
/third_party/typescript/tests/cases/compiler/ |
D | incompatibleTypes.ts | 74 var fp1: () =>any = a => 0; variable
|
/third_party/skia/src/gpu/ |
D | GrDirectContextPriv.cpp | 279 auto fp1 = make_unpremul_effect(GrTextureEffect::Make(std::move(dataView), bitmap.alphaType())); in test_for_preserving_PM_conversions() local 280 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp1)); in test_for_preserving_PM_conversions()
|