/third_party/node/test/fixtures/wpt/html/webappapis/atob/ |
D | base64.any.js | 81 assert_throws_dom("InvalidCharacterError", function() { btoa(input); }, 86 assert_equals(btoa(input), mybtoa(input)); 87 …assert_equals(atob(btoa(input)), String(input), "atob(btoa(input)) must be the same as String(inpu…
|
/third_party/jsframework/runtime/main/util/ |
D | shared.js | 88 if (typeof btoa !== 'function') { 95 return btoa(string);
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | util.js | 32 return btoa(result);
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | util.js | 32 return btoa(result);
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2615 int btoa[4]={0,0,0,0}; in compare_two_images() local 2824 btoa[bloc[i]] = aloc[i]; /* may be '4' for alpha */ in compare_two_images() 2847 btoa[3] = btoa[2] = btoa[1] = btoa[0] = 4; /* 4 == not present */ in compare_two_images() 2886 if (pua[btoa[3]] != pub[3]) break; in compare_two_images() 2889 if (pua[btoa[2]] != pub[2]) break; in compare_two_images() 2892 if (pua[btoa[1]] != pub[1]) break; in compare_two_images() 2895 if (pua[btoa[0]] != pub[0]) break; in compare_two_images() 2908 if (psa[btoa[3]] != psb[3]) break; in compare_two_images() 2911 if (psa[btoa[2]] != psb[2]) break; in compare_two_images() 2914 if (psa[btoa[1]] != psb[1]) break; in compare_two_images() [all …]
|
/third_party/libpng/contrib/libtests/ |
D | pngstest.c | 2615 int btoa[4]={0,0,0,0}; in compare_two_images() local 2824 btoa[bloc[i]] = aloc[i]; /* may be '4' for alpha */ in compare_two_images() 2847 btoa[3] = btoa[2] = btoa[1] = btoa[0] = 4; /* 4 == not present */ in compare_two_images() 2886 if (pua[btoa[3]] != pub[3]) break; in compare_two_images() 2889 if (pua[btoa[2]] != pub[2]) break; in compare_two_images() 2892 if (pua[btoa[1]] != pub[1]) break; in compare_two_images() 2895 if (pua[btoa[0]] != pub[0]) break; in compare_two_images() 2908 if (psa[btoa[3]] != psb[3]) break; in compare_two_images() 2911 if (psa[btoa[2]] != psb[2]) break; in compare_two_images() 2914 if (psa[btoa[1]] != psb[1]) break; in compare_two_images() [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2615 int btoa[4]={0,0,0,0}; in compare_two_images() local 2824 btoa[bloc[i]] = aloc[i]; /* may be '4' for alpha */ in compare_two_images() 2847 btoa[3] = btoa[2] = btoa[1] = btoa[0] = 4; /* 4 == not present */ in compare_two_images() 2886 if (pua[btoa[3]] != pub[3]) break; in compare_two_images() 2889 if (pua[btoa[2]] != pub[2]) break; in compare_two_images() 2892 if (pua[btoa[1]] != pub[1]) break; in compare_two_images() 2895 if (pua[btoa[0]] != pub[0]) break; in compare_two_images() 2908 if (psa[btoa[3]] != psb[3]) break; in compare_two_images() 2911 if (psa[btoa[2]] != psb[2]) break; in compare_two_images() 2914 if (psa[btoa[1]] != psb[1]) break; in compare_two_images() [all …]
|
/third_party/python/Doc/library/ |
D | base64.rst | 165 instead of 4 consecutive spaces (ASCII 0x20) as supported by 'btoa'. This 173 before encoding. Note that the ``btoa`` implementation always pads.
|
/third_party/node/lib/ |
D | buffer.js | 1237 function btoa(input) { function 1273 btoa, property
|
/third_party/typescript/tests/baselines/reference/ |
D | globalThisBlockscopedProperties.types | 67 …atchEvent" | "cancelAnimationFrame" | "requestAnimationFrame" | "atob" | "btoa" | "clearInterval" …
|
D | mappedTypeRecursiveInference.types | 100 …Context: any; readonly origin: any; readonly performance: any; atob: any; btoa: any; clearInterval… 102 …Context: any; readonly origin: any; readonly performance: any; atob: any; btoa: any; clearInterval… 108 …Context: any; readonly origin: any; readonly performance: any; atob: any; btoa: any; clearInterval… 110 …Context: any; readonly origin: any; readonly performance: any; atob: any; btoa: any; clearInterval…
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 5386 btoa(data: string): string; method 5925 declare function btoa(data: string): string;
|
D | dom.generated.d.ts | 18714 btoa(data: string): string; method 19979 declare function btoa(data: string): string;
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 5406 btoa(data: string): string; method 5945 declare function btoa(data: string): string;
|
D | lib.dom.d.ts | 18734 btoa(data: string): string; method 19999 declare function btoa(data: string): string;
|
/third_party/typescript_eslint/ |
D | yarn.lock | 1516 btoa-lite "^1.0.0" 2270 btoa-lite@^1.0.0: 2272 …resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9…
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1903 DOMString btoa(DOMString data);
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 16598 btoa(rawString: string): string; method 16916 declare function btoa(rawString: string): string;
|
/third_party/node/doc/api/ |
D | buffer.md | 3254 ### `buffer.btoa(data)`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 1000 …m/nodejs/node/commit/3c886e0ad6)] - **buffer**: remove TODOs in `atob` / `btoa` (Khaidi Chu) [#385… 1362 …odejs/node/commit/bf2d9f25d4)] - **(SEMVER-MINOR)** **buffer**: implement btoa and atob (James M S…
|
/third_party/libpng/ |
D | CHANGES | 5925 Initialized btoa[] in pngstest.c
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | CHANGES | 5925 Initialized btoa[] in pngstest.c
|
/third_party/skia/third_party/externals/libpng/ |
D | CHANGES | 5925 Initialized btoa[] in pngstest.c
|