OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nParams
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java
203
int
nParams
= getParamElemCount();
233
if(
nParams
> 0)
238
argsFrame = vars.link(
nParams
);
241
for (int i = 0; i <
nParams
; i++)
324
// You can't do the check for
nParams
here, otherwise the
326
if(/*
nParams
> 0 && */ template.m_inArgsSize > 0)
337
for (i = 0; i <
nParams
; i++)
347
if(i ==
nParams
)
410
if(
nParams
> 0)
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
734
int
nparams
= getCompressedFormats(NULL);
local
735
if (
nparams
>0) {
736
int * iparams = new int[
nparams
];
738
for (int i=0; i<
nparams
; i++) params[i] = (GLboolean)iparams[i];
792
size_t
nParams
= glParamSize(pname);
809
int
nparams
= getCompressedFormats(NULL);
local
810
if (
nparams
>0) {
811
int * iparams = new int[
nparams
];
813
for (int i=0; i<
nparams
; i++) params[i] = I2X(iparams[i]);
823
if (
nParams
)
853
int
nparams
= getCompressedFormats(NULL);
local
[
all
...]
Completed in 161 milliseconds