/third_party/node/deps/brotli/c/enc/ |
H A D | hash_rolling_inc.h | 70 self->table = (uint32_t*)common->extra; in Initialize()
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | impl_debug.rs | 55 /// Any extra parameter required by this a particular `ImplDebug` implementation. 63 extra: Self::Extra, in impl_debug()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_rolling_inc.h | 70 self->table = (uint32_t*)common->extra; in Initialize()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_parser.cpp | 432 metaData[i]->extra = Utils::Strdup(ParseValue(objectItem, PROFILE_KEY_MODULE_METADATA_EXTRA)); in ParseMetaData() 433 CHECK_NULL(metaData[i]->extra, ERR_APPEXECFWK_INSTALL_FAILED_PARSE_METADATA_ERROR); in ParseMetaData() 573 bundleProfile.moduleInfo.metaData[i]->extra = ParseValue(objectItem, PROFILE_KEY_MODULE_METADATA_EXTRA); in ParseModuleMetaData() 574 CHECK_NULL(bundleProfile.moduleInfo.metaData[i]->extra, in ParseModuleMetaData()
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_client.c | 137 ConnEventExtra extra = { in ConnGattClientConnect() local 142 CONN_EVENT(EVENT_SCENE_CONNECT, EVENT_STAGE_CONNECT_INVOKE_PROTOCOL, extra); in ConnGattClientConnect() 750 ConnAuditExtra extra = { in BleGattcNotificationReceiveCallback() local 755 CONN_AUDIT(STATS_SCENE_CONN_BT_RECV_FAILED, extra); in BleGattcNotificationReceiveCallback()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 1093 int extra = 0; 1095 glyphs[i] = macGlyphs[i + extra]; 1096 if (SkUTF::IsLeadingSurrogateUTF16(src[i + extra])) { 1097 ++extra;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 299 char *extra = ""; in SM_STATE() local 310 extra = " (pre-authentication)"; in SM_STATE() 312 extra = " (PMKSA cache)"; in SM_STATE() 317 extra); in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 300 char *extra = ""; in SM_STATE() local 311 extra = " (pre-authentication)"; in SM_STATE() 313 extra = " (PMKSA cache)"; in SM_STATE() 318 extra); in SM_STATE()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 876 uint8_t *extra = nullptr; in WriteVideoSample() local 879 hevcParser_->ParseExtraData(sample->memory_->GetAddr(), sample->memory_->GetSize(), &extra, &size); in WriteVideoSample() 880 FALSE_RETURN_V_MSG_E(SetCodecParameterExtra(st, extra, size) == Status::NO_ERROR, in WriteVideoSample() 896 auto &extra = videoTracksInfo_[trackIndex].extraData_; in WriteVideoSample() local 897 SetCodecParameterExtra(st, extra.data(), extra.size()); in WriteVideoSample()
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_auth_manager_first.cpp | 462 std::string extra = "extraTest"; in HWTEST_F() local 463 int32_t ret = authManager_->AuthenticateDevice(pkgName, authType, deviceId, extra); in HWTEST_F() 470 std::string extra; in HWTEST_F() local 482 int32_t ret = authManager_->AuthenticateDevice(pkgName, authType, deviceId, extra); in HWTEST_F() 491 std::string extra = "extraTest"; in HWTEST_F() local 497 int32_t ret = authManager_->AuthenticateDevice(pkgName, authType, deviceId, extra); in HWTEST_F()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | intermOut.cpp | 73 void setDoubleOutput(EExtraOutput extra) { extraOutput = extra; } in setDoubleOutput() argument 1209 static void OutputDouble(TInfoSink& out, double value, TOutputTraverser::EExtraOutput extra) in OutputDouble() argument 1239 switch (extra) { in OutputDouble() 1260 TOutputTraverser::EExtraOutput extra, int depth) in OutputConstantUnion() 1280 OutputDouble(out, constUnion[i].getDConst(), extra); in OutputConstantUnion() 1259 OutputConstantUnion(TInfoSink& out, const TIntermTyped* node, const TConstUnionArray& constUnion, TOutputTraverser::EExtraOutput extra, int depth) OutputConstantUnion() argument
|
/third_party/jinja2/ |
H A D | compiler.py | 468 self, x: str, node: t.Optional[nodes.Node] = None, extra: int = 0 471 self.newline(node, extra) 474 def newline(self, node: t.Optional[nodes.Node] = None, extra: int = 0) -> None: 476 self._new_lines = max(self._new_lines, 1 + extra) 488 A leading comma is added automatically. The extra keyword 490 error could occur. The extra keyword arguments should be given 871 f"{self.func('root')}(context, missing=missing{envenv}):", extra=1 940 self.writeline(f"blocks = {{{blocks_kv_str}}}", extra=1) 1454 """Output extra source code before visiting a child of an 1470 """Output extra sourc [all...] |
/third_party/node/deps/zlib/ |
H A D | deflate.c | 501 * extra bits, for lengths 131 to 257. The longest fixed distance codes are in deflateInit2_() 502 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest in deflateInit2_() 905 if (s->gzhead->extra != Z_NULL) in deflateBound() 1097 (s->gzhead->extra == Z_NULL ? 0 : 4) + in deflate() 1109 if (s->gzhead->extra != Z_NULL) { in deflate() 1121 if (s->gzhead->extra != Z_NULL) { in deflate() 1127 s->gzhead->extra + s->gzindex, copy); in deflate() 1140 s->gzhead->extra + s->gzindex, left); in deflate()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 348 * extra bits, for lengths 131 to 257. The longest fixed distance codes are 349 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest 733 if (s->gzhead->extra != Z_NULL) 931 (s->gzhead->extra == Z_NULL ? 0 : 4) + 943 if (s->gzhead->extra != Z_NULL) { 955 if (s->gzhead->extra != Z_NULL) { 961 s->gzhead->extra + s->gzindex, copy); 974 s->gzhead->extra + s->gzindex, left);
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 399 def writeline(self, x, node=None, extra=0): 401 self.newline(node, extra) 404 def newline(self, node=None, extra=0): 406 self._new_lines = max(self._new_lines, 1 + extra) 413 A leading comma is added automatically. The extra keyword 415 error could occur. The extra keyword arguments should be given 757 "%s(context, missing=missing%s):" % (self.func("root"), envenv), extra=1 828 extra=1, 1352 """Output extra source code before visiting a child of an 1366 """Output extra sourc [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | compiler.py | 397 def writeline(self, x, node=None, extra=0): 399 self.newline(node, extra) 402 def newline(self, node=None, extra=0): 404 self._new_lines = max(self._new_lines, 1 + extra) 411 A leading comma is added automatically. The extra keyword 413 error could occour. The extra keyword arguments should be given 738 (self.func('root'), envenv), extra=1) 805 extra=1)
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 469 extra=None, server=None): 476 extra=None, server=None, 484 address=None, waiter=None, extra=None): 489 extra=None): 494 extra=None): 500 extra=None, **kwargs):
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 399 def writeline(self, x, node=None, extra=0): 401 self.newline(node, extra) 404 def newline(self, node=None, extra=0): 406 self._new_lines = max(self._new_lines, 1 + extra) 413 A leading comma is added automatically. The extra keyword 415 error could occur. The extra keyword arguments should be given 757 "%s(context, missing=missing%s):" % (self.func("root"), envenv), extra=1 828 extra=1, 1352 """Output extra source code before visiting a child of an 1366 """Output extra sourc [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 343 * extra bits, for lengths 131 to 257. The longest fixed distance codes are 344 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest 727 if (s->gzhead->extra != Z_NULL) 923 (s->gzhead->extra == Z_NULL ? 0 : 4) + 935 if (s->gzhead->extra != Z_NULL) { 947 if (s->gzhead->extra != Z_NULL) { 953 s->gzhead->extra + s->gzindex, copy); 966 s->gzhead->extra + s->gzindex, left);
|
/third_party/zlib/ |
H A D | deflate.c | 465 * extra bits, for lengths 131 to 257. The longest fixed distance codes are in deflateInit2_() 466 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest in deflateInit2_() 873 if (s->gzhead->extra != Z_NULL) in deflateBound() 1067 (s->gzhead->extra == Z_NULL ? 0 : 4) + in deflate() 1079 if (s->gzhead->extra != Z_NULL) { in deflate() 1091 if (s->gzhead->extra != Z_NULL) { in deflate() 1097 s->gzhead->extra + s->gzindex, copy); in deflate() 1110 s->gzhead->extra + s->gzindex, left); in deflate()
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1108 # Tcl sometimes returns extra windows, e.g. for 2616 def __init__(self, master, widgetName, cnf={}, kw={}, extra=()): 2629 (widgetName, self._w) + extra + self._options(cnf)) 2666 extra = () 2675 extra = extra + (opt, val) 2677 BaseWidget.__init__(self, master, 'toplevel', cnf, {}, extra) 3183 extra = () 3185 extra = ('-class', cnf['class_']) 3188 extra [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 6860 const struct radv_graphics_pipeline_create_info *extra, in radv_pipeline_init_extra() 6866 if (extra->custom_blend_mode == V_028808_CB_ELIMINATE_FAST_CLEAR || in radv_pipeline_init_extra() 6867 extra->custom_blend_mode == V_028808_CB_FMASK_DECOMPRESS || in radv_pipeline_init_extra() 6868 extra->custom_blend_mode == V_028808_CB_DCC_DECOMPRESS_GFX8 || in radv_pipeline_init_extra() 6869 extra->custom_blend_mode == V_028808_CB_DCC_DECOMPRESS_GFX11 || in radv_pipeline_init_extra() 6870 extra->custom_blend_mode == V_028808_CB_RESOLVE) { in radv_pipeline_init_extra() 6876 if (extra->custom_blend_mode == V_028808_CB_RESOLVE) in radv_pipeline_init_extra() 6880 pipeline->cb_color_control |= S_028808_MODE(extra->custom_blend_mode); in radv_pipeline_init_extra() 6883 if (extra->use_rectlist) { in radv_pipeline_init_extra() 6895 ds_state->db_render_control |= S_028000_DEPTH_CLEAR_ENABLE(extra in radv_pipeline_init_extra() 6859 radv_pipeline_init_extra(struct radv_graphics_pipeline *pipeline, const struct radv_graphics_pipeline_create_info *extra, struct radv_blend_state *blend_state, struct radv_depth_stencil_state *ds_state, const struct radv_graphics_pipeline_info *info, uint32_t *vgt_gs_out_prim_type) radv_pipeline_init_extra() argument 6914 radv_graphics_pipeline_init(struct radv_graphics_pipeline *pipeline, struct radv_device *device, struct radv_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const struct radv_graphics_pipeline_create_info *extra) radv_graphics_pipeline_init() argument 7047 radv_graphics_pipeline_create_nonlegacy(VkDevice _device, VkPipelineCache _cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const struct radv_graphics_pipeline_create_info *extra, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipeline) radv_graphics_pipeline_create_nonlegacy() argument 7079 radv_graphics_pipeline_create(VkDevice _device, VkPipelineCache _cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const struct radv_graphics_pipeline_create_info *extra, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipeline) radv_graphics_pipeline_create() argument [all...] |
/foundation/multimedia/player_framework/services/services/transcoder/server/ |
H A D | transcoder_server.cpp | 116 void TransCoderServer::OnInfo(TransCoderOnInfoType type, int32_t extra)
in OnInfo() argument 120 transCoderCb_->OnInfo(type, extra);
in OnInfo()
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_host.cpp | 463 AppExecFwk::PacMap extra = ParseTechExtras(i); in GetTechExtrasData() local 464 tagTechExtras_.push_back(extra); in GetTechExtrasData()
|
/third_party/ffmpeg/libavcodec/ |
H A D | alacenc.c | 403 // extract extra bits if needed in write_element() 407 int32_t *extra = s->predictor_buf[j]; in write_element() local 410 extra[i] = smp[i] & mask; in write_element() 436 // write extra bits if needed in write_element()
|