Home
last modified time | relevance | path

Searched refs:name (Results 2301 - 2325 of 18285) sorted by relevance

1...<<919293949596979899100>>...732

/third_party/python/Lib/
H A Dzipimport.py57 The 'archive' attribute of zipimporter objects contains the name of the
113 fully qualified (dotted) module name. It returns the zipimporter
115 full path name if it's possibly a portion of a namespace package,
150 fully qualified (dotted) module name. It returns the zipimporter
182 spec = _bootstrap.ModuleSpec(name=fullname, loader=None,
241 raise ZipImportError(f"can't find module {fullname!r}", name=fullname)
266 raise ZipImportError(f"can't find module {fullname!r}", name=fullname)
275 fully qualified (dotted) module name. It returns the imported
355 # Given a module name, return the potential file path in the
363 # of a namespace package. We test by seeing if the name, wit
[all...]
/third_party/skia/gm/
H A Dsurface.cpp204 #define DEF_BASIC_SURFACE_TEST(name, canvas, main, W, H) \
205 DEF_SIMPLE_GM(name, canvas, W, H) { \
212 #define DEF_BACKEND_SURFACE_TEST(name, canvas, main, type, W, H) \
213 DEF_SIMPLE_GM_CAN_FAIL(name, canvas, err_msg, W, H) { \
224 #define DEF_BET_SURFACE_TEST(name, canvas, main, W, H) \
225 DEF_BACKEND_SURFACE_TEST(SK_MACRO_CONCAT(name, _bet), canvas, main, \
228 #define DEF_BERT_SURFACE_TEST(name, canvas, main, W, H) \
229 DEF_BACKEND_SURFACE_TEST(SK_MACRO_CONCAT(name, _bert), canvas, main, \
234 #define DEF_SURFACE_TESTS(name, canvas, W, H) \
235 static void SK_MACRO_CONCAT(name, _mai
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp151 SkString name, value; in next() local
159 name = TrimmedString(fPos, valueSep - 1); in next()
166 return std::make_tuple(name, value); in next()
181 bool set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value);
186 SkString name, value; in SetStyleAttributes() local
189 std::tie(name, value) = iter.next(); in SetStyleAttributes()
190 if (name.isEmpty()) { in SetStyleAttributes()
193 set_string_attribute(node, name.c_str(), value.c_str()); in SetStyleAttributes()
288 bool set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value) { in set_string_attribute() argument
289 if (node->parseAndSetAttribute(name, valu in set_string_attribute()
318 const char* name, *value; parse_node_attributes() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fUniformBlockTests.cpp62 BlockBasicTypeCase (Context& context, const char* name, const char* description, const VarType& type, deUint32 layoutFlags, int numInstances) in BlockBasicTypeCase() argument
63 : UniformBlockCase(context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, BUFFERMODE_PER_BLOCK) in BlockBasicTypeCase()
77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument
79 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_vertex").c_str(), "", type, layoutFlags|DECLARE_VERTEX, numInstances)); in createBlockBasicTypeCases()
80 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_fragment").c_str(), "", type, layoutFlags|DECLARE_FRAGMENT, numInstances)); in createBlockBasicTypeCases()
83 group->addChild(new BlockBasicTypeCase(context, (string(name) + "_both").c_str(), "", type, layoutFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, numInstances)); in createBlockBasicTypeCases()
89 Block2LevelStructArrayCase (Context& context, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances) in Block2LevelStructArrayCase() argument
90 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode) in Block2LevelStructArrayCase()
165 const char* name; in init() member
176 const char* name; in init() member
186 const char* name; init() member
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureStateQueryTests.cpp747 const char* name,
768 const char* name, in TextureTest()
773 : TestCase (testCtx, name, desc) in TextureTest()
821 IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target);
831 IsTextureCase::IsTextureCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target) in IsTextureCase() argument
832 : tcu::TestCase (testCtx, name, desc) in IsTextureCase()
876 DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type);
880 DepthStencilModeCase::DepthStencilModeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) in DepthStencilModeCase() argument
881 : TextureTest(testCtx, renderCtx, name, desc, target, tester, type) in DepthStencilModeCase()
954 TextureSRGBDecodeCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, cons
766 TextureTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureTest() argument
958 TextureSRGBDecodeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureSRGBDecodeCase() argument
1036 TextureSwizzleCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureSwizzleCase() argument
1112 TextureWrapCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureWrapCase() argument
1183 TextureFilterCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureFilterCase() argument
1267 TextureLODCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureLODCase() argument
1355 TextureLevelCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureLevelCase() argument
1457 TextureCompareModeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureCompareModeCase() argument
1528 TextureCompareFuncCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureCompareFuncCase() argument
1599 TextureImmutableLevelsCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureImmutableLevelsCase() argument
1671 TextureImmutableFormatCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureImmutableFormatCase() argument
1787 TextureWrapClampToBorderCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureWrapClampToBorderCase() argument
1814 TextureBorderColorCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureBorderColorCase() argument
1891 SamplerTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerTest() argument
1949 SamplerWrapCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerWrapCase() argument
2020 SamplerFilterCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerFilterCase() argument
2104 SamplerLODCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerLODCase() argument
2192 SamplerCompareModeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerCompareModeCase() argument
2263 SamplerCompareFuncCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerCompareFuncCase() argument
2334 SamplerWrapClampToBorderCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerWrapClampToBorderCase() argument
2361 SamplerSRGBDecodeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) SamplerSRGBDecodeCase() argument
2434 SamplerBorderColorCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, QueryType type) SamplerBorderColorCase() argument
2535 createIsTextureTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, glw::GLenum target) createIsTextureTest() argument
2540 createTexParamTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, QueryType queryType, glw::GLenum target, TesterType tester) createTexParamTest() argument
2621 createSamplerParamTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType tester) createSamplerParamTest() argument
[all...]
/third_party/elfutils/libebl/
H A Deblopenbackend.c185 static const char *default_object_note_type_name (const char *name, uint32_t,
187 static int default_core_note (const GElf_Nhdr *nhdr, const char *name,
192 const char **name, const char **format);
193 static bool default_object_note (const char *name, uint32_t type,
195 static bool default_debugscn_p (const char *name);
201 const char *name,
211 int regno, char *name, size_t namelen,
290 DSO name we try to load the appropriate module to handle this in openbackend()
301 /* Well, we know the emulation name now. */ in openbackend()
381 /* Find backend with given emulation name
570 default_debugscn_p(const char *name) default_debugscn_p() argument
673 default_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) default_register_info() argument
[all...]
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi.c86 It contains two parts: device name and arguments. Devices and arguments are described
173 const char *name, snd_config_t *rawmidi_root, in snd_rawmidi_open_conf()
190 if (name) in snd_rawmidi_open_conf()
191 SNDERR("Invalid type for RAWMIDI %s definition", name); in snd_rawmidi_open_conf()
261 err = open_func(inputp, outputp, name, rawmidi_root, rawmidi_conf, mode); in snd_rawmidi_open_conf()
287 snd_config_t *root, const char *name, int mode) in snd_rawmidi_open_noupdate()
291 err = snd_config_search_definition(root, "rawmidi", name, &rawmidi_conf); in snd_rawmidi_open_noupdate()
293 SNDERR("Unknown RawMidi %s", name); in snd_rawmidi_open_noupdate()
296 err = snd_rawmidi_open_conf(inputp, outputp, name, root, rawmidi_conf, mode); in snd_rawmidi_open_noupdate()
305 * \param name ASCI
172 snd_rawmidi_open_conf(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp, const char *name, snd_config_t *rawmidi_root, snd_config_t *rawmidi_conf, int mode) snd_rawmidi_open_conf() argument
286 snd_rawmidi_open_noupdate(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp, snd_config_t *root, const char *name, int mode) snd_rawmidi_open_noupdate() argument
312 snd_rawmidi_open(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp, const char *name, int mode) snd_rawmidi_open() argument
345 snd_rawmidi_open_lconf(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp, const char *name, int mode, snd_config_t *lconf) snd_rawmidi_open_lconf() argument
[all...]
/third_party/node/src/
H A Dutil.cc355 const char* name, in SetMethod()
369 v8::String::NewFromUtf8(isolate, name, type).ToLocalChecked(); in SetMethod()
376 const char* name, in SetMethod()
387 v8::String::NewFromUtf8(isolate, name, type).ToLocalChecked(); in SetMethod()
393 const char* name, in SetFastMethod()
408 v8::String::NewFromUtf8(isolate, name, type).ToLocalChecked(); in SetFastMethod()
414 const char* name, in SetFastMethodNoSideEffect()
429 v8::String::NewFromUtf8(isolate, name, type).ToLocalChecked(); in SetFastMethodNoSideEffect()
435 const char* name, in SetMethodNoSideEffect()
449 v8::String::NewFromUtf8(isolate, name, typ in SetMethodNoSideEffect()
353 SetMethod(Local<v8::Context> context, Local<v8::Object> that, const char* name, v8::FunctionCallback callback) SetMethod() argument
374 SetMethod(v8::Isolate* isolate, v8::Local<v8::Template> that, const char* name, v8::FunctionCallback callback) SetMethod() argument
391 SetFastMethod(Local<v8::Context> context, Local<v8::Object> that, const char* name, v8::FunctionCallback slow_callback, const v8::CFunction* c_function) SetFastMethod() argument
412 SetFastMethodNoSideEffect(Local<v8::Context> context, Local<v8::Object> that, const char* name, v8::FunctionCallback slow_callback, const v8::CFunction* c_function) SetFastMethodNoSideEffect() argument
433 SetMethodNoSideEffect(Local<v8::Context> context, Local<v8::Object> that, const char* name, v8::FunctionCallback callback) SetMethodNoSideEffect() argument
454 SetProtoMethod(v8::Isolate* isolate, Local<v8::FunctionTemplate> that, const char* name, v8::FunctionCallback callback) SetProtoMethod() argument
473 SetProtoMethodNoSideEffect(v8::Isolate* isolate, Local<v8::FunctionTemplate> that, const char* name, v8::FunctionCallback callback) SetProtoMethodNoSideEffect() argument
492 SetInstanceMethod(v8::Isolate* isolate, Local<v8::FunctionTemplate> that, const char* name, v8::FunctionCallback callback) SetInstanceMethod() argument
511 SetConstructorFunction(Local<v8::Context> context, Local<v8::Object> that, const char* name, Local<v8::FunctionTemplate> tmpl, SetConstructorFunctionFlag flag) SetConstructorFunction() argument
521 SetConstructorFunction(Local<v8::Context> context, Local<v8::Object> that, Local<v8::String> name, Local<v8::FunctionTemplate> tmpl, SetConstructorFunctionFlag flag) SetConstructorFunction() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dbn-586.pl37 local($name)=@_;
39 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
218 &function_end($name);
223 local($name)=@_;
225 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
329 &function_end($name);
334 local($name)=@_;
336 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
418 &function_end($name);
423 local($name)
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dbn-586.pl37 local($name)=@_;
39 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
218 &function_end($name);
223 local($name)=@_;
225 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
329 &function_end($name);
334 local($name)=@_;
336 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
418 &function_end($name);
423 local($name)
[all...]
/third_party/backends/backend/
H A Du12.c182 DBG( _DBG_SANE_INIT,"device name : >%s<\n",cnf->devName ); in show_cnf()
216 /** as the name says, close our pipes
460 s->opt[OPT_NUM_OPTS].name = SANE_NAME_NUM_OPTIONS; in init_options()
470 s->opt[OPT_MODE_GROUP].name = "scanmode-group"; in init_options()
478 s->opt[OPT_MODE].name = SANE_NAME_SCAN_MODE; in init_options()
488 s->opt[OPT_EXT_MODE].name = SANE_NAME_SCAN_SOURCE; in init_options()
498 s->opt[OPT_BRIGHTNESS].name = SANE_NAME_BRIGHTNESS; in init_options()
508 s->opt[OPT_CONTRAST].name = SANE_NAME_CONTRAST; in init_options()
518 s->opt[OPT_RESOLUTION].name = SANE_NAME_SCAN_RESOLUTION; in init_options()
529 s->opt[OPT_CUSTOM_GAMMA].name in init_options()
663 const char *name; decodeUsbIDs() local
722 const char *name; decodeVal() local
790 const char *name; decodeDevName() local
[all...]
/third_party/python/Tools/scripts/
H A Dtexi2html.py8 # overwriting existing files of the same name. All files created have
31 # -name Allow different types of filename handling. Non unix systems
103 def __init__(self, dir, name, topname, title, next, prev, up):
105 self.name = name
109 self.topname = name
121 with open(self.dirname + '/' + makefile(self.name), 'w') as fp:
176 if self.name != self.topname:
221 self.nodename = '' # name of current node
222 self.topname = '' # name o
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp166 void StructType::addMember(const char* name, const VarType& type, deUint32 flags) in addMember() argument
168 m_members.push_back(StructMember(name, type, flags)); in addMember()
173 Uniform::Uniform(const char* name, const VarType& type, deUint32 flags) : m_name(name), m_type(type), m_flags(flags) in Uniform() argument
189 std::string name; member
196 stream << entry.name << " { name = " << entry.name << ", size = " << entry.size << ", activeUniformIndices = ["; in operator <<()
216 std::string name; member
228 stream << entry.name << " { typ in operator <<()
282 allocStruct(const char* name) allocStruct() argument
291 std::string name; global() member
319 allocBlock(const char* name) allocBlock() argument
761 generateDeclaration(std::ostringstream& src, const VarType& type, const char* name, int indentLevel, deUint32 unusedHints) generateDeclaration() argument
796 src << " " << name; generateDeclaration() local
805 src << " " << name; generateDeclaration() local
1329 UniformBlockCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode) UniformBlockCase() argument
[all...]
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_de.rs882 Token::Enum { name: "Result" }, in test_result()
890 Token::Enum { name: "Result" }, in test_result()
905 test(UnitStruct, &[Token::UnitStruct { name: "UnitStruct" }]); in test_unit_struct()
914 name: "GenericUnitStruct", in test_generic_unit_struct()
925 name: "NewtypeStruct", in test_newtype_struct()
958 name: "TupleStruct", in test_tuple_struct()
971 name: "TupleStruct", in test_tuple_struct()
1008 name: "Anything", in test_btreeset()
1036 name: "Anything", in test_hashset()
1081 name in test_vec()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcbs.c481 const char *name) in ff_cbs_trace_header()
486 av_log(ctx->log_ctx, ctx->trace_level, "%s\n", name); in ff_cbs_trace_header()
493 char name[256]; in ff_cbs_trace_syntax_element() local
508 k = snprintf(name + j, sizeof(name) - j, "[%d", subscripts[n]); in ff_cbs_trace_syntax_element()
509 av_assert0(k > 0 && j + k < sizeof(name)); in ff_cbs_trace_syntax_element()
515 name[j++] = str[i++]; in ff_cbs_trace_syntax_element()
519 av_assert0(j + 1 < sizeof(name)); in ff_cbs_trace_syntax_element()
520 name[j++] = str[i++]; in ff_cbs_trace_syntax_element()
523 av_assert0(j + 1 < sizeof(name)); in ff_cbs_trace_syntax_element()
480 ff_cbs_trace_header(CodedBitstreamContext *ctx, const char *name) ff_cbs_trace_header() argument
539 ff_cbs_read_unsigned(CodedBitstreamContext *ctx, GetBitContext *gbc, int width, const char *name, const int *subscripts, uint32_t *write_to, uint32_t range_min, uint32_t range_max) ff_cbs_read_unsigned() argument
582 ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc, int width, const char *name, const int *subscripts, uint32_t value, uint32_t range_min, uint32_t range_max) ff_cbs_write_unsigned() argument
618 ff_cbs_read_signed(CodedBitstreamContext *ctx, GetBitContext *gbc, int width, const char *name, const int *subscripts, int32_t *write_to, int32_t range_min, int32_t range_max) ff_cbs_read_signed() argument
661 ff_cbs_write_signed(CodedBitstreamContext *ctx, PutBitContext *pbc, int width, const char *name, const int *subscripts, int32_t value, int32_t range_min, int32_t range_max) ff_cbs_write_signed() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dcmdutils.c141 for (po = options; po->name; po++) { in show_help_options()
153 av_strlcpy(buf, po->name, sizeof(buf)); in show_help_options()
176 static const OptionDef *find_option(const OptionDef *po, const char *name) in find_option() argument
178 while (po->name) { in find_option()
180 if (av_strstart(name, po->name, &end) && (!*end || *end == ':')) in find_option()
310 .name = "AVOption passthrough", in parse_option()
319 if (!po->name && opt[0] == 'n' && opt[1] == 'o') { in parse_option()
322 if ((po->name && (po->flags & OPT_BOOL))) in parse_option()
327 if (!po->name) in parse_option()
500 opt_find(void *obj, const char *name, const char *unit, int opt_flags, int search_flags) opt_find() argument
[all...]
/third_party/mksh/
H A Dcheck.pl24 # name: a-test
52 # name r The name of the test; should be unique
88 # quoted word that is the name of the
104 # The fifth argument is the quoted name
132 # negated by prefixing the name with a !.
140 # (XXX is the operating system name,
145 # r tag is required (eg, a test must have a name tag).
188 [-t tmo] [-U lcl] name ...
203 name specifie
[all...]
/third_party/toybox/kconfig/
H A Dsymbol.c16 .name = "y",
20 .name = "m",
24 .name = "n",
28 .name = "",
291 sym->curr.val = sym->name; in sym_calc_value()
649 struct symbol *sym_lookup(const char *name, int isconst) in sym_lookup() argument
656 if (name) { in sym_lookup()
657 if (name[0] && !name[1]) { in sym_lookup()
658 switch (name[ in sym_lookup()
694 sym_find(const char *name) sym_find() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc15 // * Neither the name of Google Inc. nor the names of its
353 ow_->MissingField((*it)->name()); in pop()
407 std::string name = now->parent_field_->name(); in ToString() local
409 while (i < name.size() && in ToString()
410 (ascii_isalnum(name[i]) || name[i] == '_')) in ToString()
412 if (i > 0 && i == name.size()) { // safe field name in ToString()
414 loc = name; in ToString()
454 StartObject( StringPiece name) StartObject() argument
507 StartList( StringPiece name) StartList() argument
540 RenderDataPiece( StringPiece name, const DataPiece& data) RenderDataPiece() argument
729 BeginNamed(StringPiece name, bool is_list) BeginNamed() argument
[all...]
/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.01/
H A D22.02.01-020.js16 var name = ""; variable
24 name = e.name;
27 assert(name === "TypeError");
/third_party/jerryscript/tests/jerry-test-suite/es2015/24/24.01/24.01.02/
H A D24.01.02-013.js16 var name = ""; variable
23 name = e.name;
26 assert(name === "RangeError");
H A D24.01.02-012.js16 var name = ""; variable
23 name = e.name;
26 assert(name === "RangeError");
H A D24.01.02-004.js16 var name = ""; variable
24 name = e.name;
27 assert(name === "TypeError");
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-1995.js15 var name = ""; variable
23 name = e.name;
26 assert(name === "TypeError");
H A Dregression-test-issue-1616.js15 var name = ""; variable
23 name = e.name;
26 assert(name === "RangeError");

Completed in 25 milliseconds

1...<<919293949596979899100>>...732