/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.cc | 420 // First entry in the string table should be an empty string. 611 uintptr_t entry; 675 header->entry = 0; 1639 // Last location described by this entry. 1659 // Last location described by this entry. 1673 // Last location described by this entry. 1693 // Last location described by this entry. 1759 JITCodeEntry* entry = static_cast<JITCodeEntry*>( 1762 entry->symfile_addr_ = reinterpret_cast<Address>(entry [all...] |
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
H A D | account_unrelated_group_auth.c | 31 static int32_t FillNonAccountAuthInfo(int32_t osAccountId, const TrustedGroupEntry *entry, 275 static int32_t AddNonAccountPkgName(const TrustedGroupEntry *entry, CJson *paramsData) in AddNonAccountPkgName() argument 277 uint32_t groupType = entry->type; in AddNonAccountPkgName() 279 if ((entry->managers).size(&(entry->managers)) == 0) { in AddNonAccountPkgName() 283 HcString ownerName = (entry->managers).get(&(entry->managers), 0); in AddNonAccountPkgName() 335 static int32_t FillNonAccountAuthInfo(int32_t osAccountId, const TrustedGroupEntry *entry, in FillNonAccountAuthInfo() argument 339 const char *groupId = StringGet(&entry->id); in FillNonAccountAuthInfo() 363 res = AddNonAccountPkgName(entry, paramsDat in FillNonAccountAuthInfo() [all...] |
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 330 match header_dirs_index.entry(dir.path.clone()) { in make_this_crate() 331 Entry::Vacant(entry) => { in make_this_crate() 332 entry.insert(this_crate.header_dirs.len()); in make_this_crate() 338 Entry::Occupied(entry) => { in make_this_crate() 339 let index = *entry.get(); in make_this_crate() 441 while let Some(Ok(entry)) = entries.next() { in best_effort_copy_headers() 442 let file_name = entry.file_name(); in best_effort_copy_headers() 446 match entry.file_type() { in best_effort_copy_headers() 448 let src = entry.path(); in best_effort_copy_headers() 456 let src = entry in best_effort_copy_headers() [all...] |
/third_party/selinux/libsepol/src/ |
H A D | optimize.c | 199 static int is_avrule_redundant(avtab_ptr_t entry, avtab_t *tab, in is_avrule_redundant() argument 209 if (!(entry->key.specified & (AVTAB_AV|AVTAB_XPERMS))) in is_avrule_redundant() 212 s_idx = entry->key.source_type - 1; in is_avrule_redundant() 213 t_idx = entry->key.target_type - 1; in is_avrule_redundant() 215 key.target_class = entry->key.target_class; in is_avrule_redundant() 216 key.specified = entry->key.specified; in is_avrule_redundant() 218 d1 = &entry->datum; in is_avrule_redundant() 248 static int is_avrule_with_attr(avtab_ptr_t entry, policydb_t *p) in is_avrule_with_attr() argument 250 unsigned int s_idx = entry->key.source_type - 1; in is_avrule_with_attr() 251 unsigned int t_idx = entry in is_avrule_with_attr() [all...] |
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 307 self.entry = self.create() 337 self.assertIsBoundingBox(self.entry.bbox(0)) 338 self.assertRaises(tkinter.TclError, self.entry.bbox, 'noindex') 339 self.assertRaises(tkinter.TclError, self.entry.bbox, None) 342 self.entry.pack() 343 self.entry.update() 346 self.assertEqual(self.entry.identify(5, 5), self.IDENTIFY_AS) 347 self.assertEqual(self.entry.identify(-1, -1), "") 349 self.assertRaises(tkinter.TclError, self.entry.identify, None, 5) 350 self.assertRaises(tkinter.TclError, self.entry [all...] |
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | test_camera_base.cpp | 129 camera_metadata_item_t entry; in PrintFaceDetectInfo() local 131 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_DETECT_SWITCH, &entry); in PrintFaceDetectInfo() 136 uint8_t switchValue = *(entry.data.u8); in PrintFaceDetectInfo() 139 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_RECTANGLES, &entry); in PrintFaceDetectInfo() 144 uint32_t rectCount = entry.count; in PrintFaceDetectInfo() 149 faceRectangle.push_back(*(entry.data.f + i)); in PrintFaceDetectInfo() 158 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_IDS, &entry); in PrintFaceDetectInfo() 163 uint32_t idCount = entry.count; in PrintFaceDetectInfo() 167 faceIds.push_back(*(entry.data.i32 + i)); in PrintFaceDetectInfo() 708 camera_metadata_item_t entry; in PrintStabiliInfo() local 733 camera_metadata_item_t entry; PrintFpsInfo() local [all...] |
/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | test_camera_base.cpp | 143 camera_metadata_item_t entry; in PrintFaceDetectInfo() local 145 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_DETECT_SWITCH, &entry); in PrintFaceDetectInfo() 150 uint8_t switchValue = *(entry.data.u8); in PrintFaceDetectInfo() 153 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_RECTANGLES, &entry); in PrintFaceDetectInfo() 158 uint32_t rectCount = entry.count; in PrintFaceDetectInfo() 163 faceRectangle.push_back(*(entry.data.f + i)); in PrintFaceDetectInfo() 172 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_IDS, &entry); in PrintFaceDetectInfo() 177 uint32_t idCount = entry.count; in PrintFaceDetectInfo() 181 faceIds.push_back(*(entry.data.i32 + i)); in PrintFaceDetectInfo() 729 camera_metadata_item_t entry; in PrintStabiliInfo() local 754 camera_metadata_item_t entry; PrintFpsInfo() local [all...] |
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | test_display.cpp | 153 camera_metadata_item_t entry; in PrintFaceDetectInfo() local 155 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_DETECT_SWITCH, &entry); in PrintFaceDetectInfo() 160 uint8_t switchValue = *(entry.data.u8); in PrintFaceDetectInfo() 163 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_RECTANGLES, &entry); in PrintFaceDetectInfo() 168 uint32_t rectCount = entry.count; in PrintFaceDetectInfo() 173 faceRectangle.push_back(*(entry.data.f + i)); in PrintFaceDetectInfo() 182 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_IDS, &entry); in PrintFaceDetectInfo() 187 uint32_t idCount = entry.count; in PrintFaceDetectInfo() 191 faceIds.push_back(*(entry.data.i32 + i)); in PrintFaceDetectInfo() 728 camera_metadata_item_t entry; in PrintStabiliInfo() local 753 camera_metadata_item_t entry; PrintFpsInfo() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_schedule.c | 150 struct hash_entry *entry = _mesa_hash_table_search(ht, key); in _mesa_hash_table_search_data() local 151 if (!entry) in _mesa_hash_table_search_data() 153 return entry->data; in _mesa_hash_table_search_data() 246 struct hash_entry *entry = _mesa_hash_table_search(state->reg_map, in nir_schedule_reg_src_deps() local 248 if (!entry) in nir_schedule_reg_src_deps() 250 nir_schedule_node *dst_n = entry->data; in nir_schedule_reg_src_deps() 273 struct hash_entry *entry = _mesa_hash_table_search(state->reg_map, in nir_schedule_reg_dest_deps() local 275 if (!entry) { in nir_schedule_reg_dest_deps() 279 nir_schedule_node **before = (nir_schedule_node **)&entry->data; in nir_schedule_reg_dest_deps() 854 struct set_entry *entry in nir_schedule_mark_use() local 869 struct set_entry *entry = _mesa_set_search(remaining_uses, nir_schedule_mark_src_scheduled() local [all...] |
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramBuilder.cpp | 282 wgpu::BindGroupLayoutEntry entry; in Build() local 283 entry.binding = GrSPIRVUniformHandler::kUniformBinding; in Build() 284 entry.visibility = wgpu::ShaderStage::Vertex | wgpu::ShaderStage::Fragment; in Build() 285 entry.buffer.type = wgpu::BufferBindingType::Uniform; in Build() 286 uniformLayoutEntries.push_back(std::move(entry)); in Build() 299 wgpu::BindGroupLayoutEntry entry; in Build() local 300 entry.binding = binding++; in Build() 301 entry.visibility = wgpu::ShaderStage::Fragment; in Build() 302 entry.sampler.type = wgpu::SamplerBindingType::Filtering; in Build() 303 textureLayoutEntries.push_back(std::move(entry)); in Build() 306 wgpu::BindGroupLayoutEntry entry; Build() local [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfdriver.c | 490 TT_Name entry, in get_win_string() 504 if ( FT_QALLOC( result, entry->stringLength / 2 + 1 ) ) in get_win_string() 507 if ( FT_STREAM_SEEK( entry->stringOffset ) || in get_win_string() 508 FT_FRAME_ENTER( entry->stringLength ) ) in get_win_string() 514 for ( len = entry->stringLength / 2; len > 0; len--, p += 2 ) in get_win_string() 538 entry->stringLength = 0; in get_win_string() 539 entry->stringOffset = 0; in get_win_string() 540 FT_FREE( entry->string ); in get_win_string() 549 TT_Name entry, in get_apple_string() 563 if ( FT_QALLOC( result, entry in get_apple_string() 488 get_win_string( FT_Memory memory, FT_Stream stream, TT_Name entry, char_type_func char_type, FT_Bool report_invalid_characters ) get_win_string() argument 547 get_apple_string( FT_Memory memory, FT_Stream stream, TT_Name entry, char_type_func char_type, FT_Bool report_invalid_characters ) get_apple_string() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | copy_prop_arrays.cpp | 158 access_ids.begin(), [](const AccessChainEntry& entry) { in BuildNewAccessChain() 159 assert(entry.is_result_id && "Constants needs to be built first."); in BuildNewAccessChain() 160 return entry.result_id; in BuildNewAccessChain() 455 const AccessChainEntry& entry, uint32_t value) const { 456 if (!entry.is_result_id) { 457 return entry.immediate == value; 462 const_mgr->FindDeclaredConstant(entry.result_id); 836 [&const_mgr](const AccessChainEntry& entry) { 837 if (entry.is_result_id) { 839 const_mgr->FindDeclaredConstant(entry [all...] |
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_setting.cpp | 598 auto entry = GetEntry(type, [&property, &subProperty](UvEntry &entry) { in OnImeChange() local 599 entry.property = property; in OnImeChange() 600 entry.subProperty = subProperty; in OnImeChange() 602 if (entry == nullptr) { in OnImeChange() 603 IMSA_HILOGD("failed to get uv entry."); in OnImeChange() 612 auto task = [entry]() { in OnImeChange() 613 auto getImeChangeProperty = [entry](napi_env env, napi_value *args, uint8_t argc) -> bool { in OnImeChange() 617 napi_value subProperty = JsInputMethod::GetJsInputMethodSubProperty(env, entry->subProperty); in OnImeChange() 618 napi_value property = JsInputMethod::GetJsInputMethodProperty(env, entry in OnImeChange() 678 auto entry = GetEntry(type, [&info](UvEntry &entry) { entry.windowInfo = { info }; }); OnPanelStatusChange() local 718 std::shared_ptr<UvEntry> entry = nullptr; GetEntry() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_precision.cpp | 95 /* List of child rvalues that can be lowered. When this stack entry is 134 void add_lowerable_children(const stack_entry &entry); 197 /* Add a new stack entry for this instruction */ in stack_enter() 198 stack_entry entry; in stack_enter() local 200 entry.instr = ir; in stack_enter() 201 entry.state = state->in_assignee ? CANT_LOWER : UNKNOWN; in stack_enter() 203 state->stack.push_back(entry); in stack_enter() 207 find_lowerable_rvalues_visitor::add_lowerable_children(const stack_entry &entry) in add_lowerable_children() argument 212 for (auto &it : entry.lowerable_children) in add_lowerable_children() 219 const stack_entry &entry in pop_stack_entry() local 846 struct set_entry *entry = _mesa_set_search(lowerable_rvalues, *rvalue); handle_rvalue() local 920 struct hash_entry *entry = _mesa_hash_table_search(lowered_builtins, sig); map_builtin() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 505 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; in search_drawpixels_cache() local 507 if (width == entry->width && in search_drawpixels_cache() 508 height == entry->height && in search_drawpixels_cache() 509 format == entry->format && in search_drawpixels_cache() 510 type == entry->type && in search_drawpixels_cache() 511 pixels == entry->user_pointer && in search_drawpixels_cache() 512 entry->image) { in search_drawpixels_cache() 513 assert(entry->texture); in search_drawpixels_cache() 516 if (memcmp(pixels, entry->image, width * height * bpp) == 0) { in search_drawpixels_cache() 518 pipe_resource_reference(&pt, entry in search_drawpixels_cache() 550 const struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; find_oldest_drawpixels_cache_entry() local 578 struct drawpix_cache_entry *entry = cache_drawpixels_image() local 1948 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; st_destroy_drawpix() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | compile-i386.c | 996 struct expression *entry, **list; in sort_array() local 1003 list = malloc(sizeof(entry) * elem); in sort_array() 1013 FOR_EACH_PTR(expr->expr_list, entry) { in sort_array() 1014 if ((entry->type == EXPR_POS) || (entry->type == EXPR_VALUE)) { in sort_array() 1015 /* add entry to list[], in sorted order */ in sort_array() 1017 list[0] = entry; in sort_array() 1021 if (sort_array_cmp(entry, list[i]) <= 0) in sort_array() 1033 (sorted - i) * sizeof(entry)); in sort_array() 1034 list[i] = entry; in sort_array() 1053 struct expression *entry; emit_array() local 2290 struct expression *entry; x86_initializer_expr() local [all...] |
H A D | storage.h | 71 struct storage_hash *entry = __alloc_storage_hash(0); in alloc_storage_hash() local 72 struct storage **usep = &entry->storage; in alloc_storage_hash() 76 return entry; in alloc_storage_hash()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/stability_node/ |
H A D | stability_node.cpp | 55 camera_metadata_item_t entry; in PrintNodeMetaData() local 62 int ret = FindCameraMetadataItem(data, OHOS_CONTROL_VIDEO_STABILIZATION_MODE, &entry); in PrintNodeMetaData() 67 CAMERA_LOGE("%{public}s get videoStabiliMode value = %{public}d", __FUNCTION__, *(entry.data.u8)); in PrintNodeMetaData()
|
/third_party/mesa3d/include/android_stub/log/ |
H A D | logprint.h | 117 * entry allocated by caller. Pointers will point directly into buf 119 * Returns 0 on success and -1 on invalid wire format (entry will be 123 AndroidLogEntry* entry); 132 AndroidLogEntry* entry, 156 const AndroidLogEntry* entry);
|
/third_party/node/test/fixtures/wpt/user-timing/ |
H A D | measure-l3.any.js | 3 function endTime(entry) { 4 return entry.startTime + entry.duration; 14 }, "When the end mark is given and the start is unprovided, the end time of the measure entry should be the end mark's time, the start time should be 0."); 26 }, "When the start mark is given and the end is unprovided, the start time of the measure entry should be the start mark's time, the end should be now."); 35 }, "When start and end mark are both given, the start time and end time of the measure entry should be the the marks' time, repectively");
|
/third_party/node/test/parallel/ |
H A D | test-snapshot-weak-reference.js | 16 function runTest(entry) { 17 console.log('running test with', entry); 25 entry,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node-cache.h | 40 // location in this cache that stores an entry for the key. If the location 43 // entry with a new node. 48 for (const auto& entry : map_) { in GetCachedNodes() 49 if (entry.second) nodes->push_back(entry.second); in GetCachedNodes()
|
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | caged-heap-local-data.h | 26 // regions (cards). Each entry in the table represents generation of the objects 53 const size_t entry = offset >> kGranularityBits; in card() local 54 CPPGC_DCHECK(table_.size() > entry); in card() 55 return entry; in card()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | horizontal_metrics_table.h | 53 int32_t HMetricAdvanceWidth(int32_t entry); 54 int32_t HMetricLSB(int32_t entry); 55 int32_t LsbTableEntry(int32_t entry);
|
/third_party/toybox/toys/other/ |
H A D | uptime.c | 32 struct utmpx *entry; in uptime_main() local 73 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
|