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

1 2 3

  /external/chromium_org/gpu/command_buffer/service/
mocks.cc 21 const void* _args) {
26 static_cast<const cmd::SetToken*>(_args);
mocks.h 40 bool operator() (const void* _args) const {
42 static_cast<const CommandBufferEntry*>(_args) + 1;
69 const void* _args);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 47 def DeadlockWrap(function, *_args, **_kwargs):
48 """DeadlockWrap(function, *_args, **_kwargs) - automatically retries
68 return function(*_args, **_kwargs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 47 def DeadlockWrap(function, *_args, **_kwargs):
48 """DeadlockWrap(function, *_args, **_kwargs) - automatically retries
68 return function(*_args, **_kwargs)
  /dalvik/vm/
Native.h 86 #define GET_ARG_LONG(_args, _elem) dvmGetArgLong(_args, _elem)
  /frameworks/native/opengl/libs/EGL/
trace.cpp 328 #define TRACE_GL_VOID(_api, _args, _argList, ...) \
329 static void Tracing_ ## _api _args { \
335 #define TRACE_GL(_type, _api, _args, _argList, ...) \
336 static _type Tracing_ ## _api _args { \
364 #define TRACE_GL_VOID(_api, _args, _argList, ...) \
365 static void Debug_ ## _api _args { \
371 #define TRACE_GL(_type, _api, _args, _argList, ...) \
372 static _type Debug_ ## _api _args { \
389 #define TRACE_GL_VOID(_api, _args, _argList, ...) \
390 static void Systrace_ ## _api _args { \
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlog.h 206 #define PR_LOG(_module,_level,_args) \
209 PR_LogPrint _args; \
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test_runner.py 28 self._args = None
79 ps = test.CreatePageSet(self._args, self._options)
83 if len(self._args) < 2:
91 page_set_arg = self._args[1]
150 _, self._args = self._parser.parse_args()
152 if len(self._args) < 1:
160 self.test_class_name, self._args[0], self.test_class_name)
171 if len(self._args) > 2:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shelve.py 118 x= shelve.Shelf({}, **self._args)
121 x= shelve.open(self.fn+str(self.counter), **self._args)
133 _args={'protocol':0} variable in class:TestAsciiFileShelve
136 _args={'protocol':1} variable in class:TestBinaryFileShelve
139 _args={'protocol':2} variable in class:TestProto2FileShelve
142 _args={'protocol':0} variable in class:TestAsciiMemShelve
145 _args={'protocol':1} variable in class:TestBinaryMemShelve
148 _args={'protocol':2} variable in class:TestProto2MemShelve
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shelve.py 118 x= shelve.Shelf({}, **self._args)
121 x= shelve.open(self.fn+str(self.counter), **self._args)
133 _args={'protocol':0} variable in class:TestAsciiFileShelve
136 _args={'protocol':1} variable in class:TestBinaryFileShelve
139 _args={'protocol':2} variable in class:TestProto2FileShelve
142 _args={'protocol':0} variable in class:TestAsciiMemShelve
145 _args={'protocol':1} variable in class:TestBinaryMemShelve
148 _args={'protocol':2} variable in class:TestProto2MemShelve
  /external/chromium_org/chrome/test/pyautolib/chromeos/
enable_testing.py 39 self._options, self._args = parser.parse_args()
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 59 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help)\
64 .args = (_args), \
78 #define TOPLEVEL(_name, _args, _nlcmd, _flags, _idby, _handler, _help) \
83 .args = (_args), \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 184 self._args = args
200 self._callback, self._args, self._kwargs)
201 res = self._callback(*self._args, **self._kwargs)
202 self._weakref = self._callback = self._args = \
215 self._weakref = self._callback = self._args = \
235 if self._args:
236 x += ', args=' + str(self._args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 184 self._args = args
200 self._callback, self._args, self._kwargs)
201 res = self._callback(*self._args, **self._kwargs)
202 self._weakref = self._callback = self._args = \
215 self._weakref = self._callback = self._args = \
235 if self._args:
236 x += ', args=' + str(self._args)
  /external/chromium_org/build/android/pylib/utils/
reraiser_thread.py 36 self._args = args
49 self._func(*self._args, **self._kwargs)
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args))
  /external/chromium_org/tools/valgrind/
valgrind_test.py 139 self._options, self._args = self._parser.parse_args(known_args)
153 self._args.append("--gtest_filter=%s" % self._options.gtest_filter)
155 self._args.append("--gtest_repeat=%s" % self._options.gtest_repeat)
157 self._args.append("--gtest_print_time")
302 test_command = self._args[0]
303 dsym_bundle = self._args[0] + '.dSYM'
353 # Note that self._args begins with the exe to be run.
403 proc = self._args
413 proc += self._args
610 # self._args begins with the exe to be run
    [all...]
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
ActionBarTabsPager.java 94 TabInfo(Class<?> _class, Bundle _args) {
96 args = _args;
FragmentNestingPagerSupport.java 92 TabInfo(Class<?> _class, Bundle _args) {
94 args = _args;
FragmentNestingStatePagerSupport.java 92 TabInfo(Class<?> _class, Bundle _args) {
94 args = _args;
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabsPager.java 98 TabInfo(String _tag, Class<?> _class, Bundle _args) {
101 args = _args;
  /external/libvpx/libvpx/tools/
lint-hunks.py 44 self._args = args
56 raise SubprocessException(self._args)
  /packages/apps/Gallery2/src/com/android/photos/
GalleryActivity.java 106 TabInfo(Class<?> _class, Bundle _args) {
108 args = _args;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler_unittest.py 74 def log_message(self, _format, *_args):
  /external/chromium_org/chrome/test/pyautolib/
fetch_prebuilt_pyauto.py 53 self._options, self._args = parser.parse_args()
56 elif not self._args:
60 self._url = self._args[0]

Completed in 725 milliseconds

1 2 3