Home
last modified time | relevance | path

Searched defs:encode (Results 926 – 950 of 3916) sorted by relevance

1...<<31323334353637383940>>...157

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dsymbol.rs107 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method
123 fn encode(self, w: &mut Writer, s: &mut server::HandleStore<server::MarkedTypes<S>>) { in encode() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dsymbol.rs107 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method
123 fn encode(self, w: &mut Writer, s: &mut server::HandleStore<server::MarkedTypes<S>>) { in encode() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dsymbol.rs107 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method
123 fn encode(self, w: &mut Writer, s: &mut server::HandleStore<server::MarkedTypes<S>>) { in encode() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DAlignment.h217 inline unsigned encode(MaybeAlign A) { return A ? A->ShiftValue + 1 : 0; } in encode() function
230 inline unsigned encode(Align A) { return encode(MaybeAlign(A)); } in encode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DAlignment.h217 inline unsigned encode(MaybeAlign A) { return A ? A->ShiftValue + 1 : 0; } in encode() function
230 inline unsigned encode(Align A) { return encode(MaybeAlign(A)); } in encode() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dsymbol.rs107 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method
123 fn encode(self, w: &mut Writer, s: &mut server::HandleStore<server::MarkedTypes<S>>) { in encode() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dmod.rs23 mod encode; module
40 fn encode(enc: Encode<'_, Self::Outgoing>, dst: &mut Vec<u8>) -> crate::Result<Encoder>; in encode() method
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/security/x509/
H A DAlgorithmId.annotated.java51 public final void encode(DerOutputStream out) throws java.io.IOException { throw new RuntimeExcepti… in encode() method in AlgorithmId
58 public final byte[] encode() throws java.io.IOException { throw new RuntimeException("Stub!"); } in encode() method in AlgorithmId
/aosp_15_r20/external/rust/android-crates-io/crates/camino/src/
Dserde_impls.rs81 let encode = Encode { in valid_utf8() localVariable
113 let encode = Encode { in invalid_utf8() localVariable
/aosp_15_r20/external/rappor/ui/
H A Dtable-lib.js236 TableState.prototype.encode = function() { method in TableState
472 UrlHash.prototype.encode = function() { method in UrlHash
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-bytesmatcher/android_common_apex33/javac/
Dmodules-utils-bytesmatcher.jar ... lang.String toString () StringBuilder builder public void encode (java.lang.StringBuilder) StringBuilder builder public ...
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/src/
H A Dencoding.rs797 pub fn encode<B>(tag: u32, value: &String, buf: &mut B) in encode() function
949 pub fn encode<A, B>(tag: u32, value: &A, buf: &mut B) in encode() function
1058 pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) in encode() function
1144 pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) in encode() function
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dheaders.rs270 pub fn encode( in encode() method
491 pub fn encode( in encode() method
543 pub fn encode(self, dst: &mut EncodeBuf<'_>) -> Option<Continuation> { in encode() method
639 fn encode<F>(mut self, head: &Head, dst: &mut EncodeBuf<'_>, f: F) -> Option<Continuation> in encode() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DBase64.java289 public byte[] encode(byte[] src) { in encode() method in Base64.Encoder
317 public int encode(byte[] src, byte[] dst) { in encode() method in Base64.Encoder
362 public ByteBuffer encode(ByteBuffer buffer) { in encode() method in Base64.Encoder
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DBase64.java289 public byte[] encode(byte[] src) { in encode() method in Base64.Encoder
317 public int encode(byte[] src, byte[] dst) { in encode() method in Base64.Encoder
362 public ByteBuffer encode(ByteBuffer buffer) { in encode() method in Base64.Encoder
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DBase64.java289 public byte[] encode(byte[] src) { in encode() method in Base64.Encoder
317 public int encode(byte[] src, byte[] dst) { in encode() method in Base64.Encoder
362 public ByteBuffer encode(ByteBuffer buffer) { in encode() method in Base64.Encoder
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAlignment.h236 inline unsigned encode(MaybeAlign A) { return A ? A->ShiftValue + 1 : 0; } in encode() function
249 inline unsigned encode(Align A) { return encode(MaybeAlign(A)); } in encode() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetEncoder.java605 public final CoderResult encode(CharBuffer in, ByteBuffer out, in encode() method in CharsetEncoder
839 public final ByteBuffer encode(CharBuffer in) in encode() method in CharsetEncoder
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractor.java239 private final java.lang.String encode(java.lang.String $this$encode, java.lang.String slotId) { in encode() method in KeyguardQuickAffordanceInteractor
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/stringprep/
H A DPunycodeReference.java137 public static final int encode( int input_length, in encode() method in PunycodeReference
223 public static final StringBuffer encode(StringBuffer input,char[] case_flags) in encode() method in PunycodeReference
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetEncoder.java605 public final CoderResult encode(CharBuffer in, ByteBuffer out, in encode() method in CharsetEncoder
839 public final ByteBuffer encode(CharBuffer in) in encode() method in CharsetEncoder
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DPunycodeReference.java140 public static final int encode( int input_length, in encode() method in PunycodeReference
226 public static final StringBuffer encode(StringBuffer input,char[] case_flags) in encode() method in PunycodeReference
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharsetEncoder.java605 public final CoderResult encode(CharBuffer in, ByteBuffer out, in encode() method in CharsetEncoder
839 public final ByteBuffer encode(CharBuffer in) in encode() method in CharsetEncoder
/aosp_15_r20/out/soong/.intermediates/external/firebase-messaging/transport-backend-cct-aar/android_common/aar/
Dclasses.jarcom/google/android/datatransport/backend/cct/BuildConfig.class BuildConfig.java package ...
Dtransport-backend-cct-aar.jarcom/google/android/datatransport/backend/cct/BuildConfig.class BuildConfig.java package ...

1...<<31323334353637383940>>...157