/third_party/node/deps/v8/src/ic/ |
H A D | call-optimization.cc | 130 Handle<FunctionTemplateInfo> info(function->shared().get_api_func_data(), in AnalyzePossibleApiFunction() 134 HeapObject call_code = info->call_code(kAcquireLoad); in AnalyzePossibleApiFunction() 138 if (!info->signature().IsUndefined(isolate)) { in AnalyzePossibleApiFunction() 140 handle(FunctionTemplateInfo::cast(info->signature()), isolate); in AnalyzePossibleApiFunction() 144 accept_any_receiver_ = info->accept_any_receiver(); in AnalyzePossibleApiFunction()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-register-optimizer.h | 130 void CreateMaterializedEquivalent(RegisterInfo* info); 131 RegisterInfo* GetMaterializedEquivalent(RegisterInfo* info); 132 RegisterInfo* GetMaterializedEquivalentNotAccumulator(RegisterInfo* info); 133 void Materialize(RegisterInfo* info); 185 void AllocateRegister(RegisterInfo* info); 194 // Direct mapping to register info.
|
/third_party/node/deps/v8/src/objects/ |
H A D | debug-objects.h | 85 // Find the break point info holding this break point object. 139 // Get the break point info object for a source position. 152 static void ClearBreakPoint(Isolate* isolate, Handle<BreakPointInfo> info, 155 static void SetBreakPoint(Isolate* isolate, Handle<BreakPointInfo> info, 157 // Check if break point info has this break point. 158 static bool HasBreakPoint(Isolate* isolate, Handle<BreakPointInfo> info, 160 // Check if break point info has break point with this id. 162 Handle<BreakPointInfo> info, 186 // Print debug info. 211 static int GetSourcePosition(Handle<StackFrameInfo> info); [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_derived.c | 59 for (i = 0; i < fs->info.num_inputs; i++) { in calculate_vertex_layout() 60 switch (fs->info.input_semantic_name[i]) { in calculate_vertex_layout() 67 assert(fs->info.input_semantic_index[i] < 2); in calculate_vertex_layout() 68 colors[fs->info.input_semantic_index[i]] = true; in calculate_vertex_layout() 79 fs->info.input_semantic_name[i]); in calculate_vertex_layout()
|
/third_party/python/Lib/distutils/ |
H A D | archive_util.py | 92 log.info('Creating tar archive') 158 log.info("creating '%s' and adding '%s' to it", 173 log.info("adding '%s'", path) 178 log.info("adding '%s'", path) 183 log.info("adding '%s'", path)
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTexture.cpp | 114 GrGLTextureInfo info; in getBackendTexture() local 115 info.fTarget = target_from_texture_type(this->textureType()); in getBackendTexture() 116 info.fID = fID; in getBackendTexture() 117 info.fFormat = GrGLFormatToEnum(fFormat); in getBackendTexture() 118 return GrBackendTexture(this->width(), this->height(), this->mipmapped(), info, fParameters); in getBackendTexture()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Debug.cpp | 74 // Tell sysctl what info we're requestion. Specifically we're asking for in IsUnderDebugger() 75 // info about this our PID. in IsUnderDebugger() 83 struct kinfo_proc info; in IsUnderDebugger() 84 size_t size = sizeof(info); in IsUnderDebugger() 86 info.kp_proc.p_flag = 0; in IsUnderDebugger() 88 // Get the info we're requesting, if sysctl fails then info.kp_proc.p_flag will remain 0. in IsUnderDebugger() 89 res = sysctl(request, sizeof(request) / sizeof(*request), &info, &size, NULL, 0); in IsUnderDebugger() 93 return ((info.kp_proc.p_flag & P_TRACED) != 0); in IsUnderDebugger()
|
/third_party/skia/tests/ |
H A D | WrappedSurfaceCopyOnWriteTest.cpp | 27 auto info = SkImageInfo::Make({10, 10}, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 29 info, in DEF_GPUTEST_FOR_ALL_CONTEXTS() 85 GrImageInfo info(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 91 info, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 98 info, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | BitmapGetColorTest.cpp | 38 SkImageInfo info = SkImageInfo::Make(2, 2, gRec[i].fColorType, in DEF_TEST() local 42 bm.installPixels(info, storage, info.minRowBytes()); in DEF_TEST()
|
/third_party/skia/gm/ |
H A D | mac_aa_explorer.cpp | 48 CGBitmapInfo info; in make_cg_ctx() local 53 info = kCGBitmapByteOrder32Host | (CGBitmapInfo)kCGImageAlphaNoneSkipFirst; in make_cg_ctx() 57 info = kCGImageAlphaNone; in make_cg_ctx() 61 info = kCGImageAlphaOnly; in make_cg_ctx() 68 cs, info); in make_cg_ctx()
|
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | tcl.rs | 117 let mut info: tcl_regexp_info = unsafe { mem::zeroed() }; in find_at() variables 119 Tcl_RegExpGetInfo(self.re, &mut info); in find_at() 120 let s = start as c_long + (*info.matches).start; in find_at() 121 let e = start as c_long + (*info.matches).end; in find_at() 212 fn Tcl_RegExpGetInfo(re: *mut tcl_regexp, info: *mut tcl_regexp_info); in Tcl_RegExpGetInfo()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.c | 96 gl_shader_stage stage = zs->nir->info.stage; in get_shader_module_for_stage() 107 if (ctx && zs->nir->info.num_inlinable_uniforms && in get_shader_module_for_stage() 110 inline_size = zs->nir->info.num_inlinable_uniforms; in get_shader_module_for_stage() 298 if (ctx && zs->nir->info.num_inlinable_uniforms && in update_cs_shader_module() 301 inline_size = zs->nir->info.num_inlinable_uniforms; in update_cs_shader_module() 374 if (((struct zink_compute_program*)pg)->shader->nir->info.stage == MESA_SHADER_KERNEL) { in zink_pipeline_layout_create() 418 if (!prog->nir[producer->info.stage]) in assign_io() 419 prog->nir[producer->info.stage] = nir_shader_clone(prog, producer); in assign_io() 422 zink_compiler_assign_io(prog->nir[producer->info.stage], prog->nir[j]); in assign_io() 471 if (screen->info in zink_create_gfx_program() [all...] |
H A D | zink_compiler.c | 82 return BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_WORK_DIM); in reads_work_dim() 112 if (shader->info.stage != MESA_SHADER_KERNEL) in lower_work_dim() 235 if (shader->info.stage != MESA_SHADER_VERTEX) in lower_64bit_vertex_attribs() 274 if (shader->info.stage != MESA_SHADER_VERTEX) in lower_basevertex() 277 if (!BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_BASE_VERTEX)) in lower_basevertex() 309 if (shader->info.stage != MESA_SHADER_VERTEX) in lower_drawid() 312 if (!BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_DRAW_ID)) in lower_drawid() 367 if (!screen->info.feats.features.shaderInt64) in zink_screen_init_compiler() 370 if (!screen->info.feats.features.shaderFloat64) { in zink_screen_init_compiler() 386 if (screen->info in zink_screen_init_compiler() [all...] |
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 139 /* Lookup for text info on service instance */ 270 struct mdns_rr_info info; member 276 struct mdns_rr_info info; member 763 /* Request for info about my service */ in check_service() 1045 * @param info The struct to fill with domain, type and class 1049 mdns_read_rr_info(struct mdns_packet *pkt, struct mdns_rr_info *info) in mdns_read_rr_info() argument 1052 pkt->parse_offset = mdns_readname(pkt->pbuf, pkt->parse_offset, &info->domain); in mdns_read_rr_info() 1062 info->type = lwip_ntohs(field16); in mdns_read_rr_info() 1069 info->klass = lwip_ntohs(field16); in mdns_read_rr_info() 1095 res = mdns_read_rr_info(pkt, &question->info); in mdns_read_question() [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 1017 snd_pcm_info_t *info; in pa_alsa_init_proplist_pcm() local 1021 snd_pcm_info_alloca(&info); in pa_alsa_init_proplist_pcm() 1024 pa_log_warn("Error fetching hardware parameter info: %s", pa_alsa_strerror(err)); in pa_alsa_init_proplist_pcm() 1031 if ((err = snd_pcm_info(pcm, info)) < 0) in pa_alsa_init_proplist_pcm() 1032 pa_log_warn("Error fetching PCM info: %s", pa_alsa_strerror(err)); in pa_alsa_init_proplist_pcm() 1034 pa_alsa_init_proplist_pcm_info(c, p, info); in pa_alsa_init_proplist_pcm() 1040 snd_ctl_card_info_t *info; in pa_alsa_init_proplist_ctl() local 1045 snd_ctl_card_info_alloca(&info); in pa_alsa_init_proplist_ctl() 1052 if ((err = snd_ctl_card_info(ctl, info)) < 0) { in pa_alsa_init_proplist_ctl() 1053 pa_log_warn("Control device %s card info in pa_alsa_init_proplist_ctl() 1374 snd_pcm_info_t* info; pa_alsa_get_driver_name_by_pcm() local 1539 snd_pcm_info_t* info; pa_alsa_pcm_is_hw() local 1551 snd_pcm_info_t* info; pa_alsa_pcm_is_modem() local 1779 snd_ctl_card_info_t *info; pa_alsa_open_mixer_by_name() local 1824 snd_pcm_info_t* info; pa_alsa_open_mixer_for_pcm() local 1871 snd_ctl_elem_info_t *info; pa_alsa_get_hdmi_eld() local [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_getscopes_die.c | 69 void *info = die->addr; in dwarf_getscopes_die() local 70 int result = __libdw_visit_scopes (1, &cu, NULL, &scope_visitor, NULL, &info); in dwarf_getscopes_die() 72 *scopes = info; in dwarf_getscopes_die()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-init.c | 74 const struct lws_context_creation_info *info) in lws_plat_init() 106 if (info->plugin_dirs) in lws_plat_init() 107 lws_plat_plugins_init(context, info->plugin_dirs); in lws_plat_init() 73 lws_plat_init(struct lws_context *context, const struct lws_context_creation_info *info) lws_plat_init() argument
|
/third_party/node/test/node-api/test_fatal/ |
H A D | test_fatal.c | 17 static napi_value Test(napi_env env, napi_callback_info info) { in Test() argument 23 static napi_value TestThread(napi_env env, napi_callback_info info) { in TestThread() argument 30 static napi_value TestStringLength(napi_env env, napi_callback_info info) { in TestStringLength() argument
|
/third_party/node/test/parallel/ |
H A D | test-ttywrap-invalid-fd.js | 23 const info = { 43 info 56 info
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-marking-state-inl.h | 36 LocalEmbedderHeapTracer::WrapperInfo info; in MarkAndPush() local 38 isolate_, wrapper_descriptor_, type_slot, instance_slot, &info)) { in MarkAndPush() 40 cppgc::internal::HeapObjectHeader::FromObject(info.second)); in MarkAndPush()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-compilation-unit.cc | 8 #include "src/maglev/maglev-compilation-info.h" 16 MaglevCompilationUnit::MaglevCompilationUnit(MaglevCompilationInfo* info, in MaglevCompilationUnit() argument 18 : info_(info), in MaglevCompilationUnit() 26 stack_value_repr_(info->zone()) {} in MaglevCompilationUnit()
|
/third_party/rust/crates/bindgen/bindgen-cli/ |
H A D | main.rs | 24 log::info!( in clang_version_check() 44 std::panic::set_hook(Box::new(move |info| { in main() 48 println!("{}", info); in main()
|
/third_party/skia/src/gpu/ |
H A D | GrBackendSemaphore.cpp | 21 void GrBackendSemaphore::assignD3DFenceInfo(const GrD3DFenceInfo& info) { in assignD3DFenceInfo() argument 24 *fD3DFenceInfo = info; in assignD3DFenceInfo() 26 fD3DFenceInfo = new GrD3DFenceInfo(info); in assignD3DFenceInfo()
|
/third_party/skia/src/core/ |
H A D | SkAutoPixmapStorage.h | 48 static size_t AllocSize(const SkImageInfo& info, size_t* rowBytes); 69 void reset(const SkImageInfo& info, const void* addr, size_t rb) { in reset() argument 71 this->INHERITED::reset(info, addr, rb); in reset()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerShaderModule.cpp | 40 const WGPUCompilationInfo* info, in OnShaderModuleGetCompilationInfo() 46 cmd.info = info; in OnShaderModuleGetCompilationInfo() 39 OnShaderModuleGetCompilationInfo(WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info, ShaderModuleGetCompilationInfoUserdata* data) OnShaderModuleGetCompilationInfo() argument
|