Home
last modified time | relevance | path

Searched refs:name (Results 5101 - 5125 of 22614) sorted by relevance

1...<<201202203204205206207208209210>>...905

/third_party/gn/src/gn/
H A Dcommand_desc.cc119 void DefaultHandler(const std::string& name, in DefaultHandler() argument
127 OutputString(name); in DefaultHandler()
135 void MetadataHandler(const std::string& name, in MetadataHandler() argument
144 OutputString(name); in MetadataHandler()
151 void LabelHandler(const std::string& name, in LabelHandler() argument
158 std::string label = name; in LabelHandler()
162 OutputString(name + ": ", DECORATION_YELLOW); in LabelHandler()
167 void VisibilityHandler(const std::string& name, in VisibilityHandler() argument
178 DefaultHandler(name, &str, value_only); in VisibilityHandler()
180 DefaultHandler(name, valu in VisibilityHandler()
185 PublicHandler(const std::string& name, const base::Value* value, bool value_only) PublicHandler() argument
203 ConfigsHandler(const std::string& name, const base::Value* value, bool value_only) ConfigsHandler() argument
214 DepsHandler(const std::string& name, const base::Value* value, bool value_only) DepsHandler() argument
[all...]
/third_party/curl/lib/
H A Dcontent_encoding.c85 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */
415 /* Skip over NUL-terminated file name */ in check_gzip_header()
876 if(!strcasecompare(ce->name, CONTENT_ENCODING_DEFAULT)) in Curl_all_content_encodings()
877 len += strlen(ce->name) + 2; in Curl_all_content_encodings()
888 if(!strcasecompare(ce->name, CONTENT_ENCODING_DEFAULT)) { in Curl_all_content_encodings()
889 strcpy(p, ce->name); in Curl_all_content_encodings()
943 /* Find the content encoding by name. */
944 static const struct Curl_cwtype *find_unencode_writer(const char *name, in find_unencode_writer() argument
953 if((strncasecompare(name, ce->name, le in find_unencode_writer()
979 const char *name; Curl_build_unencoding_stack() local
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java40 * prefix of the test method name can be ignored/removed.
66 * 100 A 'begin' statement contains the name of the setup method, which
69 * the name of the setup method again, and then two integers. The first is the
109 * @param name
110 * @return Whether the given name is a test name. The implementation may
114 public boolean isTestCmd(String name); in isTestCmd() argument
117 * @param name
120 public PerfTest.Function getTestCmd(String name); in getTestCmd() argument
143 String name in getAllTestCmdNames()
164 isTestCmd_impl(String name) isTestCmd_impl() argument
176 isTestCmd(String name) isTestCmd() argument
[all...]
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp224 Z7_COM7F_IMF(CExtractCallbackImp::PrepareOperation(const wchar_t *name, Int32 isFolder, Int32 askExtractMode, const UInt64 * /* position */)) in PrepareOperation() argument
227 _currentFilePath = name; in PrepareOperation()
239 return ProgressDialog->Sync.Set_Status2(*msg, name, IntToBool(isFolder)); in PrepareOperation()
390 Z7_COM7F_IMF(CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *name)) in ReportExtractResult() argument
395 SetExtractErrorMessage(opRes, encrypted, name, s); in ReportExtractResult()
405 HRESULT CExtractCallbackImp::BeforeOpen(const wchar_t *name, bool /* testMode */) in BeforeOpen() argument
409 ProgressDialog->Sync.Set_TitleFileName(name); in BeforeOpen()
411 _currentArchivePath = name; in BeforeOpen()
537 void OpenResult_GUI(UString &s, const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *name, HRESULT result);
538 void OpenResult_GUI(UString &s, const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *name, HRESUL argument
610 OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *name, HRESULT result) OpenResult() argument
829 GetStream7(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) GetStream7() argument
[all...]
/third_party/node/lib/
H A Dassert.js634 err.operator = fn.name;
641 operator: fn.name,
673 err.operator = fn.name;
678 // Special handle errors to make sure the name and the message are
681 ArrayPrototypePush(keys, 'name', 'message');
705 `"${expected.name}". Received `;
707 const name = (actual.constructor && actual.constructor.name) ||
708 actual.name;
709 if (expected.name
[all...]
/third_party/libexif/libexif/
H A Dexif-tag.c51 * The name and title are mandatory, but the description may be an empty
58 const char *name; member
203 N_("A character string recording the name of the method used "
205 "code used, and this is followed by the name "
209 N_("A character string recording the name of the GPS area. The "
211 "and this is followed by the name of the GPS area. Since "
276 N_("The model name or model number of the equipment. This is the "
277 "model name or number of the DSC, scanner, video digitizer "
337 N_("This tag records the name and version of the software or "
349 N_("This tag records the name o
1209 exif_tag_from_name(const char *name) exif_tag_from_name() argument
1224 exif_ifd_from_name(const char* name) exif_ifd_from_name() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-client.c123 i.protocol = lws_sspc_protocols[0].name; in lws_sspc_sul_retry_cb()
124 i.local_protocol_name = lws_sspc_protocols[0].name; in lws_sspc_sul_retry_cb()
161 if (md->name[0] == '\0') { in lws_sspc_serialize_metadata()
177 txc = (int)strlen(md->name); in lws_sspc_serialize_metadata()
187 memcpy(&p[4], md->name, (unsigned int)txc); in lws_sspc_serialize_metadata()
642 h->fic.name = "sspc"; in lws_sspc_create()
903 * ...the serialized RX rideshare name if any... in lws_sspc_rideshare()
923 * ... otherwise default to our stream type name in lws_sspc_rideshare()
932 _lws_sspc_set_metadata(struct lws_sspc_handle *h, const char *name, in _lws_sspc_set_metadata() argument
940 * Are we replacing a pending metadata of the same name in _lws_sspc_set_metadata()
999 lws_sspc_set_metadata(struct lws_sspc_handle *h, const char *name, const void *value, size_t len) lws_sspc_set_metadata() argument
1006 lws_sspc_get_metadata(struct lws_sspc_handle *h, const char *name, const void **value, size_t *len) lws_sspc_get_metadata() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc38 String16 name = toProtocolString(inspector->isolate(), v8Name); in resourceNameToUrl() local
39 if (!inspector) return name; in resourceNameToUrl()
41 inspector->client()->resourceNameToUrl(toStringView(name)); in resourceNameToUrl()
42 return url ? toString16(url->string()) : name; in resourceNameToUrl()
394 v8::Local<v8::String> name; in coverageToProtocol() local
395 if (script->SourceURL().ToLocal(&name) && name->Length()) { in coverageToProtocol()
396 url = toProtocolString(isolate, name); in coverageToProtocol()
397 } else if (script->Name().ToLocal(&name) && name in coverageToProtocol()
483 v8::Local<v8::String> name; typeProfileToProtocol() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp166 const char* name);
175 const char* name) in GeometryOutputCountTestInstance()
176 : GeometryExpanderRenderTestInstance (context, primitiveType, name) in GeometryOutputCountTestInstance()
200 const char* name,
230 const char* name, in VaryingOutputCountTestInstance()
234 : GeometryExpanderRenderTestInstance (context, primitiveType, name) in VaryingOutputCountTestInstance()
464 const char* name,
480 BuiltinVariableRenderTestInstance::BuiltinVariableRenderTestInstance (Context& context, const char* name, const VariableTest test, const bool indicesTest) in BuiltinVariableRenderTestInstance() argument
481 : GeometryExpanderRenderTestInstance (context, (test == TEST_PRIMITIVE_ID_IN) ? VK_PRIMITIVE_TOPOLOGY_LINE_STRIP : VK_PRIMITIVE_TOPOLOGY_POINT_LIST, name) in BuiltinVariableRenderTestInstance()
561 const char* name,
172 GeometryOutputCountTestInstance(Context& context, const VkPrimitiveTopology primitiveType, const int primitiveCount, const char* name) GeometryOutputCountTestInstance() argument
229 VaryingOutputCountTestInstance(Context& context, const char* name, const VkPrimitiveTopology primitiveType, const VaryingSource test, const ShaderInstancingMode mode) VaryingOutputCountTestInstance() argument
572 GeometryOutputCountTest(TestContext& testCtx, const char* name, const vector<int> pattern) GeometryOutputCountTest() argument
672 VaryingOutputCountCase(TestContext& testCtx, const char* name, const VaryingSource test, const ShaderInstancingMode mode) VaryingOutputCountCase() argument
877 BuiltinVariableRenderTest(TestContext& testCtx, const char* name, const VariableTest test, const bool flag) BuiltinVariableRenderTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp166 const char* name);
175 const char* name) in GeometryOutputCountTestInstance()
176 : GeometryExpanderRenderTestInstance (context, primitiveType, name) in GeometryOutputCountTestInstance()
200 const char* name,
230 const char* name, in VaryingOutputCountTestInstance()
234 : GeometryExpanderRenderTestInstance (context, primitiveType, name) in VaryingOutputCountTestInstance()
464 const char* name,
480 BuiltinVariableRenderTestInstance::BuiltinVariableRenderTestInstance (Context& context, const char* name, const VariableTest test, const bool indicesTest) in BuiltinVariableRenderTestInstance() argument
481 : GeometryExpanderRenderTestInstance (context, (test == TEST_PRIMITIVE_ID_IN) ? VK_PRIMITIVE_TOPOLOGY_LINE_STRIP : VK_PRIMITIVE_TOPOLOGY_POINT_LIST, name) in BuiltinVariableRenderTestInstance()
561 const char* name,
172 GeometryOutputCountTestInstance(Context& context, const VkPrimitiveTopology primitiveType, const int primitiveCount, const char* name) GeometryOutputCountTestInstance() argument
229 VaryingOutputCountTestInstance(Context& context, const char* name, const VkPrimitiveTopology primitiveType, const VaryingSource test, const ShaderInstancingMode mode) VaryingOutputCountTestInstance() argument
573 GeometryOutputCountTest(TestContext& testCtx, const char* name, const char* description, const vector<int> pattern) GeometryOutputCountTest() argument
674 VaryingOutputCountCase(TestContext& testCtx, const char* name, const char* description, const VaryingSource test, const ShaderInstancingMode mode) VaryingOutputCountCase() argument
880 BuiltinVariableRenderTest(TestContext& testCtx, const char* name, const char* description, const VariableTest test, const bool flag) BuiltinVariableRenderTest() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp124 bool isMacroNameReserved(const std::string &name) in isMacroNameReserved() argument
126 // Names prefixed with "GL_" and the name "defined" are reserved. in isMacroNameReserved()
127 return name == "defined" || (name.substr(0, 3) == "GL_"); in isMacroNameReserved()
130 bool hasDoubleUnderscores(const std::string &name) in hasDoubleUnderscores() argument
132 return (name.find("__") != std::string::npos); in hasDoubleUnderscores()
135 bool isMacroPredefined(const std::string &name, const pp::MacroSet &macroSet) in isMacroPredefined() argument
137 pp::MacroSet::const_iterator iter = macroSet.find(name); in isMacroPredefined()
307 macro->name = token->text; in parseDefine()
358 MacroSet::const_iterator iter = mMacroSet->find(macro->name); in parseDefine()
558 std::string name, value; parsePragma() local
617 std::string name, behavior; parseExtension() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp59 std::string name; // unique name defining the symbol and used for matching member
264 << "Conflicting addressing models: " << initial_desc->name in MergeModules()
265 << " vs " << current_desc->name << "."; in MergeModules()
275 << "Conflicting memory models: " << initial_desc->name << " vs " in MergeModules()
276 << current_desc->name << "."; in MergeModules()
289 const char* const name = in MergeModules() local
293 [model, name](const std::pair<uint32_t, const char*>& v) { in MergeModules()
294 return v.first == model && strcmp(name, v.second) == 0; in MergeModules()
300 << "The entry point \"" << name << "\", wit in MergeModules()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp59 std::string name; // unique name defining the symbol and used for matching member
264 << "Conflicting addressing models: " << initial_desc->name in MergeModules()
265 << " vs " << current_desc->name << "."; in MergeModules()
275 << "Conflicting memory models: " << initial_desc->name << " vs " in MergeModules()
276 << current_desc->name << "."; in MergeModules()
289 const char* const name = in MergeModules() local
293 [model, name](const std::pair<uint32_t, const char*>& v) { in MergeModules()
294 return v.first == model && strcmp(name, v.second) == 0; in MergeModules()
300 << "The entry point \"" << name << "\", wit in MergeModules()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py349 if attr == 'name' and value == 'updated_at':
363 name = self._current_tr[0].strip ()
368 name += ' (deprecated)'
371 self.names[tag] = re.sub (' languages$', '', name)
383 def handle_charref (self, name):
384 self.handle_data (html.unescape ('&#%s;' % name))
386 def handle_entityref (self, name):
387 self.handle_data (html.unescape ('&%s;' % name))
393 filename (str): The file name of the registry.
532 filename (str): The file name o
[all...]
/third_party/python/Modules/_io/
H A Dwinconsoleio.c115 wchar_t *name = pname_buf; in _PyIO_get_console_type() local
116 if (length >= 4 && name[3] == L'\\' && in _PyIO_get_console_type()
117 (name[2] == L'.' || name[2] == L'?') && in _PyIO_get_console_type()
118 name[1] == L'\\' && name[0] == L'\\') { in _PyIO_get_console_type()
119 name += 4; in _PyIO_get_console_type()
121 if (!_wcsicmp(name, L"CONIN$")) { in _PyIO_get_console_type()
123 } else if (!_wcsicmp(name, L"CONOUT$")) { in _PyIO_get_console_type()
125 } else if (!_wcsicmp(name, in _PyIO_get_console_type()
255 wchar_t *name = NULL; _io__WindowsConsoleIO___init___impl() local
[all...]
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_de_error.rs1143 name: "StructDenyUnknown", in test_unknown_field()
1159 name: "StructDenyUnknown", in test_skipped_field_is_unknown()
1173 name: "StructSkipAllDenyUnknown", in test_skip_all_deny_unknown()
1186 Token::UnitVariant { name: "Enum", variant: "Foo" }, in test_unknown_variant()
1196 Token::UnitVariant { name: "Enum", variant: "Skipped" }, in test_enum_skipped_variant()
1206 name: "EnumSkipAll", in test_enum_skip_all()
1231 name: "Enum", in test_duplicate_field_enum()
1246 &[Token::Enum { name: "Enum" }, Token::U32(5), Token::Unit], in test_enum_out_of_range()
1304 name: "Anything", in test_unit_from_tuple_struct()
1332 &[Token::UnitStruct { name in test_btreeset_from_unit_struct()
[all...]
/third_party/spirv-tools/source/link/
H A Dlinker.cpp62 std::string name; // unique name defining the symbol and used for matching member
299 << "Conflicting addressing models: " << linked_desc->name in MergeModules()
301 << module_desc->name << " (input module " << (i + 1) << ")."; in MergeModules()
313 << "Conflicting memory models: " << linked_desc->name in MergeModules()
315 << module_desc->name << " (input module " << (i + 1) << ")."; in MergeModules()
325 const std::string name = inst.GetInOperand(2).AsString(); in MergeModules() local
328 [model, name](const std::pair<uint32_t, std::string>& v) { in MergeModules()
329 return v.first == model && v.second == name; in MergeModules()
335 << "The entry point \"" << name << "\", wit in MergeModules()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramStateQueryTests.cpp94 GeometryShaderCase (Context& context, QueryType verifier, const char* name, const char* desc);
101 GeometryShaderCase::GeometryShaderCase (Context& context, QueryType verifier, const char* name, const char* desc) in GeometryShaderCase() argument
102 : TestCase (context, name, desc) in GeometryShaderCase()
208 TessellationShaderCase (Context& context, QueryType verifier, const char* name, const char* desc);
215 TessellationShaderCase::TessellationShaderCase (Context& context, QueryType verifier, const char* name, const char* desc) in TessellationShaderCase() argument
216 : TestCase (context, name, desc) in TessellationShaderCase()
338 ProgramSeparableCase (Context& context, QueryType verifier, const char* name, const char* desc);
345 ProgramSeparableCase::ProgramSeparableCase (Context& context, QueryType verifier, const char* name, const char* desc) in ProgramSeparableCase() argument
346 : TestCase (context, name, desc) in ProgramSeparableCase()
459 ComputeWorkGroupSizeCase (Context& context, QueryType verifier, const char* name, cons
466 ComputeWorkGroupSizeCase(Context& context, QueryType verifier, const char* name, const char* desc) ComputeWorkGroupSizeCase() argument
560 ActiveAtomicCounterBuffersCase(Context& context, QueryType verifier, const char* name, const char* desc) ActiveAtomicCounterBuffersCase() argument
651 ProgramLogCase(Context& ctx, const char* name, const char* desc, BuildErrorType errorType) ProgramLogCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp81 const char* name,
120 const char* name, in Texture2DMipmapCase()
130 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc) in Texture2DMipmapCase()
382 const char* name,
419 const char* name, in TextureCubeMipmapCase()
428 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc) in TextureCubeMipmapCase()
658 const char* name; in init() member
669 const char* name; in init() member
682 const char* name; in init() member
697 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordType in init()
117 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) Texture2DMipmapCase() argument
416 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) TextureCubeMipmapCase() argument
704 std::ostringstream name; init() local
725 const char* name; init() member
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp180 BasicBufferDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, VerifyType verify) in BasicBufferDataCase() argument
181 : BufferCase (context, name, desc) in BasicBufferDataCase()
224 RecreateBufferDataStoreCase (Context& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, VerifyType verify) in RecreateBufferDataStoreCase() argument
225 : BufferCase(context, name, desc) in RecreateBufferDataStoreCase()
273 BasicBufferSubDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, int subDataOffs, int subDataSize, VerifyType verify) in BasicBufferSubDataCase() argument
274 : BufferCase (context, name, desc) in BasicBufferSubDataCase()
327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify) in SubDataToUndefinedCase() argument
328 : BufferCase (context, name, desc) in SubDataToUndefinedCase()
389 RandomBufferWriteCase (Context& context, const char* name, const char* desc, deUint32 seed) in RandomBufferWriteCase() argument
390 : BufferCase(context, name, des in RandomBufferWriteCase()
561 const char* name; init() member
582 const string name = string(getBufferTargetName(target)) + "_" + getUsageHintName(usage); init() local
605 const string name = getBufferTargetName(target); init() local
698 const string name = string(getBufferTargetName(target)) + "_" + getUsageHintName(usage); init() local
[all...]
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp77 const char* name,
116 const char* name, in Texture2DMipmapCase()
126 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc) in Texture2DMipmapCase()
374 const char* name,
411 const char* name, in TextureCubeMipmapCase()
420 : TestCase (testCtx, tcu::NODETYPE_ACCURACY, name, desc) in TextureCubeMipmapCase()
646 const char* name; in init() member
657 const char* name; in init() member
670 const char* name; in init() member
685 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordType in init()
113 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) Texture2DMipmapCase() argument
408 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) TextureCubeMipmapCase() argument
692 std::ostringstream name; init() local
713 const char* name; init() member
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp65 "name TEXT PRIMARY KEY," \
74 "name TEXT ," \
82 "name TEXT," \
91 "name TEXT ," \
102 {"name", TYPE_INDEX<std::string>, true}, {"height", TYPE_INDEX<int>},
107 {"id", TYPE_INDEX<int64_t>, true}, {"name", TYPE_INDEX<std::string>},
112 {"name", TYPE_INDEX<std::string>, false, true}, {"height", TYPE_INDEX<double>},
120 .version = 1, .name = "Phone", .assetId = "0", .subpath = "/local/sync", .uri = "/local/sync",
124 .version = 2, .name = "Phone", .assetId = "0", .subpath = "/local/sync", .uri = "/cloud/sync",
143 asset.name in InsertUserTableRecord()
377 std::vector<std::string> name = { UpdateDiffType() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc39 FunctionLiteral* Parser::DefaultConstructor(const AstRawString* name, in DefaultConstructor() argument
84 name, function_scope, body, expected_property_count, parameter_count, in DefaultConstructor()
143 const char* name = Token::String(token); in ReportUnexpectedTokenAt() local
144 DCHECK_NOT_NULL(name); in ReportUnexpectedTokenAt()
145 arg = name; in ReportUnexpectedTokenAt()
359 Expression* Parser::NewV8Intrinsic(const AstRawString* name, in NewV8Intrinsic() argument
368 if (!name->is_one_byte()) { in NewV8Intrinsic()
370 ReportMessage(MessageTemplate::kNotDefined, name); in NewV8Intrinsic()
375 Runtime::FunctionForName(name->raw_data(), name in NewV8Intrinsic()
1773 DeclareUnboundVariable(const AstRawString* name, VariableMode mode, InitializationFlag init, int pos) DeclareUnboundVariable() argument
1783 DeclareBoundVariable(const AstRawString* name, VariableMode mode, int pos) DeclareBoundVariable() argument
1806 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int begin, int end) DeclareVariable() argument
1821 Declare(Declaration* declaration, const AstRawString* name, VariableKind variable_kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int var_begin_pos, int var_end_pos) Declare() argument
1900 DeclareNative(const AstRawString* name, int pos) DeclareNative() argument
2021 ReportVarRedeclarationIn(const AstRawString* name, Scope* scope) ReportVarRedeclarationIn() argument
2202 const AstRawString* name = decl.pattern->AsVariableProxy()->raw_name(); RewriteForVarInLegacy() local
3113 DeclareClassVariable(ClassScope* scope, const AstRawString* name, ClassInfo* class_info, int class_token_pos) DeclareClassVariable() argument
3132 CreateSyntheticContextVariable(const AstRawString* name) CreateSyntheticContextVariable() argument
3139 CreatePrivateNameVariable(ClassScope* scope, VariableMode mode, IsStaticFlag is_static_flag, const AstRawString* name) CreatePrivateNameVariable() argument
3234 CreateInitializerFunction( const char* name, DeclarationScope* scope, Statement* initializer_stmt) CreateInitializerFunction() argument
3261 RewriteClassLiteral(ClassScope* block_scope, const AstRawString* name, ClassInfo* class_info, int pos, int end_pos) RewriteClassLiteral() argument
3331 const AstRawString* name = decl->var()->raw_name(); InsertShadowingVarBindingInitializers() local
3591 SetFunctionNameFromPropertyName(LiteralProperty* property, const AstRawString* name, const AstRawString* prefix) SetFunctionNameFromPropertyName() argument
3614 SetFunctionNameFromPropertyName(ObjectLiteralProperty* property, const AstRawString* name, const AstRawString* prefix) SetFunctionNameFromPropertyName() argument
3625 SetFunctionNameFromPropertyName(static_cast<LiteralProperty*>(property), name, SetFunctionNameFromPropertyName() local
3637 SetFunctionName(Expression* value, const AstRawString* name, const AstRawString* prefix) SetFunctionName() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp731 * @param [in] name Name of the test.
734 BufferTest<T, S, N>::BufferTest(deqp::Context& context, const char* name) in BufferTest() argument
735 : deqp::TestCase(context, name, "Texture Buffer Objects Test") in BufferTest()
1469 * @param [in] name Name of the test.
1472 StorageAndSubImageTest<T, S, N, D, I>::StorageAndSubImageTest(deqp::Context& context, const char* name) in StorageAndSubImageTest() argument
1473 : deqp::TestCase(context, name, "Texture Storage and SubImage Test") in StorageAndSubImageTest()
2769 StorageMultisampleTest<T, S, N, D>::StorageMultisampleTest(deqp::Context& context, const char* name) in StorageMultisampleTest() argument
2770 : deqp::TestCase(context, name, "Texture Storage Multisample Test") in StorageMultisampleTest()
6265 glw::GLenum name = GL_DEPTH_STENCIL_TEXTURE_MODE; in iterate() local
6269 gl.textureParameteri(texture, name, value_sr in iterate()
6279 glw::GLenum name = GL_TEXTURE_BASE_LEVEL; iterate() local
6293 glw::GLenum name = GL_TEXTURE_BORDER_COLOR; iterate() local
6307 glw::GLenum name = GL_TEXTURE_BORDER_COLOR; iterate() local
6321 glw::GLenum name = GL_TEXTURE_BORDER_COLOR; iterate() local
6335 glw::GLenum name = GL_TEXTURE_COMPARE_FUNC; iterate() local
6349 glw::GLenum name = GL_TEXTURE_COMPARE_MODE; iterate() local
6363 glw::GLenum name = GL_TEXTURE_LOD_BIAS; iterate() local
6377 glw::GLenum name = GL_TEXTURE_MIN_FILTER; iterate() local
6391 glw::GLenum name = GL_TEXTURE_MAG_FILTER; iterate() local
6405 glw::GLenum name = GL_TEXTURE_MIN_LOD; iterate() local
6419 glw::GLenum name = GL_TEXTURE_MAX_LOD; iterate() local
6433 glw::GLenum name = GL_TEXTURE_MAX_LEVEL; iterate() local
6447 glw::GLenum name = GL_TEXTURE_SWIZZLE_R; iterate() local
6461 glw::GLenum name = GL_TEXTURE_SWIZZLE_G; iterate() local
6475 glw::GLenum name = GL_TEXTURE_SWIZZLE_B; iterate() local
6489 glw::GLenum name = GL_TEXTURE_SWIZZLE_A; iterate() local
6503 glw::GLenum name = GL_TEXTURE_SWIZZLE_RGBA; iterate() local
6517 glw::GLenum name = GL_TEXTURE_WRAP_S; iterate() local
6531 glw::GLenum name = GL_TEXTURE_WRAP_T; iterate() local
6545 glw::GLenum name = GL_TEXTURE_WRAP_R; iterate() local
6812 glw::GLenum name = GL_DEPTH_STENCIL_TEXTURE_MODE; iterate() local
6823 glw::GLenum name = GL_TEXTURE_BASE_LEVEL; iterate() local
6834 glw::GLenum name = GL_TEXTURE_BORDER_COLOR; iterate() local
6845 glw::GLenum name = GL_TEXTURE_COMPARE_FUNC; iterate() local
6856 glw::GLenum name = GL_TEXTURE_COMPARE_MODE; iterate() local
6867 glw::GLenum name = GL_TEXTURE_LOD_BIAS; iterate() local
6878 glw::GLenum name = GL_TEXTURE_MIN_FILTER; iterate() local
6889 glw::GLenum name = GL_TEXTURE_MAG_FILTER; iterate() local
6900 glw::GLenum name = GL_TEXTURE_MIN_LOD; iterate() local
6911 glw::GLenum name = GL_TEXTURE_MAX_LOD; iterate() local
6922 glw::GLenum name = GL_TEXTURE_MAX_LEVEL; iterate() local
6933 glw::GLenum name = GL_TEXTURE_SWIZZLE_R; iterate() local
6944 glw::GLenum name = GL_TEXTURE_SWIZZLE_G; iterate() local
6955 glw::GLenum name = GL_TEXTURE_SWIZZLE_B; iterate() local
6966 glw::GLenum name = GL_TEXTURE_SWIZZLE_A; iterate() local
6977 glw::GLenum name = GL_TEXTURE_WRAP_S; iterate() local
6988 glw::GLenum name = GL_TEXTURE_WRAP_T; iterate() local
6999 glw::GLenum name = GL_TEXTURE_WRAP_R; iterate() local
[all...]
/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/
H A Djson_serializer_test.cpp28 * @tc.name: BenchmarkTestForCustomizeDataToJson
37 customizeData.name = "ohos.global.systemres"; in BenchmarkTestForCustomizeDataToJson()
47 * @tc.name: BenchmarkTestForCustomizeDataFromJson
55 jsonObject["name"] = "ohos.global.systemres"; in BenchmarkTestForCustomizeDataFromJson()
66 * @tc.name: BenchmarkTestForMetaDataToJson
75 metadata.name = "ohos.global.systemres"; in BenchmarkTestForMetadataToJson()
85 * @tc.name: BenchmarkTestForMetaDataFromJson
93 jsonObject["name"] = "ohos.global.systemres"; in BenchmarkTestForMetadataFromJson()
104 * @tc.name: BenchmarkTestForAbilityInfoToJson
113 abilityInfo.name in BenchmarkTestForAbilityInfoToJson()
[all...]

Completed in 40 milliseconds

1...<<201202203204205206207208209210>>...905