/aosp_15_r20/external/google-cloud-java/java-channel/ |
H A D | synth.metadata | 6 "remote": "https://github.com/googleapis/java-channel.git", 30 "apiName": "channel", 105 "google-cloud-channel/src/main/java/com/google/cloud/channel/v1/CloudChannelServiceClient.java", 106 … "google-cloud-channel/src/main/java/com/google/cloud/channel/v1/CloudChannelServiceSettings.java", 107 "google-cloud-channel/src/main/java/com/google/cloud/channel/v1/gapic_metadata.json", 108 "google-cloud-channel/src/main/java/com/google/cloud/channel/v1/package-info.java", 109 …"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/CloudChannelServiceStub.java", 110 …"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/CloudChannelServiceStubSettin… 111 …"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/GrpcCloudChannelServiceCallab… 112 …"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/GrpcCloudChannelServiceStub.j… [all …]
|
H A D | CHANGELOG.md | 3 …om/googleapis/google-cloud-java/compare/google-cloud-channel-v3.8.1-SNAPSHOT...google-cloud-channe… 25 …hub.com/googleapis/google-cloud-java/compare/google-cloud-channel-v3.7.6...google-cloud-channel-v3… 46 ## [3.7.6](https://github.com/googleapis/java-channel/compare/v3.7.5...v3.7.6) (2022-10-04) 51 * update protobuf to v3.21.7 ([556b83d](https://github.com/googleapis/java-channel/commit/556b83d24… 53 ## [3.7.5](https://github.com/googleapis/java-channel/compare/v3.7.4...v3.7.5) (2022-10-03) 58 …51](https://github.com/googleapis/java-channel/issues/351)) ([d4cf483](https://github.com/googleap… 60 ## [3.7.4](https://github.com/googleapis/java-channel/compare/v3.7.3...v3.7.4) (2022-09-15) 65 …44](https://github.com/googleapis/java-channel/issues/344)) ([7af76d8](https://github.com/googleap… 67 ## [3.7.3](https://github.com/googleapis/java-channel/compare/v3.7.2...v3.7.3) (2022-09-09) 72 …40](https://github.com/googleapis/java-channel/issues/340)) ([102e7d3](https://github.com/googleap… [all …]
|
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
H A D | NotificationChannelTest.java | 57 NotificationChannel channel = in testDescribeContents() local 59 assertEquals(expected, channel.describeContents()); in testDescribeContents() 64 NotificationChannel channel = in testConstructor() local 66 assertEquals("1", channel.getId()); in testConstructor() 67 assertEquals("one", channel.getName().toString()); in testConstructor() 68 assertEquals(null, channel.getDescription()); in testConstructor() 69 assertEquals(false, channel.canBypassDnd()); in testConstructor() 70 assertEquals(false, channel.shouldShowLights()); in testConstructor() 71 assertEquals(false, channel.shouldVibrate()); in testConstructor() 72 assertEquals(null, channel.getVibrationPattern()); in testConstructor() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-channel/grpc-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ |
H A D | CloudChannelServiceGrpc.java | 16 package com.google.cloud.channel.v1; 25 * their customers, channel partners, entitlements, and reports. 28 * 2. Distributors can register an authorized reseller in their channel and 32 * - [Customer][google.cloud.channel.v1.Customer]s: An entity-usually an 34 * - [Entitlement][google.cloud.channel.v1.Entitlement]s: An entity that 37 * - [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink]s: An 39 * resellers in a channel. 44 comments = "Source: google/cloud/channel/v1/service.proto") 50 public static final String SERVICE_NAME = "google.cloud.channel.v1.CloudChannelService"; 54 com.google.cloud.channel.v1.ListCustomersRequest, [all …]
|
H A D | CloudChannelReportsServiceGrpc.java | 16 package com.google.cloud.channel.v1; 25 * distributors retrieve and combine a variety of data in Cloud Channel for 32 comments = "Source: google/cloud/channel/v1/reports_service.proto") 38 public static final String SERVICE_NAME = "google.cloud.channel.v1.CloudChannelReportsService"; 42 com.google.cloud.channel.v1.RunReportJobRequest, com.google.longrunning.Operation> 47 requestType = com.google.cloud.channel.v1.RunReportJobRequest.class, 51 com.google.cloud.channel.v1.RunReportJobRequest, com.google.longrunning.Operation> 54 com.google.cloud.channel.v1.RunReportJobRequest, com.google.longrunning.Operation> in getRunReportJobMethod() 63 .<com.google.cloud.channel.v1.RunReportJobRequest, in getRunReportJobMethod() 71 com.google.cloud.channel.v1.RunReportJobRequest.getDefaultInstance())) in getRunReportJobMethod() [all …]
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | JimfsFileChannelTest.java | 66 * interactions with the file and channel positions. 73 private static FileChannel channel(RegularFile file, OpenOption... options) throws IOException { in channel() method in JimfsFileChannelTest 82 FileChannel channel = channel(regularFile(10), READ); in testPosition() local 83 assertEquals(0, channel.position()); in testPosition() 84 assertSame(channel, channel.position(100)); in testPosition() 85 assertEquals(100, channel.position()); in testPosition() 91 FileChannel channel = channel(file, READ); in testSize() local 93 assertEquals(10, channel.size()); in testSize() 96 assertEquals(100, channel.size()); in testSize() 102 FileChannel channel = channel(file, READ); in testRead() local [all …]
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/ |
H A D | raminit_common.c | 18 /* FIXME: no support for 3-channel chipsets */ 60 int channel, slot; in dram_find_common_params() local 67 const struct dimm_attr_ddr3_st *dimm = &dimms->dimm[channel][slot]; in dram_find_common_params() 102 int channel; in dram_xover() local 106 reg = get_XOVER_CLK(ctrl->rankmap[channel]); in dram_xover() 107 printram("XOVER CLK [%x] = %x\n", GDCRCKPICODE_ch(channel), reg); in dram_xover() 108 mchbar_write32(GDCRCKPICODE_ch(channel), reg); in dram_xover() 111 reg = get_XOVER_CMD(ctrl->rankmap[channel]); in dram_xover() 112 printram("XOVER CMD [%x] = %x\n", GDCRCMDPICODING_ch(channel), reg); in dram_xover() 113 mchbar_write32(GDCRCMDPICODING_ch(channel), reg); in dram_xover() [all …]
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8173/ |
H A D | dramc_pi_basic_api.c | 24 inline u8 is_dual_rank(u32 channel, in is_dual_rank() argument 28 return (sdram_params->emi_set.cona & (1 << (17 - channel))) ? 1 : 0; in is_dual_rank() 31 static void mem_pll_pre_init(u32 channel) in mem_pll_pre_init() argument 33 write32(&ch[channel].ddrphy_regs->lpddr2_3, 0x1 << 29 | 0x1 << 25 | in mem_pll_pre_init() 36 write32(&ch[channel].ddrphy_regs->lpddr2_4, 0x1 << 29 | 0x1 << 25 | in mem_pll_pre_init() 40 write32(&ch[channel].ddrphy_regs->selph12, 0x1 << 28 | 0xf << 20 | in mem_pll_pre_init() 43 write32(&ch[channel].ddrphy_regs->selph13, 0xffffffff << 0); in mem_pll_pre_init() 44 write32(&ch[channel].ddrphy_regs->selph14, 0xffffffff << 0); in mem_pll_pre_init() 47 write32(&ch[channel].ddrphy_regs->selph15, 0x1 << 4 | 0xf << 0); in mem_pll_pre_init() 50 write32(&ch[channel].ddrphy_regs->peri[2], 0x11 << 24 | 0x11 << 16 | in mem_pll_pre_init() [all …]
|
H A D | dramc_pi_calibration_api.c | 16 void sw_impedance_cal(u32 channel, in sw_impedance_cal() argument 32 clrsetbits32(&ch[channel].ao_regs->iodrv6, mask, value); in sw_impedance_cal() 34 clrsetbits32(&ch[channel].ao_regs->drvctl1, mask, value); in sw_impedance_cal() 35 clrsetbits32(&ch[channel].ddrphy_regs->drvctl1, mask, value); in sw_impedance_cal() 37 clrsetbits32(&ch[channel].ao_regs->iodrv4, mask, value); in sw_impedance_cal() 39 clrbits32(&ch[channel].ao_regs->impcal, 1 << IMP_CALI_ENP_SHIFT | in sw_impedance_cal() 46 void ca_training(u32 channel, const struct mt8173_sdram_params *sdram_params) in ca_training() argument 69 ca_shift[i] = params->ca_train[channel][i]; in ca_training() 74 ca_max_center = params->ca_train_center[channel]; in ca_training() 78 order = ca_order[channel][i]; in ca_training() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_init.c | 65 static int init_by_options(ares_channel channel, 68 static int init_by_environment(ares_channel channel); 69 static int init_by_resolv_conf(ares_channel channel); 70 static int init_by_defaults(ares_channel channel); 76 static int set_search(ares_channel channel, const char *str); 77 static int set_options(ares_channel channel, const char *str); 88 static int config_domain(ares_channel channel, char *str); 89 static int config_lookup(ares_channel channel, const char *str, 109 ares_channel channel; in ares_init_options() local 117 channel = ares_malloc(sizeof(struct ares_channeldata)); in ares_init_options() [all …]
|
D | ares_process.c | 59 static void write_tcp_data(ares_channel channel, fd_set *write_fds, 61 static void read_tcp_data(ares_channel channel, fd_set *read_fds, 63 static void read_udp_packets(ares_channel channel, fd_set *read_fds, 65 static void advance_tcp_send_queue(ares_channel channel, int whichserver, 67 static void process_timeouts(ares_channel channel, struct timeval *now); 68 static void process_broken_connections(ares_channel channel, 70 static void process_answer(ares_channel channel, unsigned char *abuf, 73 static void handle_error(ares_channel channel, int whichserver, 75 static void skip_server(ares_channel channel, struct query *query, 77 static void next_server(ares_channel channel, struct query *query, [all …]
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/ironlake/ |
H A D | raminit.c | 39 for (channel = 0; channel < NUM_CHANNELS; channel++) \ 44 for (channel = 0; channel < NUM_CHANNELS; channel++) \ 47 if (info->populated_ranks[channel][slot][rank]) 50 for (channel = NUM_CHANNELS - 1; channel >= 0; channel--) \ 53 if (info->populated_ranks[channel][slot][rank]) 76 * through MCHBAR register groups. Each channel has a scan chain, and 143 read_500(struct raminfo *info, int channel, u16 addr, int split) in read_500() argument 146 info->last_500_command[channel] = 1 << 31; in read_500() 147 mchbar_write32(0x500 + (channel << 10), 0); in read_500() 148 while (mchbar_read32(0x500 + (channel << 10)) & (1 << 23)) in read_500() [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
H A D | Channel.kt | 6 import kotlinx.coroutines.channels.Channel.Factory.BUFFERED 7 import kotlinx.coroutines.channels.Channel.Factory.CHANNEL_DEFAULT_CAPACITY 8 import kotlinx.coroutines.channels.Channel.Factory.CONFLATED 9 import kotlinx.coroutines.channels.Channel.Factory.RENDEZVOUS 10 import kotlinx.coroutines.channels.Channel.Factory.UNLIMITED 18 * Sender's interface to [Channel]. 22 …* Returns `true` if this channel was closed by an invocation of [close] or its receiving side was … 26 …* channel can be concurrently closed right after the check. For such scenarios, it is recommended … 36 …* Sends the specified [element] to this channel, suspending the caller while the buffer of this ch… 37 …* or if it does not exist, or throws an exception if the channel [is closed for `send`][isClosedFo… [all …]
|
/aosp_15_r20/external/coreboot/util/inteltool/ |
H A D | ivy_memory.c | 66 int channel, slot; in ivybridge_dump_timings() local 85 for (channel = 0; channel < 2; channel++) { in ivybridge_dump_timings() 86 rankmap[channel] = read_mchbar32(0xc14 + 0x100 * channel) >> 24; in ivybridge_dump_timings() 111 for (channel = 0; channel < 2; channel++) { in ivybridge_dump_timings() 112 mad_dimm[channel] = read_mchbar32(0x5004 + 4 * channel); in ivybridge_dump_timings() 114 if (mr0[channel]) { in ivybridge_dump_timings() 115 if (mr0[channel] & 1) { in ivybridge_dump_timings() 116 CAS[channel] = ((mr0[channel] >> 4) & 0x7) + 12; in ivybridge_dump_timings() 118 CAS[channel] = ((mr0[channel] >> 4) & 0x7) + 4; in ivybridge_dump_timings() 127 for (channel = 0; channel < 2; channel++) in ivybridge_dump_timings() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_smtpd.py | 51 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True) 54 channel.socket.queue_recv(line) 55 channel.handle_read() 82 def send_data(self, channel, data, enable_SMTPUTF8=False): argument 84 channel.socket.queue_recv(line) 85 channel.handle_read() 100 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True) 102 self.send_data(channel, b'From: test\n\nhello\n') 116 channel = smtpd.SMTPChannel(server, conn, addr) 118 self.send_data(channel, b'From: test\n\nh\xc3\xa9llo\xff\n') [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/ |
H A D | SelectRendezvousChannelTest.kt | 15 val channel = Channel<String>(Channel.RENDEZVOUS) in <lambda>() constant 18 assertEquals("OK", channel.receive()) in <lambda>() 24 channel.onSend("OK") { in <lambda>() 34 val channel = Channel<String>(Channel.RENDEZVOUS) in <lambda>() constant 37 assertEquals("OK", channel.receive()) in <lambda>() 43 channel.onSend("OK") { in <lambda>() 56 val channel = Channel<String>(Channel.RENDEZVOUS) in <lambda>() constant 58 channel.onSend("OK") { in <lambda>() 69 assertEquals("CHK", channel.receive()) in <lambda>() 75 channel.send("CHK") in <lambda>() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/ |
H A D | channel.c | 20 * class Channel 21 * @see https://github.com/grpc/grpc/tree/master/src/php/ext/grpc/channel.c 24 #include "channel.h" 48 void free_grpc_channel_wrapper(grpc_channel_wrapper* channel, bool free_channel) { in free_grpc_channel_wrapper() argument 49 if (free_channel && channel->wrapped) { in free_grpc_channel_wrapper() 50 grpc_channel_destroy(channel->wrapped); in free_grpc_channel_wrapper() 51 channel->wrapped = NULL; in free_grpc_channel_wrapper() 53 free(channel->target); in free_grpc_channel_wrapper() 54 free(channel->args_hashstr); in free_grpc_channel_wrapper() 55 free(channel->creds_hashstr); in free_grpc_channel_wrapper() [all …]
|
/aosp_15_r20/external/perfetto/src/base/threading/ |
H A D | channel_unittest.cc | 17 #include "perfetto/ext/base/threading/channel.h" 39 using ReadResult = Channel<int>::ReadResult; 40 using WriteResult = Channel<int>::WriteResult; 64 Channel<int> channel(1); in TEST() local 65 ASSERT_TRUE(IsReady(channel.write_fd())); in TEST() 66 ASSERT_FALSE(IsReady(channel.read_fd())); in TEST() 68 ASSERT_EQ(channel.WriteNonBlocking(100), WriteResult(true, false)); in TEST() 69 ASSERT_EQ(channel.WriteNonBlocking(101), WriteResult(false, false)); in TEST() 71 ASSERT_FALSE(IsReady(channel.write_fd())); in TEST() 72 ASSERT_TRUE(IsReady(channel.read_fd())); in TEST() [all …]
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/ |
D | ChannelTuner.java | 29 import com.android.tv.data.api.Channel; 39 * Manages the current tuned channel among browsable channels, and determines the next channel 40 * by channel up/down. But, it doesn't actually tune through TvView. 48 private final List<Channel> mChannels = new ArrayList<>(); 49 private final List<Channel> mBrowsableChannels = new ArrayList<>(); 50 private final Map<Long, Channel> mChannelMap = new HashMap<>(); 58 @Nullable private Channel mCurrentChannel; 125 /** Returns browsable channel lists. */ 126 public List<Channel> getBrowsableChannelList() { in getBrowsableChannelList() 135 /** Returns the current channel. */ [all …]
|
/aosp_15_r20/external/openthread/tests/toranj/cli/ |
H A D | test-602-channel-manager-channel-select.py | 37 # Verifies `ChannelManager` channel selection procedure 55 node.form('chan-sel', channel=24) 62 channel = 24 variable 66 verify(int(node.get_channel()) == channel) 69 delay = int(node.cli('channel manager delay')[0]) 70 # add kRequestStartJitterInterval=10000ms to expected channel manager delay 79 # Set supported channel mask to be all channels 80 node.cli('channel manager supported', all_channels_mask) 88 result = cli.Node.parse_list(node.cli('channel monitor')[:5]) 92 # Issue a channel-select with quality check enabled, and verify that no [all …]
|
/aosp_15_r20/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ |
H A D | RepricingConfig.java | 17 // source: google/cloud/channel/v1/repricing.proto 19 package com.google.cloud.channel.v1; 28 * Protobuf type {@code google.cloud.channel.v1.RepricingConfig} 32 // @@protoc_insertion_point(message_implements:google.cloud.channel.v1.RepricingConfig) 57 return com.google.cloud.channel.v1.RepricingProto in getDescriptor() 64 return com.google.cloud.channel.v1.RepricingProto in internalGetFieldAccessorTable() 67 com.google.cloud.channel.v1.RepricingConfig.class, in internalGetFieldAccessorTable() 68 com.google.cloud.channel.v1.RepricingConfig.Builder.class); in internalGetFieldAccessorTable() 73 …// @@protoc_insertion_point(interface_extends:google.cloud.channel.v1.RepricingConfig.EntitlementG… 112 * Protobuf type {@code google.cloud.channel.v1.RepricingConfig.EntitlementGranularity} [all …]
|
H A D | TransferableSku.java | 17 // source: google/cloud/channel/v1/entitlements.proto 19 package com.google.cloud.channel.v1; 30 * Protobuf type {@code google.cloud.channel.v1.TransferableSku} 34 // @@protoc_insertion_point(message_implements:google.cloud.channel.v1.TransferableSku) 56 return com.google.cloud.channel.v1.EntitlementsProto in getDescriptor() 63 return com.google.cloud.channel.v1.EntitlementsProto in internalGetFieldAccessorTable() 66 com.google.cloud.channel.v1.TransferableSku.class, in internalGetFieldAccessorTable() 67 com.google.cloud.channel.v1.TransferableSku.Builder.class); in internalGetFieldAccessorTable() 71 private com.google.cloud.channel.v1.TransferEligibility transferEligibility_; 79 * <code>.google.cloud.channel.v1.TransferEligibility transfer_eligibility = 9;</code> [all …]
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmwifi_channels.h | 27 /* A chanspec holds the channel number, band, bandwidth and control sideband */ 30 /* channel defines */ 39 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */ 40 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is 216, 80 /* channel defines */ 81 #define LOWER_20_SB(channel) (((channel) > CH_10MHZ_APART) ? ((channel) - CH_10MHZ_APART) : 0) argument 82 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ? \ argument 83 ((channel) + CH_10MHZ_APART) : 0) 85 #define LL_20_SB(channel) (((channel) > 3 * CH_10MHZ_APART) ? ((channel) - 3 * CH_10MHZ_APART) : 0) argument 86 #define UU_20_SB(channel) (((channel) < (MAXCHANNEL - 3 * CH_10MHZ_APART)) ? \ argument [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | monitoring_v3.projects.notificationChannels.html | 82 <p class="firstline">Creates a new notification channel, representing a single notification endpoin… 85 <p class="firstline">Deletes a notification channel.</p> 88 …line">Gets a single notification channel. The channel includes the relevant configuration details … 91 …channel that can then be used in a call to VerifyNotificationChannel() on a different channel with… 100 <p class="firstline">Updates a notification channel. Fields not specified in the field mask remain … 103 …ion code to be delivered to the channel. The code can then be supplied in VerifyNotificationChanne… 106 …es a NotificationChannel by proving receipt of the code delivered to the channel as a result of ca… 115 …<pre>Creates a new notification channel, representing a single notification endpoint such as an em… 118 …channel will be written, this does not name the newly created channel. The resulting channel'… 123 …rd": { # Describes a change made to a configuration. # Record of the creation of this channel. [all …]
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | unix_io.c | 166 static errcode_t unix_get_stats(io_channel channel, io_stats *stats) in unix_get_stats() argument 172 EXT2_CHECK_MAGIC(channel, EXT2_ET_MAGIC_IO_CHANNEL); in unix_get_stats() 173 data = (struct unix_private_data *) channel->private_data; in unix_get_stats() 211 static errcode_t raw_read_blk(io_channel channel, in raw_read_blk() argument 225 size = (count < 0) ? -count : (ext2_loff_t) count * channel->block_size; in raw_read_blk() 229 location = ((ext2_loff_t) block * channel->block_size) + data->offset; in raw_read_blk() 236 if ((channel->align == 0) || in raw_read_blk() 237 (IS_ALIGNED(buf, channel->align) && in raw_read_blk() 238 IS_ALIGNED(location, channel->align) && in raw_read_blk() 239 IS_ALIGNED(size, channel->align))) { in raw_read_blk() [all …]
|