Home
last modified time | relevance | path

Searched +refs:Sign +refs:File (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ffmpeg/tests/ref/fate/
Dsub-ssa-to-ass-remux10 Video File: 01-.mkv
58 Dialogue: Marked=0,0:00:18.00,0:00:21.18,Signs,Sign,0000,0000,0000,,{\a6}Sixth Grade Camellia Class
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DInterIndic_Devanagari.txt4 # File: InterIndic_Devanagari.txt
153 \uE082→ॽ; # Devanagari Glottal Sign
/third_party/icu/icu4c/source/data/translit/
DInterIndic_Devanagari.txt5 # File: InterIndic_Devanagari.txt
154 \uE082→ॽ; # Devanagari Glottal Sign
/third_party/skia/third_party/externals/icu/source/data/translit/
DInterIndic_Devanagari.txt5 # File: InterIndic_Devanagari.txt
154 \uE082→ॽ; # Devanagari Glottal Sign
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===//
163 HANDLE_CAST_INST(38, SExt , SExtInst ) // Sign extend integers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.def1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===//
186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/
Dmac.dart250 Future<void> takeScreenshot(File outputFile) {
405 File scriptOutputPipeFile;
530 final File generatedXcconfigFile = fs.file(generatedXcconfigPath);
573 if (result.stdout?.contains('Code Sign error') == true) {
650 final File manifestFile = fs.file(fs.path.join(bundle.path, 'ServiceDefinitions.json'));
659 final File dylib = fs.file(dylibPath);
670 void _copyServiceDefinitionsManifest(List<Map<String, String>> services, File manifest) {
683 final File xcodeProjectFile = project.xcodeProjectInfoFile;
/third_party/openssl/doc/man1/
Docsp.pod140 Sign the OCSP request using the certificate specified in the B<signer>
210 File or pathname containing trusted CA certificates. These are used to verify
234 File containing additional certificates to search when attempting to locate
248 File containing explicitly trusted responder certificates. Equivalent to the
Dx509.pod456 File containing certificate extensions to use. If not specified then
755 Sign a certificate request using the CA certificate above and add user
/third_party/googletest/docs/
Dgmock_cook_book.md268 class File : public FileInterface {
1775 EXPECT_CALL(log, Log(WARNING, _, "File too large.")) // #1
1784 as soon as either #2 or #3 is matched, #1 will retire. If a warning `"File too
1794 EXPECT_CALL(log, Log(WARNING, _, "File too large.")); // #2
1797 says that there will be exactly one warning with the message `"File too
1808 EXPECT_CALL(log, Log(WARNING, _, "File too large.")) // #2
1813 `"File too large."`, the first will match #2 and the second will match #1 -
2146 ON_CALL(foo, Sign(_))
2148 ON_CALL(foo, Sign(0))
2150 ON_CALL(foo, Sign(Gt(0)))
[all …]
/third_party/gettext/gettext-tools/tests/
Dmm-ko.euc-kr.po676 msgid "File already exists"
964 msgid "Dia Diagram File"
972 msgid "/File/_New"
977 msgid "/File/_Open..."
984 msgid "/File/---"
989 msgid "/File/_Diagram tree"
993 msgid "/File/Sheets and Objects..."
997 msgid "/File/_Preferences..."
1002 msgid "/File/P_lugins..."
1006 msgid "/File/_Quit"
[all …]
Dmm-ko.ascii.pot636 msgid "File already exists"
919 msgid "Dia Diagram File"
927 msgid "/File/_New"
931 msgid "/File/_Open..."
937 msgid "/File/---"
941 msgid "/File/_Diagram tree"
945 msgid "/File/Sheets and Objects..."
949 msgid "/File/_Preferences..."
953 msgid "/File/P_lugins..."
957 msgid "/File/_Quit"
[all …]
Dmm-viet.comp.po4407 msgid "File already exists. Overwrite?"
4447 msgid "File name: %s"
5228 msgid "File name:"
5494 msgid "_Include File..."
5498 msgid "_Attach File..."
5736 "File\n"
5800 msgid "File %s cannot be read\n"
6395 msgid "Sign"
6399 msgid "Sign message using GPG"
10190 msgid "Idx Name Size VMA LMA File off Algn"
[all …]
/third_party/mesa3d/docs/gallium/
Dtgsi.rst645 .. opcode:: SSG - Set Sign
1377 .. opcode:: ISSG - Integer Set Sign
1893 .. opcode:: DSSG - Set Sign
2076 .. opcode:: I64SSG - 64-bit Integer Set Sign
3027 File field contains register file that is being declared and is one
3622 Hardware Atomic Register File
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.data1973 …ject alt name \:\n dNSName \: dummy\nkey usage \: Digital Signature, Key Cert Sign\n":0
1981 …ject alt name \:\n dNSName \: dummy\nkey usage \: Digital Signature, Key Cert Sign\n":0
1985 …ject alt name \:\n dNSName \: dummy\nkey usage \: Digital Signature, Key Cert Sign\n":0
2575 X509 File parse (no issues)
2579 X509 File parse (extra space in one certificate)
2583 X509 File parse (all certificates fail)
2587 X509 File parse (trailing spaces, OK)
2591 X509 File parse (Algorithm Params Tag mismatch)
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md1220 * build: Sign pkg installer for OS X (isaacs)
2838 * Buffer support for Cipher, Decipher, Hmac, Sign and Verify
2904 * File descriptor passing on unix sockets. (Peter Griess)
3619 * API: Remove buffered file object (node.File)
3644 * Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)
3706 * Bugfix: node.fs.File was not passing args to promise callbacks.
DCHANGELOG_V11.md1253 …github.com/nodejs/node/commit/03e05cb4fb)] - **src**: fix FIPS section in Sign::SignFinal (Daniel …
1349 * [[`7123167e31`](https://github.com/nodejs/node/commit/7123167e31)] - **doc**: improve Sign/Verify…
2424 …node/commit/da494ef889)] - **doc**: clarify fd behaviour with {read,write}File (Sakthipriyan Vaira…
2785 …dejs/node/commit/b8cb60fcb9)] - **src**: use more explicit return type in Sign::SignFinal() (Anna …
/third_party/glib/po/
Dlv.po1097 msgstr "Signāls un saskarnes nosaukums"
1433 msgid "File names cannot contain “%c”"
1450 msgid "File enumerator has outstanding operation"
1454 msgid "File enumerator is already closed"
1881 "like smb://server/resource/file.txt as location. File attributes can\n"
1957 "like smb://server/resource/file.txt as location. File attributes can\n"
2382 msgid "File %s appears multiple times in the resource"
3207 msgid "File name “%s” cannot be converted to UTF-16"
3212 msgid "File “%s” cannot be opened: Windows Error %lu"
4916 msgid "File “%s” is too large"
/third_party/node/doc/api/
Ddeprecations.md2180 `DiffieHellmanGroup`, `ECDH`, `Hash`, `Hmac`, `Sign`, and `Verify` classes.
2441 APIs that do not make sense to use in userland. File streams should always be
/third_party/harfbuzz/perf/texts/
Den-words.txt3955 File
9879 Sign
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt3955 File
9879 Sign
/third_party/flutter/skia/third_party/externals/sdl/Xcode/SDL/SDL.xcodeproj/
Dproject.pbxproj2242 …g, so we have removed it. If you need it back, set the \"Exported Symbols File\" option to:\n../..…
2382 …shellScript = "# Sign framework\nif [ \"$SDL_CODESIGN_IDENTITY\" != \"\" ]; then\n codesign --f…
/third_party/mbedtls/
DChangeLog18 * Sign-magnitude and one's complement representations for signed integers are
1527 * Fix private key DER output in the key_app_writer example. File contents
4417 * Functions requiring File System functions can now be disabled
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk3661 // Sign:
5157 [[['Sign manipulation:]]]
5281 [section:headers Header File Structure]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1363 @@ -133,14 +133,14 @@ void File::Info::FromStat(const stat_wrapper_t& stat_info) {
1380 @@ -210,7 +210,7 @@ int64_t File::Seek(Whence whence, int64_t offset) {
1389 @@ -296,7 +296,7 @@ int File::Write(int64_t offset, const char* data, int size) {
1398 @@ -553,7 +553,7 @@ bool File::Flush() {
1407 @@ -588,7 +588,8 @@ File::Error File::GetLastFileError() {
1414 int File::Stat(const char* path, stat_wrapper_t* sb) {
1454 @@ -1275,7 +1275,8 @@ bool CopyFileContentsWithSendfile(File& infile,
13546 + net::Error Sign(uint16_t algorithm,
13555 + LOG(ERROR) << "Sign: EVP digest sign init failed";
13562 + LOG(ERROR) << "Sign: EVP pkey ctx set rsa padding failed";
[all …]

12