/aosp_15_r20/external/guice/core/src/com/google/inject/spi/ |
H A D | DependencyAndSource.java | 38 private final Object source; field in DependencyAndSource 40 public DependencyAndSource(Dependency<?> dependency, Object source) { in DependencyAndSource() 73 Object source = getBindingSource(); in toString() local
|
/aosp_15_r20/external/clang/bindings/python/tests/cindex/ |
H A D | util.py | 6 def get_tu(source, lang='c', all_warnings=False, flags=[]): argument 33 def get_cursor(source, spelling): argument 51 def get_cursors(source, spelling): argument
|
/aosp_15_r20/external/turbine/java/com/google/turbine/parse/ |
H A D | IteratorLexer.java | 29 private final SourceFile source; field in IteratorLexer 33 public IteratorLexer(SourceFile source, Iterator<SavedToken> it) { in IteratorLexer() 39 public SourceFile source() { in source() method in IteratorLexer
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | io_poll_aio.rs | 140 let source = TokioSource(mio_aio::Fsync::fsync(fd, mode, 0)); in fsync() localVariable 153 let source = LlSource(Box::pin(aiocb)); in ll_fsync() localVariable 171 let source = LlSource(Box::pin(aiocb)); in reuse() localVariable 296 let source = LioSource::new(aiocb); in onewrite() localVariable 317 let source = LioSource::new(aiocb); in reuse() localVariable
|
/aosp_15_r20/dalvik/docs/ |
H A D | prettify.js | 629 function tokenizeMarkup(source) { argument 666 function splitTagAttributes(source, decorations) { argument 775 function splitNonStringNonCommentTokens(source, decorations) { argument 833 function splitSourceNodes(source, decorations) { argument 856 function splitSourceAttributes(source, decorations) { argument
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucnv_u16.cpp | 55 const char16_t *source; in _UTF16BEFromUnicodeWithOffsets() local 259 const uint8_t *source; in _UTF16BEToUnicodeWithOffsets() local 656 const char16_t *source; in _UTF16LEFromUnicodeWithOffsets() local 860 const uint8_t *source; in _UTF16LEToUnicodeWithOffsets() local 1343 const char *source=pArgs->source; in _UTF16ToUnicodeWithOffsets() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | AAVCAssembler.cpp | 57 const sp<ARTPSource> &source) { in addNack() 116 const sp<ARTPSource> &source) { in addNALUnit() 355 sp<ARTPSource> source = nullptr; in addSingleNALUnit() local 527 sp<ARTPSource> source = nullptr; in addFragmentedNALUnit() local 659 const sp<ARTPSource> &source) { in assembleMore()
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
H A D | Cache.java | 529 BufferedSource source = Okio.buffer(in); in Entry() local 619 private List<Certificate> readCertificateList(BufferedSource source) throws IOException { in readCertificateList() 680 private static int readInt(BufferedSource source) throws IOException { in readInt() 705 Source source = snapshot.getSource(ENTRY_BODY); in CacheResponseBody() local 726 @Override public BufferedSource source() { in source() method in CacheResponseBody
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
H A D | Cache.java | 531 BufferedSource source = Okio.buffer(in); in Entry() local 621 private List<Certificate> readCertificateList(BufferedSource source) throws IOException { in readCertificateList() 682 private static int readInt(BufferedSource source) throws IOException { in readInt() 707 Source source = snapshot.getSource(ENTRY_BODY); in CacheResponseBody() local 728 @Override public BufferedSource source() { in source() method in CacheResponseBody
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucnv_u16.cpp | 55 const char16_t *source; in _UTF16BEFromUnicodeWithOffsets() local 259 const uint8_t *source; in _UTF16BEToUnicodeWithOffsets() local 656 const char16_t *source; in _UTF16LEFromUnicodeWithOffsets() local 860 const uint8_t *source; in _UTF16LEToUnicodeWithOffsets() local 1343 const char *source=pArgs->source; in _UTF16ToUnicodeWithOffsets() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/protoc-artifacts/ |
H A D | README.md | 55 ### Build the artifact for each platform 72 ### Tips for building for Linux 96 ### Windows build
|
/aosp_15_r20/external/protobuf/protoc-artifacts/ |
H A D | README.md | 55 ### Build the artifact for each platform 72 ### Tips for building for Linux 96 ### Windows build
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/ |
H A D | Binarizer.java | 32 private final LuminanceSource source; field in Binarizer 34 protected Binarizer(LuminanceSource source) { in Binarizer() 77 public abstract Binarizer createBinarizer(LuminanceSource source); in createBinarizer()
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | mask_unittest.cpp | 124 Mask<Privilege> source = {Privilege::kPriv1, Privilege::kPriv8}; in TEST() local 134 Mask<Privilege> source = {Privilege::kPriv1, Privilege::kPriv8}; in TEST() local 153 Mask<Privilege> source = kAllMask; in TEST() local 159 Mask<Privilege> source = { in TEST() local
|
/aosp_15_r20/external/freetype/src/lzw/ |
H A D | ftlzw.c | 67 FT_Stream source; /* parent/source stream */ member 105 FT_Stream source ) in ft_lzw_file_init() 343 FT_Stream source ) in FT_Stream_OpenLZW() 403 FT_Stream source ) in FT_Stream_OpenLZW()
|
/aosp_15_r20/build/soong/scripts/hiddenapi/ |
H A D | generate_hiddenapi_lists.py | 217 def _check_entries_set(self, keys_subset, source): argument 227 def _check_flags_set(self, flags_subset, source): argument 283 def parse_and_merge_csv(self, csv_lines, source='<unknown>'): argument 314 def assign_flag(self, flag, apis, source='<unknown>', tag=None): argument
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/parser/ |
D | _global.py | 38 def parse_globals(source, anon_name): argument 103 def parse_body(source): argument 153 def parse_body(source): argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/ |
D | scoped_observer.h | 33 void Add(Source* source) { in Add() 39 void Remove(Source* source) { in Remove() 52 bool IsObserving(Source* source) const { in IsObserving()
|
/aosp_15_r20/external/libchrome/base/ |
H A D | scoped_observer.h | 30 void Add(Source* source) { in Add() 36 void Remove(Source* source) { in Remove() 49 bool IsObserving(Source* source) const { in IsObserving()
|
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bound/ |
H A D | PackageSourceBoundModule.java | 30 private final SourceFile source; field in PackageSourceBoundModule 33 ModDecl module, ImportScope scope, MemberImportIndex memberImports, SourceFile source) { in PackageSourceBoundModule() 52 public SourceFile source() { in source() method in PackageSourceBoundModule
|
H A D | SourceModuleInfo.java | 32 private final SourceFile source; field in SourceModuleInfo 44 SourceFile source) { in SourceModuleInfo() 49 public SourceFile source() { in source() method in SourceModuleInfo
|
/aosp_15_r20/external/turbine/java/com/google/turbine/diag/ |
H A D | SourceFile.java | 28 private final String source; field in SourceFile 39 public SourceFile(String path, String source) { in SourceFile() 50 public String source() { in source() method in SourceFile
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | scoped_observer.h | 33 void Add(Source* source) { in Add() 39 void Remove(Source* source) { in Remove() 52 bool IsObserving(Source* source) const { in IsObserving()
|
/aosp_15_r20/hardware/interfaces/security/authgraph/aidl/vts/functional/ |
H A D | role_test.rs | 71 let mut source = vts::test_ag_participant().expect("failed to create a local source"); in test_nonsecure_sink_mainline() localVariable 76 let mut source = vts::test_ag_participant().expect("failed to create a local source"); in test_nonsecure_sink_corrupt_sig() localVariable 81 let mut source = vts::test_ag_participant().expect("failed to create a local source"); in test_nonsecure_sink_corrupt_keys() localVariable
|
/aosp_15_r20/hardware/interfaces/gnss/aidl/default/ |
H A D | GnssConfiguration.cpp | 29 for (const auto& source : sourceList) { in setBlocklist() local 46 BlocklistedSource source = { in isBlocklistedV2_1() local 58 BlocklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; in isBlocklisted() local
|