/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 233 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage); 245 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument 246 : TestCaseGroup (context, name, descr) in AttributeGroup() 477 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod); 486 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument 487 : TestCaseGroup (context, name, descr) in IndexGroup() 520 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init() local 522 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()); in init() 540 BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod); 549 BaseVertexGroup::BaseVertexGroup (Context& context, const char* name, cons argument 587 const std::string name = std::string("index_") + (indexTest.positiveBase ? "" : "neg_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); init() local 616 FirstGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) FirstGroup() argument 638 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); init() local 662 MethodGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) MethodGroup() argument 703 const std::string name = gls::DrawTestSpec::primitiveToString(primitive[ndx]); init() local 778 InstancedGridRenderTest(Context& context, const char* name, const char* desc, int gridSide, bool useIndices) InstancedGridRenderTest() argument 950 InstancingGroup(Context& context, const char* name, const char* descr) InstancingGroup() argument 973 const std::string name = std::string("draw_arrays_indirect_grid_") + de::toString(gridWidths[ndx]) + "x" + de::toString(gridWidths[ndx]); init() local 982 const std::string name = std::string("draw_elements_indirect_grid_") + de::toString(gridWidths[ndx]) + "x" + de::toString(gridWidths[ndx]); init() local 1035 ComputeShaderGeneratedCase(Context& context, const char* name, const char* desc, DrawMethod method, bool computeCmd, bool computeData, bool computeIndices, int gridSize, int drawCallCount) ComputeShaderGeneratedCase() argument [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/ |
H A D | AudioDecoderDemoCommon.cpp | 103 OH_AVCodec *AudioDecoderDemo::NativeCreateByName(const char *name) in NativeCreateByName() argument 105 return OH_AudioDecoder_CreateByName(name); in NativeCreateByName() 556 void AudioDecoderDemo::NativeCreateToStart(const char *name, OH_AVFormat *format) in NativeCreateToStart() argument 560 audioDec_ = OH_AudioDecoder_CreateByName(name); in NativeCreateToStart() 581 if (strcmp(name, "OH.Media.Codec.Decoder.Audio.Vorbis") == 0) { in NativeCreateToStart() 630 void AudioDecoderDemo::NativeFFmpegConf(const char *name, OH_AVFormat *format) in NativeFFmpegConf() argument 643 if (strcmp(name, "OH.Media.Codec.Decoder.Audio.Vorbis") == 0) { in NativeFFmpegConf() 659 void AudioDecoderDemo::NativeRunCase(std::string inputFile, std::string outputFile, const char *name, in NativeRunCase() argument 665 NativeCreateToStart(name, format); in NativeRunCase() 679 OH_AVFormat *format, const char *name, boo in NativeRunCaseWithoutCreate() 678 NativeRunCaseWithoutCreate(OH_AVCodec *handle, std::string inputFile, std::string outputFile, OH_AVFormat *format, const char *name, bool needConfig) NativeRunCaseWithoutCreate() argument 731 NativeRunCasePerformance(std::string inputFile, std::string outputFile, const char *name, OH_AVFormat *format) NativeRunCasePerformance() argument 784 NativeRunCaseFlush(std::string inputFile, std::string outputFileFirst, std::string outputFileSecond, const char *name, OH_AVFormat *format) NativeRunCaseFlush() argument 821 NativeRunCaseReset(std::string inputFile, std::string outputFileFirst, std::string outputFileSecond, const char *name, OH_AVFormat *format) NativeRunCaseReset() argument 868 NativeRunCaseGetOutputDescription(std::string inputFile, std::string outputFile, const char *name, OH_AVFormat *format) NativeRunCaseGetOutputDescription() argument 963 TestRunCase(std::string inputFile, std::string outputFile, const char *name, OH_AVFormat *format) TestRunCase() argument 1053 InnerCreateByName(const std::string &name) InnerCreateByName() argument 1357 InnerRunCaseOHVorbis(const std::string &name, Format &format) InnerRunCaseOHVorbis() argument 1453 InnerRunCase(std::string inputFile, std::string outputFile, const std::string &name, Format &format) InnerRunCase() argument 1517 InnerRunCaseFlushOHVorbis(const std::string &name, Format &format) InnerRunCaseFlushOHVorbis() argument 1642 InnerRunCaseFlush(std::string inputFile, std::string outputFileFirst, std::string outputFileSecond, const std::string &name, Format &format) InnerRunCaseFlush() argument 1710 InnerRunCaseResetOHVorbis(const std::string &name, Format &format) InnerRunCaseResetOHVorbis() argument 1850 InnerRunCaseReset(std::string inputFile, std::string outputFileFirst, std::string outputFileSecond, const std::string &name, Format &format) InnerRunCaseReset() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/ |
H A D | audio_socket_thread.cpp | 47 pnpDeviceEvent->name == audioSocketEvent_.name && in IsUpdatePnpDeviceState() 59 audioSocketEvent_.name = pnpDeviceEvent->name; in UpdatePnpDeviceState() 195 AUDIO_ERR_LOG("the switch name of 'h2w' not found!"); in SetAudioPnpServerEventValue() 200 audioEvent->name = audioPnpUevent->name; in SetAudioPnpServerEventValue() 206 if (strstr(audioPnpUevent->name, UEVENT_NAME_HEADSET) == NULL) { in SetAudioPnpServerEventValue() 360 AUDIO_ERR_LOG("find usb audio device name exceed max len"); in FindAudioUsbDevice() 376 AUDIO_ERR_LOG("add usb audio device name excee in AddAudioUsbDevice() 648 IsBadName(const char *name) IsBadName() argument [all...] |
/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | plugin_register.cpp | 61 if (registerData->IsPluginExist(def.pluginType, def.name)) { in AddPlugin() 62 if (MoreAcceptable(registerData->registerTable[def.pluginType][def.name], def)) { in AddPlugin() 63 registerData->registerTable[def.pluginType].erase(def.name); in AddPlugin() 109 registerData->registerTable[def.pluginType][def.name] = regInfo; in UpdateRegisterTableAndRegisterNames() 116 def.name); in UpdateRegisterTableAndRegisterNames() 118 registerData->registerNames[def.pluginType].push_back(def.name); in UpdateRegisterTableAndRegisterNames() 165 info->name = def.name; in SetPluginInfo() 327 std::shared_ptr<PluginRegInfo> PluginRegister::GetPluginRegInfo(PluginType type, const std::string& name) in GetPluginRegInfo() argument 329 if (registerData_->IsPluginExist(type, name)) { in GetPluginRegInfo() 446 IsPluginExist(PluginType type, const std::string& name) IsPluginExist() argument [all...] |
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | session_backup_n_exporter.cpp | 92 static void onBundleBegin(weak_ptr<GeneralCallbacks> pCallbacks, ErrCode err, const BundleName name) in onBundleBegin() argument 94 HILOGI("Callback onBundleBegin, bundleName=%{public}s, errCode=%{public}d", name.c_str(), err); in onBundleBegin() 113 auto cbCompl = [name {name}, errCode {err}, errInfo](napi_env env, NError err) -> NVal { in onBundleBegin() 114 NVal bundleName = NVal::CreateUTF8String(env, name); in onBundleBegin() 129 HILOGE("Failed to set data property, status %{public}d, bundleName %{public}s", status, name.c_str()); in onBundleBegin() 138 static void onBundleEnd(weak_ptr<GeneralCallbacks> pCallbacks, ErrCode err, const BundleName name) in onBundleEnd() argument 140 HILOGI("Callback onBundleEnd, bundleName=%{public}s, errCode=%{public}d", name.c_str(), err); in onBundleEnd() 159 auto cbCompl = [name {name}, errCod in onBundleEnd() 280 OnProcess(weak_ptr<GeneralCallbacks> pCallbacks, const BundleName name, const std::string processInfo) OnProcess() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mf_utils.c | 211 const char *name; member 338 snprintf(buf, buf_size, "%s", guid_names[n].name); in ff_guid_str_buf() 372 const char *name = NULL; in ff_attributes_dump() local 378 name = ff_guid_str(&key); in ff_attributes_dump() 413 av_log(log, AV_LOG_VERBOSE, " %s=%d%s\n", name, (int)v, extra); in ff_attributes_dump() 420 av_log(log, AV_LOG_VERBOSE, " %s=%lld%s\n", name, (long long)v, extra); in ff_attributes_dump() 428 av_log(log, AV_LOG_VERBOSE, " %s=%f%s\n", name, (double)v, extra); in ff_attributes_dump() 436 av_log(log, AV_LOG_VERBOSE, " %s='%ls'%s\n", name, s, extra); in ff_attributes_dump() 444 av_log(log, AV_LOG_VERBOSE, " %s=%s%s\n", name, ff_guid_str(&v), extra); in ff_attributes_dump() 469 av_log(log, AV_LOG_VERBOSE, " %s=<blob size %d: %s>%s\n", name, (in in ff_attributes_dump() [all...] |
H A D | v4l2_context.c | 96 ctx->name, in v4l2_resolution_changed() 185 av_log(logger(ctx), AV_LOG_ERROR, "%s VIDIOC_DQEVENT\n", ctx->name); in v4l2_handle_event() 199 av_log(logger(ctx), AV_LOG_ERROR, "%s VIDIOC_G_FMT\n", s->capture.name); in v4l2_handle_event() 333 av_log(logger(ctx), AV_LOG_WARNING, "%s POLLERR\n", ctx->name); in v4l2_dequeue_v4l2buf() 337 av_log(logger(ctx), AV_LOG_WARNING, "%s POLLERR\n", ctx->name); in v4l2_dequeue_v4l2buf() 389 ctx->name, av_err2str(AVERROR(errno))); in v4l2_dequeue_v4l2buf() 455 av_log(logger(ctx), AV_LOG_ERROR, "%s unmap plane (%s))\n", ctx->name, av_err2str(AVERROR(errno))); in v4l2_release_buffers() 581 av_log(logger(ctx), AV_LOG_ERROR, "%s stop_encode\n", ctx->name); in ff_v4l2_context_enqueue_frame() 606 av_log(logger(ctx), AV_LOG_ERROR, "%s stop_decode\n", ctx->name); in ff_v4l2_context_enqueue_packet() 703 av_log(logger(ctx), AV_LOG_WARNING, "V4L2 failed to unmap the %s buffers\n", ctx->name); in ff_v4l2_context_release() [all...] |
/third_party/glslang/glslang/Public/ |
H A D | ShaderLang.h | 20 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its 297 const char* name; member 369 GLSLANG_EXPORT int ShGetUniformLocation(const ShHandle uniformMap, const char* name); 489 GLSLANG_EXPORT void addUniformLocationOverride(const char* name, int loc); 503 GLSLANG_EXPORT void setGlobalUniformBlockName(const char* name); 504 GLSLANG_EXPORT void setAtomicCounterBlockName(const char* name); 583 // the Includer's include method with the requested include name 584 // together with the current string name. The returned IncludeResult 585 // contains the fully resolved name of the included source, together 591 // An IncludeResult contains the resolved name an 746 std::string name; global() member in glslang::TObjectReflection 903 getPipeIOIndex(const char *name, const bool inOrOut) const getPipeIOIndex() argument [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.h | 19 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its 67 void reservedPpErrorCheck(const TSourceLoc&, const char* /*name*/, const char* /*op*/) override { } 158 void declareStructBufferCounter(const TSourceLoc& loc, const TType& bufferType, const TString& name); 183 void pushNamespace(const TString& name); 224 TAttributeType attributeFromName(const TString& nameSpace, const TString& name) const; 240 TVariable* makeInternalVariable(const char* name, const TType&) const; 241 TVariable* makeInternalVariable(const TString& name, const TType& type) const { in makeInternalVariable() argument 242 return makeInternalVariable(name.c_str(), type); in makeInternalVariable() 244 TIntermSymbol* makeInternalVariableNode(const TSourceLoc&, const char* name, const TType&) const; 252 bool isEntrypointName(const TString& name) { retur argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | dissect.c | 181 char name[256]; in deanon() local 188 snprintf(name, sizeof(name), "%.*s:%.*s", in deanon() 189 pi ? pi->len : 0, pi ? pi->name : NULL, node->len, node->name); in deanon() 191 base->ident = built_in_ident(name); in deanon() 204 struct ident *name = node->ident; in examine_sym_node() local 243 if (base->ident || deanon(base, name, parent)) in examine_sym_node() 269 static struct symbol *__lookup_member(struct symbol *type, struct ident *name, int *p_addr) in __lookup_member() argument 275 if (!name) { in __lookup_member() 296 lookup_member(struct symbol *type, struct ident *name, int *addr) lookup_member() argument [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-template.h | 38 #define V8_DECL_INTRINSIC(name, iname) k##name, 53 void Set(Local<Name> name, Local<Data> value, 55 void SetPrivate(Local<Private> name, Local<Data> value, 57 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value, 61 Local<Name> name, 67 * Whenever the property with the given name is accessed on objects 72 * \param name The name of the property for which an accessor is added. 89 Local<String> name, AccessorGetterCallbac 988 Set(Isolate* isolate, const char* name, Local<Data> value, PropertyAttribute attributes) Set() argument [all...] |
/third_party/python/Tools/scripts/ |
H A D | freeze_modules.py | 33 OS_PATH = 'ntpath' if os.name == 'nt' else 'posixpath' 255 name = self.frozenid.replace('.', '_') 256 return '_Py_M__' + name 275 For stdlib modules the ID will always be the full name 293 class FrozenModule(namedtuple('FrozenModule', 'name ispkg section source')): 295 def __getattr__(self, name): 296 return getattr(self.source, name) 300 return self.name 311 return self.name != orig 320 'module': self.name, [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlendFuncExtendedTest.cpp | 138 virtual GLint getVertexAttribLocation(const char *name) in getVertexAttribLocation() argument 140 return glGetAttribLocation(mProgram, name); in getVertexAttribLocation() 143 virtual GLint getFragmentUniformLocation(const char *name) in getFragmentUniformLocation() argument 145 return glGetUniformLocation(mProgram, name); in getFragmentUniformLocation() 236 virtual void checkOutputIndexQuery(const char *name, GLint expectedIndex) in checkOutputIndexQuery() argument 238 GLint index = glGetFragDataIndexEXT(mProgram, name); in checkOutputIndexQuery() 242 index = glGetProgramResourceLocationIndexEXT(mProgram, GL_PROGRAM_OUTPUT, name); in checkOutputIndexQuery() 247 glGetProgramResourceLocationIndexEXT(mProgram, GL_PROGRAM_OUTPUT, name); in checkOutputIndexQuery() 273 GLint getVertexAttribLocation(const char *name) override 275 return glGetAttribLocation(mVertexProgram, name); [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 110 "ReactorFunction", // function name in DebugInfo() 184 oldLocation.function.name.c_str(), newLocation.function.name.c_str()); in syncScope() 215 llvm::itaniumDemangle(location.function.name.c_str(), buf, &size, &status); in syncScope() 216 auto name = "jit!" + (status == 0 ? std::string(buf) : location.function.name); in syncScope() local 220 name, // function name in syncScope() 262 auto name = token.identifier; in EmitVariable() local 278 name in EmitVariable() [all...] |
/third_party/openssl/test/ |
H A D | drbgtest.c | 87 static unsigned int query_rand_uint(EVP_RAND_CTX *drbg, const char *name) in query_rand_uint() argument 92 *params = OSSL_PARAM_construct_uint(name, &n); in query_rand_uint() 98 #define DRBG_UINT(name) \ 99 static unsigned int name(EVP_RAND_CTX *drbg) \ 101 return query_rand_uint(drbg, #name); \ 142 const char *name; in using_fips_rng() local 150 name = OSSL_PROVIDER_get0_name(prov); in using_fips_rng() 151 return strcmp(name, "OpenSSL FIPS Provider") == 0; in using_fips_rng() 293 char name[10]; /* 'parent' resp. 'child 1', 'child 2', ... */ member 426 sprintf(presult[0].name, "chil in test_rand_reseed_on_fork() [all...] |
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_type_test.cc | 300 const char* name; member 303 out << data.name; in operator <<() 318 EXPECT_EQ(out.str(), param.name); in TEST_P() 341 EXPECT_EQ(out.str(), std::string(param.name) + "<f32>"); in TEST_P() 354 EXPECT_EQ(out.str(), std::string(param.name) + "<i32>"); in TEST_P() 367 EXPECT_EQ(out.str(), std::string(param.name) + "<u32>"); in TEST_P() 391 EXPECT_EQ(out.str(), std::string(param.name) + "<f32>"); in TEST_P() 404 EXPECT_EQ(out.str(), std::string(param.name) + "<i32>"); in TEST_P() 417 EXPECT_EQ(out.str(), std::string(param.name) + "<u32>"); in TEST_P() 429 const char* name; member 471 const char* name; global() member [all...] |
/third_party/toybox/toys/pending/ |
H A D | crond.c | 41 char *name, *val; member 210 char *name, *val, *tokens[5] = {0,}; in parse_line() local 242 name = tokens[0]; in parse_line() 243 if ((val = strchr(name, '='))) *val++ = 0; in parse_line() 247 name = tokens[0]; in parse_line() 248 if ((val = strchr(name, '='))) { in parse_line() 258 name = tokens[0]; in parse_line() 287 if (!strcmp(name, "MAILTO")) cfile->mailto = xstrdup(val); in parse_line() 290 v->name = xstrdup(name); in parse_line() [all...] |
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
H A D | descriptor_test.py | 17 # * Neither the name of Google Inc. nor the names of its 47 name: 'TestEmptyMessage' 55 name='some/filename/some.proto', 59 name='ForeignEnum', 64 descriptor.EnumValueDescriptor(name='FOREIGN_FOO', index=0, number=4), 65 descriptor.EnumValueDescriptor(name='FOREIGN_BAR', index=1, number=5), 66 descriptor.EnumValueDescriptor(name='FOREIGN_BAZ', index=2, number=6), 69 name='NestedMessage', 76 name='bb', 90 name [all...] |
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_util.py | 79 def _Call(self, name, args=None, prefix=None): 87 return Call(Name(name), children, prefix) 104 def _find_bind_rec(self, name, node): 107 c = fixer_util.find_binding(name, node) 110 c = self._find_bind_rec(name, child) 113 def does_tree_import(self, package, name, string): 117 return fixer_util.does_tree_import(package, name, node) 125 for package, name, import_ in failing_tests: 126 n = self.does_tree_import(package, name, import_ + "\n" + string) 128 n = self.does_tree_import(package, name, strin [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | parser.py | 43 def __init__(self, environment, source, name=None, filename=None, state=None): 45 self.stream = environment._tokenize(source, name, filename, state) 46 self.name = name 59 line number or last line number as well as the current name and 64 raise exc(msg, lineno, self.name, self.filename) 66 def _fail_ut_eof(self, name, end_token_stack, lineno): 77 if name is None: 80 message = ["Encountered unknown tag '%s'." % name] 83 if name i [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | parser.py | 37 def __init__(self, environment, source, name=None, filename=None, 40 self.stream = environment._tokenize(source, name, filename, state) 41 self.name = name 54 line number or last line number as well as the current name and 59 raise exc(msg, lineno, self.name, self.filename) 61 def _fail_ut_eof(self, name, end_token_stack, lineno): 72 if name is None: 75 message = ['Encountered unknown tag \'%s\'.' % name] 78 if name i [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 95 #define STRING_TYPE_ELEMENT(type, size, name, CamelName) \ 103 #define CONSTANT_STRING_ELEMENT(_, name, contents) \ 104 {contents, RootIndex::k##name}, 110 #define STRUCT_TABLE_ELEMENT(TYPE, Name, name) \ 115 #define ALLOCATION_SITE_ELEMENT(_, TYPE, Name, Size, name) \ 120 #define DATA_HANDLER_ELEMENT(_, TYPE, Name, Size, name) \ 425 #define TORQUE_ALLOCATE_MAP(NAME, Name, name) \ in CreateInitialMaps() 426 ALLOCATE_MAP(NAME, Name::SizeFor(), name) in CreateInitialMaps() 430 #define TORQUE_ALLOCATE_VARSIZE_MAP(NAME, Name, name) \ in CreateInitialMaps() 433 ALLOCATE_VARSIZE_MAP(NAME, name) \ in CreateInitialMaps() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 165 #define DD_CSO_CREATE(name, shortname) \ 167 dd_context_create_##name##_state(struct pipe_context *_pipe, \ 168 const struct pipe_##name##_state *state) \ 175 hstate->cso = pipe->create_##name##_state(pipe, state); \ 180 #define DD_CSO_BIND(name, shortname) \ 182 dd_context_bind_##name##_state(struct pipe_context *_pipe, void *state) \ 189 pipe->bind_##name##_state(pipe, hstate ? hstate->cso : NULL); \ 192 #define DD_CSO_DELETE(name) \ 194 dd_context_delete_##name##_state(struct pipe_context *_pipe, void *state) \ 200 pipe->delete_##name##_stat [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 43 def __init__(self, environment, source, name=None, filename=None, state=None): 45 self.stream = environment._tokenize(source, name, filename, state) 46 self.name = name 59 line number or last line number as well as the current name and 64 raise exc(msg, lineno, self.name, self.filename) 66 def _fail_ut_eof(self, name, end_token_stack, lineno): 77 if name is None: 80 message = ["Encountered unknown tag '%s'." % name] 83 if name i [all...] |
/third_party/python/Lib/xml/dom/ |
H A D | expatbuilder.py | 114 def _parse_ns_name(builder, name): 115 assert ' ' in name 116 parts = name.split(' ') 129 raise ValueError("Unsupported syntax: spaces in URIs not supported: %r" % name) 346 def first_element_handler(self, name, attributes): 350 self.start_element_handler(name, attributes) 352 def start_element_handler(self, name, attributes): 353 node = self.document.createElement(name) 392 def end_element_handler(self, name): 425 def element_decl_handler(self, name, mode [all...] |