OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Descriptor
(Results
51 - 75
of
667
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/bt/service/common/bluetooth/
characteristic.h
19
#include <bluetooth/
descriptor
.h>
31
const std::vector<
Descriptor
>& descriptors)
49
const std::vector<
Descriptor
>& descriptors() const { return descriptors_; }
50
std::vector<
Descriptor
>& descriptors() { return descriptors_; }
57
std::vector<
Descriptor
> descriptors_;
/external/libchrome/base/posix/
global_descriptors.cc
14
GlobalDescriptors::
Descriptor
::
Descriptor
(Key key, int fd)
18
GlobalDescriptors::
Descriptor
::
Descriptor
(Key key,
36
DLOG(FATAL) << "Unknown global
descriptor
: " << key;
65
descriptors_.push_back(
Descriptor
(key, fd, region));
73
DLOG(FATAL) << "Unknown global
descriptor
: " << key;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor_op_queue.hpp
27
template <typename
Descriptor
>
32
typedef
Descriptor
key_type;
55
// operation for the given
descriptor
, in which case the reactor's event
57
bool enqueue_operation(
Descriptor
descriptor
, reactor_op* op)
60
operations_.insert(value_type(
descriptor
, mapped_type()));
65
// Cancel all operations associated with the
descriptor
identified by the
66
// supplied iterator. Any operations pending for the
descriptor
will be
89
// Cancel all operations associated with the
descriptor
. Any operations
90
// pending for the
descriptor
will be cancelled. Returns true if an
[
all
...]
/external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.cc
41
#include <google/protobuf/
descriptor
.h>
58
const vector<const
Descriptor
*>& descriptors) {
75
void TypeInfoTestHelper::ResetTypeInfo(const
Descriptor
*
descriptor
) {
76
vector<const
Descriptor
*> descriptors;
77
descriptors.push_back(
descriptor
);
81
void TypeInfoTestHelper::ResetTypeInfo(const
Descriptor
* descriptor1,
82
const
Descriptor
* descriptor2) {
83
vector<const
Descriptor
*> descriptors;
/external/v8/src/builtins/
builtins-conversion.cc
34
typedef TypeConversionDescriptor
Descriptor
;
36
Node* input = assembler->Parameter(
Descriptor
::kArgument);
37
Node* context = assembler->Parameter(
Descriptor
::kContext);
122
typedef TypeConversionDescriptor
Descriptor
;
125
Node* input = assembler.Parameter(
Descriptor
::kArgument);
126
Node* context = assembler.Parameter(
Descriptor
::kContext);
133
typedef TypeConversionDescriptor
Descriptor
;
136
Node* input = assembler.Parameter(
Descriptor
::kArgument);
137
Node* context = assembler.Parameter(
Descriptor
::kContext);
145
typedef TypeConversionDescriptor
Descriptor
;
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DescriptorsTest.cs
49
FileDescriptor file = UnittestProto3Reflection.
Descriptor
;
59
Assert.AreEqual(1, UnittestImportProto3Reflection.
Descriptor
.PublicDependencies.Count);
60
Assert.AreEqual(UnittestImportPublicProto3Reflection.
Descriptor
, UnittestImportProto3Reflection.
Descriptor
.PublicDependencies[0]);
63
Assert.AreEqual(UnittestImportProto3Reflection.
Descriptor
, file.Dependencies[0]);
65
MessageDescriptor messageType = TestAllTypes.
Descriptor
;
80
Assert.AreEqual(1, UnittestImportProto3Reflection.
Descriptor
.EnumTypes.Count);
81
Assert.AreEqual("ImportEnum", UnittestImportProto3Reflection.
Descriptor
.EnumTypes[0].Name);
93
MessageDescriptor messageType = TestAllTypes.
Descriptor
;
94
MessageDescriptor nestedType = TestAllTypes.Types.NestedMessage.
Descriptor
;
[
all
...]
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
35
// The size in bytes of a segment
descriptor
on the target architecture.
40
struct
Descriptor
{
47
typedef std::vector<
Descriptor
> DescriptorColl;
/external/protobuf/python/google/protobuf/pyext/
descriptor.h
38
#include <google/protobuf/
descriptor
.h>
51
// Wraps a
Descriptor
in a Python object.
55
PyObject* PyMessageDescriptor_FromDescriptor(const
Descriptor
*
descriptor
);
56
PyObject* PyFieldDescriptor_FromDescriptor(const FieldDescriptor*
descriptor
);
57
PyObject* PyEnumDescriptor_FromDescriptor(const EnumDescriptor*
descriptor
);
59
const EnumValueDescriptor*
descriptor
);
60
PyObject* PyOneofDescriptor_FromDescriptor(const OneofDescriptor*
descriptor
);
70
// Return the C++
descriptor
pointer.
73
const
Descriptor
* PyMessageDescriptor_AsDescriptor(PyObject* obj)
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_message_builder.h
61
explicit MessageBuilderGenerator(const
Descriptor
*
descriptor
,
73
const
Descriptor
* descriptor_;
java_message.h
63
explicit MessageGenerator(const
Descriptor
*
descriptor
);
87
const
Descriptor
* descriptor_;
95
explicit ImmutableMessageGenerator(const
Descriptor
*
descriptor
,
120
io::Printer* printer, const
Descriptor
::ExtensionRange* range);
java_context.h
48
class
Descriptor
;
94
bool HasGeneratedMethods(const
Descriptor
*
descriptor
) const;
98
void InitializeFieldGeneratorInfoForMessage(const
Descriptor
* message);
java_name_resolver.h
41
class
Descriptor
;
50
// Used to get the Java class related names for a given
descriptor
. It caches
71
// Gets the name of the outer class that holds
descriptor
information.
77
// Gets the fully-qualified class name corresponding to the given
descriptor
.
78
string GetClassName(const
Descriptor
*
descriptor
, bool immutable);
79
string GetClassName(const EnumDescriptor*
descriptor
, bool immutable);
80
string GetClassName(const ServiceDescriptor*
descriptor
, bool immutable);
81
string GetClassName(const FileDescriptor*
descriptor
, bool immutable);
84
string GetImmutableClassName(const DescriptorType*
descriptor
) {
[
all
...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.h
56
explicit MessageGenerator(const
Descriptor
*
descriptor
, const Params& params);
82
const
Descriptor
* descriptor_;
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
36
// The size in bytes of a segment
descriptor
on the target architecture.
41
struct
Descriptor
{
49
typedef std::vector<
Descriptor
> DescriptorColl;
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
36
// The size in bytes of a segment
descriptor
on the target architecture.
41
struct
Descriptor
{
49
typedef std::vector<
Descriptor
> DescriptorColl;
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
36
// The size in bytes of a segment
descriptor
on the target architecture.
41
struct
Descriptor
{
49
typedef std::vector<
Descriptor
> DescriptorColl;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
36
// The size in bytes of a segment
descriptor
on the target architecture.
41
struct
Descriptor
{
49
typedef std::vector<
Descriptor
> DescriptorColl;
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
36
// The size in bytes of a segment
descriptor
on the target architecture.
41
struct
Descriptor
{
49
typedef std::vector<
Descriptor
> DescriptorColl;
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
36
// The size in bytes of a segment
descriptor
on the target architecture.
41
struct
Descriptor
{
49
typedef std::vector<
Descriptor
> DescriptorColl;
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
36
// The size in bytes of a segment
descriptor
on the target architecture.
41
struct
Descriptor
{
49
typedef std::vector<
Descriptor
> DescriptorColl;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
36
// The size in bytes of a segment
descriptor
on the target architecture.
41
struct
Descriptor
{
49
typedef std::vector<
Descriptor
> DescriptorColl;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
Descriptor.java
35
public @interface
Descriptor
{
/external/javassist/src/main/javassist/bytecode/annotation/
ClassMemberValue.java
20
import javassist.bytecode.
Descriptor
;
99
return
Descriptor
.toClassName(v);
108
String setTo =
Descriptor
.of(newClassName);
EnumMemberValue.java
23
import javassist.bytecode.
Descriptor
;
82
return
Descriptor
.toClassName(cp.getUtf8Info(typeIndex));
91
typeIndex = cp.addUtf8Info(
Descriptor
.of(typename));
/external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_message.h
58
const
Descriptor
*
descriptor
,
75
io::Printer* printer, const
Descriptor
::ExtensionRange* range);
82
const
Descriptor
* descriptor_;
Completed in 487 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>