HomeSort by relevance Sort by last modified time
    Searched refs:defn (Results 1 - 13 of 13) sorted by null

  /frameworks/base/libs/androidfw/
VirtualKeyMap.cpp 112 VirtualKeyDefinition defn; local
113 bool success = parseNextIntField(&defn.scanCode)
114 && parseNextIntField(&defn.centerX)
115 && parseNextIntField(&defn.centerY)
116 && parseNextIntField(&defn.width)
117 && parseNextIntField(&defn.height);
127 defn.scanCode, defn.centerX, defn.centerY, defn.width, defn.height)
    [all...]
  /external/openssl/crypto/engine/
eng_ctrl.c 66 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn)
68 if((defn->cmd_num == 0) || (defn->cmd_name == NULL))
73 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s)
76 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
79 defn++;
81 if(int_ctrl_cmd_is_null(defn))
87 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num)
92 while(!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 612 SsaInsn defn = ssaMeth.getDefinitionForRegister(reg); local
613 TypeBearer typeBearer = defn.getResult().getTypeBearer();
624 RegisterSpec dest = defn.getResult();
627 defn.setResult(newDest);
SsaMethod.java 676 SsaInsn defn = getDefinitionForRegister(spec.getReg()); local
678 if (defn == null) {
684 if (defn.getLocalAssignment() != null) return true;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 612 SsaInsn defn = ssaMeth.getDefinitionForRegister(reg); local
613 TypeBearer typeBearer = defn.getResult().getTypeBearer();
624 RegisterSpec dest = defn.getResult();
627 defn.setResult(newDest);
SsaMethod.java 676 SsaInsn defn = getDefinitionForRegister(spec.getReg()); local
678 if (defn == null) {
684 if (defn.getLocalAssignment() != null) return true;
  /ndk/sources/host-tools/nawk-20071023/
parse.c 233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ function
proto.h 92 extern void defn(Cell *, Node *, Node *);
awkgram.y 185 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn,
    [all...]
  /external/grub/docs/
texinfo.tex 799 % This defn is used inside fill environments such as @defun.
802 % This defn is used inside nofill environments such as @example.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 867 % This defn is used inside fill environments such as @defun.
870 % This defn is used inside nofill environments such as @example.
    [all...]

Completed in 1072 milliseconds