/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/ |
H A D | CircularAdaptersTest.java | 41 final String name; field in CircularAdaptersTest.Project 44 Project(String name, Team... teams) { in Project() 83 final String name; field in CircularAdaptersTest.Node 87 Node(String name, Node left, Node right) { in Node() 122 final JsonAdapter<Node> delegate = moshi.nextAdapter(this, Node.class, Util.NO_ANNOTATIONS); in create() local
|
/aosp_15_r20/external/perfetto/src/trace_config_utils/ |
H A D | txt_to_pb.cc | 575 void Parse(const std::string& input, ParserDelegate* delegate) { in Parse() 746 const std::string name = prefix + "." + enum_descriptor.name(); in AddNestedDescriptors() local 750 const std::string name = prefix + "." + nested_descriptor.name(); in AddNestedDescriptors() local 771 const std::string name = in TraceConfigTxtToPb() local 776 const std::string name = in TraceConfigTxtToPb() local 790 ParserDelegate delegate(descriptor, message.get(), &reporter, in TraceConfigTxtToPb() local
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/java/tensorflowlite_java/android_common_apex30/javac/ |
D | tensorflowlite_java.jar | ... $Options addDelegate (org.tensorflow.lite.Delegate)
org.tensorflow.lite.Delegate delegate
public ... |
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/java/tensorflowlite_java/android_common_apex33/javac/ |
D | tensorflowlite_java.jar | ... $Options addDelegate (org.tensorflow.lite.Delegate)
org.tensorflow.lite.Delegate delegate
public ... |
/aosp_15_r20/external/testng/ant/3rdparty/ |
HD | doclava-1.0.3.jar | ... , java.lang.String)
String file
String name
public void tagAll (java.util.List) ... |
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/ |
H A D | ExecutionDataDelegate.java | 13 private IExecutionData delegate; field in ExecutionDataDelegate 16 final long id, final String name, final int probeCount, final FileChannel channel) { in ExecutionDataDelegate() 44 private static boolean canMapData(final String name) { in canMapData() 169 public void assertCompatibility(final long id, final String name, final int probeCount) in assertCompatibility()
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/profgen/profgen-cli/ |
HD | libprofgen-cli-lib.jar | ... tools.profgen.ArtProfileSerializer)
String $enum$name
int $enum$ordinal
com.android.tools ... |
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/ |
H A D | Fs.java | 116 String name = path.getFileName().toString(); in baseNameFor() local 191 private final FileSystem delegate; field in Fs.FsWrapper 197 public FsWrapper(FileSystem delegate, Path jarFile) { in FsWrapper()
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | ProviderMethodsModule.java | 50 private final Object delegate; field in ProviderMethodsModule 56 Object delegate, boolean skipFastClassGeneration, ModuleAnnotatedMethodScanner scanner) { in ProviderMethodsModule() 204 final String name; field in ProviderMethodsModule.Signature
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/utils/ |
H A D | DelegatingChannelHandlerContext.java | 38 private final ChannelHandlerContext delegate; field in DelegatingChannelHandlerContext 40 public DelegatingChannelHandlerContext(ChannelHandlerContext delegate) { in DelegatingChannelHandlerContext() 55 public String name() { in name() method in DelegatingChannelHandlerContext
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | track_event_parser.cc | 106 util::ProtoToArgsParser::Delegate& delegate) { in MaybeParseUnsymbolizedSourceLocation() 134 util::ProtoToArgsParser::Delegate& delegate) { in MaybeParseSourceLocation() 318 base::StringView name = decoder->name(); in ParseTrackEventCategory() local 1473 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1482 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1489 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1496 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1504 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1514 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser() 1523 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser()
|
/aosp_15_r20/external/pdfium/testing/ |
H A D | embedder_test.cpp | 53 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in UnsupportedHandlerTrampoline() local 62 auto* delegate = static_cast<EmbedderTest*>(platform)->GetDelegate(); in AlertTrampoline() local 67 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in SetTimerTrampoline() local 72 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in KillTimerTrampoline() local 79 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in GetPageTrampoline() local 84 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionTrampoline() local 93 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoGoToActionTrampoline() local 101 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in OnFocusChangeTrampoline() local 108 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionWithKeyboardModifierTrampoline() local 143 void ExecuteNamedActionStub(FPDF_FORMFILLINFO* pThis, FPDF_BYTESTRING name) {} in ExecuteNamedActionStub()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/dexer/ |
H A D | Main.java | 695 private boolean processFileBytes(String name, long lastModified, byte[] bytes) { in processFileBytes() 749 private boolean processClass(String name, byte[] bytes) { in processClass() 768 private DirectClassFile parseClass(String name, byte[] bytes) { in parseClass() 808 private void checkClassName(String name) { in checkClassName() 910 String name = e.getKey(); in createJar() local 985 private OutputStream openOutput(String name) throws IOException { in openOutput() 1165 protected final FileNameFilter delegate; field in Main.RemoveModuleInfoFilter 1167 public RemoveModuleInfoFilter(FileNameFilter delegate) { in RemoveModuleInfoFilter() 1717 public boolean processFileBytes(String name, long lastModified, in processFileBytes() 1756 String name; field in Main.ClassParserTask [all …]
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | node_channel.cc | 110 ports::NodeName name; member 161 Delegate* delegate, in Create() 245 void NodeChannel::SetRemoteNodeName(const ports::NodeName& name) { in SetRemoteNodeName() 340 void NodeChannel::RequestIntroduction(const ports::NodeName& name) { in RequestIntroduction() 348 void NodeChannel::Introduce(const ports::NodeName& name, in Introduce() 440 NodeChannel::NodeChannel(Delegate* delegate, in NodeChannel()
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtNewMethod.java | 188 public static CtMethod copy(CtMethod src, String name, CtClass declaring, in copy() 327 public static CtMethod delegator(CtMethod delegate, CtClass declaring) in delegator() 338 private static CtMethod delegator0(CtMethod delegate, CtClass declaring) in delegator0()
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_message_pipe_reader.cc | 28 MessagePipeReader::Delegate* delegate) in MessagePipeReader() 72 const std::string& name, in GetRemoteInterface() 111 const std::string& name, in GetAssociatedInterface()
|
/aosp_15_r20/external/libchrome-gestures/include/ |
H A D | prop_registry.h | 49 Property(PropRegistry* parent, const char* name) in Property() 61 void SetDelegate(PropertyDelegate* delegate) { in SetDelegate() 65 const char* name() { return name_; } in name() function 94 BoolProperty(PropRegistry* reg, const char* name, GesturesPropBool val) in BoolProperty() 109 BoolArrayProperty(PropRegistry* reg, const char* name, GesturesPropBool* vals, in BoolArrayProperty() 126 DoubleProperty(PropRegistry* reg, const char* name, double val) in DoubleProperty() 141 DoubleArrayProperty(PropRegistry* reg, const char* name, double* vals, in DoubleArrayProperty() 158 IntProperty(PropRegistry* reg, const char* name, int val) in IntProperty() 173 IntArrayProperty(PropRegistry* reg, const char* name, int* vals, in IntArrayProperty() 190 StringProperty(PropRegistry* reg, const char* name, const char* val) in StringProperty()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | low_energy_connection.cc | 325 std::string name) { in AttachInspect() 847 auto delegate = conn_mgr_->pairing_delegate(); in OnPairingComplete() local 899 auto delegate = conn_mgr_->pairing_delegate(); in ConfirmPairing() local 920 auto delegate = conn_mgr_->pairing_delegate(); in DisplayPasskey() local 935 auto delegate = conn_mgr_->pairing_delegate(); in RequestPasskey() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/process/ |
H A D | SymbolTable.cpp | 50 void SymbolTable::SetDelegate(std::unique_ptr<ISymbolTableDelegate> delegate) { in SetDelegate() 73 const SymbolTable::Symbol* SymbolTable::FindByName(const ResourceName& name) { in FindByName() 163 const ResourceName& name, const std::vector<std::unique_ptr<ISymbolSource>>& sources) { in FindByName() 185 const ResourceName& name) { in FindByName() 234 asset_manager_.ForEachPackage([&package_map](const std::string& name, uint8_t id) -> bool { in GetAssignedPackageIds() 299 auto name = am.GetResourceName(map_entry.key); in LookupAttributeInTable() local 322 const ResourceName& name) { in FindByName() 381 auto name = am.GetResourceName(id.id); in GetResourceName() local 409 ResourceName& name = maybe_name.value(); in FindById() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
H A D | ClusterManagerLoadBalancer.java | 91 final String name = entry.getKey(); in acceptResolvedAddressesInternal() local 193 private final String name; field in ClusterManagerLoadBalancer.ChildLbState 202 ChildLbState(String name, LoadBalancerProvider policyProvider) { in ChildLbState() 276 protected Helper delegate() { in delegate() method in ClusterManagerLoadBalancer.ChildLbState.ChildLbStateHelper
|
H A D | WeightedTargetLoadBalancer.java | 192 String name; field in WeightedTargetLoadBalancer.ChildHelper 196 private ChildHelper(String name) { in ChildHelper() 214 protected Helper delegate() { in delegate() method in WeightedTargetLoadBalancer.ChildHelper
|
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-scripting-common.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-scripting- ... |
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ |
H A D | Http2xStream.java | 173 ByteString name = ByteString.encodeUtf8(headers.name(i).toLowerCase(Locale.US)); in spdy3HeadersList() local 211 ByteString name = ByteString.encodeUtf8(headers.name(i).toLowerCase(Locale.US)); in http2HeadersList() local 225 ByteString name = headerBlock.get(i).name; in readSpdy3HeadersList() local 260 ByteString name = headerBlock.get(i).name; in readHttp2HeadersList() local 289 public StreamFinishingSource(Source delegate) { in StreamFinishingSource()
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
H A D | Http2xStream.java | 171 ByteString name = ByteString.encodeUtf8(headers.name(i).toLowerCase(Locale.US)); in spdy3HeadersList() local 209 ByteString name = ByteString.encodeUtf8(headers.name(i).toLowerCase(Locale.US)); in http2HeadersList() local 223 ByteString name = headerBlock.get(i).name; in readSpdy3HeadersList() local 258 ByteString name = headerBlock.get(i).name; in readHttp2HeadersList() local 287 public StreamFinishingSource(Source delegate) { in StreamFinishingSource()
|
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_launcher.cc | 340 bool UnsetEnvironmentVariableIfExists(const std::string& name) { in UnsetEnvironmentVariableIfExists() 415 TestLauncherDelegate* delegate, in LaunchChildTestProcessWithOptions() 670 TestLauncherDelegate* delegate) { in DoLaunchChildTestProcess() 882 base::JobDelegate* delegate) { in WorkerTask() 951 for (FilePath name = file_enumerator.Next(); !name.empty(); in CountItemsInDirectory() local 1052 std::string name = test_name_; in GetPreName() local 1869 for (const std::string& name : uninstantiated_tests) in InitTests() local
|