/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 1664 uint32_t symbol = 1; in rc_bittree() local 1681 uint32_t symbol = 1; rc_bittree_reverse() local 1726 uint32_t symbol; lzma_literal() local [all...] |
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 433 Local<panda::SymbolRef> symbol = panda::SymbolRef::New(vm, object); in napi_create_symbol() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 184 UChar symbol[20]; in TestNumberFormat() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 1714 Handle<Symbol> symbol = Handle<Symbol>::cast(it->GetName()); in AddPrivateField() local
|
H A D | objects.cc | 517 Handle<Symbol> symbol = Handle<Symbol>::cast(input); in NoSideEffectsToMaybeString() local 2085 Symbol symbol = Symbol::cast(*this); in HeapObjectShortPrint() local 5993 Add( Isolate* isolate, Handle<RegisteredSymbolTable> table, Handle<String> key, Handle<Symbol> symbol) Add() argument 6003 table->set(EntryToValueIndex(entry), *symbol); Add() local [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 1238 void V8HeapExplorer::ExtractSymbolReferences(HeapEntry* entry, Symbol symbol) { in ExtractSymbolReferences() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 643 const Symbol& symbol = m_shaderSpec.inputs[inputNdx]; in FragmentOutExecutor() local 811 const Symbol& symbol = m_shaderSpec.inputs[inputNdx]; in bindAttributes() local 1636 const Symbol& symbol = symbols[varNdx]; in computeVarLayout() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.cpp | 344 const TSymbol *symbol; member [all...] |
H A D | OutputSPIRV.cpp | 508 spirv::IdRef OutputSPIRVTraverser::getSymbolIdAndStorageClass(const TSymbol *symbol, in getSymbolIdAndStorageClass() argument 1129 TIntermSymbol *symbol = assign->getLeft()->getAsSymbolNode(); in declareConst() local 1162 TIntermSymbol *symbol = assign->getLeft()->getAsSymbolNode(); declareSpecConst() local 4777 const TSymbol *symbol = interfaceBlock; visitSymbol() local 5847 TIntermSymbol *symbol = sequence.front()->getAsSymbolNode(); visitDeclaration() local [all...] |
H A D | ParseContext.cpp | 691 const ImmutableString &symbol = symNode->getName(); in checkCanBeLValue() local 692 reasonStream << " (" << message << " \"" << symbol << "\")"; in checkCanBeLValue() local 2162 getNamedVariable(const TSourceLoc &location, const ImmutableString &name, const TSymbol *symbol) getNamedVariable() argument 2207 parseVariableIdentifier(const TSourceLoc &location, const ImmutableString &name, const TSymbol *symbol) parseVariableIdentifier() argument 2922 TIntermSymbol *symbol = nullptr; parseSingleDeclaration() local 3010 TIntermSymbol *symbol = new TIntermSymbol(variable); parseSingleArrayDeclaration() local 3047 TIntermSymbol *symbol = new TIntermSymbol(emptyVariable); parseSingleInitDeclaration() local 3092 parseGlobalQualifierDeclaration( const TTypeQualifierBuilder &typeQualifierBuilder, const TSourceLoc &identifierLoc, const ImmutableString &identifier, const TSymbol *symbol) parseGlobalQualifierDeclaration() argument 3183 TIntermSymbol *symbol = new TIntermSymbol(variable); parseDeclarator() local 3228 TIntermSymbol *symbol = new TIntermSymbol(variable); parseArrayDeclarator() local 4095 addNonConstructorFunc(const ImmutableString &name, const TSymbol *symbol) addNonConstructorFunc() argument 6936 const TSymbol *symbol = symbolTable.findGlobal(fnCall->getMangledName()); addNonConstructorFunctionCall() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermediate.h | 427 TString symbol; member in TIntermSymbol
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 937 const int symbol = code->codes[code_index]; in WriteHuffmanCode() local 948 const int symbol = code->codes[code_index]; in WriteHuffmanCodeWithExtraBits() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | COFF.h | 155 struct symbol { struct [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 505 Symbol symbol; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 643 const Symbol& symbol = m_shaderSpec.inputs[inputNdx]; in FragmentOutExecutor() local 811 const Symbol& symbol = m_shaderSpec.inputs[inputNdx]; in bindAttributes() local 1636 const Symbol& symbol = symbols[varNdx]; in computeVarLayout() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 1801 void OH_Drawing_TypographyHandlerAddSymbol(OH_Drawing_TypographyCreate* handler, uint32_t symbol) in OH_Drawing_TypographyHandlerAddSymbol() argument
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp.h | 540 glslang::TSymbol* symbol; member
|
H A D | ParseHelper.cpp | 319 TSymbol* symbol = symbolTable.find(builtin); in setInvariant() local 436 TIntermTyped* TParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* string) in handleVariable() argument 694 makeEditable(TSymbol*& symbol) makeEditable() argument 1111 const TSymbol* symbol = symbolTable.find(baseSymbol->getName()); blockMemberExtensionCheck() local 1149 TSymbol* symbol = symbolTable.find(function.getMangledName(), &builtIn); handleFunctionDeclarator() local 1216 TSymbol* symbol = symbolTable.find(function.getMangledName()); handleFunctionDefinition() local 3039 TIntermSymbol* symbol = nodePtr->getAsSymbolNode(); variableCheck() local 3138 const char* symbol = nullptr; lValueErrorCheck() local 4407 TIntermSymbol* symbol = expr->getAsSymbolNode(); global() variable 4594 declareArray(const TSourceLoc& loc, const TString& identifier, const TType& type, TSymbol*& symbol) declareArray() argument 4844 TSymbol* symbol = symbolTable.find(identifier, &builtIn); redeclareBuiltinVariable() local 5489 TSymbol* symbol = symbolTable.find(limit); limitCheck() local 6345 layoutObjectCheck(const TSourceLoc& loc, const TSymbol& symbol) layoutObjectCheck() argument 6883 fixOffset(const TSourceLoc& loc, TSymbol& symbol) fixOffset() argument 6938 TSymbol* symbol = symbolTable.find("debugPrintfEXT(", &builtIn); findFunction() local 6975 TSymbol* symbol = symbolTable.find(call.getMangledName(), &builtIn); findFunctionExact() local 6989 TSymbol* symbol = symbolTable.find(call.getMangledName(), &builtIn); findFunction120() local 7097 TSymbol* symbol = symbolTable.find(call.getMangledName(), &builtIn); findFunction400() local 7173 TSymbol* symbol = symbolTable.find(call.getMangledName(), &builtIn); findFunctionExplicitTypes() local 7435 TSymbol* symbol = symbolTable.find(identifier); vkRelaxedRemapUniformVariable() local 7627 TSymbol* symbol = symbolTable.find(*param.name); vkRelaxedRemapFunctionArgument() local 7647 TSymbol* symbol = symbolTable.find(*param.name); vkRelaxedRemapFunctionArgument() local 7659 TSymbol* symbol = symbolTable.find(*newParam.name); vkRelaxedRemapFunctionArgument() local 7687 const TSymbol* symbol = symbolTable.find(traverser.path); vkRelaxedRemapDotDereference() local 7822 TSymbol* symbol = redeclareBuiltinVariable(loc, identifier, type.getQualifier(), publicType.shaderQualifiers); declareVariable() local 9467 TSymbol* symbol = symbolTable.find(identifier); addQualifierToExisting() local [all...] |
H A D | glslang_tab.cpp | 5536 TIntermSymbol* symbol = (yyvsp[0].interm.intermTypedNode)->getAsSymbolNode(); global() local [all...] |
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 2018 void TGlslangToSpvTraverser::visitSymbol(glslang::TIntermSymbol* symbol) in visitSymbol() argument 9449 getSymbolId(const glslang::TIntermSymbol* symbol) getSymbolId() argument [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 4461 const char* symbol = "(unknown)"; in GTEST_LOCK_EXCLUDED_() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 1112 Symbol symbol = Symbol::cast(AllocateRawWithImmortalMap( in NewSymbolInternal() local 1132 Symbol symbol = NewSymbolInternal(allocation); in NewPrivateSymbol() local 1139 Symbol symbol in NewPrivateNameSymbol() local [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 586 InstallFunctionAtSymbol( Isolate* isolate, Handle<JSObject> base, Handle<Symbol> symbol, const char* symbol_string, Builtin call, int len, bool adapt, PropertyAttributes attrs = DONT_ENUM) InstallFunctionAtSymbol() argument
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 713 GElf_Sym symbol; in lookup_symbol_from_sysv_hash_tab() local 987 GElf_Sym symbol; lookup_symbol_from_gnu_hash_tab() local [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1091 AddSymbol(const std::string& full_name, Symbol symbol) AddSymbol() argument 1101 AddAliasUnderParent(const void* parent, const std::string& name, Symbol symbol) AddAliasUnderParent() argument 1894 Symbol symbol = tables_->FindSymbol(prefix); IsSubSymbolOfBuiltType() local 4022 AddSymbol(const std::string& full_name, const void* parent, const std::string& name, const Message& proto, Symbol symbol) AddSymbol() argument 6515 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( InterpretSingleOption() local 7025 Symbol symbol = SetOptionValue() local [all...] |