Searched refs:PARAMETERS (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/mojo/public/platform/native/
H A Dgles2_impl_chromium_sync_point_thunks.h17 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
18 ReturnType(*Function) PARAMETERS;
30 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) gl##Function,
H A Dgles2_impl_chromium_texture_mailbox_thunks.h17 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
18 ReturnType(*Function) PARAMETERS;
31 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) gl##Function,
H A Dgles2_impl_thunks.h19 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
20 ReturnType(*Function) PARAMETERS;
31 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) gl##Function,
H A Dgles2_impl_chromium_sync_point_thunks.cc15 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
16 ReturnType gl##Function PARAMETERS { \
H A Dgles2_impl_chromium_texture_mailbox_thunks.cc15 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
16 ReturnType gl##Function PARAMETERS { \
H A Dgles2_impl_thunks.cc14 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
15 ReturnType gl##Function PARAMETERS { \
/external/chromium_org/mojo/public/c/gles2/
H A Dchromium_sync_point.h21 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
22 MOJO_GLES2_EXPORT ReturnType GL_APIENTRY gl##Function PARAMETERS;
H A Dchromium_texture_mailbox.h21 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
22 MOJO_GLES2_EXPORT ReturnType GL_APIENTRY gl##Function PARAMETERS;
H A Dgles2.h36 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
37 MOJO_GLES2_EXPORT ReturnType GL_APIENTRY gl##Function PARAMETERS;
/external/chromium_org/mojo/gles2/
H A Dgles2_impl.cc64 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
65 ReturnType gl##Function PARAMETERS { \
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py48 PARAMETERS = 'pa,ra,ms' variable in class:JavaScriptTokenType
H A Djavascripttokenizer.py128 PARAMETERS = re.compile(r'[^\)]+') variable in class:JavaScriptTokenizer
324 Matcher(PARAMETERS, Type.PARAMETERS, JavaScriptModes.PARAMETER_MODE)]}
H A Decmametadatapass.py109 PARAMETERS = 'parameters' variable in class:EcmaContext
324 self._AddContext(EcmaContext.PARAMETERS)
327 return self._PopContextType(EcmaContext.PARAMETERS)
404 EcmaContext.PARAMETERS,
H A Dindentation.py288 elif token.metadata.context.type != Context.PARAMETERS:
294 elif token_type == Type.PARAMETERS and token.string.endswith(','):
410 elif token.type == Type.PARAMETERS:
H A Decmalintrules.py262 if type == Type.PARAMETERS:
646 if (token.previous and token.previous.type == Type.PARAMETERS
653 if token.previous and token.previous.type == Type.PARAMETERS:
H A Derror_fixer.py308 if token.type in (Type.WHITESPACE, Type.PARAMETERS) and actual != 0:
H A Dstatetracker.py925 elif type == Type.PARAMETERS:
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py48 PARAMETERS = 'pa,ra,ms' variable in class:JavaScriptTokenType
H A Djavascripttokenizer.py128 PARAMETERS = re.compile(r'[^\)]+') variable in class:JavaScriptTokenizer
340 Matcher(cls.PARAMETERS, Type.PARAMETERS,
H A Decmametadatapass.py109 PARAMETERS = 'parameters' variable in class:EcmaContext
371 self._AddContext(EcmaContext.PARAMETERS)
374 return self._PopContextType(EcmaContext.PARAMETERS)
455 EcmaContext.PARAMETERS,
H A Dindentation.py289 elif token.metadata.context.type != Context.PARAMETERS:
295 elif token_type == Type.PARAMETERS and token.string.endswith(','):
420 elif token.type == Type.PARAMETERS:
H A Decmalintrules.py301 if token_type == Type.PARAMETERS:
666 if (token.previous and token.previous.type == Type.PARAMETERS
673 if token.previous and token.previous.type == Type.PARAMETERS:
H A Derror_fixer.py330 if token.type in (Type.WHITESPACE, Type.PARAMETERS) and actual != 0:
H A Dstatetracker.py1113 elif type == Type.PARAMETERS:
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1415 milliseconds

12