/external/pdfium/core/fxcrt/ |
D | fx_coordinates_unittest.cpp | 217 CFX_Matrix rev = m.GetInverse(); in TEST() local 219 EXPECT_FLOAT_EQ(1.0, rev.a); in TEST() 220 EXPECT_FLOAT_EQ(0.0, rev.b); in TEST() 221 EXPECT_FLOAT_EQ(0.0, rev.c); in TEST() 222 EXPECT_FLOAT_EQ(1.0, rev.d); in TEST() 223 EXPECT_FLOAT_EQ(0.0, rev.e); in TEST() 224 EXPECT_FLOAT_EQ(0.0, rev.f); in TEST() 227 CFX_PointF result = rev.Transform(m.Transform(CFX_PointF(2, 3))); in TEST() 235 CFX_Matrix rev = m.GetInverse(); in TEST() local 237 EXPECT_FLOAT_EQ(0.33333334f, rev.a); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/ |
D | merge-git.sh | 40 -rev | --rev | -r ) 42 rev=$1 57 if [ -z "$rev" ]; then 65 git svn find-rev r$rev origin/master &>/dev/null 67 git_hash=`git svn find-rev r$rev origin/master` 70 echo "error: could not determine git commit for r$rev" 74 commit_msg=`svn log -r $rev https://llvm.org/svn/llvm-project/` 92 git commit $ammend -m "Merging r$rev:" -m "$commit_msg"
|
D | merge.sh | 17 rev="" 32 -rev | --rev | -r ) 34 rev=$1 64 if [ "x$rev" = "x" -o "x$proj" = "x" ]; then 79 echo "Reverting r$rev:" > $tempfile 81 echo "Merging r$rev:" > $tempfile 83 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1 90 echo "# Reverting r$rev in $proj locally" 91 svn merge -c -$rev . || exit 1 93 echo "# Merging r$rev into $proj locally" [all …]
|
/external/llvm/utils/release/ |
D | merge.sh | 17 rev="" 32 -rev | --rev | -r ) 34 rev=${$1#r} 64 if [ "x$rev" = "x" -o "x$proj" = "x" ]; then 79 echo "Reverting r$rev:" > $tempfile 81 echo "Merging r$rev:" > $tempfile 83 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1 90 echo "# Reverting r$rev in $proj locally" 91 svn merge -c -$rev . || exit 1 93 echo "# Merging r$rev into $proj locally" [all …]
|
/external/python/cpython2/Tools/scripts/ |
D | logmerge.py | 120 tag, rev = line.split() 123 revisions[tag] = rev 126 rev = revisions.get(branch) 128 if rev: 129 if rev.find('.0.') >= 0: 130 rev = rev.replace('.0.', '.') 131 branch = re.compile(r"^" + re.escape(rev) + r"\.\d+$") 154 rev = words[1] 157 rev = None 160 if rev is None or not branch.match(rev): [all …]
|
/external/u-boot/arch/mips/mach-ath79/ |
D | cpu.c | 53 u32 rev = 0, ver = 1; in mach_cpu_init() local 65 rev = id >> AR71XX_REV_ID_REVISION_SHIFT; in mach_cpu_init() 66 rev &= AR71XX_REV_ID_REVISION_MASK; in mach_cpu_init() 81 rev = id & AR71XX_REV_ID_REVISION2_MASK; in mach_cpu_init() 84 rev = id & AR71XX_REV_ID_REVISION_MASK; in mach_cpu_init() 98 gd->arch.rev = rev; in mach_cpu_init() 107 u32 id, rev, ver; in print_cpuinfo() local 119 rev = gd->arch.rev; in print_cpuinfo() 128 ver, rev); in print_cpuinfo() 131 printf("Qualcomm Atheros TP%s rev %u\n", chip, rev); in print_cpuinfo() [all …]
|
/external/u-boot/drivers/video/ |
D | ivybridge_igd.c | 275 static int gma_pm_init_pre_vbios(void *gtt_bar, int rev) in gma_pm_init_pre_vbios() argument 279 debug("GT Power Management Init, silicon = %#x\n", rev); in gma_pm_init_pre_vbios() 281 if (rev < IVB_STEP_C0) { in gma_pm_init_pre_vbios() 291 if ((rev & BASE_REV_MASK) == BASE_REV_SNB) { in gma_pm_init_pre_vbios() 298 if (rev >= IVB_STEP_A0) { in gma_pm_init_pre_vbios() 307 if ((rev & BASE_REV_MASK) == BASE_REV_SNB) { in gma_pm_init_pre_vbios() 356 if (rev >= SNB_STEP_D1) in gma_pm_init_pre_vbios() 361 if (((rev & BASE_REV_MASK) == BASE_REV_SNB) && in gma_pm_init_pre_vbios() 362 (rev >= SNB_STEP_D2)) { in gma_pm_init_pre_vbios() 374 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) { in gma_pm_init_pre_vbios() [all …]
|
/external/python/cpython2/Demo/pdist/ |
D | rcslib.py | 100 name, rev = self.checkfile(name_rev) 101 cmd = "rcs -l%s %s" % (rev, name) 106 name, rev = self.checkfile(name_rev) 107 cmd = "rcs -u%s %s" % (rev, name) 121 name, rev = self.checkfile(name_rev) 124 cmd = 'co %s%s %s %s' % (lockflag, rev, otherflags, name) 140 name, rev = self._unmangle(name_rev) 151 (lockflag, rev, f.name, otherflags, name) 155 (lockflag, rev, message, otherflags, name) 233 name, rev = self._unmangle(name_rev) [all …]
|
D | makechangelog.py | 27 rev = getnextrev(f, file) 28 if not rev: 30 revs.append(rev) 35 for rev in allrevs: 36 formatrev(rev, prefix) 48 def formatrev(rev, prefix): argument 49 dateline, file, revline, log = rev
|
/external/u-boot/lib/efi_loader/ |
D | helloworld.c | 49 u16 rev[] = L"0.0.0"; in efi_main() local 54 rev[0] = (systable->hdr.revision >> 16) + '0'; in efi_main() 55 rev[4] = systable->hdr.revision & 0xffff; in efi_main() 56 for (; rev[4] >= 10;) { in efi_main() 57 rev[4] -= 10; in efi_main() 58 ++rev[2]; in efi_main() 61 if (rev[4]) in efi_main() 62 rev[4] += '0'; in efi_main() 64 rev[3] = 0; in efi_main() 67 con_out->output_string(con_out, rev); in efi_main()
|
/external/eigen/bench/perf_monitoring/gemm/ |
D | run.sh | 81 rev=$1 87 prev=`grep $rev "$name.backup" | cut -c 14-` 92 if echo "$global_args" | grep "$rev" > /dev/null; then 110 echo "$rev $res" >> $name.out 112 echo "Compilation failed, skip rev $rev" 115 echo "Skip existing results for $rev / $name" 116 echo "$rev $res" >> $name.out 124 cut -f1 -d"#" < changesets.txt | grep -E '[[:alnum:]]' | while read rev 127 echo "Testing rev $rev" 129 hg up -C $rev > /dev/null
|
/external/u-boot/arch/x86/cpu/ivybridge/ |
D | northbridge.c | 79 static void northbridge_dmi_init(struct udevice *dev, int rev) in northbridge_dmi_init() argument 86 if ((rev & BASE_REV_MASK) == BASE_REV_SNB) { in northbridge_dmi_init() 93 if (rev >= SNB_STEP_D0) { in northbridge_dmi_init() 95 } else if (rev >= SNB_STEP_D1) { in northbridge_dmi_init() 101 if ((rev & BASE_REV_MASK) == BASE_REV_SNB) in northbridge_dmi_init() 107 static void northbridge_init(struct udevice *dev, int rev) in northbridge_init() argument 112 northbridge_dmi_init(dev, rev); in northbridge_init() 117 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) { in northbridge_init() 208 int rev; in bd82x6x_northbridge_probe() local 213 rev = bridge_silicon_revision(dev); in bd82x6x_northbridge_probe() [all …]
|
/external/u-boot/drivers/usb/host/ |
D | ehci-omap.c | 31 u32 rev; in omap_uhh_reset() local 33 rev = readl(&uhh->rev); in omap_uhh_reset() 38 switch (rev) { in omap_uhh_reset() 184 unsigned int i, reg = 0, rev = 0; in omap_ehci_hcd_init() local 216 rev = readl(&uhh->rev); in omap_ehci_hcd_init() 217 if (rev == OMAP_USBHS_REV1) { in omap_ehci_hcd_init() 232 } else if (rev == OMAP_USBHS_REV2) { in omap_ehci_hcd_init() 245 } else if (rev == OMAP_USBHS_REV2_1) { in omap_ehci_hcd_init() 265 debug("OMAP UHH_REVISION 0x%x\n", rev); in omap_ehci_hcd_init()
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | fdt.c | 227 int irq_0, int irq_1, int rev) in _fdt_fixup_msi_node() argument 246 if (rev > REV1_0) { in _fdt_fixup_msi_node() 278 if (rev > REV1_0) in _fdt_fixup_msi_node() 291 if (rev > REV1_0) in _fdt_fixup_msi_node() 306 static int _fdt_fixup_pci_msi(void *blob, const char *name, int rev) in _fdt_fixup_pci_msi() argument 330 if (rev > REV1_0) { in _fdt_fixup_pci_msi() 354 unsigned int rev; in fdt_fixup_msi() local 356 rev = gur_in32(&gur->svr); in fdt_fixup_msi() 358 if (!IS_SVR_DEV(rev, SVR_DEV(SVR_LS1043A))) in fdt_fixup_msi() 361 rev = SVR_REV(rev); in fdt_fixup_msi() [all …]
|
/external/boringssl/src/crypto/x509/ |
D | x_crl.c | 163 X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i); variable 167 gtmp = X509_REVOKED_get_ext_d2i(rev, 184 rev->issuer = gens; 186 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, &j, NULL); 193 rev->reason = ASN1_ENUMERATED_get(reason); 196 rev->reason = CRL_REASON_NONE; 200 exts = rev->extensions; 378 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev) in X509_CRL_add0_revoked() argument 384 if (!inf->revoked || !sk_X509_REVOKED_push(inf->revoked, rev)) { in X509_CRL_add0_revoked() 423 X509_REVOKED *rev) in crl_revoked_issuer_match() argument [all …]
|
/external/u-boot/arch/arm/mach-rmobile/ |
D | cpu_info-sh73a0.c | 24 u32 rev; in rmobile_get_cpu_rev_integer() local 28 rev = ((id >> 4) & 0xF) + 1; in rmobile_get_cpu_rev_integer() 30 return rev; in rmobile_get_cpu_rev_integer() 36 u32 rev; in rmobile_get_cpu_rev_fraction() local 40 rev = id & 0xF; in rmobile_get_cpu_rev_fraction() 42 return rev; in rmobile_get_cpu_rev_fraction()
|
/external/cldr/tools/scripts/web/ |
D | bugdiffs | 1218 my $rev = $1; 1219 last if ($rev eq $rev_lo); 1221 if ($rev eq $rev_hi || $rev_hi eq 'HEAD') { 1233 push @NO_JITTERBUG_FILES, [$relFile, $rev, $_] 1234 if (noJitterbugFilter($rev, $date)); 1237 push @result, [$rev, $id, $date]; 1263 my $rev = $1; 1264 if (exists $revs{$rev}) { 1265 delete $revs{$rev}; 1267 if ($rev eq $rev_hi) { [all …]
|
/external/u-boot/arch/arm/mach-orion5x/ |
D | cpu.c | 185 u32 rev = orion5x_device_rev(); in print_cpuinfo() local 189 if (rev == MV88F5181_REV_B1) in print_cpuinfo() 191 else if (rev == MV88F5181L_REV_A1) { in print_cpuinfo() 194 } else if (rev == MV88F5181L_REV_A0) { in print_cpuinfo() 200 if (rev == MV88F5182_REV_A2) in print_cpuinfo() 204 if (rev == MV88F5281_REV_D2) in print_cpuinfo() 206 else if (rev == MV88F5281_REV_D1) in print_cpuinfo() 208 else if (rev == MV88F5281_REV_D0) in print_cpuinfo() 212 if (rev == MV88F6183_REV_B0) in print_cpuinfo() 220 sprintf(rev_str, "0x%02x", rev); in print_cpuinfo()
|
/external/autotest/tko/ |
D | site_parse_unittest.py | 65 board, rev, version = self._stack_trace._parse_job_name(job_name) 68 self._cache_dir, '-'.join([board, rev, version])) 88 board, rev, version = self._stack_trace._parse_job_name(job_name) 90 self.assertEqual(rev, 'r16') 96 board, rev, version = self._stack_trace._parse_job_name(job_name) 98 self.assertEqual(rev, 'r15') 104 board, rev, version = self._stack_trace._parse_job_name(job_name) 106 self.assertEqual(rev, 'r15') 112 board, rev, version = self._stack_trace._parse_job_name(job_name) 114 self.assertEqual(rev, 'r16')
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 36 int p, v, choice, rev; in TestPropertyNames() local 52 rev = UCharacter.getPropertyEnum(name); in TestPropertyNames() 53 if (rev != p) { in TestPropertyNames() 55 name + " -> " + rev); in TestPropertyNames() 90 rev = UCharacter.getPropertyValueEnum(p, vname); in TestPropertyNames() 91 if (rev != v) { in TestPropertyNames() 94 vname + " -> " + rev); in TestPropertyNames()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 33 int p, v, choice, rev; in TestPropertyNames() local 49 rev = UCharacter.getPropertyEnum(name); in TestPropertyNames() 50 if (rev != p) { in TestPropertyNames() 52 name + " -> " + rev); in TestPropertyNames() 87 rev = UCharacter.getPropertyValueEnum(p, vname); in TestPropertyNames() 88 if (rev != v) { in TestPropertyNames() 91 vname + " -> " + rev); in TestPropertyNames()
|
/external/swiftshader/third_party/LLVM/utils/git/ |
D | find-rev | 16 repo,rev = args 19 rev = int(rev) 36 if lrev<=rev: 41 if lrev == rev:
|
/external/llvm/utils/git/ |
D | find-rev | 16 repo,rev = args 19 rev = int(rev) 36 if lrev<=rev: 41 if lrev == rev:
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/git/ |
D | find-rev | 16 repo,rev = args 19 rev = int(rev) 36 if lrev<=rev: 41 if lrev == rev:
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/ |
D | git-llvm | 204 def fix_eol_style_native(rev, sr, svn_sr_path): argument 214 files = git('diff-tree', '--no-commit-id', '--name-only', '-r', rev, '--', 248 def svn_push_one_rev(svn_repo, rev, dry_run): argument 250 rev).split('\n') 253 raise RuntimeError('Empty diff for rev %s?' % rev) 258 (rev, status)) 263 fix_eol_style_native(rev, sr, svn_sr_path) 264 diff = git('show', '--binary', rev, '--', sr, strip=False) 284 commit_msg = git('show', '--pretty=%B', '--quiet', rev) 287 log('Committed %s to svn.' % rev) [all …]
|