HomeSort by relevance Sort by last modified time
    Searched refs:ARGUMENTS (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/mojo/public/platform/native/
gles2_impl_chromium_sync_point_thunks.cc 15 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
18 return g_impl_chromium_sync_point_thunks.Function ARGUMENTS; \
gles2_impl_chromium_texture_mailbox_thunks.cc 15 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
18 return g_impl_chromium_texture_mailbox_thunks.Function ARGUMENTS; \
gles2_impl_thunks.cc 14 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
17 return g_impl_thunks.Function ARGUMENTS; \
gles2_impl_chromium_sync_point_thunks.h 17 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
30 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) gl##Function,
gles2_impl_chromium_texture_mailbox_thunks.h 17 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
31 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) gl##Function,
gles2_impl_thunks.h 19 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
31 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) gl##Function,
  /external/chromium_org/mojo/public/c/gles2/
chromium_sync_point.h 21 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
chromium_texture_mailbox.h 21 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
gles2.h 36 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
  /external/chromium_org/mojo/gles2/
gles2_impl.cc 64 #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
67 return g_gpu_interface.Get().Get()->Function ARGUMENTS; \
  /external/chromium_org/third_party/mesa/src/
common.py 23 if 'platform' in SCons.Script.ARGUMENTS:
24 target_platform = SCons.Script.ARGUMENTS['platform']
SConstruct 48 targets = ARGUMENTS['targets']
  /external/mesa3d/
common.py 23 if 'platform' in SCons.Script.ARGUMENTS:
24 target_platform = SCons.Script.ARGUMENTS['platform']
SConstruct 48 targets = ARGUMENTS['targets']
  /external/chromium_org/v8/src/
variables.h 25 ARGUMENTS
108 bool is_arguments() const { return kind_ == ARGUMENTS; }
scopes.cc 332 // Declare 'arguments' variable which exists in all functions.
339 Variable::ARGUMENTS,
1245 Variable* arguments = LookupLocal(ast_value_factory_->arguments_string()); local
    [all...]
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 101 if 'chrome_browser_path' in ARGUMENTS:
102 return env.File(env.SConstructAbsPath(ARGUMENTS['chrome_browser_path']))
110 if 'force_ppapi_plugin' in ARGUMENTS:
111 return env.SConstructAbsPath(ARGUMENTS['force_ppapi_plugin'])
419 # Lint the extra arguments that are being passed to the tester.
432 if 'scale_timeout' in ARGUMENTS:
433 timeout = timeout * int(ARGUMENTS['scale_timeout'])
454 if 'browser_tester_bw' in ARGUMENTS:
455 command.extend(['-b', ARGUMENTS['browser_tester_bw']])
470 if 'browser_test_tool' in ARGUMENTS
    [all...]
  /external/chromium_org/tools/gyp/tools/
pretty_vcproj.py 24 ARGUMENTS = None
138 new_list = FixFilenames(path_list, os.path.dirname(ARGUMENTS[1]))
281 global ARGUMENTS
282 ARGUMENTS = argv
  /external/pcre/dist/
test-driver 48 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
pcre_jit_compile.c 124 '(' matching path (pushing arguments to the stack)
126 ')' matching path (pushing arguments to the stack)
221 the arguments for compile_backtrackingpath. Must be the first member
486 #define ARGUMENTS SLJIT_S4
10389 jit_arguments arguments; variable
10476 jit_arguments arguments; local
    [all...]
  /external/libpng/
test-driver 48 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /external/iproute2/doc/
ip-cref.tex 45 ip [ OPTIONS ] OBJECT [ COMMAND [ ARGUMENTS ]]
69 the protocol family is guessed from other arguments. If the rest of the command
138 \verb|ARGUMENTS| is a list of arguments to the command.
139 The arguments depend on the command and object. There are two types of arguments:
169 The arguments did not pass verification for self-consistency.
172 \verb|ip| failed to compile a kernel request from the arguments
237 \paragraph{Arguments:}
335 \paragraph{Arguments:
    [all...]

Completed in 1976 milliseconds

1 2