OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_descriptor
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc
106
"$dllexport$const ::google::protobuf::EnumDescriptor* $classname$
_descriptor
();\n");
111
" $classname$
_descriptor
(), value);\n"
117
" $classname$
_descriptor
(), name, value);\n"
128
" return $classname$
_descriptor
();\n"
160
"$nested_name$
_descriptor
() {\n"
161
" return $classname$
_descriptor
();\n"
197
"const ::google::protobuf::EnumDescriptor* $classname$
_descriptor
() {\n"
/frameworks/native/include/binder/
IInterface.h
53
virtual sp<IInterface> queryLocalInterface(const String16&
_descriptor
);
116
const String16&
_descriptor
)
118
if (
_descriptor
== INTERFACE::descriptor) return this;
/external/protobuf/src/google/protobuf/compiler/java/
java_message.cc
184
" internal_$identifier$
_descriptor
;\n");
216
"internal_$identifier$
_descriptor
=\n"
220
"internal_$identifier$
_descriptor
=\n"
221
" internal_$parent$
_descriptor
.getNestedTypes().get($index$);\n");
228
" internal_$identifier$
_descriptor
,\n"
317
" return $fileclass$.internal_$identifier$
_descriptor
;\n"
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
560
To facilitate automatic routines an array of cipher descriptors is provided in the array \textit{cipher\
_descriptor
}. An element
597
The remaining fields are all pointers to the core functions for each cipher. The end of the cipher\
_descriptor
array is
686
To work with the cipher\
_descriptor
array there is a function:
[
all
...]
changes
[
all
...]
/external/libusb/libusb/
libusbi.h
392
* on through the get_*
_descriptor
functions. Finally, call
/external/libusb_aah/libusb/
libusbi.h
515
* on through the get_*
_descriptor
functions. Finally, call
Completed in 1004 milliseconds