/external/bison/src/ |
D | symtab.h | 52 typedef struct symbol symbol; typedef 56 struct symbol struct 74 /** Any \c \%destructor declared specifically for this symbol. argument 83 /** Any \c \%printer declared specifically for this symbol. argument 89 symbol_number number; argument 95 /* Points to the other in the symbol-string pair for an alias. argument 98 symbol *alias; argument 99 symbol_class class; argument 106 /* `symbol->user_token_number == USER_NUMBER_HAS_STRING_ALIAS' means argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_asm.h | 47 # define ASM_HIDDEN(symbol) .hidden symbol argument 48 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function argument 49 # define ASM_SIZE(symbol) .size symbol, .-symbol argument 50 # define ASM_TSAN_SYMBOL(symbol) symbol argument 51 # define ASM_TSAN_SYMBOL_INTERCEPTOR(symbol) symbol argument 53 # define ASM_HIDDEN(symbol) argument 54 # define ASM_TYPE_FUNCTION(symbol) argument 55 # define ASM_SIZE(symbol) argument 56 # define ASM_TSAN_SYMBOL(symbol) _##symbol argument 57 # define ASM_TSAN_SYMBOL_INTERCEPTOR(symbol) _wrap_##symbol argument
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | BitTreeEncoder.java | 20 public void Encode(Encoder rangeEncoder, int symbol) throws IOException in Encode() 32 public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOException in ReverseEncode() 44 public int GetPrice(int symbol) in GetPrice() 58 public int ReverseGetPrice(int symbol) in ReverseGetPrice() 73 int NumBitLevels, int symbol) in ReverseGetPrice() 88 Encoder rangeEncoder, int NumBitLevels, int symbol) throws IOException in ReverseEncode()
|
D | BitTreeDecoder.java | 30 int symbol = 0; in ReverseDecode() local 45 int symbol = 0; in ReverseDecode() local
|
/external/python/cpython2/Lib/ |
D | codeop.py | 68 def _maybe_compile(compiler, source, filename, symbol): argument 101 def _compile(source, filename, symbol): argument 104 def compile_command(source, filename="<input>", symbol="single"): argument 132 def __call__(self, source, filename, symbol): argument 149 def __call__(self, source, filename="<input>", symbol="single"): argument
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | module.hpp | 107 struct symbol { struct 108 symbol(const std::string &name, resource_id section, in symbol() function 111 symbol() : name(), section(0), offset(0), args() { } in symbol() function 113 std::string name; 114 resource_id section; 115 size_t offset; 116 std::vector<argument> args;
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ValidateLimitations.cpp | 21 bool IsLoopIndex(const TIntermSymbol* symbol, const TLoopStack& stack) { in IsLoopIndex() 29 void MarkLoopForUnroll(const TIntermSymbol* symbol, TLoopStack& stack) { in MarkLoopForUnroll() 57 virtual void visitSymbol(TIntermSymbol* symbol) { in visitSymbol() 84 virtual void visitSymbol(TIntermSymbol* symbol) { in visitSymbol() 258 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); in validateForLoopInit() local 300 TIntermSymbol* symbol = binOp->getLeft()->getAsSymbolNode(); in validateForLoopCond() local 358 TIntermSymbol* symbol = nullptr; in validateForLoopExpr() local 421 TIntermSymbol* symbol = params[i]->getAsSymbolNode(); in validateFunctionCall() local 432 TSymbol* symbol = symbolTable.find(node->getName(), GetGlobalParseContext()->getShaderVersion()); in validateFunctionCall() local 456 const TIntermSymbol* symbol = operand->getAsSymbolNode(); in validateOperation() local
|
/external/lzma/C/ |
D | Ppmd7Dec.c | 55 UInt32 symbol; in Range_DecodeBit() local 91 Byte symbol; in Ppmd7_DecodeSymbol() local 104 Byte symbol; in Ppmd7_DecodeSymbol() local 127 Byte symbol; in Ppmd7_DecodeSymbol() local 172 Byte symbol; in Ppmd7_DecodeSymbol() local
|
/external/libxml2/ |
D | xmlmodule.c | 119 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol() 248 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 292 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 341 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 348 *symbol = GetProcAddressA(handle, name); in xmlModulePlatformSymbol() local 400 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 455 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
|
/external/mesa3d/src/mesa/program/ |
D | symbol_table.c | 28 struct symbol { struct 33 * Link to the next symbol in the table with the same name argument 38 struct symbol *next_with_same_name; argument 46 struct symbol *next_with_same_scope; argument 66 struct symbol *symbols; argument
|
/external/python/cpython2/Lib/test/ |
D | test_codeop.py | 22 def assertValid(self, str, symbol='single'): argument 45 def assertIncomplete(self, str, symbol='single'): argument 49 def assertInvalid(self, str, symbol='single', is_syntax=1): argument
|
/external/toybox/kconfig/ |
D | expr.h | 71 struct symbol { struct 72 struct symbol *next; argument 75 enum symbol_type type; argument 76 struct symbol_value curr; argument 77 struct symbol_value def[4]; argument 85 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym… argument
|
/external/toybox/scripts/ |
D | config2help.c | 33 struct symbol { struct 34 struct symbol *next; argument 35 int enabled, help_indent; 36 char *name, *depends; 37 struct double_list *help;
|
/external/brotli/enc/ |
D | utf8_util.c | 18 int* symbol, const uint8_t* input, size_t size) { in BrotliParseAsUTF8() 74 int symbol; in BrotliIsMostlyUTF8() local
|
/external/autotest/client/common_lib/test_utils/ |
D | mock.py | 135 def __init__(self, symbol, return_obj, *args, **dargs): argument 172 def __init__(self, symbol, return_val, *args, **dargs): argument 192 def __init__(self, symbol, default_return_val=None, argument 232 def __init__(self, symbol, original_function, default_return_val=None, argument 362 def create_mock_function(self, symbol, default_return_val=None): argument 391 def stub_with(self, namespace, symbol, new_attribute): argument 409 def stub_function(self, namespace, symbol): argument 414 def stub_class_method(self, cls, symbol): argument 419 def stub_class(self, namespace, symbol): argument 425 def stub_function_to_return(self, namespace, symbol, object_to_return): argument [all …]
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/ |
D | RangeEncoder.java | 132 public void encodeBitTree(short[] probs, int symbol) { in encodeBitTree() 148 public static int getBitTreePrice(short[] probs, int symbol) { in getBitTreePrice() 161 public void encodeReverseBitTree(short[] probs, int symbol) { in encodeReverseBitTree() 173 public static int getReverseBitTreePrice(short[] probs, int symbol) { in getReverseBitTreePrice()
|
D | RangeDecoder.java | 46 int symbol = 1; in decodeBitTree() local 56 int symbol = 1; in decodeReverseBitTree() local
|
/external/v8/src/runtime/ |
D | runtime-symbol.cc | 20 Handle<Symbol> symbol = isolate->factory()->NewSymbol(); in RUNTIME_FUNCTION() local 31 Handle<Symbol> symbol = isolate->factory()->NewPrivateSymbol(); in RUNTIME_FUNCTION() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 44 DateFormatSymbols *symbol; in TestGetMonths() local 63 DateFormatSymbols *symbol; in TestGetMonths2() local 88 DateFormatSymbols *symbol; in TestGetWeekdays2() local 116 DateFormatSymbols *symbol; in TestGetEraNames() local 147 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); in TestGetSetSpecificItems() local
|
/external/easymock/src/org/easymock/ |
D | LogicalOperator.java | 48 private String symbol; field in LogicalOperator 50 private LogicalOperator(String symbol) { in LogicalOperator()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | transport_feedback.cc | 47 uint8_t EncodeSymbol(TransportFeedback::StatusSymbol symbol) { in EncodeSymbol() 249 RunLengthChunk(TransportFeedback::StatusSymbol symbol, size_t size) in RunLengthChunk() 271 TransportFeedback::StatusSymbol symbol = in ParseFrom() local 349 StatusSymbol symbol; in WithReceivedPacket() local 366 bool TransportFeedback::AddSymbol(StatusSymbol symbol, int64_t seq) { in AddSymbol() 383 bool TransportFeedback::Encode(StatusSymbol symbol) { in Encode() 719 for (StatusSymbol symbol : symbols) { in ParseFrom() local
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/ |
D | CurrencyDemo.java | 61 String symbol; field in CurrencyDemo.HackCurrencyInfo 62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
|
/external/skia/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 67 void SymbolTable::add(const String& name, std::unique_ptr<Symbol> symbol) { in add() 72 void SymbolTable::addWithoutOwnership(const String& name, const Symbol* symbol) { in addWithoutOwnership()
|
/external/zlib/src/contrib/puff/ |
D | puff.c | 208 short *symbol; /* canonically ordered symbols */ member 342 int symbol; /* current symbol when stepping through length[] */ in construct() local 440 int symbol; /* decoded symbol */ in codes() local 545 int symbol; in fixed() local 704 int symbol; /* decoded value */ in dynamic() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 36 DateFormatSymbols symbol; in TestGetMonths() local 54 DateFormatSymbols symbol; in TestGetMonths2() local 76 DateFormatSymbols symbol; in TestGetWeekdays2() local 99 DateFormatSymbols symbol; in TestGetEraNames() local
|