/external/pdfium/testing/tools/ |
D | safetynet_conclusions.py | 96 rating = RATING_FAILURE 100 rating = RATING_REGRESSION 102 rating = RATING_IMPROVEMENT 104 rating = RATING_NO_CHANGE 106 rating = RATING_SMALL_CHANGE 108 case_result = CaseResult(case_name, before, after, ratio, rating) 197 self.rating_counter[case_result.rating] += 1 203 def GetCount(self, rating): argument 205 return self.rating_counter[rating] 210 for rating in RATINGS: [all …]
|
D | safetynet_compare.py | 563 if case_result.rating not in [RATING_REGRESSION, RATING_IMPROVEMENT]:
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 269 static void PrintRating(long rating) in PrintRating() argument 271 PrintValue(rating / 1000000); in PrintRating() 284 long rating; in PrintResults() local 286 rating = GetDecompressRating(elapsedTime, size, secondSize); in PrintResults() 288 rating = GetCompressRating(dictionarySize, elapsedTime, size); in PrintResults() 289 PrintRating(rating); in PrintResults()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 218 static void PrintRating(UInt64 rating) in PrintRating() argument 220 PrintValue(rating / 1000000); in PrintRating() 233 UInt64 rating; in PrintResults() 235 rating = GetDecompressRating(elapsedTime, size, secondSize); in PrintResults() 237 rating = GetCompressRating(dictionarySize, elapsedTime, size); in PrintResults() 238 PrintRating(rating); in PrintResults()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowRatingBarTest.java | 45 public void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser) { in onRatingChanged() argument 46 transcript.add("onRatingChanged() - " + rating); in onRatingChanged()
|
/external/libmtp/examples/ |
D | tracks.c | 74 if (track->rating != 0) { in dump_trackinfo() 75 printf(" User rating: %u (out of 100)\n", track->rating); in dump_trackinfo()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 593 UInt64 CBenchInfo::GetRatingPerUsage(UInt64 rating) const in GetRatingPerUsage() 605 return userFreq * globalTime / globalFreq * rating / userTime; in GetRatingPerUsage() 1775 static void PrintRating(IBenchPrintCallback &f, UInt64 rating, unsigned size) in PrintRating() argument 1777 PrintNumber(f, (rating + 500000) / 1000000, size); in PrintRating() 1799 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool show… in PrintResults() argument 1803 PrintRating(f, rating, kFieldSize_Rating); in PrintResults() 1813 PrintPercents(f, (rating * 10000), ddd, kFieldSize_EU); in PrintResults() 1814 PrintPercents(f, rating, cpuFreq, kFieldSize_Effec); in PrintResults() 1822 UInt64 rating, in PrintResults() argument 1835 UInt64 rpu = info.GetRatingPerUsage(rating); in PrintResults() [all …]
|
D | Bench.h | 23 UInt64 GetRatingPerUsage(UInt64 rating) const;
|
/external/curl/tests/data/ |
D | test232 | 78 <rating>8.50</rating>
|
D | test230 | 79 <rating>8.50</rating>
|
D | test1123 | 79 <rating>8.50</rating>
|
D | test222 | 78 <rating>8.50</rating>
|
D | test314 | 74 <rating>8.50</rating>
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | feature_column_ops_test.py | 662 rating = np.array([[0., 1., 2., -1.], 664 features = {"rating": constant_op.constant(rating)} 668 self.assertAllClose(rating, output) 673 rating = np.array([[0, 1, 2, -1], 675 features = {"rating": constant_op.constant(rating, dtype=dtypes.int64)} 679 self.assertAllClose(rating.astype(np.float32), output) 1305 rating = np.array([[0., 1., 2., -1.], 1307 features = {"rating": constant_op.constant(rating)} 1312 reshaped_rating = np.reshape(rating, [2, 4, 1])
|
/external/u-boot/lib/lzma/ |
D | history.txt | 232 and decompressing speed and shows rating values.
|
D | lzma.txt | 174 with LZMA method. Benchmark shows rating in MIPS (million
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | VOPInstructions.td | 63 // Using complex patterns gives VOP3 patterns a very high complexity rating, 110 // Using complex patterns gives VOP3 patterns a very high complexity rating,
|
/external/pdfium/docs/ |
D | safetynet.md | 130 "before", "ratio" and "rating". If not specified, sort by path.
|
/external/tensorflow/tensorflow/core/example/ |
D | example.proto | 103 // sequence we have information on its name and actors and the user's rating.
|
/external/libmtp/src/ |
D | libmtp.h.in | 716 uint16_t rating; /**< User rating 0-100 (0x00-0x64) */ member
|
D | libmtp.c | 4622 new->rating = 0; in LIBMTP_new_track_t() 4724 track->rating = prop->propval.u16; in pick_property_to_track_metadata() 4820 track->rating = get_u16_from_object(device, track->item_id, PTP_OPC_Rating, 0); in get_track_metadata() 6542 if (metadata->rating == 0) 6548 prop->propval.u16 = adjust_u16(metadata->rating, &opd); 6727 if (metadata->rating != 0) { 6728 …ret = set_object_u16(device, metadata->item_id, PTP_OPC_Rating, adjust_u16(metadata->rating, &opd)…
|
/external/lzma/DOC/ |
D | lzma-history.txt | 399 and decompressing speed and shows rating values.
|
D | lzma-sdk.txt | 225 with LZMA method. Benchmark shows rating in MIPS (million
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 151 // Using complex patterns gives VOP3 patterns a very high complexity rating,
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|