/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 130 def GetValue(self, fld): argument 134 def SetValue(self, fld, val): argument 206 def GetValue(self, fld): argument 209 def SetValue(self, fld, val): argument 228 def GetValue(self, fld): argument 231 def SetValue(self, fld, val): argument 247 def GetValue(self, fld): argument 250 def SetValue(self, fld, val): argument 338 def GetValue(self, fld): argument 342 def SetValue(self, fld, val): argument [all …]
|
D | JetUtils.py | 151 def StrNoneChk(fld): argument 472 def GetJetHelpText(dlgName, fld): argument
|
/external/blktrace/btt/ |
D | iostat.c | 25 #define INC_STAT(dip, fld) \ argument 31 #define DEC_STAT(dip, fld) \ argument 37 #define ADD_STAT(dip, fld, val) \ argument 44 #define SUB_STAT(dip, fld, val) \ argument
|
D | bno_plot.py | 101 fld = line.split(None) variable
|
D | output.c | 254 #define __update_odp(odp, dip, fld) \ argument 285 #define OD_AVG(od, fld, q2c) \ argument
|
/external/openssl/crypto/asn1/ |
D | tasn_prn.c | 190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() 339 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, in asn1_template_print_ctx() 519 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld, in asn1_primitive_print()
|
/external/harfbuzz/src/ |
D | harfbuzz-dump.c | 40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld) argument 41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld) argument 42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld) argument 43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld) argument 44 #define DUMP_USHORT_ARRAY(strct,fld,cnt) Dump_UShort_Array ((strct)->fld, cnt, #fld, stream, indent… argument
|
/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 778 FieldAPI fld = (FieldAPI)(iterField.next()); in emitFieldsIndex() local 783 FieldAPI fld = (FieldAPI)(iterField.next()); in emitFieldsIndex() local 790 MemberDiff fld = (MemberDiff)(iterField.next()); in emitFieldsIndex() local 803 public char emitFieldIndexEntry(Index fld, char oldsw, in emitFieldIndexEntry() 1081 String className, String type, boolean fld) { in Index()
|
/external/javassist/sample/evolve/ |
D | Evolution.java | 113 CtField fld = new CtField(pool.get("java.lang.Class"), in makeAbstractClass() local
|
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 341 __ fld(1); in TEST() local
|
/external/valgrind/main/VEX/priv/ |
D | guest_ppc_toIR.c | 2170 static IRExpr* /* ::Ity_I32 */ getGST_field ( PPC_GST reg, UInt fld ) in getGST_field() 2320 static void putGST_field ( PPC_GST reg, IRExpr* src, UInt fld ) in putGST_field()
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 2157 void Assembler::fld(int i) { in fld() function in v8::internal::Assembler
|
D | code-stubs-x64.cc | 1117 __ fld(1); in GenerateOperation() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 1749 void Assembler::fld(int i) { in fld() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 1848 __ fld(1); in GenerateOperation() local
|