Home
last modified time | relevance | path

Searched refs:btoa (Results 1 – 23 of 23) sorted by relevance

/third_party/node/test/fixtures/wpt/html/webappapis/atob/
Dbase64.any.js81 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/
Dshared.js88 if (typeof btoa !== 'function') {
95 return btoa(string);
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dutil.js32 return btoa(result);
/third_party/skia/modules/canvaskit/htmlcanvas/
Dutil.js32 return btoa(result);
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2615 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/
Dpngstest.c2615 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/
Dpngstest.c2615 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/
Dbase64.rst165 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/
Dbuffer.js1237 function btoa(input) { function
1273 btoa, property
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …atchEvent" | "cancelAnimationFrame" | "requestAnimationFrame" | "atob" | "btoa" | "clearInterval" …
DmappedTypeRecursiveInference.types100 …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/
Dwebworker.generated.d.ts5386 btoa(data: string): string; method
5925 declare function btoa(data: string): string;
Ddom.generated.d.ts18714 btoa(data: string): string; method
19979 declare function btoa(data: string): string;
/third_party/typescript/lib/
Dlib.webworker.d.ts5406 btoa(data: string): string; method
5945 declare function btoa(data: string): string;
Dlib.dom.d.ts18734 btoa(data: string): string; method
19999 declare function btoa(data: string): string;
/third_party/typescript_eslint/
Dyarn.lock1516 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/
Dhtml.idl1903 DOMString btoa(DOMString data);
/third_party/typescript/tests/lib/
Dlib.d.ts16598 btoa(rawString: string): string; method
16916 declare function btoa(rawString: string): string;
/third_party/node/doc/api/
Dbuffer.md3254 ### `buffer.btoa(data)`
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1000 …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/
DCHANGES5925 Initialized btoa[] in pngstest.c
/third_party/flutter/skia/third_party/externals/libpng/
DCHANGES5925 Initialized btoa[] in pngstest.c
/third_party/skia/third_party/externals/libpng/
DCHANGES5925 Initialized btoa[] in pngstest.c