Home
last modified time | relevance | path

Searched defs:mr (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/musl/src/thread/powerpc/
Dclone.s23 mr 30, 3 label
24 mr 31, 6 label
32 mr 3, 5 label
34 mr 5, 7 label
35 mr 6, 8 label
36 mr 7, 9 label
56 mr 3, 31 label
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DCommandLineMain.java112 MigrationReport mr = migrationJob.getMigrationReportForCountry(); in main() local
124 private static void printFileReport(MigrationReport mr, Path originalFile) throws IOException { in printFileReport()
145 private static void printNumberReport(MigrationReport mr) { in printNumberReport()
164 private static void printUsedRecipes(MigrationReport mr) { in printUsedRecipes()
/third_party/node/test/parallel/
Dtest-fs-fmap.js25 const mr = UV_FS_O_FILEMAP | O_RDONLY; constant
/third_party/node/deps/npm/test/tap/
D404-private-registry-scoped.js3 var mr = common.fakeRegistry.compat variable
D404-private-registry.js4 var mr = common.fakeRegistry.compat variable
Dinstall-link-metadeps-locally.js8 const mr = require('npm-registry-mock') constant
Dfetch-package-metadata.js2 var mr = require('npm-registry-mock') variable
Dinstall-cli-production-nosave.js5 var mr = require('npm-registry-mock') variable
Duninstall-save.js5 var mr = require('npm-registry-mock') variable
Dinstall-cli-unicode.js4 var mr = require('npm-registry-mock') variable
Dinstall-duplicate-deps-warning.js4 var mr = require('npm-registry-mock') variable
Dlogout-scoped.js5 var mr = require('npm-registry-mock') variable
Dlogout.js5 var mr = require('npm-registry-mock') variable
Dshrinkwrap-empty-deps.js5 const mr = require('npm-registry-mock') constant
Dit.js5 var mr = require('npm-registry-mock') variable
Dfalse-name.js14 var mr = require('npm-registry-mock') variable
D404-parent.js8 var mr = require('npm-registry-mock') variable
Dpublish-access-unscoped.js5 var mr = require('npm-registry-mock') variable
Dpublish-access-scoped.js5 var mr = require('npm-registry-mock') variable
Dpeer-deps.js4 var mr = require('npm-registry-mock') variable
/third_party/skia/src/core/
DSkRecorder.cpp58 SkRecorder::SkRecorder(SkRecord* record, int width, int height, SkMiniRecorder* mr) in SkRecorder()
66 SkRecorder::SkRecorder(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr) in SkRecorder()
74 void SkRecorder::reset(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr) { in reset()
148 SkMiniRecorder* mr = fMiniRecorder; in flushMiniRecorder() local
/third_party/flutter/skia/src/core/
DSkRecorder.cpp42 SkRecorder::SkRecorder(SkRecord* record, int width, int height, SkMiniRecorder* mr) in SkRecorder()
49 SkRecorder::SkRecorder(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr) in SkRecorder()
57 DrawPictureMode dpm, SkMiniRecorder* mr) { in reset()
132 SkMiniRecorder* mr = fMiniRecorder; in flushMiniRecorder() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUJDKCompare.java485 boolean removeOverridden(MethodRecord mr) { in removeOverridden()
520 Class mr = pairClassEquivalent(m.getReturnType()); in handles() local
607 MethodRecord mr = (MethodRecord)result.get(key); in getMethodMap() local
626 private void dumpMethodRecord(MethodRecord mr) { in dumpMethodRecord()
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c1267 lws_mutex_refcount_init(struct lws_mutex_refcount *mr) in lws_mutex_refcount_init()
1283 lws_mutex_refcount_destroy(struct lws_mutex_refcount *mr) in lws_mutex_refcount_destroy()
1289 lws_mutex_refcount_lock(struct lws_mutex_refcount *mr, const char *reason) in lws_mutex_refcount_lock()
1323 lws_mutex_refcount_unlock(struct lws_mutex_refcount *mr) in lws_mutex_refcount_unlock()
1342 lws_mutex_refcount_assert_held(struct lws_mutex_refcount *mr) in lws_mutex_refcount_assert_held()
/third_party/node/deps/npm/test/need-npm5-update/
Doutdated-notarget.js12 var mr = require('npm-registry-mock') variable

123456