Home
last modified time | relevance | path

Searched refs:name_string (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/boost/units/systems/si/
Dio.hpp24 inline std::string name_string(const reduce_unit<si::absorbed_dose>::type&) { return "gray"; } in name_string() function
31 inline std::string name_string(const reduce_unit<si::capacitance>::type&) { return "farad"; } in name_string() function
34 inline std::string name_string(const reduce_unit<si::catalytic_activity>::type&) { return "katal"; } in name_string() function
37 inline std::string name_string(const reduce_unit<si::conductance>::type&) { return "siemen"; } in name_string() function
44 inline std::string name_string(const reduce_unit<si::electric_charge>::type&) { return "coulomb"; } in name_string() function
47 inline std::string name_string(const reduce_unit<si::electric_potential>::type&) { return "volt"; } in name_string() function
50 inline std::string name_string(const reduce_unit<si::energy>::type&) { return "joule"; } in name_string() function
53 inline std::string name_string(const reduce_unit<si::force>::type&) { return "newton"; } in name_string() function
56 inline std::string name_string(const reduce_unit<si::frequency>::type&) { return "hertz"; } in name_string() function
59 inline std::string name_string(const reduce_unit<si::illuminance>::type&) { return "lux"; } in name_string() function
[all …]
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-module-canonical.c29 JERRY_VLA (jerry_char_t, name_string, name_size + 1); in get_canonical_name()
30 jerry_string_to_char_buffer (name, name_string, name_size); in get_canonical_name()
31 name_string[name_size] = 0; in get_canonical_name()
33 if (!strcmp ((char *) name_string, ACTUAL_NAME)) in get_canonical_name()
37 else if (!strcmp ((char *) name_string, ALIAS_NAME)) in get_canonical_name()
51 JERRY_VLA (jerry_char_t, name_string, name_size + 1); in resolve()
52 jerry_string_to_char_buffer (canonical_name, name_string, name_size); in resolve()
53 name_string[name_size] = 0; in resolve()
55 if (!strcmp ((char *) name_string, ACTUAL_NAME)) in resolve()
/third_party/boost/boost/units/systems/cgs/
Dio.hpp22 inline std::string name_string(const reduce_unit<cgs::acceleration>::type&) { return "galileo"; } in name_string() function
25 inline std::string name_string(const reduce_unit<cgs::current>::type&) { return "biot"; } in name_string() function
28 inline std::string name_string(const reduce_unit<cgs::dynamic_viscosity>::type&) { return "poise"; } in name_string() function
31 inline std::string name_string(const reduce_unit<cgs::energy>::type&) { return "erg"; } in name_string() function
34 inline std::string name_string(const reduce_unit<cgs::force>::type&) { return "dyne"; } in name_string() function
37 inline std::string name_string(const reduce_unit<cgs::kinematic_viscosity>::type&) { return "stoke"… in name_string() function
40 inline std::string name_string(const reduce_unit<cgs::pressure>::type&) { return "barye"; } in name_string() function
43 inline std::string name_string(const reduce_unit<cgs::wavenumber>::type&) { return "kayser"; } in name_string() function
/third_party/boost/boost/beast/http/
Dfields.hpp104 name_string() const;
127 if(lhs.size() < rhs.name_string().size()) in operator ()()
129 if(lhs.size() > rhs.name_string().size()) in operator ()()
131 return iless::operator()(lhs, rhs.name_string()); in operator ()()
140 if(lhs.name_string().size() < rhs.size()) in operator ()()
142 if(lhs.name_string().size() > rhs.size()) in operator ()()
144 return iless::operator()(lhs.name_string(), rhs); in operator ()()
153 if(lhs.name_string().size() < rhs.name_string().size()) in operator ()()
155 if(lhs.name_string().size() > rhs.name_string().size()) in operator ()()
157 return iless::operator()(lhs.name_string(), rhs.name_string()); in operator ()()
[all …]
Dparser.hpp430 string_view name_string, in on_field_impl() argument
434 m_.insert(name, name_string, value); in on_field_impl()
Dbasic_parser.hpp514 string_view name_string,
/third_party/boost/libs/beast/include/boost/beast/http/
Dfields.hpp104 name_string() const;
127 if(lhs.size() < rhs.name_string().size()) in operator ()()
129 if(lhs.size() > rhs.name_string().size()) in operator ()()
131 return iless::operator()(lhs, rhs.name_string()); in operator ()()
140 if(lhs.name_string().size() < rhs.size()) in operator ()()
142 if(lhs.name_string().size() > rhs.size()) in operator ()()
144 return iless::operator()(lhs.name_string(), rhs); in operator ()()
153 if(lhs.name_string().size() < rhs.name_string().size()) in operator ()()
155 if(lhs.name_string().size() > rhs.name_string().size()) in operator ()()
157 return iless::operator()(lhs.name_string(), rhs.name_string()); in operator ()()
[all …]
Dparser.hpp430 string_view name_string, in on_field_impl() argument
434 m_.insert(name, name_string, value); in on_field_impl()
/third_party/jerryscript/tests/unit-ext/module/
Djerry-module-test.c89 JERRY_VLA (jerry_char_t, name_string, name_size); in resolve_differently_handled_module()
90 jerry_string_to_utf8_char_buffer (name, name_string, name_size); in resolve_differently_handled_module()
92 if (!strncmp ((char *) name_string, "differently-handled-module", name_size)) in resolve_differently_handled_module()
116 JERRY_VLA (jerry_char_t, name_string, name_size); in cache_check()
117 jerry_string_to_utf8_char_buffer (name, name_string, name_size); in cache_check()
119 if (!strncmp ((char *) name_string, "cache-check", name_size)) in cache_check()
/third_party/jerryscript/jerry-ext/module/
Dmodule.c186 jerry_char_t* name_string; in jerryx_resolve_native_module() local
191 name_string = (jerry_char_t*) jerry_vla_malloc (sizeof(jerry_char_t) * name_size); in jerryx_resolve_native_module()
192 if (!name_string) in jerryx_resolve_native_module()
198 JERRY_VLA (jerry_char_t, name_string, name_size); in jerryx_resolve_native_module()
200 jerry_string_to_utf8_char_buffer (canonical_name, name_string, name_size); in jerryx_resolve_native_module()
207 && !strncmp ((char *) module_p->name_p, (char *) name_string, name_size)) in jerryx_resolve_native_module()
215 jerry_vla_free ((char*)name_string); in jerryx_resolve_native_module()
221 jerry_vla_free ((char*)name_string); in jerryx_resolve_native_module()
/third_party/boost/libs/beast/test/beast/http/
Dfields.cpp405 BEAST_EXPECT(std::next(f.begin(), 0)->name_string() == "a"); in testIteratorErase()
406 BEAST_EXPECT(std::next(f.begin(), 1)->name_string() == "c"); in testIteratorErase()
423 BEAST_EXPECT(std::next(f.begin(), 0)->name_string() == "Age"); in testContainer()
424 BEAST_EXPECT(std::next(f.begin(), 1)->name_string() == "Body"); in testContainer()
425 BEAST_EXPECT(std::next(f.begin(), 2)->name_string() == "Body"); in testContainer()
426 BEAST_EXPECT(std::next(f.begin(), 3)->name_string() == "Close"); in testContainer()
432 BEAST_EXPECT(std::next(f.begin(), 0)->name_string() == "Age"); in testContainer()
433 BEAST_EXPECT(std::next(f.begin(), 1)->name_string() == "Close"); in testContainer()
446 BEAST_EXPECT(std::next(f.begin(), 0)->name_string() == "a"); in testContainer()
447 BEAST_EXPECT(std::next(f.begin(), 1)->name_string() == "ab"); in testContainer()
[all …]
/third_party/node/tools/gyp/pylib/gyp/
Dflock_tool.py32 def _CommandifyName(self, name_string): argument
34 return name_string.title().replace("-", "")
Dwin_tool.py77 def _CommandifyName(self, name_string): argument
79 return name_string.title().replace("-", "")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dflock_tool.py31 def _CommandifyName(self, name_string): argument
33 return name_string.title().replace('-', '')
Dwin_tool.py75 def _CommandifyName(self, name_string): argument
77 return name_string.title().replace('-', '')
/third_party/node/src/
Denv-inl.h1065 v8::Local<v8::String> name_string = in SetMethod() local
1067 that->Set(context, name_string, function).Check(); in SetMethod()
1068 function->SetName(name_string); // NODE_SET_METHOD() compatibility. in SetMethod()
1083 v8::Local<v8::String> name_string = in SetMethodNoSideEffect() local
1085 that->Set(context, name_string, function).Check(); in SetMethodNoSideEffect()
1086 function->SetName(name_string); // NODE_SET_METHOD() compatibility. in SetMethodNoSideEffect()
1098 v8::Local<v8::String> name_string = in SetProtoMethod() local
1100 that->PrototypeTemplate()->Set(name_string, t); in SetProtoMethod()
1101 t->SetClassName(name_string); // NODE_SET_PROTOTYPE_METHOD() compatibility. in SetProtoMethod()
1114 v8::Local<v8::String> name_string = in SetProtoMethodNoSideEffect() local
[all …]
Dheap_utils.cc97 Local<String> name_string = env->name_string(); in CreateObject() local
123 obj->Set(context, name_string, value).IsNothing() || in CreateObject()
177 if (edge_obj->Set(context, name_string, edge_name_value).IsNothing() || in CreateObject()
Dinspector_js_api.cc323 auto name_string = FIXED_ONE_BYTE_STRING(env->isolate(), "consoleCall"); in Initialize() local
324 target->Set(context, name_string, consoleCallFunc).Check(); in Initialize()
325 consoleCallFunc->SetName(name_string); in Initialize()
Dnode_errors.cc368 name = err_obj->Get(env->context(), env->name_string()); in ReportFatalException()
379 node::Utf8Value name_string(env->isolate(), name.ToLocalChecked()); in ReportFatalException() local
383 FPrintF(stderr, "%s: %s\n", name_string, message_string); in ReportFatalException()
387 "%s\n%s: %s\n", arrow_string, name_string, message_string); in ReportFatalException()
/third_party/boost/libs/units/example/
Dcomposite_output.cpp67 std::string name_string(const cgs::force&) in name_string() function
100 << name_string(scale<10,static_rational<-9> >()) << std::endl in main()
/third_party/boost/boost/beast/http/impl/
Dfields.hpp323 name_string() const in name_string() function in boost::beast::http::basic_fields::value_type
581 if(! beast::iequals(sname, last->name_string())) in insert()
1006 e.name_string(), key_compare{}); in set_element()
1008 e.name_string(), it->name_string())) in set_element()
1023 ! beast::iequals(e.name_string(), it->name_string())) in set_element()
1092 insert(e.name(), e.name_string(), e.value()); in copy_all()
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dfields.hpp323 name_string() const in name_string() function in boost::beast::http::basic_fields::value_type
581 if(! beast::iequals(sname, last->name_string())) in insert()
1006 e.name_string(), key_compare{}); in set_element()
1008 e.name_string(), it->name_string())) in set_element()
1023 ! beast::iequals(e.name_string(), it->name_string())) in set_element()
1092 insert(e.name(), e.name_string(), e.value()); in copy_all()
/third_party/boost/boost/units/
Dunits_fwd.hpp62 template<class T> std::string name_string(const T&);
Dscale.hpp75 std::string name_string(const scale<Base,Exponent>&) in name_string() function
/third_party/jerryscript/docs/
D12.EXT-REFERENCE-MODULE.md168 jerry_char_t name_string[name_size + 1];
169 jerry_string_to_utf8_char_buffer (name, name_string, name_size);
170 name_string[name_size] = 0;
172 FILE *js_file = fopen (name_string, "r");

12