/frameworks/native/libs/input/ |
VirtualKeyMap.cpp | 113 VirtualKeyDefinition defn; local 114 bool success = parseNextIntField(&defn.scanCode) 115 && parseNextIntField(&defn.centerX) 116 && parseNextIntField(&defn.centerY) 117 && parseNextIntField(&defn.width) 118 && parseNextIntField(&defn.height); 128 defn.scanCode, defn.centerX, defn.centerY, defn.width, defn.height) [all...] |
/external/chromium_org/third_party/openssl/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...] |
/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...] |
/external/llvm/test/Feature/ |
constpointer.ll | 25 @fptr = global void() * @f ;; Forward ref method defn
|
/external/llvm/test/Integer/ |
constpointer_bt.ll | 25 @fptr = global void() * @f ;; Forward ref method defn
|
/external/ceres-solver/internal/ceres/ |
line_search_direction.cc | 233 // and thus by defn. symmetric to reduce the cost of the update: 244 // B = (1 + \rho_k * y_k' * H_k * y_k) * s_k * s_k', which is by defn 251 // For efficiency, as H_k is by defn. symmetric, we will only maintain the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 170 for defn in self.macros: 171 if defn[0] == name: 181 for defn in definitions: 182 if not (isinstance(defn, tuple) and 183 (len (defn) == 1 or 184 (len (defn) == 2 and 185 (isinstance(defn[1], str) or defn[1] is None))) and 186 isinstance(defn[0], str)): 188 ("invalid macro definition '%s': " % defn) + [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 170 for defn in self.macros: 171 if defn[0] == name: 181 for defn in definitions: 182 if not (isinstance(defn, tuple) and 183 (len (defn) == 1 or 184 (len (defn) == 2 and 185 (isinstance(defn[1], str) or defn[1] is None))) and 186 isinstance(defn[0], str)): 188 ("invalid macro definition '%s': " % defn) + [all...] |
/system/core/sh/ |
parser.h | 40 #define CTLVAR '\202' /* variable defn */
|
/dalvik/dx/src/com/android/dx/ssa/ |
SCCP.java | 611 SsaInsn defn = ssaMeth.getDefinitionForRegister(reg); local 612 TypeBearer typeBearer = defn.getResult().getTypeBearer(); 623 RegisterSpec dest = defn.getResult(); 626 defn.setResult(newDest);
|
SsaMethod.java | 675 SsaInsn defn = getDefinitionForRegister(spec.getReg()); local 677 if (defn == null) { 683 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 | 94 extern void defn(Cell *, Node *, Node *);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_capi.py | 1 # Run the _testcapi module tests (tests for the Python/C API): by defn,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_capi.py | 1 # Run the _testcapi module tests (tests for the Python/C API): by defn,
|
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_tytypes.h | 45 Te_Field, /* struct/class field defn */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyerrors.h | 310 not rely on any particular behavior; eventually the C99 defn may
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyerrors.h | 310 not rely on any particular behavior; eventually the C99 defn may
|
/external/chromium/third_party/libevent/ |
evdns.3 | 213 which disables searching for this query. (see defn of
|
/external/chromium_org/third_party/libevent/ |
evdns.3 | 213 which disables searching for this query. (see defn of
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLocation.java | 298 double uSquared = cosSqAlpha * aSqMinusBSqOverBSq; // defn
|
/hardware/ti/omap3/dspbridge/inc/ |
wcdioctl.h | 35 *! 11-Sep-2001 ag ARGS_CMM_GETHANDLE defn uses DSP_HPROCESSOR.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
wcdioctl.h | 35 *! 11-Sep-2001 ag ARGS_CMM_GETHANDLE defn uses DSP_HPROCESSOR.
|