OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callback_args
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/renderer/extensions/
cast_streaming_native_handler.cc
208
v8::Handle<v8::Value>
callback_args
[3];
local
209
callback_args
[0] = v8::Integer::New(stream1_id);
210
callback_args
[1] = v8::Integer::New(stream2_id);
211
callback_args
[2] = v8::Integer::New(udp_id);
213
3,
callback_args
);
/external/chromium_org/v8/src/
stub-cache.cc
810
PropertyCallbackArguments
callback_args
(
816
callback_args
.Call(getter, v8::Utils::ToLocal(name));
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py
459
callback_args
: (any*)
475
'
callback_args
',
713
if (self.
callback_args
is not None and
714
type(self.
callback_args
) is not types.TupleType):
716
"
callback_args
, if supplied, must be a tuple: not %r"
717
% self.
callback_args
, self)
728
if self.
callback_args
is not None:
730
"
callback_args
supplied for non-callback option", self)
806
args = self.
callback_args
or ()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py
459
callback_args
: (any*)
475
'
callback_args
',
713
if (self.
callback_args
is not None and
714
type(self.
callback_args
) is not types.TupleType):
716
"
callback_args
, if supplied, must be a tuple: not %r"
717
% self.
callback_args
, self)
728
if self.
callback_args
is not None:
730
"
callback_args
supplied for non-callback option", self)
806
args = self.
callback_args
or ()
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py
293
"option -b:
callback_args
, if supplied, "
297
'
callback_args
': 'foo'})
315
"option -b:
callback_args
supplied for non-callback option",
317
'
callback_args
': 'foo'})
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py
293
"option -b:
callback_args
, if supplied, "
297
'
callback_args
': 'foo'})
315
"option -b:
callback_args
supplied for non-callback option",
317
'
callback_args
': 'foo'})
[
all
...]
Completed in 69 milliseconds