Searched refs:fromLong (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/ip/lib/ |
D | ip.js | 200 networkAddress: ip.fromLong(networkAddress), 202 ip.fromLong(networkAddress) : 203 ip.fromLong(networkAddress + 1), 205 ip.fromLong(networkAddress + numberOfAddresses - 1) : 206 ip.fromLong(networkAddress + numberOfAddresses - 2), 207 broadcastAddress: ip.fromLong(networkAddress + numberOfAddresses - 1), 411 ip.fromLong = function(ipl) { function
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
D | socksclient.js | 164 remoteHost = ip.fromLong(buff.readUInt32BE()); 414 host: ip.fromLong(buff.readUInt32BE()) 445 host: ip.fromLong(buff.readUInt32BE()) 586 host: ip.fromLong(buff.readUInt32BE()), 675 host: ip.fromLong(buff.readUInt32BE()),
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CurrencyMetaInfo.java | 250 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local 252 … return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly); in withDateRange()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyMetaInfo.java | 268 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local 270 … return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly); in withDateRange()
|
/third_party/node/deps/npm/node_modules/ip/test/ |
D | api-test.js | 403 assert.equal(ip.fromLong(2130706433), '127.0.0.1'); 404 assert.equal(ip.fromLong(4294967295), '255.255.255.255');
|
/third_party/node/deps/npm/node_modules/ip/ |
D | README.md | 64 ip.fromLong(2130706433); // '127.0.0.1'
|
/third_party/protobuf/js/experimental/runtime/ |
D | int64.js | 111 static fromLong(value) { method in Int64
|
D | int64_test.js | 76 const int64 = Int64.fromLong(Long.fromInt(1));
|