OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nParams
(Results
1 - 6
of
6
) 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)
/external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win.cc
228
request_params.
nParams
= 1;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c
1074
* \param
nparams
number of function parameters
1078
alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint
nparams
)
1080
return dlist_alloc(ctx, opcode,
nparams
* sizeof(Node));
[
all
...]
/external/mesa3d/src/mesa/main/
dlist.c
1074
* \param
nparams
number of function parameters
1078
alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint
nparams
)
1080
return dlist_alloc(ctx, opcode,
nparams
* sizeof(Node));
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
730
int
nparams
= getCompressedFormats(NULL);
local
731
if (
nparams
>0) {
732
int * iparams = new int[
nparams
];
734
for (int i=0; i<
nparams
; i++) params[i] = (GLboolean)iparams[i];
788
size_t
nParams
= glParamSize(pname);
805
int
nparams
= getCompressedFormats(NULL);
local
806
if (
nparams
>0) {
807
int * iparams = new int[
nparams
];
809
for (int i=0; i<
nparams
; i++) params[i] = I2X(iparams[i]);
819
if (
nParams
)
849
int
nparams
= getCompressedFormats(NULL);
local
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 492 milliseconds