Home
last modified time | relevance | path

Searched defs:identifier (Results 1 – 25 of 229) sorted by relevance

12345678910

/third_party/node/deps/npm/node_modules/spdx-correct/
Dindex.js239 var validTransformation = function (identifier) { argument
249 var validLastResort = function (identifier) { argument
260 var anyCorrection = function (identifier, check) { argument
278 module.exports = function (identifier) { argument
/third_party/node/test/parallel/
Dtest-vm-module-link.js111 identifier: 'vm:root', property
118 identifier: new URL(specifier, 'file:///').href, property
/third_party/typescript/tests/baselines/reference/
DconditionalTypeDoesntSpinForever.js56 …buildPubSubRecordType(Object.assign({}, soFar, {identifier: instance as TYPE}) as SO_FAR & {identi… property
137identifier: (instance = undefined) => buildPubSubRecordType(Object.assign({}, soFar, { identifier:… property
/third_party/mesa3d/src/mesa/main/
Dobjectlabel.c135 get_label_pointer(struct gl_context *ctx, GLenum identifier, GLuint name, in get_label_pointer()
252 _mesa_ObjectLabel(GLenum identifier, GLuint name, GLsizei length, in _mesa_ObjectLabel()
272 _mesa_GetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, in _mesa_GetObjectLabel()
/third_party/node/test/fixtures/es-modules/package-type-module/
Dindex.js2 const identifier = 'package-type-module'; constant
/third_party/node/test/fixtures/es-modules/package-without-type/
Dindex.js1 const identifier = 'package-without-type'; constant
/third_party/node/test/fixtures/es-modules/package-type-commonjs/
Dindex.js1 const identifier = 'package-type-commonjs'; constant
/third_party/flutter/txt/src/minikin/
DFontLanguageListCache.cpp102 uint64_t identifier = lang.getIdentifier(); in parseLanguageList() local
115 uint64_t identifier = lang.getIdentifier(); in parseLanguageList() local
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontLanguageListCache.cpp100 uint64_t identifier = lang.getIdentifier(); in parseLanguageList() local
113 uint64_t identifier = lang.getIdentifier(); in parseLanguageList() local
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dcache-key.js4 function cacheKey (type, identifier) { argument
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1854 const char *identifier; in _glcpp_parser_expand_function() local
1959 const char *identifier; in _glcpp_parser_expand_node() local
2034 _parser_active_list_push(glcpp_parser_t *parser, const char *identifier, in _parser_active_list_push()
2062 _parser_active_list_contains(glcpp_parser_t *parser, const char *identifier) in _parser_active_list_contains()
2190 const char *identifier) in _check_for_reserved_macro_name()
2237 const char *identifier, token_list_t *replacements) in _define_object_macro()
2269 const char *identifier, string_list_t *parameters, in _define_function_macro()
2456 const char *identifier, in _glcpp_parser_handle_version_declaration()
2540 const char *identifier = macro->identifier; in glcpp_parser_copy_defines() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvBinary.hpp38 uint32_t identifier; member in sw::SpirvBinary
/third_party/node/lib/internal/vm/
Dmodule.js144 get identifier() { getter in Module
309 identifier, property
429 identifier, property
/third_party/cef/include/
Dcef_find_handler.h61 int identifier, in OnFindResult()
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment23.ts31 identifier() { method in NormalModule
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp252 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro()
298 const Token &identifier, in expandMacro()
356 const Token &identifier, in collectMacroArgs()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacroExpander.cpp246 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro()
292 const Token &identifier, in expandMacro()
350 const Token &identifier, in collectMacroArgs()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacroExpander.cpp246 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro()
292 const Token &identifier, in expandMacro()
350 const Token &identifier, in collectMacroArgs()
/third_party/cef/libcef_dll/wrapper/
Dcef_resource_manager.cc447 const std::string& identifier) { in AddContentProvider()
454 const std::string& identifier) { in AddDirectoryProvider()
463 const std::string& identifier) { in AddArchiveProvider()
470 const std::string& identifier) { in AddProvider()
499 void CefResourceManager::RemoveProviders(const std::string& identifier) { in RemoveProviders()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp473 bool TParseContext::reservedErrorCheck(const TSourceLoc &line, const TString& identifier) in reservedErrorCheck()
603 bool TParseContext::voidErrorCheck(const TSourceLoc &line, const TString& identifier, const TBasicT… in voidErrorCheck()
941 bool TParseContext::nonInitConstErrorCheck(const TSourceLoc &line, TString& identifier, TPublicType… in nonInitConstErrorCheck()
973 bool TParseContext::nonInitErrorCheck(const TSourceLoc &line, const TString& identifier, TPublicTyp… in nonInitErrorCheck()
1008 bool TParseContext::declareVariable(const TSourceLoc &line, const TString &identifier, const TType … in declareVariable()
1235 bool TParseContext::executeInitializer(const TSourceLoc& line, const TString& identifier, const TPu… in executeInitializer()
1440 const TString &identifier) in parseSingleDeclaration()
1478 const TString &identifier, in parseSingleArrayDeclaration()
1519 const TString &identifier, in parseSingleInitDeclaration()
1545 const TString &identifier, in parseSingleArrayInitDeclaration()
[all …]
/third_party/gn/src/gn/
Dparse_node_value_adapter.cc17 const IdentifierNode* identifier = node->AsIdentifier(); in Init() local
/third_party/cef/libcef_dll/ctocpp/
Dfind_handler_ctocpp.cc23 int identifier, in OnFindResult()
/third_party/node/deps/npm/node_modules/spdx-expression-parse/
Dscan.js84 function identifier () { function
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.cpp31 Token::Token (const char* identifier) in Token()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-keywords.py53 def __init__(self, name, identifier): argument

12345678910