/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_service_test.cpp | 132 * @tc.desc: Dump info 531 sptr<AAFwk::AbilityTransitionInfo> info = new AAFwk::AbilityTransitionInfo(); in HWTEST_F() local 533 wmsHandler_->NotifyAnimationAbilityDied(info); in HWTEST_F() 543 sptr<AAFwk::AbilityTransitionInfo> info = new AAFwk::AbilityTransitionInfo(); in HWTEST_F() local 546 wmsHandler_->StartingWindow(info, pixelMap); in HWTEST_F() 556 sptr<AAFwk::AbilityTransitionInfo> info = new AAFwk::AbilityTransitionInfo(); in HWTEST_F() local 560 wmsHandler_->StartingWindow(info, pixelMap, bgColor); in HWTEST_F()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreCloudSync.test.js | 38 console.info(TAG + 'beforeAll')
121 console.info(TAG + 'beforeEach');
125 console.info(TAG + 'afterEach');
129 console.info(TAG + 'afterAll');
1173 console.info("testRdbCloudlockCloudContainer0001 lockCloudContainer succeeded time:" + time);
1194 console.info("testRdbCloudUnlockCloudContainer0001 unlockCloudContainer succeeded time:" + time);
|
/test/xts/hats/hdf/manager/managerServiceTest/ |
H A D | service_manager_hdi_test.cpp | 359 servInfo = status.info; in TestServiceListenerStop() 402 * @tc.name: Test service status listener update service info 422 * Test service status listener update service info 437 servInfo = status.info; in TestSampleService() 453 std::string info = "foo"; in TestSampleService() local 454 data.WriteCString(info.data()); in TestSampleService() 466 ASSERT_EQ(servInfo, info); in TestSampleService() 529 servInfo = status.info; in HWTEST_F()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Versions.cpp | 760 infoSink.info.message(EPrefixWarning, ("extension " + TString(extensions[i]) + " is being used for " + featureDesc).c_str(), loc); in profileRequires() 797 infoSink.info.message(EPrefixWarning, (TString(featureDesc) + " deprecated in version " + in checkDeprecated() 835 infoSink.info.message(EPrefixWarning, "The following extension must be enabled to use this feature:", loc); in checkExtensionsRequested() 839 infoSink.info.message(EPrefixWarning, ("extension " + TString(extensions[i]) + " is being used for " + featureDesc).c_str(), loc); in checkExtensionsRequested() 864 infoSink.info.message(EPrefixNone, extensions[i]); in requireExtensions() 884 infoSink.info.message(EPrefixNone, extensions[i]); in ppRequireExtensions()
|
/third_party/backends/backend/ |
H A D | dc240.c | 548 DBG (9, "%s: read info packet\n", f); in get_info() 905 DBG (1, "error: could not get info\n"); in sane_init() 1035 SANE_Action action, void *value, SANE_Int * info) in sane_control_option() 1043 DBG (127, "control_option(handle=%p,opt=%s,act=%s,val=%p,info=%p)\n", in sane_control_option() 1048 "SETAUTO")), value, (void *) info); in sane_control_option() 1063 /* initialize info to zero - we'll OR in various values later */ in sane_control_option() 1064 if (info) in sane_control_option() 1065 *info = 0; in sane_control_option() 1187 DBG (1, "error: could not get info\n"); in sane_control_option() 1257 if (info in sane_control_option() 1034 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument [all...] |
H A D | hp5400_sane.c | 823 SANE_Int info; in sane_control_option() local 828 info = 0; in sane_control_option() 912 "sane_control_option: SANE_ACTION_SET_VALUE could not retrieve panel info\n"); in sane_control_option() 930 "sane_control_option: SANE_ACTION_SET_VALUE could not retrieve panel info\n"); in sane_control_option() 995 info |= SANE_INFO_RELOAD_PARAMS; in sane_control_option() 1014 info |= SANE_INFO_RELOAD_PARAMS; in sane_control_option() 1043 info |= SANE_INFO_RELOAD_PARAMS; in sane_control_option() 1136 *pInfo = info; in sane_control_option()
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_sqtt_layer.c | 838 if (shader->info.vs.as_ls) in radv_mesa_to_rgp_shader_stage() 840 else if (shader->info.vs.as_es) in radv_mesa_to_rgp_shader_stage() 842 else if (shader->info.is_ngg) in radv_mesa_to_rgp_shader_stage() 849 if (shader->info.tes.as_es) in radv_mesa_to_rgp_shader_stage() 851 else if (shader->info.is_ngg) in radv_mesa_to_rgp_shader_stage() 906 record->shader_data[i].wavefront_size = shader->info.wave_size; in radv_add_code_object()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | compute.c | 430 struct pipe_grid_info info; in launch_grid() local 434 info.block[i] = block_layout[i]; in launch_grid() 435 info.grid[i] = grid_layout[i]; in launch_grid() 437 info.pc = pc; in launch_grid() 438 info.input = input; in launch_grid() 440 pipe->launch_grid(pipe, &info); in launch_grid()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_resource.c | 1034 struct pipe_blit_info info = { in vc4_update_shadow_baselevel_texture() local 1063 pctx->blit(pctx, &info); in vc4_update_shadow_baselevel_texture() 1082 const struct pipe_draw_info *info, in vc4_get_shadow_index_buffer() 1088 struct vc4_resource *orig = vc4_resource(info->index.resource); in vc4_get_shadow_index_buffer() 1099 if (info->has_user_indices) { in vc4_get_shadow_index_buffer() 1100 src = (uint32_t*)((char*)info->index.user + offset); in vc4_get_shadow_index_buffer() 1081 vc4_get_shadow_index_buffer(struct pipe_context *pctx, const struct pipe_draw_info *info, uint32_t offset, uint32_t count, uint32_t *shadow_offset) vc4_get_shadow_index_buffer() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_visitor.cpp | 122 assert(BITFIELD64_BIT(location) & ~nir->info.per_primitive_inputs); in interp_reg() 147 assert(BITFIELD64_BIT(location) & nir->info.per_primitive_inputs); in per_primitive_reg() 268 unsigned execution_mode = this->nir->info.float_controls_execution_mode; in emit_shader_float_controls_execution_mode() 628 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in emit_single_fb_write() 642 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in emit_single_fb_write() 681 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in emit_fb_writes()
|
/third_party/node/lib/ |
H A D | _tls_wrap.js | 213 function loadSNI(info) { 215 const servername = info.servername; 217 return requestOCSP(owner, info); 235 requestOCSP(owner, info); 279 function requestOCSP(socket, info) { 280 if (!info.OCSPRequest || !socket.server) 1047 // record fails, the handshake done info callbacks does not occur, and the 1050 // so even after .destroy(), the handshake done info callback occurs
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 45 struct tgsi_shader_info* info; member 720 reloc.target = vpc->info->num_instructions; in nvfx_vertprog_parse_instruction() 769 if(idx != (vpc->info->num_instructions - 1)) { in nvfx_vertprog_parse_instruction() 771 reloc.target = vpc->info->num_instructions; in nvfx_vertprog_parse_instruction() 976 vpc->info = &vp->info; in _nvfx_vertprog_translate()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.cc | 12 #include "src/codegen/optimized-compilation-info.h" 98 void JSHeapBroker::AttachLocalIsolate(OptimizedCompilationInfo* info, in AttachLocalIsolate() argument 100 set_canonical_handles(info->DetachCanonicalHandles()); in AttachLocalIsolate() 105 info->DetachPersistentHandles()); in AttachLocalIsolate() 108 void JSHeapBroker::DetachLocalIsolate(OptimizedCompilationInfo* info) { in DetachLocalIsolate() argument 114 info->set_canonical_handles(DetachCanonicalHandles()); in DetachLocalIsolate() 115 info->set_persistent_handles(std::move(ph)); in DetachLocalIsolate()
|
/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.cc | 442 void RecordVirtualSharedFunctionInfoDetails(SharedFunctionInfo info); 905 PrototypeInfo info = PrototypeInfo::cast(map.prototype_info()); in RecordVirtualMapDetails() local 906 Object users = info.prototype_users(); in RecordVirtualMapDetails() 960 SharedFunctionInfo info) { in RecordVirtualSharedFunctionInfoDetails() 962 if (!info.is_compiled()) { in RecordVirtualSharedFunctionInfoDetails() 964 HeapObject(), info, ObjectStats::UNCOMPILED_SHARED_FUNCTION_INFO_TYPE); in RecordVirtualSharedFunctionInfoDetails() local 959 RecordVirtualSharedFunctionInfoDetails( SharedFunctionInfo info) RecordVirtualSharedFunctionInfoDetails() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | scope-info.cc | 5 #include "src/objects/scope-info.h" 14 #include "src/objects/scope-info-inl.h" 67 // declaration scope, but are recorded in the block scope's scope info. First in Create() 106 // in the scope info object. in Create() 130 // Always reserve space for the debug name in the scope info. in Create() 135 // Always reserve space for the debug name in the scope info. in Create() 255 // Add context locals' names and info, module variables' names and info. in Create() 271 uint32_t info = in Create() local 287 Smi::FromInt(info)); in Create() 332 int info = Smi::ToInt(scope_info.get(info_index)); Create() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_emit.c | 648 if (emit->info) { in fd3_emit_state() 649 const struct pipe_draw_info *info = emit->info; in fd3_emit_state() local 659 if (info->index_size && info->primitive_restart) { in fd3_emit_state() 753 ir3_emit_vs_consts(vp, ring, ctx, emit->info, emit->indirect, emit->draw); in fd3_emit_state()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r3xx_vertprog.c | 388 const struct rc_opcode_info *info = rc_get_opcode_info(vpi->Opcode); in translate_vertex_program() local 394 if (info->HasDstReg) { in translate_vertex_program() 534 rc_error(&compiler->Base, "Unknown opcode %s\n", info->Name); in translate_vertex_program() 548 if (info->HasDstReg && vpi->DstReg.File == RC_FILE_TEMPORARY && in translate_vertex_program() 553 if (info->HasDstReg && vpi->DstReg.File == RC_FILE_OUTPUT && in translate_vertex_program() 561 for (unsigned i = 0; i < info->NumSrcRegs; i++) { in translate_vertex_program()
|
H A D | radeon_optimize.c | 489 const struct rc_opcode_info * info = in presub_helper() local 492 for (src_index = 0; src_index < info->NumSrcRegs; src_index++) { in presub_helper() 538 const struct rc_opcode_info * info = rc_get_opcode_info(inst->U.I.Opcode); in is_presub_candidate() local 572 for(i = 0; i < info->NumSrcRegs; i++) { in is_presub_candidate() 817 const struct rc_opcode_info * info = rc_get_opcode_info( in peephole_mul_omod() local 819 if (info->HasTexture) { in peephole_mul_omod()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 464 AUTHORITY_INFO_ACCESS *info; in STACK_OF() local 468 info = X509_get_ext_d2i(x, NID_info_access, NULL, NULL); in STACK_OF() 469 if (!info) in STACK_OF() 471 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(info); i++) { in STACK_OF() 472 ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i); in STACK_OF() 481 AUTHORITY_INFO_ACCESS_free(info); in STACK_OF()
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap.py | 922 info = _call_with_frames_removed(_imp.find_frozen, fullname) 923 if info is None: 937 _, ispkg, origname = info 991 info = _imp.find_frozen(fullname) 992 assert info is not None 993 _, ispkg, origname = info
|
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 464 AUTHORITY_INFO_ACCESS *info; in STACK_OF() local 468 info = X509_get_ext_d2i(x, NID_info_access, NULL, NULL); in STACK_OF() 469 if (!info) in STACK_OF() 471 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(info); i++) { in STACK_OF() 472 ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i); in STACK_OF() 481 AUTHORITY_INFO_ACCESS_free(info); in STACK_OF()
|
/third_party/skia/src/shaders/ |
H A D | SkPerlinNoiseShader.cpp | 90 SkImageInfo info = SkImageInfo::MakeA8(kBlockSize, 1); in PaintingData() local 91 fPermutationsBitmap.installPixels(info, fLatticeSelector, info.minRowBytes()); in PaintingData() 94 info = SkImageInfo::Make(kBlockSize, 4, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in PaintingData() 95 fNoiseBitmap.installPixels(info, fNoise[0][0], info.minRowBytes()); in PaintingData()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | TextureD3D12.cpp | 574 AllocationInfo info; in InitializeAsExternalTexture() local 575 info.mMethod = AllocationMethod::kExternal; in InitializeAsExternalTexture() 579 mResourceAllocation = {info, 0, std::move(d3d12Texture), nullptr}; in InitializeAsExternalTexture() 636 AllocationInfo info; in InitializeAsSwapChainTexture() local 637 info.mMethod = AllocationMethod::kExternal; in InitializeAsSwapChainTexture() 641 mResourceAllocation = {info, 0, std::move(d3d12Texture), nullptr}; in InitializeAsSwapChainTexture()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | rrm.c | 1468 struct scan_info *info) in wpas_beacon_rep_scan_process() 1480 if (info->aborted) in wpas_beacon_rep_scan_process() 1484 MAC2STR(info->scan_start_tsf_bssid), in wpas_beacon_rep_scan_process() 1487 os_memcmp(info->scan_start_tsf_bssid, wpa_s->current_bss->bssid, in wpas_beacon_rep_scan_process() 1543 } else if (info->scan_start_tsf > in wpas_beacon_rep_scan_process() 1548 if (wpas_add_beacon_rep(wpa_s, &buf, bss, info->scan_start_tsf, in wpas_beacon_rep_scan_process() 1466 wpas_beacon_rep_scan_process(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res, struct scan_info *info) wpas_beacon_rep_scan_process() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | oma_dm_client.c | 245 xml_node_t *info, *child, *replace; in add_replace_devinfo() local 249 info = node_from_file(ctx->xml, "devinfo.xml"); in add_replace_devinfo() 250 if (info == NULL) { in add_replace_devinfo() 257 xml_node_free(ctx->xml, info); in add_replace_devinfo() 262 xml_node_for_each_child(ctx->xml, child, info) { in add_replace_devinfo() 273 xml_node_free(ctx->xml, info); in add_replace_devinfo()
|