Home
last modified time | relevance | path

Searched defs:def (Results 1 – 25 of 112) sorted by relevance

12345

/external/v8/src/
Dflag-definitions.h40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
49 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
51 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
58 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
60 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
66 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
68 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
73 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
74 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/util/xml/
DSAXUtil.java54 public static int parseInt(String i, int def) throws SAXException{ in parseInt()
78 public static float parseFloat(String f, float def) throws SAXException{ in parseFloat()
102 public static boolean parseBool(String bool, boolean def) throws SAXException{ in parseBool()
112 public static String parseString(String str, String def){ in parseString()
/external/quake/quake/src/QW/server/
Dpr_edict.c146 ddef_t *def; in ED_GlobalAtOfs() local
165 ddef_t *def; in ED_FieldAtOfs() local
184 ddef_t *def; in ED_FindField() local
204 ddef_t *def; in ED_FindGlobal() local
238 ddef_t *def = NULL; in GetEdictFieldValue() local
277 ddef_t *def; in PR_ValueString() local
329 ddef_t *def; in PR_UglyValueString() local
379 ddef_t *def; in PR_GlobalString() local
404 ddef_t *def; in PR_GlobalStringNoContents() local
610 ddef_t *def; in ED_WriteGlobals() local
[all …]
/external/zlib/examples/
Dfitblk.c73 local int partcompress(FILE *in, z_streamp def) in partcompress()
96 local int recompress(z_streamp inf, z_streamp def) in recompress()
134 z_stream def, inf; /* zlib deflate and inflate states */ in main() local
Dzpipe.c36 int def(FILE *source, FILE *dest, int level) in def() function
/external/quake/quake/src/WinQuake/
Dpr_edict.cpp150 ddef_t *def; in ED_GlobalAtOfs() local
169 ddef_t *def; in ED_FieldAtOfs() local
188 ddef_t *def; in ED_FindField() local
208 ddef_t *def; in ED_FindGlobal() local
243 ddef_t *def = NULL; in GetEdictFieldValue() local
283 ddef_t *def; in PR_ValueString() local
335 ddef_t *def; in PR_UglyValueString() local
385 ddef_t *def; in PR_GlobalString() local
410 ddef_t *def; in PR_GlobalStringNoContents() local
618 ddef_t *def; in ED_WriteGlobals() local
[all …]
/external/qemu/target-mips/
Dtranslate_init.c474 static void no_mmu_init (CPUMIPSState *env, const mips_def_t *def) in no_mmu_init()
480 static void fixed_mmu_init (CPUMIPSState *env, const mips_def_t *def) in fixed_mmu_init()
486 static void r4k_mmu_init (CPUMIPSState *env, const mips_def_t *def) in r4k_mmu_init()
496 static void mmu_init (CPUMIPSState *env, const mips_def_t *def) in mmu_init()
519 static void fpu_init (CPUMIPSState *env, const mips_def_t *def) in fpu_init()
529 static void mvp_init (CPUMIPSState *env, const mips_def_t *def) in mvp_init()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dparsing.cc57 const std::string& def) { in GetXmlAttr()
64 const char* def) { in GetXmlAttr()
69 const buzz::QName& name, bool def) { in GetXmlAttr()
77 const buzz::QName& name, int def) { in GetXmlAttr()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
DRmiSerializer.java128 MethodDef def = new MethodDef(); in readMethod() local
135 private void writeObjectDef(ByteBuffer buffer, ObjectDef def) throws IOException{ in writeObjectDef()
146 ObjectDef def = new ObjectDef(); in readObjectDef() local
254 RemoteObjectDefMessage def = (RemoteObjectDefMessage) object; in writeObject() local
/external/webkit/Tools/android/flex-2.5.4a/
Dscan.l36 #define ACTION_IFDEF(def, should_define) \ argument
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DTechnique.java49 private TechniqueDef def; field in Technique
63 public Technique(Material owner, TechniqueDef def) { in Technique()
/external/libvpx/
Dargs.c40 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) in arg_match()
118 const struct arg_def *def = *defs; in arg_show_usage() local
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h62 virtual void adjustSchedDependency(SUnit *def, SUnit *use, in adjustSchedDependency()
/external/webkit/Source/WebCore/platform/efl/
DPlatformScreenEfl.cpp73 int def = DefaultScreen(display); in screenRect() local
/external/llvm/include/llvm/
DPassSupport.h268 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
285 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
289 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/external/fsck_msdos/
Dmain.c132 ask(int def, const char *fmt, ...) in ask()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorTemplateElem.java57 XSLTElementDef def = getElemDef(); in startElement() local
DXSLTElementProcessor.java74 void setElemDef(XSLTElementDef def) in setElemDef()
291 XSLTElementDef def = getElemDef(); in setPropertiesFromAttributes() local
DProcessorKey.java92 XSLTElementDef def = getElemDef(); in setPropertiesFromAttributes() local
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DEscapeAnalysis.java331 RegisterSpec def = regWorklist.remove(listSize); in processRegister() local
392 private void processUse(RegisterSpec def, SsaInsn use, EscapeSet escSet, in processUse()
486 SsaInsn def = ssaMeth.getDefinitionForRegister(e); in scalarReplacement() local
535 private void replaceDef(SsaInsn def, SsaInsn prev, int length, in replaceDef()
/external/qemu/tcg/
Dtcg.c223 TCGOpDef *def; in tcg_context_init() local
877 const TCGOpDef *def; in tcg_dump_ops() local
1018 static int get_constraint_priority(const TCGOpDef *def, int k) in get_constraint_priority()
1040 static void sort_constraints(TCGOpDef *def, int start, int n) in sort_constraints()
1064 TCGOpDef *def; in tcg_add_target_add_op_defs() local
1214 const TCGOpDef *def; in tcg_liveness_analysis() local
1600 static void tcg_reg_alloc_mov(TCGContext *s, const TCGOpDef *def, in tcg_reg_alloc_mov()
1660 const TCGOpDef *def, TCGOpcode opc, in tcg_reg_alloc_op()
1826 static int tcg_reg_alloc_call(TCGContext *s, const TCGOpDef *def, in tcg_reg_alloc_call()
2026 const TCGOpDef *def; in tcg_gen_code_common() local
/external/openssl/crypto/x509/
Dx509_vpm.c136 #define test_x509_verify_param_copy(field, def) \ argument
142 #define x509_verify_param_copy(field, def) \ argument
/external/wpa_supplicant_6/wpa_supplicant/
Dconfig_winreg.c475 int def) in wpa_config_write_reg_dword()
645 static void write_int(HKEY hk, const char *field, int value, int def) in write_int()
817 #define INT_DEF(t, def) write_int(netw, #t, ssid->t, def) in wpa_config_write_network() argument
818 #define INT_DEFe(t, def) write_int(netw, #t, ssid->eap.t, def) in wpa_config_write_network() argument
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_winreg.c489 int def) in wpa_config_write_reg_dword()
682 static void write_int(HKEY hk, const char *field, int value, int def) in write_int()
854 #define INT_DEF(t, def) write_int(netw, #t, ssid->t, def) in wpa_config_write_network() argument
855 #define INT_DEFe(t, def) write_int(netw, #t, ssid->eap.t, def) in wpa_config_write_network() argument
Dconfig_file.c350 static void write_int(FILE *f, const char *field, int value, int def) in write_int()
509 #define INT_DEF(t, def) write_int(f, #t, ssid->t, def) in wpa_config_write_network() argument
510 #define INT_DEFe(t, def) write_int(f, #t, ssid->eap.t, def) in wpa_config_write_network() argument

12345