Home
last modified time | relevance | path

Searched refs:curr_index (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc225 int curr_index = 0; in DragDataToDataObject() local
229 fmtetcs[curr_index] = fmtetc; in DragDataToDataObject()
230 GetStorageForString(&stgmeds[curr_index], text.ToWString()); in DragDataToDataObject()
231 curr_index++; in DragDataToDataObject()
238 fmtetcs[curr_index] = fmtetc; in DragDataToDataObject()
239 GetStorageForString(&stgmeds[curr_index], x_moz_url_str); in DragDataToDataObject()
240 curr_index++; in DragDataToDataObject()
247 fmtetcs[curr_index] = fmtetc; in DragDataToDataObject()
248 GetStorageForString(&stgmeds[curr_index], cfhtml); in DragDataToDataObject()
249 curr_index++; in DragDataToDataObject()
[all …]
/third_party/node/deps/v8/src/objects/
Dosr-optimized-code-cache.cc80 for (int curr_index = 0; curr_index < osr_cache->length(); in Compact() local
81 curr_index += kEntryLength) { in Compact()
82 if (osr_cache->Get(curr_index + kSharedOffset)->IsCleared() || in Compact()
83 osr_cache->Get(curr_index + kCachedCodeOffset)->IsCleared()) { in Compact()
86 if (curr_valid_index != curr_index) { in Compact()
87 osr_cache->MoveEntry(curr_index, curr_valid_index, isolate); in Compact()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp617 unsigned int curr_index = 0; in getEdgesForTrianglesTessellation() local
627 iterator != coordinates.end(); iterator++, curr_index++) in getEdgesForTrianglesTessellation()
652 selected_v1_index = curr_index; in getEdgesForTrianglesTessellation()
658 selected_v2_index = curr_index; in getEdgesForTrianglesTessellation()
664 selected_v3_index = curr_index; in getEdgesForTrianglesTessellation()
699 iterator != coordinates.end(); iterator++, curr_index++) in getEdgesForTrianglesTessellation()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse.cc729 auto curr_index = curr_list.FrontIndex(); in ParseCommandLineImpl() local
737 (curr_index != curr_list.FrontIndex())) { in ParseCommandLineImpl()