Home
last modified time | relevance | path

Searched defs:fld (Results 1 – 15 of 15) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py130 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 …]
DJetUtils.py151 def StrNoneChk(fld): argument
472 def GetJetHelpText(dlgName, fld): argument
/external/blktrace/btt/
Diostat.c25 #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
Dbno_plot.py101 fld = line.split(None) variable
Doutput.c254 #define __update_odp(odp, dip, fld) \ argument
285 #define OD_AVG(od, fld, q2c) \ argument
/external/openssl/crypto/asn1/
Dtasn_prn.c190 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/
Dharfbuzz-dump.c40 #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/
DHTMLIndexes.java778 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/
DEvolution.java113 CtField fld = new CtField(pool.get("java.lang.Class"), in makeAbstractClass() local
/external/v8/test/cctest/
Dtest-disasm-ia32.cc341 __ fld(1); in TEST() local
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c2170 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/
Dassembler-x64.cc2157 void Assembler::fld(int i) { in fld() function in v8::internal::Assembler
Dcode-stubs-x64.cc1117 __ fld(1); in GenerateOperation() local
/external/v8/src/ia32/
Dassembler-ia32.cc1749 void Assembler::fld(int i) { in fld() function in v8::internal::Assembler
Dcode-stubs-ia32.cc1848 __ fld(1); in GenerateOperation() local