OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:methods
(Results
876 - 900
of
15977
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/content/common/
content_param_traits.cc
99
// Generate param traits write
methods
.
106
// Generate param traits read
methods
.
113
// Generate param traits log
methods
.
/external/chromium_org/device/nfc/
nfc_peer.h
48
// The ErrorCallback is used by
methods
to asynchronously report errors.
54
// multiple peers, check the |peer| parameter of observer
methods
to
65
// Users should use this method in conjunction with the Observer
methods
/external/chromium_org/mojo/system/
data_pipe.h
30
// These are called by the producer dispatcher to implement its
methods
of
48
// These are called by the consumer dispatcher to implement its
methods
of
77
// Not thread-safe; must be called before any other
methods
are called. This
/external/chromium_org/net/base/
network_change_notifier_win.h
24
// on. All the NetworkChangeNotifier
methods
it implements are threadsafe.
53
// NetworkChangeNotifier
methods
:
56
// ObjectWatcher::Delegate
methods
:
/external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h
42
* properties that are not
methods
. Use HasMethod() to handle
methods
.
72
* This should include all enumerable properties, including
methods
. Be sure
/external/chromium_org/ppapi/generators/
idl_gen_wrapper.py
5
"""Base class for generating wrapper functions for PPAPI
methods
.
52
"""WrapperGen - An abstract class that generates wrappers for PPAPI
methods
.
55
to wrapper PPAPI
methods
. Wrapper PPAPI
methods
may perform arbitrary
300
result.append('/* Not generating wrapper
methods
for %s */\n\n' %
304
result.append('/* Begin wrapper
methods
for %s */\n\n' %
315
result.append('/* End wrapper
methods
for %s */\n\n' %
330
methods
= []
349
methods
.append(' .%s = %s&%s%s' % (member.GetName(),
353
out.Write(' ' + ',\n '.join(
methods
) + '\n'
[
all
...]
/external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.h
48
// These "Process.."
methods
handle specific request types. The |response|
97
// These Send...
methods
get called on the DaemonController's internal thread,
99
// These
methods
fill in the |response| dictionary from the other parameters,
/external/chromium_org/sdch/open-vcdiff/src/google/
output_string.h
28
// semantics must be identical to the std::string
methods
of the same names:
34
// The versions of these
methods
that take a std::string argument are not
63
// definitions of OutputString
methods
-- see output_string_types.h for some
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerMessagingProxy.h
54
// (Only use these
methods
in the worker object thread.)
64
// These
methods
come from worker context thread via WorkerObjectProxy
76
// These
methods
are called on different threads to schedule loading
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
ordered_dict.py
27
#
Methods
with direct access to underlying attributes
68
#
Methods
with indirect access via the above
methods
/external/chromium_org/third_party/mesa/src/src/glsl/
glsl_symbol_table.h
91
* \name
Methods
to add symbols to the table
95
* reduces the clarity of the intention of code that uses these
methods
.
110
* \name
Methods
to get symbols from the table
/external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops.h
50
//
methods
of the Message interface, though they are likely to be
56
// This class is really a namespace that contains only static
methods
.
73
// All
methods
are static. No need to construct.
/external/chromium_org/third_party/skia/src/core/
SkBitmapScaler.h
22
// Quality
Methods
27
// It is possible for all three
methods
to be mapped to the same
75
// enum aliases for first and last
methods
by algorithm or by quality.
/external/guava/guava/src/com/google/common/annotations/
GwtCompatible.java
30
* It's useful to indicate that an instance created by factory
methods
has a GWT
45
*
methods
. In the following example,
59
* GwtIncompatible}
methods
.
/external/jdiff/src/jdiff/
ClassDiff.java
44
/**
Methods
added in the new API. */
46
/**
Methods
removed in the new API. */
48
/**
Methods
changed in the new API. */
MethodAPI.java
83
* Compare two
methods
, including the return type, and parameter
122
* Tests two
methods
, using just the method name, used by indexOf().
131
* Tests two
methods
for equality, using just the signature.
/external/junit/src/org/junit/runners/
Parameterized.java
24
* cross-product of the test
methods
and the test data elements.
155
List<FrameworkMethod>
methods
= testClass
local
157
for (FrameworkMethod each :
methods
) {
/external/libvpx/libvpx/examples/includes/geshi/docs/
TODO
34
eliminate the need for regular expressions except for numbers/
methods
39
- Clear split between "public" and "private"
methods
[DONE]
52
- Dig functions/
methods
out of code and where they are called make an internal
/external/mesa3d/src/glsl/
glsl_symbol_table.h
91
* \name
Methods
to add symbols to the table
95
* reduces the clarity of the intention of code that uses these
methods
.
110
* \name
Methods
to get symbols from the table
/external/open-vcdiff/src/google/
output_string.h
28
// semantics must be identical to the std::string
methods
of the same names:
34
// The versions of these
methods
that take a std::string argument are not
63
// definitions of OutputString
methods
-- see output_string_types.h for some
/external/openfst/src/script/
fst-class.cc
40
// FST CLASS
METHODS
86
// MUTABLE FST CLASS
METHODS
111
// VECTOR FST CLASS
METHODS
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
VerificationTypeVisitor.java
28
* This interface specifies the
methods
for a visitor of
29
* <code>VerificationType</code> objects. There a
methods
for stack entries
30
* and
methods
for variable entries.
/external/proguard/src/proguard/classfile/attribute/visitor/
AttributeVisitor.java
29
* This interface specifies the
methods
for a visitor of <code>Attribute</code>
44
// Attributes that are attached to classes, fields, and
methods
.
62
// Attributes that are attached to
methods
.
/external/proguard/src/proguard/classfile/visitor/
MethodImplementationTraveler.java
28
* travel to all concrete and abstract implementations of the visited
methods
47
* visited
methods
.
119
// Small utility
methods
.
/external/proguard/src/proguard/evaluation/value/
ParticularDoubleValue.java
50
// Implementations of unary
methods
of DoubleValue.
73
// Implementations of binary
methods
of DoubleValue.
126
// Implementations of binary DoubleValue
methods
with ParticularDoubleValue
Completed in 1814 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>