/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/mesa3d/src/gallium/state_trackers/clover/core/ |
D | module.hpp | 78 struct symbol { struct 79 symbol(const clover::compat::vector<char> &name, resource_id section, in symbol() argument 82 symbol() : name(), section(0), offset(0), args() { } in symbol() function 84 clover::compat::vector<char> name; 85 resource_id section; 86 size_t offset; 87 clover::compat::vector<argument> args;
|
/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/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/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 | 114 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol() 243 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 287 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 335 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 392 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 447 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
|
/external/toybox/scripts/ |
D | config2help.c | 25 struct symbol { struct 26 struct symbol *next; argument 27 int enabled, help_indent; 28 char *name, *depends; 29 struct double_list *help;
|
/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/CPP/7zip/Compress/ |
D | RangeCoderBit.h | 27 void UpdateModel(UInt32 symbol) in UpdateModel() 46 void Encode(CEncoder *encoder, UInt32 symbol) in Encode() 70 UInt32 GetPrice(UInt32 symbol) const in GetPrice()
|
/external/mesa3d/src/mesa/program/ |
D | symbol_table.c | 28 struct symbol { struct 35 struct symbol *next_with_same_name; argument 44 struct symbol *next_with_same_scope; argument 50 struct symbol_header *hdr; argument 61 /** Scope depth where this symbol was defined. */ argument 74 /** Linkage in list of all headers in a given symbol table. */ argument
|
/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/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 42 DateFormatSymbols *symbol; in TestGetMonths() local 61 DateFormatSymbols *symbol; in TestGetMonths2() local 86 DateFormatSymbols *symbol; in TestGetWeekdays2() local 114 DateFormatSymbols *symbol; in TestGetEraNames() local 145 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); in TestGetSetSpecificItems() local
|
/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/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/opencv3/3rdparty/libwebp/utils/ |
D | huffman.c | 74 int symbol; in HuffmanCodeLengthsToCodes() local 121 int symbol, int code, int code_length) { in TreeAddSymbol() 148 int symbol; in HuffmanTreeBuildImplicit() local
|
/external/elfutils/src/ |
D | ld.h | 420 struct symbol struct 426 /* Index of the symbol in the symbol table of the object. */ argument 428 /* Index of the symbol in the symbol table of the output file. */ argument 431 /* Description where the symbol is found/needed. */ argument 434 /* Index of the symbol table. */ argument 437 /* Index of the symbol in the dynamic symbol table of the output argument 442 /* Type of the symbol. */ argument 452 /* Nonzero if the symbol is on the from_dso list. */ argument 454 /* Nonzero if symbol needs copy relocation, reset when the argument 468 /* Pointer to next/previous symbol on whatever list the symbol is. */ argument [all …]
|
/external/easymock/src/org/easymock/ |
D | LogicalOperator.java | 48 private String symbol; field in LogicalOperator 50 private LogicalOperator(String symbol) { in LogicalOperator()
|
/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/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417Common.cpp | 628 int32_t CBC_PDF417Common::getCodeword(FX_DWORD symbol) { in getCodeword() 636 int32_t CBC_PDF417Common::findCodewordIndex(FX_DWORD symbol) { in findCodewordIndex()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 39 DateFormatSymbols symbol; in TestGetMonths() local 56 DateFormatSymbols symbol; in TestGetMonths2() local 77 DateFormatSymbols symbol; in TestGetWeekdays2() local 99 DateFormatSymbols symbol; in TestGetEraNames() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 35 DateFormatSymbols symbol; in TestGetMonths() local 52 DateFormatSymbols symbol; in TestGetMonths2() local 73 DateFormatSymbols symbol; in TestGetWeekdays2() local 95 DateFormatSymbols symbol; in TestGetEraNames() local
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/ |
D | CurrencyDemo.java | 59 String symbol; field in CurrencyDemo.HackCurrencyInfo 60 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
|