Home
last modified time | relevance | path

Searched refs:ours (Results 1 – 25 of 74) sorted by relevance

123

/third_party/node/deps/npm/lib/install/
Dread-shrinkwrap.js79 if (acc.state === 'top' || acc.state === 'ours') acc.ours += line
86 ours: '', property
91 const ours = parseJSON(pieces.ours)
93 return reconcileLockfiles(ours, theirs)
105 function reconcileLockfiles (parent, ours, theirs) { argument
106 return Object.assign({}, ours, theirs)
/third_party/ffmpeg/tools/
Dmurge5 grep -B99999 '^||||' murge.X | egrep -v '^(=======|<<<<<<<|>>>>>>>|\|\|\|\|\|\|\|)' >murge.ours
8 colordiff -du $* murge.ours murge.theirs
10 grep . murge.common > /dev/null && colordiff -du $* murge.common murge.ours
11 rm murge.theirs murge.common murge.ours murge.X
/third_party/node/deps/npm/node_modules/isexe/test/
Dbasic.js7 var ours = fixture + '/ours.cat' variable
34 fs.writeFileSync(ours, '#!/usr/bin/env cat\nours\n')
35 fs.chmodSync(ours, parseInt('0754', 8))
85 t.ok(isexe.sync(ours, { uid: 0, gid: 0 }))
135 t.ok(isexe.sync(ours, options))
171 isexe(ours, options, function (er, is) {
/third_party/pulseaudio/src/pulsecore/
Dpid.c206 int ours = 1; local
216 if ((ours = proc_name_ours(pid, procname)) < 0) {
222 if (ours) {
360 int ours; local
362 if ((ours = proc_name_ours(*pid, procname)) < 0)
365 if (!ours) {
/third_party/mbedtls/tests/suites/
Dtest_suite_ecdh.data76 ECDH calc_secret: ours first, SECP256R1 (RFC 5903)
84 ecdh calc_secret: ours first (Alice), curve25519 (rfc 7748)
92 ecdh calc_secret: ours first (Bob), curve25519 (rfc 7748)
/third_party/flutter/skia/tools/skqp/
Dbranch_skqp_dev.sh11 git merge -s ours origin/skqp/dev -m "$MSG"
/third_party/skia/tools/skqp/
Dbranch_skqp_dev.sh11 git merge -s ours origin/skqp/dev -m "$MSG"
/third_party/flutter/skia/third_party/externals/sfntly/java/
Dquickstart.txt15 4. Start building your own tools or extending ours
/third_party/skia/third_party/externals/sfntly/java/
Dquickstart.txt15 4. Start building your own tools or extending ours
/third_party/cups-filters/fontembed/
Dsfnt.c86 char *ours=NULL; in otf_read() local
104 ours=buf=malloc(sizeof(char)*pad_len); in otf_read()
117 free(ours); in otf_read()
/third_party/mbedtls/library/
Dssl_srv.c676 const char **ours; in ssl_parse_alpn_ext() local
735 for( ours = ssl->conf->alpn_list; *ours != NULL; ours++ ) in ssl_parse_alpn_ext()
737 ours_len = strlen( *ours ); in ssl_parse_alpn_ext()
743 memcmp( theirs, *ours, cur_len ) == 0 ) in ssl_parse_alpn_ext()
745 ssl->alpn_chosen = *ours; in ssl_parse_alpn_ext()
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dborders.dart524 // Here, "ours" is the border at the side where we're adding the new
527 final ShapeBorder ours = reversed ? borders.last : borders.first;
528 final ShapeBorder merged = ours.add(other, reversed: reversed)
529 ?? other.add(ours, reversed: !reversed);
/third_party/icu/icu4c/source/samples/ufortune/resources/
Droot.txt123 enlightened him with ours.",
/third_party/flutter/skia/third_party/externals/icu/source/samples/ufortune/resources/
Droot.txt123 enlightened him with ours.",
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
Droot.txt123 enlightened him with ours.",
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.mm304 // must update ours when we see that the completed serial from device base has
/third_party/ltp/
DCOPYING43 Also, for each author's protection and ours, we want to make certain
/third_party/iptables/
DCOPYING43 Also, for each author's protection and ours, we want to make certain
/third_party/flutter/skia/third_party/externals/freetype/docs/
DGPLv2.TXT43 Also, for each author's protection and ours, we want to make certain
/third_party/pulseaudio/
DGPL43 Also, for each author's protection and ours, we want to make certain
/third_party/elfutils/
DCOPYING-GPLV243 Also, for each author's protection and ours, we want to make certain
/third_party/libffi/
DLICENSE-BUILDTOOLS57 Also, for each author's protection and ours, we want to make certain
/third_party/openssl/external/perl/Text-Template-1.56/
DLICENSE61 Also, for each author's protection and ours, we want to make certain
/third_party/flutter/skia/third_party/externals/libpng/contrib/gregbook/
DCOPYING43 Also, for each author's protection and ours, we want to make certain
/third_party/lz4/programs/
DCOPYING43 Also, for each author's protection and ours, we want to make certain

123