Home
last modified time | relevance | path

Searched refs:api_ (Results 1 – 9 of 9) sorted by relevance

/external/jdiff/src/jdiff/
DXMLToAPI.java26 private static API api_ = null; field in XMLToAPI
45 api_ = new API(); in readFile()
46 api_.name_ = apiName; // Checked later in readFile()
49 DefaultHandler handler = new APIHandler(api_, createGlobalComments); in readFile()
91 return api_; in readFile()
98 Iterator iter = api_.packages_.iterator(); in addInheritedElements()
106 ClassAPI parent = (ClassAPI)api_.classes_.get(cls.extends_); in addInheritedElements()
114 ClassAPI parent = (ClassAPI)api_.classes_.get(implName); in addInheritedElements()
176 ClassAPI parent2 = (ClassAPI)api_.classes_.get(parent.extends_); in addInheritedElements()
184 ClassAPI parent2 = (ClassAPI)api_.classes_.get(implName); in addInheritedElements()
[all …]
DAPIHandler.java22 public API api_; field in APIHandler
26 api_ = api; in APIHandler()
67 api_.dump(); in endDocument()
218 api_.currPkg_, api_.currClass_); in addTextToComments()
232 api_.currPkg_.doc_ = currentText; in addTextToComments()
233 commentID = api_.currPkg_.name_; in addTextToComments()
236 api_.currClass_.doc_ = currentText; in addTextToComments()
237 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_; in addTextToComments()
239 api_.currCtor_.doc_ = currentText; in addTextToComments()
240 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/video/
DextFFmpegDemuxer.h175 FFmpegDemuxer(AVFormatContext *fmtc_, FFMpegAPI* api_) : fmtc(fmtc_), api(api_) { in FFmpegDemuxer() argument
260 AVFormatContext *CreateFormatContext(DataProvider *pDataProvider, FFMpegAPI* api_) { in CreateFormatContext() argument
261 api = api_; in CreateFormatContext()
288 AVFormatContext *CreateFormatContext(const char *szFilePath, FFMpegAPI* api_) { in CreateFormatContext() argument
289 api = api_; in CreateFormatContext()
299 …gDemuxer(const char *szFilePath, FFMpegAPI* api_) : FFmpegDemuxer(CreateFormatContext(szFilePath, in FFmpegDemuxer() argument
300 …r(DataProvider *pDataProvider, FFMpegAPI* api_) : FFmpegDemuxer(CreateFormatContext(pDataProvider,… in FFmpegDemuxer() argument
/external/cronet/net/socket/
Dudp_socket_unittest.cc1219 EXPECT_CALL(api_, qwave_supported()).WillRepeatedly(Return(true)); in DscpManagerTest()
1220 EXPECT_CALL(api_, CreateHandle(_, _)) in DscpManagerTest()
1222 dscp_manager_ = std::make_unique<DscpManager>(&api_, INVALID_SOCKET); in DscpManagerTest()
1229 MockQwaveApi api_; member in net::DscpManagerTest
1247 EXPECT_CALL(api_, AddSocketToFlow(_, _, _, _, _, _)) in TEST_F()
1249 EXPECT_CALL(api_, SetFlow(_, kFakeFlowId1, _, _, _, _, _)); in TEST_F()
1252 EXPECT_CALL(api_, AddSocketToFlow(_, _, _, _, _, _)) in TEST_F()
1254 EXPECT_CALL(api_, SetFlow(_, _, _, _, _, _, _)).Times(0); in TEST_F()
1258 EXPECT_CALL(api_, RemoveSocketFromFlow(_, _, kFakeFlowId1, _)); in TEST_F()
1259 EXPECT_CALL(api_, CloseHandle(kFakeHandle1)); in TEST_F()
[all …]
Dudp_socket_win.cc1212 : api_(api), socket_(socket) { in DscpManager()
1221 api_->RemoveSocketFromFlow(qos_handle_, NULL, flow_id_, 0); in ~DscpManager()
1223 api_->CloseHandle(qos_handle_); in ~DscpManager()
1235 api_->RemoveSocketFromFlow(qos_handle_, NULL, flow_id_, 0); in Set()
1247 if (!api_->qwave_supported()) in PrepareForSend()
1268 if (!api_->AddSocketToFlow(qos_handle_, socket_, storage.addr, traffic_type, in PrepareForSend()
1288 api_->SetFlow(qos_handle_, flow_id_, QOSSetOutgoingDSCPValue, sizeof(buf), in PrepareForSend()
1300 api_->CloseHandle(qos_handle_); in RequestHandle()
1307 base::BindOnce(&DscpManager::DoCreateHandle, api_), in RequestHandle()
1308 base::BindOnce(&DscpManager::OnHandleCreated, api_, in RequestHandle()
Dudp_socket_win.h144 const raw_ptr<QwaveApi> api_; variable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc817 request_payload_slice = xds_client()->api_.CreateAdsRequest( in SendMessageLocked()
1206 XdsApi::AdsParseResult result = xds_client()->api_.ParseAdsResponse( in OnResponseReceivedLocked()
1410 xds_client()->api_.CreateLrsRequest(std::move(snapshot)); in SendReportLocked()
1490 xds_client()->api_.CreateLrsInitialRequest(chand()->server_); in LrsCallState()
1657 grpc_error_handle parse_error = xds_client()->api_.ParseLrsResponse( in OnResponseReceivedLocked()
1806 api_(this, &grpc_xds_client_trace, bootstrap_->node()) { in XdsClient()
2326 return api_.AssembleClientConfig(resource_type_metadata_map); in DumpClientConfigBinary()
Dxds_client.h336 XdsApi api_; variable
/external/python/cffi/doc/source/
Dcdef.rst937 .. __: out-of-line-api_