| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 37 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/ |
| D | SymbolRegistry.cs | 29 …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/ |
| D | UnmanagedLibrary.cs | 160 …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/ |
| D | ban-types.ts | 113 string: AST_NODE_TYPES.TSStringKeyword, constant 114 symbol: AST_NODE_TYPES.TSSymbolKeyword, constant
|
| /third_party/uboot/u-boot-2020.01/arch/mips/include/asm/ |
| D | asm.h | 45 #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/ |
| D | open_flags.c | 112 char *symbol; member 190 int parse_open_flags(char *string, char **badname) in parse_open_flags()
|
| /third_party/glib/glib/ |
| D | gscanner.c | 295 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/ |
| D | keyword-variables.src.ts | 23 const string = 1; constant 24 const symbol = 1; constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | propTypeValidatorInference.ts | 3 export const nominalTypeHack: unique symbol; constant 30 export const string: Requireable<string>; constant
|
| /third_party/boringssl/src/util/fipstools/delocate/ |
| D | delocate.go | 49 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/ |
| D | test_config.cc | 80 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/ |
| D | bitstream.c | 53 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/ |
| D | locale.py | 259 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/ |
| D | zconf.y | 38 char *string; member 40 struct symbol *symbol; member
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | glslang.l | 425 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()
|
| D | ParseHelper.cpp | 347 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 …]
|
| D | glslang.y | 72 TString *string; member 78 TSymbol* symbol; member
|
| /third_party/boost/libs/spirit/example/support/utree/ |
| D | sexpr_parser.hpp | 164 symbol; member 173 string; member
|
| /third_party/typescript/tests/baselines/reference/ |
| D | convertClassExpressionToFunctionFromObjectProperty1.js | 211 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
|
| D | narrowingByTypeofInSwitch.js | 14 function assertString(x: string) { 18 function assertSymbol(x: symbol) {
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | glslang.y | 70 const char *string; // pool allocated. member 76 const TSymbol* symbol; member
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | glslang.y | 70 const char *string; // pool allocated. member 76 const TSymbol* symbol; member
|
| D | glslang.l | 454 …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/ |
| D | type-parser.mjs | 9 string: 'String', property 10 symbol: 'Symbol', property
|
| /third_party/glib/gmodule/ |
| D | gmodule.c | 429 str_check_suffix (const gchar* string, in str_check_suffix() 773 gpointer *symbol) in g_module_symbol()
|