| /third_party/libuv/test/ |
| H A D | runner.c | 67 int current; in run_tests() local 90 current = 1; in run_tests() 96 test_result = run_test(task->task_name, benchmark_output, current); in run_tests() 102 current++; in run_tests()
|
| /third_party/mesa3d/bin/ |
| H A D | gen_calendar_entries.py | 169 def write_existing(writer: _csv._writer, current: typing.List[CalendarRowType]) -> typing.Iterator[CalendarRowType]: 179 for row in current: 200 current = read_calendar() 204 with write_existing(writer, current) as row:
|
| /third_party/json/tools/amalgamate/ |
| H A D | amalgamate.py | 155 current = self.content[i] 158 if current == '"': 162 elif current == '*' and previous == '/': 166 elif current == '/' and previous == '/':
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | brkeng.cpp | 338 // The span to break begins at the current position in the text, and in findBreaks() 343 int32_t current; in findBreaks() local 347 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && delegate->handles(c)) { in findBreaks() 352 rangeEnd = current; in findBreaks() 363 utext_setNativeIndex(text, current); in findBreaks()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.c | 53 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) { in nv30_context_kick_notify() 56 nouveau_fence_ref(screen->fence.current, &res->fence); in nv30_context_kick_notify() 62 nouveau_fence_ref(screen->fence.current, &res->fence_wr); in nv30_context_kick_notify() 79 nouveau_fence_ref(nv30->screen->base.fence.current, in nv30_context_flush()
|
| /third_party/libdrm/tests/modeprint/ |
| H A D | modeprint.c | 47 int current; variable 251 connector = (current ? drmModeGetConnectorCurrent : drmModeGetConnector) (fd, res->connectors[i]); in printRes() 321 current = 0; in args() 366 } else if (strcmp(argv[i], "-current") == 0) { in args() 367 current = 1; in args()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| H A D | IntermTraverse.h | 103 bool incrementDepth(TIntermNode *current) in incrementDepth() argument 106 mPath.push_back(current); in incrementDepth() 120 ScopedNodeInTraversalPath(TIntermTraverser *traverser, TIntermNode *current) in ScopedNodeInTraversalPath() argument 123 mWithinDepthLimit = mTraverser->incrementDepth(current); in ScopedNodeInTraversalPath() 329 // All the nodes from root to the current node during traversing. 331 // The current child of parent being traversed. 334 // All the code blocks from the root to the current node's parent during traversal.
|
| /third_party/skia/src/core/ |
| H A D | SkStream.cpp | 155 SkFILEStream::SkFILEStream(std::shared_ptr<FILE> file, size_t end, size_t start, size_t current) in SkFILEStream() argument 159 , fCurrent(SkTPin(current, fStart, fEnd)) in SkFILEStream() 162 SkASSERT(fCurrent == current); in SkFILEStream() 796 const SkDynamicMemoryWStream::Block* current = fCurrent; variable 799 SkASSERT(current); variable 800 size_t bytesFromCurrent = std::min(current->written() - currentOffset, bytesLeftToPeek); 801 memcpy(buffer, current->start() + currentOffset, bytesFromCurrent); 804 current = current->fNext; 831 // If possible, move backward within the current bloc [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | core-util.c | 154 /* Returns the directory of the current DLL, with '/bin/' removed if it is the last component */ 752 /* Raise the priority of the current process as much as possible that 945 const char *current = *state ? *state : c; in pa_split() local 948 if (!*current) in pa_split() 951 l = strcspn(current, delimiter); in pa_split() 952 *state = current+l; in pa_split() 957 return pa_xstrndup(current, l); in pa_split() 967 const char *current = *state ? *state : c; in pa_split_in_place() local 970 if (!*current) in pa_split_in_place() 973 l = strcspn(current, delimite in pa_split_in_place() 985 const char *current = *state ? *state : c; pa_split_spaces() local 1003 const char *current = *state ? *state : c; pa_split_spaces_in_place() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
| H A D | fiq_debugger_arm.c | 228 if (!current) {
in fiq_debugger_dump_stacktrace() 229 output->printf(output, "current NULL\n");
in fiq_debugger_dump_stacktrace() 231 output->printf(output, "pid: %d comm: %s\n", current->pid, current->comm);
in fiq_debugger_dump_stacktrace()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_context.c | 58 kctx->timeline.owner_tgid = task_tgid_nr(current);
in kbase_create_context() 66 kctx->tgid = current->tgid;
in kbase_create_context() 67 kctx->pid = current->pid;
in kbase_create_context()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/thirdparty/ |
| H A D | mali_kbase_mmap.c | 46 * @gap_start: Start address of current memory area / gap in address space 151 struct mm_struct *mm = current->mm; in kbase_unmapped_area_topdown() 205 /* Check if current node has a suitable gap */ in kbase_unmapped_area_topdown() 257 struct mm_struct *mm = current->mm; in kbase_context_get_unmapped_area() 334 return current->mm->get_unmapped_area(kctx->filp, addr, len, pgoff, flags); in kbase_context_get_unmapped_area()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_context.c | 62 kctx->timeline.owner_tgid = task_tgid_nr(current); in kbase_create_context() 70 kctx->tgid = current->tgid; in kbase_create_context() 71 kctx->pid = current->pid; in kbase_create_context()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_pm.c | 64 suspend_handler, current->pid); in kbase_pm_context_active_handle_suspend() 142 kbdev->pm.active_count, current->pid); in kbase_pm_context_idle() 209 current->pid); in kbase_pm_driver_suspend()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/thirdparty/ |
| H A D | mali_kbase_mmap.c | 27 * @gap_start: Start address of current memory area / gap in address space 135 struct mm_struct *mm = current->mm; in kbase_unmapped_area_topdown() 186 /* Check if current node has a suitable gap */ in kbase_unmapped_area_topdown() 241 struct mm_struct *mm = current->mm; in kbase_context_get_unmapped_area() 345 return current->mm->get_unmapped_area( in kbase_context_get_unmapped_area()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/ |
| H A D | security.cpp | 229 std::string current = OHOS::FileManagement::ModuleSecurityLabel::SecurityLabel::GetSecurityLabel(filePath); in SetFileSecurityOption() local 230 ZLOGE("failed! error:%{public}d current:%{public}s label:%{public}s file:%{public}s", error, current.c_str(), in SetFileSecurityOption() 232 if (current == dataLevel) { in SetFileSecurityOption()
|
| /third_party/gn/src/gn/ |
| H A D | function_rebase_path.cc | 138 The common case is to use this to convert paths relative to the current 139 directory to be relative to the build directory (which will be the current 158 to the current BUILD-file's directory). 167 current build file. Use "." (the default) to convert paths from the 168 current BUILD-file's directory. 185 # Convert a file in the current directory to be relative to the build 186 # directory (the current dir when executing compilers and scripts). 259 // Default to current directory if unspecified.
|
| /third_party/libdrm/freedreno/kgsl/ |
| H A D | kgsl_bo.c | 85 uint32_t current; in kgsl_bo_cpu_prep() local 95 ret = kgsl_pipe_timestamp(to_kgsl_pipe(pipe), ¤t); in kgsl_bo_cpu_prep() 99 if (timestamp > current) in kgsl_bo_cpu_prep()
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
| H A D | minimal-secure-streams.c | 296 int current, int target) in app_system_state_nf() 323 if (target != current) in app_system_state_nf() 365 if (current == LWS_SYSTATE_OPERATIONAL) { in app_system_state_nf() 295 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
|
| /third_party/python/Tools/c-analyzer/c_parser/parser/ |
| H A D | _info.py | 87 current = self._current 88 current.text = before 89 self._nested.append(current)
|
| /third_party/typescript/tests/baselines/reference/tsbuild/outFile/ |
| H A D | rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js | 601 [[90m12:00:42 AM[0m] Project 'src/first/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
605 [[90m12:00:52 AM[0m] Project 'src/second/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
609 [[90m12:01:02 AM[0m] Project 'src/third/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
| H A D | web_pattern_add_test_ng.cpp | 1030 auto current = manager->selectOverlayItem_.Upgrade(); in HWTEST_F() local 1031 EXPECT_NE(current, nullptr); in HWTEST_F() 1032 g_webPattern->selectOverlayProxy_->selectOverlayId_ = current->GetId(); in HWTEST_F() 1066 auto current = manager->selectOverlayItem_.Upgrade(); in HWTEST_F() local 1067 EXPECT_NE(current, nullptr); in HWTEST_F() 1068 g_webPattern->selectOverlayProxy_->selectOverlayId_ = current->GetId(); in HWTEST_F() 1102 auto current = manager->selectOverlayItem_.Upgrade(); in HWTEST_F() local 1103 EXPECT_NE(current, nullptr); in HWTEST_F() 1104 g_webPattern->selectOverlayProxy_->selectOverlayId_ = current->GetId(); in HWTEST_F() 1138 auto current in HWTEST_F() local [all...] |
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | wrtxml.cpp | 695 struct SResource *current = nullptr; in array_write_xml() local 699 current = res->fFirst; in array_write_xml() 701 while (current != nullptr) { in array_write_xml() 709 res_write_xml(current, subId, language, false, status); in array_write_xml() 717 current = current->fNext; in array_write_xml() 927 struct SResource *current = nullptr; in table_write_xml() local 940 current = res->fFirst; in table_write_xml() 942 while (current != nullptr) { in table_write_xml() 943 res_write_xml(current, si in table_write_xml() [all...] |
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | wrtxml.cpp | 695 struct SResource *current = NULL; in array_write_xml() local 699 current = res->fFirst; in array_write_xml() 701 while (current != NULL) { in array_write_xml() 709 res_write_xml(current, subId, language, false, status); in array_write_xml() 717 current = current->fNext; in array_write_xml() 927 struct SResource *current = NULL; in table_write_xml() local 940 current = res->fFirst; in table_write_xml() 942 while (current != NULL) { in table_write_xml() 943 res_write_xml(current, si in table_write_xml() [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | evergreen_compute.c | 726 struct r600_pipe_shader *current; in compute_emit_cs() local 750 current = rctx->cs_shader_state.shader->sel->current; in compute_emit_cs() 752 rctx->cs_shader_state.atom.num_dw = current->command_buffer.num_dw; in compute_emit_cs() 753 r600_context_add_resource_size(&rctx->b.b, (struct pipe_resource *)current->bo); in compute_emit_cs() 757 bool need_buf_const = current->shader.uses_tex_buffers || in compute_emit_cs() 758 current->shader.has_txq_cube_array_z_comp; in compute_emit_cs() 775 evergreen_emit_atomic_buffer_setup_count(rctx, current, combined_atomics, &atomic_used_mask); in compute_emit_cs() 901 code_bo = shader->sel->current->bo; in evergreen_emit_cs_shader() 902 va = shader->sel->current in evergreen_emit_cs_shader() [all...] |