/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | float_test_pairs.js | 12 * @return {!Array<{name: string, floatValue:number, bufferDecoder: 18 name: 'zero', 23 name: 'minus zero', 28 name: 'one ', 33 name: 'minus one', 38 name: 'two', 43 name: 'max float32', 49 name: 'min float32', 55 name: 'Infinity', 60 name [all...] |
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | object_writer.cc | 15 // * Neither the name of Google Inc. nor the names of its 42 StringPiece name, ObjectWriter* ow) { in RenderDataPieceTo() 45 ow->RenderInt32(name, data.ToInt32().value()); in RenderDataPieceTo() 49 ow->RenderInt64(name, data.ToInt64().value()); in RenderDataPieceTo() 53 ow->RenderUint32(name, data.ToUint32().value()); in RenderDataPieceTo() 57 ow->RenderUint64(name, data.ToUint64().value()); in RenderDataPieceTo() 61 ow->RenderDouble(name, data.ToDouble().value()); in RenderDataPieceTo() 65 ow->RenderFloat(name, data.ToFloat().value()); in RenderDataPieceTo() 69 ow->RenderBool(name, data.ToBool().value()); in RenderDataPieceTo() 73 ow->RenderString(name, dat in RenderDataPieceTo() 41 RenderDataPieceTo(const DataPiece& data, StringPiece name, ObjectWriter* ow) RenderDataPieceTo() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | json.h | 28 char *name; member 37 struct json_token * json_get_member(struct json_token *json, const char *name); 39 const char *name); 41 const char *name); 43 void json_add_int(struct wpabuf *json, const char *name, int val); 44 void json_add_string(struct wpabuf *json, const char *name, const char *val); 45 int json_add_string_escape(struct wpabuf *json, const char *name, 47 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, 49 int json_add_base64(struct wpabuf *json, const char *name, const void *val, 51 void json_start_object(struct wpabuf *json, const char *name); [all...] |
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | dispcc-sc8280xp.c | 93 .name = "disp0_cc_pll0", 108 .name = "disp1_cc_pll0", 137 .name = "disp0_cc_pll1", 152 .name = "disp1_cc_pll1", 173 .name = "disp0_cc_pll1_out_even", 190 .name = "disp1_cc_pll1_out_even", 220 .name = "disp0_cc_pll2", 235 .name = "disp1_cc_pll2", 400 .name = "disp0_cc_mdss_ahb_clk_src", 414 .name [all...] |
H A D | gcc-ipq9574.c | 73 .name = "gpll0_main", 85 .name = "gpll0_out_main_div2", 99 .name = "gpll0", 115 .name = "gpll4_main", 128 .name = "gpll4", 144 .name = "gpll2_main", 157 .name = "gpll2", 172 .name = "gcc_sleep_clk_src", 420 .name = "apss_ahb_clk_src", 438 .name [all...] |
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | gcc-sm8150.c | 44 .name = "gpll0", 47 .name = "bi_tcxo", 71 .name = "gpll0_out_even", 87 .name = "gpll7", 90 .name = "bi_tcxo", 105 .name = "gpll9", 108 .name = "bi_tcxo", 124 { .fw_name = "bi_tcxo", .name = "bi_tcxo" }, 139 { .fw_name = "bi_tcxo", .name = "bi_tcxo" }, 141 { .fw_name = "sleep_clk", .name [all...] |
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/ |
H A D | hdi_string_type_emitter.h | 33 void EmitCWriteVar(TypeMode mode, const std::string &name, const std::string &gotoLabel, 36 void EmitCProxyWriteOutVar(const std::string &name, const std::string &gotoLabel, StringBuilder &sb, 39 void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, StringBuilder &sb, 42 void EmitCStubReadVar(const std::string &name, const std::string &gotoLabel, StringBuilder &sb, 45 void EmitCStubReadOutVar(const std::string &memFlagName, const std::string &name, 48 void EmitCppWriteVar(const std::string &parcelName, const std::string &name, StringBuilder &sb, 51 void EmitCppReadVar(const std::string &name, StringBuilder &sb, const std::string &prefix, 54 void EmitCMarshalling(const std::string &name, StringBuilder &sb, const std::string &prefix) const override; 56 void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb, 59 void EmitCppMarshalling(const std::string &parcelName, const std::string &name, StringBuilde [all...] |
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | data_buffer_test.cpp | 61 * @tc.name: SetRange_001 80 * @tc.name: FindInt32_001 87 string name = "test"; in HWTEST_F() local 90 dataBuffer_->SetInt32(name, value); in HWTEST_F() 91 bool ret = dataBuffer_->FindInt32(name, value); in HWTEST_F() 93 name = "test1"; in HWTEST_F() 94 ret = dataBuffer_->FindInt32(name, value); in HWTEST_F() 99 * @tc.name: FindInt64_001 106 string name = "test"; in HWTEST_F() local 109 dataBuffer_->SetInt64(name, valu in HWTEST_F() 125 string name = "test"; HWTEST_F() local [all...] |
/foundation/distributedhardware/distributed_audio/services/common/test/unittest/audiodata/src/ |
H A D | audio_data_test.cpp | 40 * @tc.name: SetRange_001 55 * @tc.name: SetRange_002 70 * @tc.name: FindInt32_001 77 const std::string name = "name"; in HWTEST_F() local 80 audioData->int32Map_.insert(std::make_pair(name, value)); in HWTEST_F() 81 EXPECT_EQ(true, audioData->FindInt32(name, value)); in HWTEST_F() 85 * @tc.name: FindInt32_002 92 const std::string name = "name"; in HWTEST_F() local 106 const std::string name = "name"; HWTEST_F() local 121 const std::string name = "name"; HWTEST_F() local 135 const std::string name = "name"; HWTEST_F() local 150 const std::string name = "name"; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | head-64.h | 10 * name for some reason, so these macros can do it for us. 12 .macro define_ftsec name 13 .section ".head.text.\name\()","ax",@progbits 15 .macro define_data_ftsec name 16 .section ".head.data.\name\()","a",@progbits 18 .macro use_ftsec name 19 .section ".head.text.\name\()" 116 #define __FIXED_SECTION_ENTRY_BEGIN(sname, name, __align) \ 119 .global name; \ 120 name [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | head-64.h | 10 * name for some reason, so these macros can do it for us. 12 .macro define_ftsec name 13 .section ".head.text.\name\()","ax",@progbits 15 .macro define_data_ftsec name 16 .section ".head.data.\name\()","a",@progbits 18 .macro use_ftsec name 19 .section ".head.text.\name\()","ax",@progbits 112 #define __FIXED_SECTION_ENTRY_BEGIN(sname, name, __align) \ 115 .global name; \ 116 name [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | hwtstamp_config.c | 20 lookup_value(const char **names, int size, const char *name) in lookup_value() argument 25 if (names[value] && strcasecmp(names[value], name) == 0) in lookup_value() 47 #define TX_TYPE(name) [HWTSTAMP_TX_ ## name] = #name 56 #define RX_FILTER(name) [HWTSTAMP_FILTER_ ## name] = #name 90 const char *name; in main() local 123 name in main() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_params.c | 30 #define i915_param_named(name, T, perm, desc) \ 31 module_param_named(name, i915_modparams.name, T, perm); \ 32 MODULE_PARM_DESC(name, desc) 33 #define i915_param_named_unsafe(name, T, perm, desc) \ 34 module_param_named_unsafe(name, i915_modparams.name, T, perm); \ 35 MODULE_PARM_DESC(name, desc) 201 const char *name, in _print_param() 206 drm_printf(p, "i915.%s=%s\n", name, yesn in _print_param() 200 _print_param(struct drm_printer *p, const char *name, const char *type, const void *x) _print_param() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-target.c | 19 static inline struct target_type *__find_target_type(const char *name) in __find_target_type() argument 24 if (!strcmp(name, tt->name)) in __find_target_type() 30 static struct target_type *get_target_type(const char *name) in get_target_type() argument 36 tt = __find_target_type(name); in get_target_type() 44 static void load_module(const char *name) in load_module() argument 46 request_module("dm-%s", name); in load_module() 49 struct target_type *dm_get_target_type(const char *name) in dm_get_target_type() argument 51 struct target_type *tt = get_target_type(name); in dm_get_target_type() 54 load_module(name); in dm_get_target_type() [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 80 def print_common_start(comm, sample, name): 86 (comm, pid, tid, cpu, ts / 1000000000, ts %1000000000, name), 98 name = param_dict["ev_name"] 111 if name == "ptwrite": 112 print_common_start(comm, sample, name) 115 elif name == "cbr": 116 print_common_start(comm, sample, name) 119 elif name == "mwait": 120 print_common_start(comm, sample, name) 123 elif name [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | hwtstamp_config.c | 22 lookup_value(const char **names, int size, const char *name) in lookup_value() argument 27 if (names[value] && strcasecmp(names[value], name) == 0) in lookup_value() 49 #define TX_TYPE(name) [HWTSTAMP_TX_ ## name] = #name 58 #define RX_FILTER(name) [HWTSTAMP_FILTER_ ## name] = #name 92 const char *name; in main() local 125 name in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/ |
H A D | vdso_test_abi.c | 24 extern void *vdso_sym(const char *version, const char *name); 29 static const char **name; variable 44 (vdso_gettimeofday_t)vdso_sym(version, name[0]); in vdso_test_gettimeofday() 47 ksft_test_result_skip(VDSO_TEST_SKIP_MSG(name[0])); in vdso_test_gettimeofday() 59 ksft_test_result_fail(VDSO_TEST_FAIL_MSG(name[0])); in vdso_test_gettimeofday() 67 (vdso_clock_gettime_t)vdso_sym(version, name[1]); in vdso_test_clock_gettime() 70 ksft_test_result_skip(VDSO_TEST_SKIP_MSG(name[1])); in vdso_test_clock_gettime() 82 ksft_test_result_fail(VDSO_TEST_FAIL_MSG(name[1])); in vdso_test_clock_gettime() 90 (vdso_time_t)vdso_sym(version, name[2]); in vdso_test_time() 93 ksft_test_result_skip(VDSO_TEST_SKIP_MSG(name[ in vdso_test_time() [all...] |
/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | theme-set.js | 23 ThemeSetProto.addTheme = function (name, parent, theme) { 24 this.themes[name] = this.newTheme(parent, theme) 29 Object.keys(themes).forEach(function (name) { 30 Object.assign(themes[name], theme) 35 ThemeSetProto.getTheme = function (name) { 36 if (!this.themes[name]) { 37 throw this.newMissingThemeError(name) 39 return this.themes[name] 42 ThemeSetProto.setDefault = function (opts, name) { 43 if (name [all...] |
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/ |
H A D | tracker-group.js | 19 names.unshift(from.name) 32 unit.name + ' to tree that already includes it ' + 45 this.emit('change', unit.name, this.completion[unit.id], unit) 64 newGroup (name, weight) { 65 return this.addUnit(new TrackerGroup(name), weight) 68 newItem (name, todo, weight) { 69 return this.addUnit(new Tracker(name, todo), weight) 72 newStream (name, todo, weight) { 73 return this.addUnit(new TrackerStream(name, todo), weight) 86 this.emit('change', this.name, [all...] |
/third_party/libevdev/libevdev/ |
H A D | make-event-names.py | 73 for val, name in sorted(list(getattr(bits, prefix).items())): 74 print(" [%s] = \"%s\"," % (name, name)) 76 for val, name in sorted(list(getattr(bits, "btn").items())): 77 print(" [%s] = \"%s\"," % (name, name)) 131 for val, name in sorted(names, key=lambda e: e[1]): 132 print(" { .name = \"%s\", .value = %s }," % (name, name)) [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_genx_macros.h | 89 #define _iris_pack_command(batch, cmd, dst, name) \ 90 for (struct cmd name = { __genxml_cmd_header(cmd) }, \ 92 ({ __genxml_cmd_pack(cmd)(batch, (void *)_dst, &name); \ 96 #define iris_pack_command(cmd, dst, name) \ 97 _iris_pack_command(NULL, cmd, dst, name) 99 #define _iris_pack_state(batch, cmd, dst, name) \ 100 for (struct cmd name = {}, \ 102 __genxml_cmd_pack(cmd)(batch, (void *)_dst, &name), \ 105 #define iris_pack_state(cmd, dst, name) \ 106 _iris_pack_state(NULL, cmd, dst, name) [all...] |
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | clsutil.py | 12 __slots__ = ('initial', 'default', 'readonly', 'instances', 'name') 30 self.name = None 32 def __set_name__(self, cls, name): 33 if self.name is not None: 35 self.name = name 40 slotnames.append(name) 55 raise AttributeError(self.name) 61 raise AttributeError(f'{self.name} is readonly') 67 raise AttributeError(f'{self.name} i [all...] |
/third_party/skia/third_party/externals/angle2/src/common/serializer/ |
H A D | JsonSerializer.h | 55 void addCString(const std::string &name, const char *value); 57 void addString(const std::string &name, const std::string &value); 59 void addBlob(const std::string &name, const uint8_t *value, size_t length); 61 void startGroup(const std::string &name); 66 void addScalar(const std::string &name, T value) in addScalar() argument 69 addValue(name, rapidjson::Value(v)); in addScalar() 73 void addVector(const std::string &name, const std::vector<T> &value) in addVector() argument 83 addValue(name, std::move(arr)); in addVector() 87 void addVectorAsHash(const std::string &name, const std::vector<T> &value) in addVectorAsHash() argument 91 addBlob(name, reinterpret_cas in addVectorAsHash() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | ext_inst.cpp | 106 spv_ext_inst_type_t spvExtInstImportTypeGet(const char* name) { in spvExtInstImportTypeGet() argument 109 if (!strcmp("GLSL.std.450", name)) { in spvExtInstImportTypeGet() 112 if (!strcmp("OpenCL.std", name)) { in spvExtInstImportTypeGet() 115 if (!strcmp("SPV_AMD_shader_explicit_vertex_parameter", name)) { in spvExtInstImportTypeGet() 118 if (!strcmp("SPV_AMD_shader_trinary_minmax", name)) { in spvExtInstImportTypeGet() 121 if (!strcmp("SPV_AMD_gcn_shader", name)) { in spvExtInstImportTypeGet() 124 if (!strcmp("SPV_AMD_shader_ballot", name)) { in spvExtInstImportTypeGet() 127 if (!strcmp("DebugInfo", name)) { in spvExtInstImportTypeGet() 130 if (!strcmp("OpenCL.DebugInfo.100", name)) { in spvExtInstImportTypeGet() 133 if (!strcmp("NonSemantic.Shader.DebugInfo.100", name)) { in spvExtInstImportTypeGet() 165 spvExtInstTableNameLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const char* name, spv_ext_inst_desc* pEntry) spvExtInstTableNameLookup() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | ext_inst.cpp | 106 spv_ext_inst_type_t spvExtInstImportTypeGet(const char* name) { in spvExtInstImportTypeGet() argument 109 if (!strcmp("GLSL.std.450", name)) { in spvExtInstImportTypeGet() 112 if (!strcmp("OpenCL.std", name)) { in spvExtInstImportTypeGet() 115 if (!strcmp("SPV_AMD_shader_explicit_vertex_parameter", name)) { in spvExtInstImportTypeGet() 118 if (!strcmp("SPV_AMD_shader_trinary_minmax", name)) { in spvExtInstImportTypeGet() 121 if (!strcmp("SPV_AMD_gcn_shader", name)) { in spvExtInstImportTypeGet() 124 if (!strcmp("SPV_AMD_shader_ballot", name)) { in spvExtInstImportTypeGet() 127 if (!strcmp("DebugInfo", name)) { in spvExtInstImportTypeGet() 130 if (!strcmp("OpenCL.DebugInfo.100", name)) { in spvExtInstImportTypeGet() 133 if (!strcmp("NonSemantic.Shader.DebugInfo.100", name)) { in spvExtInstImportTypeGet() 165 spvExtInstTableNameLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const char* name, spv_ext_inst_desc* pEntry) spvExtInstTableNameLookup() argument [all...] |