Home
last modified time | relevance | path

Searched +defs:string +defs:symbol (Results 1 – 25 of 66) sorted by relevance

123

/third_party/typescript/tests/lib/
Dreact16.d.ts37 export const nominalTypeHack: unique symbol; constant
67 export const string: Requireable<string>; constant
70 export const symbol: Requireable<symbol>; constant
/third_party/grpc/src/csharp/Grpc.Reflection/
DSymbolRegistry.cs29 …private SymbolRegistry(Dictionary<string, FileDescriptor> filesByName, Dictionary<string, FileDesc… in SymbolRegistry()
64 public FileDescriptor FileContainingSymbol(string symbol) in FileContainingSymbol()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DUnmanagedLibrary.cs160 …private static IntPtr LoadLibraryPosix(Func<string, int, IntPtr> dlopenFunc, Func<IntPtr> dlerrorF… in LoadLibraryPosix()
204 internal static extern IntPtr dlsym(IntPtr handle, string symbol); in dlsym()
216 internal static extern IntPtr dlsym(IntPtr handle, string symbol); in dlsym()
235 internal static extern IntPtr dlsym(IntPtr handle, string symbol); in dlsym()
252 internal static extern IntPtr dlsym(IntPtr handle, string symbol); in dlsym()
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dban-types.ts113 string: AST_NODE_TYPES.TSStringKeyword, constant
114 symbol: AST_NODE_TYPES.TSSymbolKeyword, constant
/third_party/uboot/u-boot-2020.01/arch/mips/include/asm/
Dasm.h45 #define ENTRY(symbol) \ argument
54 #define LEAF(symbol) \ argument
65 #define NESTED(symbol, framesize, rpc) \ argument
83 #define EXPORT(symbol) \ argument
90 #define FEXPORT(symbol) \ argument
98 #define ABS(symbol,value) \ argument
115 #define PRINT(string) \ argument
123 #define PRINT(string) argument
134 #define TTABLE(string) \ argument
/third_party/ltp/testcases/kernel/fs/doio/
Dopen_flags.c112 char *symbol; member
190 int parse_open_flags(char *string, char **badname) in parse_open_flags()
/third_party/glib/glib/
Dgscanner.c295 gchar *symbol; member
568 gchar *string; in g_scanner_error() local
599 gchar *string; in g_scanner_warn() local
638 const gchar *symbol) in g_scanner_lookup_internal()
689 const gchar *symbol, in g_scanner_scope_add_symbol()
743 const gchar *symbol) in g_scanner_scope_remove_symbol()
792 const gchar *symbol) in g_scanner_lookup_symbol()
829 const gchar *symbol) in g_scanner_scope_lookup_symbol()
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dkeyword-variables.src.ts23 const string = 1; constant
24 const symbol = 1; constant
/third_party/typescript/tests/cases/compiler/
DpropTypeValidatorInference.ts3 export const nominalTypeHack: unique symbol; constant
30 export const string: Requireable<string>; constant
/third_party/boringssl/src/util/fipstools/delocate/
Ddelocate.go49 WriteString(string) (int, error) argument
484 func loadTOCFuncName(symbol, offset string) string { argument
811 func classifyInstruction(instr string, args []*node32) instructionType {
865 func compare(w stringWriter, instr, a, b string) wrapperFunc {
902 func saveRegister(w stringWriter, avoidRegs []string) (wrapperFunc, string) {
931 func moveTo(w stringWriter, target string, isAVX bool, source string) wrapperFunc {
942 func finalTransform(w stringWriter, transformInstruction, reg string) wrapperFunc {
949 func combineOp(w stringWriter, instructionName, source, dest string) wrapperFunc {
956 func threeArgCombineOp(w stringWriter, instructionName, source1, source2, dest string) wrapperFunc {
963 func isValidLEATarget(reg string) bool {
[all …]
/third_party/grpc/test/core/util/
Dtest_config.cc80 SYMBOL_INFOW* symbol; in print_current_stack() local
140 SYMBOL_INFOW* symbol = in print_stack_from_context() local
221 static void output_string(const char* string) { in output_string()
/third_party/ffmpeg/libavcodec/
Dbitstream.c53 void avpriv_put_string(PutBitContext *pb, const char *string, in avpriv_put_string()
132 uint16_t symbol; member
160 int table_size, table_index, index, code_prefix, symbol, subtable_bits; in build_table() local
/third_party/python/Lib/
Dlocale.py259 def currency(val, symbol=True, grouping=False, international=False): argument
310 def delocalize(string): argument
326 def atof(string, func=float): argument
330 def atoi(string): argument
/third_party/uboot/u-boot-2020.01/scripts/kconfig/
Dzconf.y38 char *string; member
40 struct symbol *symbol; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.l425 TSymbol* symbol = yyextra->symbolTable.find(yytext, yyextra->getShaderVersion()); in check_type() local
566 int glslang_scan(size_t count, const char* const string[], const int length[], in glslang_scan()
DParseHelper.cpp347 const char* symbol = 0; in lValueErrorCheck() local
895 TSymbol* symbol = symbolTable.find(node->getSymbol(), mShaderVersion, &builtIn); in arraySetMaxSize() local
1148 const TSymbol *symbol) in getNamedVariable()
1213 const TSymbol* symbol = symbolTable.find(call->getName(), mShaderVersion, builtIn); in findFunction() local
1300 const TSymbol* symbol = symbolTable.find(initializer->getAsSymbolNode()->getSymbol(), 0); in executeInitializer() local
1442 …TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierOrTypeL… in parseSingleDeclaration() local
1510 TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, arrayType, identifierLocation); in parseSingleArrayDeclaration() local
1589 const TSymbol *symbol) in parseInvariantDeclaration()
1646 …TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierLocatio… in parseDeclarator() local
1689 TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, arrayType, identifierLocation); in parseArrayDeclarator() local
[all …]
Dglslang.y72 TString *string; member
78 TSymbol* symbol; member
/third_party/boost/libs/spirit/example/support/utree/
Dsexpr_parser.hpp164 symbol; member
173 string; member
/third_party/typescript/tests/baselines/reference/
DconvertClassExpressionToFunctionFromObjectProperty1.js211 foo.string = class { class in foo
214 foo.symbol = class { class in foo
587 foo.string = /** @class */ (function () { function
588 function string() { function
592 foo.symbol = /** @class */ (function () { function
593 function symbol() { function
DnarrowingByTypeofInSwitch.js14 function assertString(x: string) {
18 function assertSymbol(x: symbol) {
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y70 const char *string; // pool allocated. member
76 const TSymbol* symbol; member
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y70 const char *string; // pool allocated. member
76 const TSymbol* symbol; member
Dglslang.l454 …const TSymbol* symbol = yyextra->symbolTable.find(ImmutableString(yytext, yyleng), yyextra->getSha… in check_type() local
719 int glslang_scan(size_t count, const char* const string[], const int length[], in glslang_scan()
/third_party/node/tools/doc/
Dtype-parser.mjs9 string: 'String', property
10 symbol: 'Symbol', property
/third_party/glib/gmodule/
Dgmodule.c429 str_check_suffix (const gchar* string, in str_check_suffix()
773 gpointer *symbol) in g_module_symbol()

123