OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pLocation
(Results
1 - 25
of
59
) sorted by null
1
2
3
/cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java
52
int []
pLocation
= new int[2];
60
parent.getLocationOnScreen(
pLocation
);
66
int left = vLocation[0] -
pLocation
[0];
67
int top = vLocation[1] -
pLocation
[1];
88
parent.getLocationOnScreen(
pLocation
);
93
int nleft = vLocation[0] -
pLocation
[0];
94
int ntop = vLocation[1] -
pLocation
[1];
/frameworks/wilhelm/src/itf/
I3DLocation.c
22
static SLresult I3DLocation_SetLocationCartesian(SL3DLocationItf self, const SLVec3D *
pLocation
)
26
if (NULL ==
pLocation
) {
30
SLVec3D locationCartesian = *
pLocation
;
113
static SLresult I3DLocation_GetLocationCartesian(SL3DLocationItf self, SLVec3D *
pLocation
)
117
if (NULL ==
pLocation
) {
132
*
pLocation
= locationCartesian;
149
pLocation
->x = 0;
150
pLocation
->y = 0;
151
pLocation
->z = 0;
/frameworks/compile/mclinker/include/mcld/Script/
ScriptScanner.h
52
void enterComments(ScriptParser::location_type&
pLocation
);
/frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll
297
void ScriptScanner::enterComments(ScriptParser::location_type&
pLocation
)
299
const int start_line =
pLocation
.begin.line;
300
const int start_col =
pLocation
.begin.column;
306
pLocation
.columns(1);
310
pLocation
.lines(1);
314
pLocation
.columns(1);
319
pLocation
.columns(1);
323
pLocation
.columns(1);
331
pLocation
.lines(1);
334
error(diag::err_unterminated_comment) <<
pLocation
.begin.filenam
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h
154
EAS_RESULT EAS_PESeek (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 *
pLocation
);
eas_pcm.c
[
all
...]
/development/ndk/platforms/android-14/include/SLES/
OpenSLES.h
[
all
...]
/development/ndk/platforms/android-21/include/SLES/
OpenSLES.h
[
all
...]
/development/ndk/platforms/android-9/include/SLES/
OpenSLES.h
[
all
...]
/frameworks/wilhelm/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h
44
LPSTR
pLocation
;
68
LPWSTR
pLocation
;
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/SLES/
OpenSLES.h
[
all
...]
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/SLES/
OpenSLES.h
[
all
...]
Completed in 6315 milliseconds
1
2
3