/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/util/ |
H A D | FluentBitSetTest.java | 73 final FluentBitSet bs = newInstance(128); in test_and() local 97 final FluentBitSet bs = newInstance(128); in test_and_BitSet() local 120 FluentBitSet bs = (FluentBitSet) eightFbs.clone(); in test_andNot() local 138 FluentBitSet bs = (FluentBitSet) eightFbs.clone(); in test_andNot_BitSet() local 157 final FluentBitSet bs = newInstance(500); in test_cardinality() local 189 final FluentBitSet bs = newInstance(3400); in test_clear() local 218 final FluentBitSet bs = newInstance(0); in test_clearI() local 261 FluentBitSet bs = newInstance(16); in test_clearII() local 454 final FluentBitSet bs = newInstance(0); in test_clearIntArray() local 488 final FluentBitSet bs = (FluentBitSet) eightFbs.clone(); in test_clone() local [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | BitSetTest.java | 29 BitSet bs = new BitSet(); in test_Constructor() local 37 BitSet bs = new BitSet(128); in test_ConstructorI() local 57 BitSet bs = (BitSet) eightbs.clone(); in test_clone() local 62 BitSet bs; in test_equalsLjava_lang_Object() local 81 BitSet bs = (BitSet) eightbs.clone(); in test_hashCode() local 97 BitSet bs = new BitSet(3400); in test_clear() local 125 BitSet bs = new BitSet(0); in test_clearI() local 171 BitSet bs = new BitSet(16); in test_clearII() local 355 BitSet bs = new BitSet(); in test_getI() local 399 BitSet bs, resultbs, correctbs; in test_getII() local [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
H A D | Pack.java | 10 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort() 17 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 26 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 35 public static void bigEndianToInt(byte[] bs, int off, int[] ns, int nsOff, int nsLen) in bigEndianToInt() 51 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 66 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 75 public static void intToBigEndian(int[] ns, int nsOff, int nsLen, byte[] bs, int bsOff) in intToBigEndian() 84 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 91 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 100 public static void bigEndianToLong(byte[] bs, int bsOff, long[] ns, int nsOff, int nsLen) in bigEndianToLong() [all …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
H A D | Pack.java | 8 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort() 15 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 24 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 33 public static void bigEndianToInt(byte[] bs, int off, int[] ns, int nsOff, int nsLen) in bigEndianToInt() 49 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 64 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 73 public static void intToBigEndian(int[] ns, int nsOff, int nsLen, byte[] bs, int bsOff) in intToBigEndian() 82 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 89 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 98 public static void bigEndianToLong(byte[] bs, int bsOff, long[] ns, int nsOff, int nsLen) in bigEndianToLong() [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
H A D | Pack.java | 10 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort() 17 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 26 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 35 public static void bigEndianToInt(byte[] bs, int off, int[] ns, int nsOff, int nsLen) in bigEndianToInt() 51 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 66 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 75 public static void intToBigEndian(int[] ns, int nsOff, int nsLen, byte[] bs, int bsOff) in intToBigEndian() 84 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 91 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 100 public static void bigEndianToLong(byte[] bs, int bsOff, long[] ns, int nsOff, int nsLen) in bigEndianToLong() [all …]
|
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv_vlc.c | 45 #define OAPV_FLUSH(bs) \ argument 55 #define OAPV_READ_FLUSH(bs, byte) \ argument 70 static inline void enc_vlc_write(oapv_bs_t *bs, int coef, int k) in enc_vlc_write() 147 static void inline bsr_skip_code_opt(oapv_bs_t *bs, int size) in bsr_skip_code_opt() 159 static int dec_vlc_read_1bit_read(oapv_bs_t *bs, int k) in dec_vlc_read_1bit_read() 208 static int dec_vlc_read(oapv_bs_t *bs, int k) in dec_vlc_read() 308 static int enc_vlc_quantization_matrix(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in enc_vlc_quantization_matrix() 321 static int enc_vlc_tile_info(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in enc_vlc_tile_info() 339 int oapve_vlc_frame_info(oapv_bs_t *bs, oapv_fi_t *fi) in oapve_vlc_frame_info() 364 int oapve_vlc_frame_header(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in oapve_vlc_frame_header() [all …]
|
H A D | oapv_bs.c | 39 #define BSW_GET_SINK_BYTE(bs) ((32 - (bs)->leftbits + 7) >> 3) argument 41 static int bsw_flush(oapv_bs_t *bs, int bytes) in bsw_flush() 56 void oapv_bsw_init(oapv_bs_t *bs, u8 *buf, int size, oapv_bs_fn_flush_t fn_flush) in oapv_bsw_init() 69 void oapv_bsw_deinit(oapv_bs_t *bs) in oapv_bsw_deinit() 74 void *oapv_bsw_sink(oapv_bs_t *bs) in oapv_bsw_sink() 98 int oapv_bsw_write1(oapv_bs_t *bs, int val) in oapv_bsw_write1() 121 int oapv_bsw_write(oapv_bs_t *bs, u32 val, int len) /* len(1 ~ 32) */ in oapv_bsw_write() 167 static void inline bsr_skip_code(oapv_bs_t *bs, int size) in bsr_skip_code() 181 static int bsr_flush(oapv_bs_t *bs, int byte) in bsr_flush() 210 void oapv_bsr_init(oapv_bs_t *bs, u8 *buf, int size, oapv_bs_fn_flush_t fn_flush) in oapv_bsr_init() [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/backup/ |
H A D | FullBackupTest.java | 66 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyInclude() local 88 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyIncludeRequireEncryptionFlag() local 113 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testParseBackupSchemeFromXml_onlyIncludeRequireFakeEncryptionFlag() local 134 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyIncludeRequireD2DFlag() local 159 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyIncludeRequireEncryptionAndD2DFlags() local 185 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyIncludeRequireD2DFlagAndIngoreGarbage() local 211 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyExcludeRequireFlagsNotSupported() local 223 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_onlyExclude() local 240 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_includeAndExclude() local 268 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext); in testparseBackupSchemeFromXml_lotsOfIncludesAndExcludes() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle_ike_digests/android_common_apex30/javac/ |
D | bouncycastle_ike_digests.jar | ... (byte[], int)
byte[] bs
int off
int n
public static int bigEndianToInt (byte |
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/util/ |
H A D | Pack.java | 10 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 19 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 35 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 50 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 59 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 66 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 82 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian() 95 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian() 104 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt() 113 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt() [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/util/ |
H A D | Pack.java | 10 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 19 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 35 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 50 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 59 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 66 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 82 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian() 95 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian() 104 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt() 113 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt() [all …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
H A D | Pack.java | 8 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 17 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 33 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 48 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 57 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 64 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 80 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian() 93 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian() 102 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt() 111 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 26 reset_obj(struct zink_screen *screen, struct zink_batch_state *bs, struct zink_resource_object *obj) in reset_obj() 76 reset_obj_list(struct zink_screen *screen, struct zink_batch_state *bs, struct zink_batch_obj_list … in reset_obj_list() 85 zink_reset_batch_state(struct zink_context *ctx, struct zink_batch_state *bs) in zink_reset_batch_state() 201 unref_resources(struct zink_screen *screen, struct zink_batch_state *bs) in unref_resources() 238 zink_clear_batch_state(struct zink_context *ctx, struct zink_batch_state *bs) in zink_clear_batch_state() 249 const struct zink_batch_state *bs = ctx->batch_states; in pop_batch_state() local 263 struct zink_batch_state *bs = ctx->batch_states; in zink_batch_reset_all() local 277 zink_batch_state_destroy(struct zink_screen *screen, struct zink_batch_state *bs) in zink_batch_state_destroy() 333 struct zink_batch_state *bs = rzalloc(NULL, struct zink_batch_state); in create_batch_state() local 428 find_unused_state(struct zink_batch_state *bs) in find_unused_state() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/ |
H A D | UspsData.java | 167 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDeliveryPointCode() local 221 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDeliveryPointCheckDigit() local 282 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvConfirmation() local 357 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvFootnote() local 428 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvCmra() local 485 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvVacant() local 543 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvNoStat() local 606 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCarrierRoute() local 665 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCarrierRouteIndicator() local 735 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getPostOfficeCity() local [all …]
|
H A D | UspsAddress.java | 99 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getFirstAddressLine() local 150 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getFirm() local 201 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getSecondAddressLine() local 252 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getUrbanization() local 303 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCityStateZipAddressLine() local 354 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCity() local 405 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getState() local 456 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getZipCode() local 507 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getZipCodeExtension() local 1086 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getFirstAddressLine() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ |
H A D | KerberosConfig.java | 123 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getRootPrincipalPasswordUri() local 176 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKmsKeyUri() local 230 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKeystoreUri() local 285 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTruststoreUri() local 340 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKeystorePasswordUri() local 395 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKeyPasswordUri() local 450 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTruststorePasswordUri() local 504 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrossRealmTrustRealm() local 557 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrossRealmTrustKdc() local 611 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrossRealmTrustAdminServer() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/ |
H A D | TaskRunnerSettings.java | 106 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTaskUser() local 159 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTaskGroup() local 284 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getBaseUrl() local 341 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDataflowApiVersion() local 442 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getBaseTaskDir() local 553 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getLogUploadLocation() local 609 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getLogDir() local 665 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTempStoragePrefix() local 721 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getHarnessCommand() local 772 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getWorkflowFileName() local [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | intrapred.c | 21 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d207_predictor() 45 static INLINE void d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d63_predictor() 62 static INLINE void d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d45_predictor() 81 static INLINE void d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d117_predictor() 106 static INLINE void d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d135_predictor() 134 static INLINE void d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d153_predictor() 157 static INLINE void v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in v_predictor() 168 static INLINE void h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in h_predictor() 179 static INLINE void tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in tm_predictor() 191 static INLINE void dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in dc_128_predictor() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | VpnTunnel.java | 523 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCreationTimestamp() local 589 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDescription() local 655 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDetailedStatus() local 787 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKind() local 916 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getName() local 982 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getPeerExternalGateway() local 1081 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getPeerGcpGateway() local 1147 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getPeerIp() local 1213 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getRegion() local 1342 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getRouter() local [all …]
|
H A D | Operation.java | 256 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getClientOperationId() local 322 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCreationTimestamp() local 388 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDescription() local 454 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getEndTime() local 570 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getHttpErrorMessage() local 708 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getInsertTime() local 774 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKind() local 840 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getName() local 906 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getOperationGroupId() local 972 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getOperationType() local [all …]
|
H A D | TargetHttpsProxy.java | 299 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getAuthorizationPolicy() local 365 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCertificateMap() local 431 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCreationTimestamp() local 497 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDescription() local 563 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getFingerprint() local 662 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKind() local 728 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getName() local 829 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getQuicOverride() local 896 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getRegion() local 962 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getSelfLink() local [all …]
|
H A D | Subnetwork.java | 1171 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCreationTimestamp() local 1237 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDescription() local 1336 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getExternalIpv6Prefix() local 1402 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getFingerprint() local 1468 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getGatewayAddress() local 1567 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getInternalIpv6Prefix() local 1633 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getIpCidrRange() local 1701 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getIpv6AccessType() local 1768 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getIpv6CidrRange() local 1834 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKind() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ |
H A D | Jwk.java | 98 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKty() local 149 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getAlg() local 200 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getUse() local 251 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKid() local 302 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getN() local 353 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getE() local 404 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getX() local 455 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getY() local 506 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrv() local 1080 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKty() local [all …]
|
H A D | IPAllocationPolicy.java | 146 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getSubnetworkName() local 202 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getClusterIpv4Cidr() local 259 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getNodeIpv4Cidr() local 316 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getServicesIpv4Cidr() local 375 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getClusterSecondaryRangeName() local 436 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getServicesSecondaryRangeName() local 502 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getClusterIpv4CidrBlock() local 572 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getNodeIpv4CidrBlock() local 642 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getServicesIpv4CidrBlock() local 713 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTpuIpv4CidrBlock() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ |
H A D | Jwk.java | 98 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKty() local 149 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getAlg() local 200 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getUse() local 251 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKid() local 302 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getN() local 353 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getE() local 404 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getX() local 455 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getY() local 506 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrv() local 1081 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKty() local [all …]
|