/third_party/icu/icu4c/source/test/intltest/ |
D | punyref.cpp | 110 static punycode_uint adapt( in adapt() function 202 bias = adapt(delta, h + 1, h == b); in punycode_encode() 273 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
|
/third_party/node/lib/ |
D | punycode.js | 189 const adapt = function(delta, numPoints, firstTime) { function 274 bias = adapt(i - oldi, out, oldi == 0); 375 bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength);
|
/third_party/python/Lib/encodings/ |
D | punycode.py | 91 def adapt(delta, first, numchars): function 114 bias = adapt(delta, points==0, baselen+points+1) 178 bias = adapt(delta, (extpos == 0), len(base))
|
/third_party/ltp/doc/ |
D | mini-howto-building-ltp-from-git.txt | 8 to adapt to your distribution). 20 # Set some useful variables (adapt if you dislike)
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 121 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference 209 bias = adapt(delta, h + 1, (h == b)); in encode() 355 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 124 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference 212 bias = adapt(delta, h + 1, (h == b)); in encode() 358 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | punycode.c | 43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function 177 bias = adapt(i - oldi, written_out + 1, (oldi == 0)); in ossl_punycode_decode()
|
/third_party/libwebsockets/READMEs/ |
D | README.porting.md | 15 Find a similar examples already in `./contrib/cross-*` and copy and adapt it 59 You can iteratively build and adapt the platform files.
|
/third_party/openssl/crypto/ |
D | punycode.c | 43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function 177 bias = adapt(i - oldi, written_out + 1, (oldi == 0)); in ossl_punycode_decode()
|
/third_party/lwip/ |
D | lwip.spec | 16 Patch9001: 0002-adapt-lstack.patch 80 Patch9065: 0066-adapt-to-dpdk-19.11-and-dpdk-21.11.patch 89 Patch9074: 0075-adapt-read-write-for-rtc-mode.patch 165 - adapt read/write for rtc mode 167 - adapt event for rtc mode 197 - adapt to dpdk-19.11 and dpdk-21.11 414 - adapt to lstack
|
/third_party/ltp/testcases/misc/math/float/bessel/ |
D | readme | 1 /* please, adapt the Makefile file to your environment */
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
D | readme | 1 /* please, adapt the Makefile file to your environment */
|
/third_party/ltp/testcases/misc/math/float/iperb/ |
D | README | 1 /* please, adapt the Makefile file to your environment */
|
/third_party/ltp/testcases/misc/math/float/power/ |
D | readme | 1 /* please, adapt the Makefile file to your environment */
|
/third_party/libabigail/doc/manuals/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/third_party/mbedtls/docs/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/third_party/node/deps/v8/third_party/googletest/ |
D | README.chromium | 17 This will allow us to adapt to Google Test changes with minimal disruption.
|
/third_party/nghttp2/doc/sources/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/third_party/skia/third_party/externals/expat/expat/conftools/ |
D | expat.m4 | 8 dnl This is necessary to adapt a whole lot of packages that have expat
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | README.md | 6 is used to adapt the block sizes.
|
/third_party/mbedtls/scripts/ |
D | config.py | 141 def adapt(self, adapter): member in Config 572 config.adapt(args.adapter)
|
/third_party/protobuf/python/docs/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/third_party/libdrm/freedreno/kgsl/ |
D | README | 21 be mostly just changes in libdrm_freedreno to adapt the gallium
|
/third_party/libwebsockets/contrib/ |
D | cross-aarch64-qnx.cmake | 9 # adapt to your toolchain path
|
/third_party/NuttX/ |
D | CONTRIBUTING.md | 41 and adapt all modified files even if you didn't
|