/aosp_15_r20/external/starlark-go/starlark/ |
H A D | eval.go | 353 func SourceProgram(filename string, src interface{}, isPredeclared func(string) bool) (*syntax.File… 373 func FileProgram(f *syntax.File, isPredeclared func(string) bool) (*Program, error) { argument 374 if err := resolve.File(f, isPredeclared, Universe.Has); err != nil { 386 compiled := compile.File(f.Stmts, pos, "<toplevel>", module.Locals, module.Globals) 426 func ExecREPLChunk(f *syntax.File, thread *Thread, globals StringDict) error { argument 443 compiled := compile.File(f.Stmts, pos, "<toplevel>", module.Locals, module.Globals) 893 if y.Sign() == 0 { 931 if y.Sign() == 0 { 953 if y.Sign() == 0 {
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDriver.cpp | 130 long Sign = 1; in MyStol() local 133 Sign = -1; in MyStol() 141 return Res * Sign; in MyStol() 636 for (auto &File : ExtraSeedFiles) in ReadCorpora() local 637 if (auto Size = FileSize(File)) in ReadCorpora() 638 SizedFiles.push_back({File, Size}); in ReadCorpora()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/buildid/ |
D | rewrite.go | 109 …codesign.Sign(cs, w.(io.Reader), "a.out", int64(cmd.Dataoff), int64(text.Offset), int64(text.Files… 154 func findMachoCodeSignature(r any) (*macho.File, codesign.CodeSigCmd, bool) {
|
/aosp_15_r20/tools/apksig/src/apksigner/java/com/android/apksigner/ |
H A D | help_sign.txt | 17 --out File into which to output the signed APK. By default, the 282 1. Sign an APK, in-place, using the one and only key in keystore release.jks: 285 1. Sign an APK, without overwriting, using the one and only key in keystore 289 3. Sign an APK using a private key and certificate stored as individual files: 292 4. Sign an APK using two keys: 295 5. Sign an APK using PKCS #11 JCA Provider: 299 6. Sign an APK using a non-ASCII password KeyStore created on English Windows. 304 7. Sign an APK on Windows using a non-ASCII password KeyStore created on a 308 8. Sign an APK with rotated signing certificate:
|
/aosp_15_r20/prebuilts/go/linux-x86/api/ |
D | go1.4.txt | 25 pkg crypto, type Signer interface { Public, Sign } 27 pkg crypto, type Signer interface, Sign(io.Reader, []uint8, SignerOpts) ([]uint8, error) 31 pkg crypto/ecdsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error) 34 pkg crypto/rsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error) 309 # CL 107530043 debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Symbols a… 310 pkg debug/elf, method (*File) DynamicSymbols() ([]Symbol, error) 333 pkg go/token, method (*File) PositionFor(Pos, bool) Position
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/codesign/ |
D | codesign.go | 165 func FindCodeSigCmd(f *macho.File) (CodeSigCmd, bool) { argument 205 func Sign(out []byte, data io.Reader, id string, codeSize, textOff, textSize int64, isMain bool) { func
|
/aosp_15_r20/external/cronet/third_party/icu/source/data/translit/ |
H A D | InterIndic_Devanagari.txt | 5 # File: InterIndic_Devanagari.txt 154 \uE082→ॽ; # Devanagari Glottal Sign
|
/aosp_15_r20/external/icu/icu4c/source/data/translit/ |
H A D | InterIndic_Devanagari.txt | 5 # File: InterIndic_Devanagari.txt 154 \uE082→ॽ; # Devanagari Glottal Sign
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Instruction.def | 1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===// 163 HANDLE_CAST_INST(38, SExt , SExtInst ) // Sign extend integers
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Instruction.def | 1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===// 163 HANDLE_CAST_INST(38, SExt , SExtInst ) // Sign extend integers
|
/aosp_15_r20/system/apex/docs/ |
H A D | README.md | 1 # APEX File Format 129 ### File types supported 283 #### File types and locations in APEX 285 File type | Location in APEX 363 Sign each APEX with different keys. When a new key is required, create a 396 Sign APEXs in the same way as APKs. Sign APEXs twice, once for the mini file
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Instruction.def | 1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===// 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Instruction.def | 1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===// 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Instruction.def | 1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===// 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Instruction.def | 1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===// 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instruction.def | 1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===// 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Instruction.def | 1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===// 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers
|
/aosp_15_r20/external/cldr/ |
H A D | CONTRIBUTING.md | 12 … - File a [Jira][] ticket and provide evidence for the spec issues or to establish a new structure. 59 …for your employer to do so before you contribute, as described in [How to Sign a Unicode CLA][sign…
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
H A D | language-subtag-registry | 1 File-Date: 2023-10-16 1607 Description: Adamorobe Sign Language 1660 Description: Argentine Sign Language 1686 Description: Armenian Sign Language 1748 Description: Afghan Sign Language 2152 Description: Algerian Jewish Sign Language 3120 Description: American Sign Language 3126 Description: Australian Sign Language 3171 Description: Algerian Sign Language 3176 Description: Austrian Sign Language [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | macho.go | 872 …codesign.Sign(ldr.Data(cs), bytes.NewReader(data), "a.out", codesigOff, int64(mstext.fileoffset), … 1316 func peekMachoPlatform(m *macho.File) (*MachoPlatformLoad, error) { argument 1580 …codesign.Sign(cs, f, "a.out", sigOff, int64(textSeg.Offset), int64(textSeg.Filesz), ctxt.IsExe() |…
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
D | gmp.info-2 | 25 File: gmp.info, Node: Subquadratic GCD, Next: Extended GCD, Prev: Lehmer's Algorithm, Up: Great… 77 File: gmp.info, Node: Extended GCD, Next: Jacobi Symbol, Prev: Subquadratic GCD, Up: Greatest C… 102 File: gmp.info, Node: Jacobi Symbol, Prev: Extended GCD, Up: Greatest Common Divisor Algorithms 123 File: gmp.info, Node: Powering Algorithms, Next: Root Extraction Algorithms, Prev: Greatest Comm… 134 File: gmp.info, Node: Normal Powering Algorithm, Next: Modular Powering Algorithm, Prev: Powerin… 146 File: gmp.info, Node: Modular Powering Algorithm, Prev: Normal Powering Algorithm, Up: Powering … 164 File: gmp.info, Node: Root Extraction Algorithms, Next: Radix Conversion Algorithms, Prev: Power… 177 File: gmp.info, Node: Square Root Algorithm, Next: Nth Root Algorithm, Prev: Root Extraction Alg… 231 File: gmp.info, Node: Nth Root Algorithm, Next: Perfect Square Algorithm, Prev: Square Root Algo… 251 File: gmp.info, Node: Perfect Square Algorithm, Next: Perfect Power Algorithm, Prev: Nth Root Al… [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/ |
H A D | gmock_cook_book.md | 268 class File : public FileInterface { 1784 EXPECT_CALL(log, Log(WARNING, _, "File too large.")) // #1 1793 as soon as either #2 or #3 is matched, #1 will retire. If a warning `"File too 1803 EXPECT_CALL(log, Log(WARNING, _, "File too large.")); // #2 1806 says that there will be exactly one warning with the message `"File too 1817 EXPECT_CALL(log, Log(WARNING, _, "File too large.")) // #2 1822 `"File too large."`, the first will match #2 and the second will match #1 - 2153 ON_CALL(foo, Sign(_)) 2155 ON_CALL(foo, Sign(0)) 2157 ON_CALL(foo, Sign(Gt(0))) [all …]
|
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/ |
H A D | gmock_cook_book.md | 268 class File : public FileInterface { 1784 EXPECT_CALL(log, Log(WARNING, _, "File too large.")) // #1 1793 as soon as either #2 or #3 is matched, #1 will retire. If a warning `"File too 1803 EXPECT_CALL(log, Log(WARNING, _, "File too large.")); // #2 1806 says that there will be exactly one warning with the message `"File too 1817 EXPECT_CALL(log, Log(WARNING, _, "File too large.")) // #2 1822 `"File too large."`, the first will match #2 and the second will match #1 - 2159 ON_CALL(foo, Sign(_)) 2161 ON_CALL(foo, Sign(0)) 2163 ON_CALL(foo, Sign(Gt(0))) [all …]
|
/aosp_15_r20/external/googletest/docs/ |
H A D | gmock_cook_book.md | 268 class File : public FileInterface { 1784 EXPECT_CALL(log, Log(WARNING, _, "File too large.")) // #1 1793 as soon as either #2 or #3 is matched, #1 will retire. If a warning `"File too 1803 EXPECT_CALL(log, Log(WARNING, _, "File too large.")); // #2 1806 says that there will be exactly one warning with the message `"File too 1817 EXPECT_CALL(log, Log(WARNING, _, "File too large.")) // #2 1822 `"File too large."`, the first will match #2 and the second will match #1 - 2159 ON_CALL(foo, Sign(_)) 2161 ON_CALL(foo, Sign(0)) 2163 ON_CALL(foo, Sign(Gt(0))) [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/changelogs/ |
H A D | 2.10.x-CHANGELOG.md | 39 …- AWS Elemental MediaConvert SDK has added support for: AV1 encoding in File Group MP4, DASH and C… 108 ## __Amazon Elastic File System__ 577 - AWS CodeBuild adds support for Amazon Elastic File Systems 678 - AWS DataSync now supports FSx for Windows File Server Locations 866 ## __Amazon Elastic File System__ 1206 …- The Verify operation now returns KMSInvalidSignatureException on invalid signatures. The Sign an… 1487 - Amazon Cognito Userpools now supports Sign in with Apple as an Identity Provider. 1691 …- Announcing a Multi-AZ deployment type for Amazon FSx for Windows File Server, providing fully-ma… 1924 - This is an initial release of AWS Single Sign-On OAuth device code authorization service. 1926 ## __AWS Single Sign-On__ [all …]
|