| /third_party/libwebsockets/minimal-examples-lowlevel/raw/minimal-raw-client/ |
| H A D | main.c | 143 int current, int target) in system_notify_cb() 147 if (current != LWS_SYSTATE_OPERATIONAL || in system_notify_cb() 142 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
| H A D | ss-s3-main.c | 170 int current, int target) in app_system_state_nf() 180 if (current != LWS_SYSTATE_OPERATIONAL) in app_system_state_nf() 169 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/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/ |
| H A D | minimal-secure-streams-threads.c | 185 int current, int target) in system_notify_cb() 187 if (current != LWS_SYSTATE_OPERATIONAL || target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb() 184 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | node-aux-data.h | 71 const_iterator(const ZoneVector<T>* data, size_t current) in const_iterator() argument 72 : data_(data), current_(current) {} in const_iterator()
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_prim_emit.c | 66 const struct vertex_info *vinfo = &i915->current.vertex_info; in emit_hw_vertex() 132 vertex_size = i915->current.vertex_info.size * 4; /* in bytes */ in emit_prim()
|
| /third_party/rust/crates/cxx/gen/build/src/ |
| H A D | cfg.rs | 20 /// Global configuration of the current build. 31 /// By default, the `include_prefix` is equal to the name of the current crate. 34 /// *include/* directory, then the current crate as well as downstream crates 80 /// A vector of absolute paths. The current crate, directly dependent crates, 85 /// current build via the `cc` crate's [`Build::include`][cc::Build::include], 403 fn current() -> super::Cfg<'a> { in current() functions 404 let current = CURRENT.read().unwrap_or_else(PoisonError::into_inner); in current() 405 let include_prefix = current.include_prefix.str(); 406 let exported_header_dirs = current.exported_header_dirs.vec(); 407 let exported_header_prefixes = current 484 let mut current = CURRENT.write().unwrap_or_else(PoisonError::into_inner); drop() variables [all...] |
| /third_party/skia/src/core/ |
| H A D | SkPathMakers.h | 21 const SkPoint& current() const { in current() function in SkPath_PointIterator 28 return this->current();
|
| /third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
| H A D | main.cpp | 49 SDL_DisplayMode current; in main() local 50 SDL_GetCurrentDisplayMode(0, ¤t); in main()
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLSymbolTable.cpp | 58 for (const FunctionDeclaration* current : functions) { in lookup() 59 if (current->matches(*prev)) { in lookup()
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | callcoll.c | 157 char *current = buffer; in sortKeyToString() local 160 uprv_strcpy(current, "["); in sortKeyToString() 164 uprv_strcat(current, " . "); in sortKeyToString() 167 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString() 168 uprv_strcat(current, " "); in sortKeyToString() 176 uprv_appendByteToHexString(current, *currentSk++); /* This should print '01' */ in sortKeyToString() 184 uprv_strcat(current, " . "); in sortKeyToString() 186 uprv_appendByteToHexString(current, *currentSk++); in sortKeyToString() 187 uprv_strcat(current, " "); in sortKeyToString() 190 uprv_appendByteToHexString(current, *currentS in sortKeyToString() [all...] |
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_exec_api.c | 135 /* Run pipeline on current vertices, copy wrapped vertices in vbo_exec_vtx_wrap() 174 /* Note: the exec->vtx.current[i] pointers point into the in vbo_exec_copy_to_current() 177 GLfloat *current = (GLfloat *)vbo->current[i].Ptr; in vbo_exec_copy_to_current() local 183 /* VBO_ATTRIB_SELECT_RESULT_INDEX has no current */ in vbo_exec_copy_to_current() 184 if (!current) in vbo_exec_copy_to_current() 199 if (memcmp(current, tmp, 4 * sizeof(GLfloat) << dmul_shift) != 0) { in vbo_exec_copy_to_current() 200 memcpy(current, tmp, 4 * sizeof(GLfloat) << dmul_shift); in vbo_exec_copy_to_current() 225 if (exec->vtx.attr[i].type != vbo->current[i].Format.Type || in vbo_exec_copy_to_current() 226 (exec->vtx.attr[i].size >> dmul_shift) != vbo->current[ in vbo_exec_copy_to_current() 390 fi_type *current = (fi_type *)vbo->current[j].Ptr; vbo_exec_wrap_upgrade_vertex() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | citrtest.cpp | 75 virtual UChar current() const override {return DONE;} 391 if (iter.current() != text[(int32_t)5]) in TestIteration() 409 if (iter.current() != c) in TestIteration() 410 errln("current() isn't working right"); in TestIteration() 438 if (iter.current() != c) in TestIteration() 439 errln("current() isn't working right"); in TestIteration() 483 if(iter.current() != text[i]) in TestIteration() 484 errln("current() after nextPostInc() isn't working right"); in TestIteration() 496 if (iter.getIndex() != 10 || iter.current() != text[(int32_t)10]) in TestIteration() 511 if (iter.current() ! in TestIteration() [all...] |
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | validitygenerator.py | 318 current = typename 320 current = self.getHandleParent(current) 321 if current is None: 323 if self.isHandleTypeDispatchable(current): 324 ancestors.append(current) 849 current = list(ancestormap.values())[0] 851 current = [val for val in current if val in ancestors] 853 if len(current) > [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_helpers.cc | 109 string current; in UnderscoresToCamelCase() local 118 values.push_back(current); in UnderscoresToCamelCase() 119 current = ""; in UnderscoresToCamelCase() 121 current += c; in UnderscoresToCamelCase() 127 values.push_back(current); in UnderscoresToCamelCase() 128 current = ""; in UnderscoresToCamelCase() 130 current += c; // already lower in UnderscoresToCamelCase() 135 values.push_back(current); in UnderscoresToCamelCase() 136 current = ""; in UnderscoresToCamelCase() 138 current in UnderscoresToCamelCase() [all...] |
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttgload.c | 384 cont = gloader->current.outline.contours; in FT_CALLBACK_DEF() 476 outline = &gloader->current.outline; in FT_CALLBACK_DEF() 547 vec = gloader->current.outline.points; in FT_CALLBACK_DEF() 625 subglyph = gloader->current.subglyphs + num_subglyphs; in FT_CALLBACK_DEF() 710 gloader->current.num_subglyphs = num_subglyphs; in FT_CALLBACK_DEF() 720 subglyph = gloader->current.subglyphs; in FT_CALLBACK_DEF() 888 FT_Outline current_outline = gloader->current.outline; in TT_Hint_Glyph() 928 FT_Outline_EmboldenXY( &loader->gloader->current.outline, -24, 0 ); in TT_Hint_Glyph() 931 FT_Outline_EmboldenXY( &loader->gloader->current.outline, 24, 0 ); in TT_Hint_Glyph() 963 outline = &gloader->current in TT_Process_Simple_Glyph() 1190 FT_Outline current; TT_Process_Composite_Component() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| H A D | datepicker_pattern.h | 111 void SolarColumnsBuilding(const PickerDate& current); 113 void LunarColumnsBuilding(const LunarDate& current); 115 void SolarMonthDaysColumnsBuilding(const PickerDate& current); 117 void LunarMonthDaysColumnBuilding(const LunarDate& current); 720 void FillSolarYearOptions(const PickerDate& current, RefPtr<FrameNode>& yearColumn); 722 void FillLunarMonthDaysOptions(const LunarDate& current, RefPtr<FrameNode>& monthDaysColumn);
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_richeditor_controller_ffi.cpp | 430 NativeRichEditorSpanResult current; in GetSpans() local 432 current.isText = true; in GetSpans() 435 current.textResult = textResult; in GetSpans() 437 current.isText = false; in GetSpans() 440 current.imageResult = imageResult; in GetSpans() 442 spans[idx] = current; in GetSpans()
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | native_node_extented.cpp | 677 value->current = ArkUI_OptionalInt { 0, -1 }; in OH_ArkUI_AccessibilityValue_Create() 713 void OH_ArkUI_AccessibilityValue_SetCurrent(ArkUI_AccessibilityValue* value, int32_t current) in OH_ArkUI_AccessibilityValue_SetCurrent() argument 716 value->current.isSet = 1; in OH_ArkUI_AccessibilityValue_SetCurrent() 717 value->current.value = current; in OH_ArkUI_AccessibilityValue_SetCurrent() 723 return value->current.value; in OH_ArkUI_AccessibilityValue_GetCurrent()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | crystalhd.c | 249 OpaqueList *current = node->next; in opaque_list_pop() local 250 if (current->fake_timestamp == fake_timestamp) { in opaque_list_pop() 251 node->next = current->next; in opaque_list_pop() 256 current->next = NULL; in opaque_list_pop() 257 return current; in opaque_list_pop() 259 node = current; in opaque_list_pop()
|
| H A D | cbs_h2645.c | 263 xu(width, name, current->name, range_min, range_max, 0, ) 265 xu(width, name, current->name, 0, MAX_UINT_BITS(width), 0, ) 268 xue(name, current->name, range_min, range_max, 0, ) 270 xi(width, name, current->name, range_min, range_max, 0, ) 272 xi(width, name, current->name, MIN_INT_BITS(width), MAX_INT_BITS(width), 0, ) 274 xse(name, current->name, range_min, range_max, 0, ) 277 xu(width, name, current->name, range_min, range_max, subs, __VA_ARGS__) 279 xu(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__) 281 xu(1, name, current->name, 0, 1, subs, __VA_ARGS__) 283 xue(name, current [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_vcn_enc_2_0.c | 94 cdw_start = enc->cs.current.cdw; in radeon_enc_slice_header_hevc() 205 cdw_filled = enc->cs.current.cdw - cdw_start; in radeon_enc_slice_header_hevc() 234 uint32_t *size_in_bytes = &enc->cs.current.buf[enc->cs.current.cdw++]; in radeon_enc_nalu_sps_hevc() 337 uint32_t *size_in_bytes = &enc->cs.current.buf[enc->cs.current.cdw++]; in radeon_enc_nalu_pps_hevc()
|
| /third_party/skia/third_party/externals/libwebp/src/mux/ |
| H A D | muxread.c | 528 const WebPChunk* current; in CountChunks() local 529 for (current = chunk_list; current != NULL; current = current->next_) { in CountChunks() 530 if (tag == NIL_TAG || current->tag_ == tag) { in CountChunks()
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | RopeByteString.java | 303 ByteIterator current = nextPiece(); in iterator() 313 return current != null; in iterator() 318 if (current == null) { in iterator() 321 byte b = current.nextByte(); in iterator() 322 if (!current.hasNext()) { in iterator() 323 current = nextPiece(); in iterator() 815 // The current piece 817 // The size of the current piece 819 // The index of the next byte to read in the current piece 821 // The offset of the start of the current piec [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | parserharness.js | 88 // Marks that the current scenario is impacted by a bug 275 // The current stack of Runnable objects 744 var current = <Harness.Compiler.WriterAggregator>this.fileCollection[p]; 745 if (current.lines.length > 0) { 746 if (p !== '0.js') { current.lines.unshift('////[' + p + ']'); } 1519 // Append to the current subfile content, inserting a newline needed 1597 var minDistFromStart = entries.map(x => x.editRange.minChar).reduce((prev, current) => Math.min(prev, current)); 1598 var minDistFromEnd = entries.map(x => x.length - x.editRange.limChar).reduce((prev, current) => Math.min(prev, current)); [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_draw.cpp | 195 const struct d3d12_shader *shader = shader_sel->current; in fill_sampler_descriptors() 463 needed_descs += shader->current->num_cb_bindings; in check_descriptors_left() 464 needed_descs += shader->current->end_srv_binding - shader->current->begin_srv_binding; in check_descriptors_left() 465 needed_descs += shader->current->nir->info.num_ssbos; in check_descriptors_left() 466 needed_descs += shader->current->nir->info.num_images; in check_descriptors_left() 479 needed_descs += shader->current->end_srv_binding - shader->current->begin_srv_binding; in check_descriptors_left() 499 struct d3d12_shader *shader = shader_sel->current; in update_shader_stage_root_parameters() 562 if (shader_sel->current [all...] |