OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defn
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/ui/
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/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js
[
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 561 milliseconds