HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 401 - 425 of 1722) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_pair.i 32 x = (T*) SWIG_MustGetPtr(first,$descriptor(T *),$argnum, 0);
33 y = (U*) SWIG_MustGetPtr(second,$descriptor(U *),$argnum, 0);
48 x = (T*) SWIG_MustGetPtr(first,$descriptor(T *),$argnum, 0);
49 y = (U*) SWIG_MustGetPtr(second,$descriptor(U *),$argnum, 0);
61 SCM first = SWIG_NewPointerObj(x,$descriptor(T *), 1);
62 SCM second = SWIG_NewPointerObj(y,$descriptor(U *), 1);
73 $descriptor(T *), 0) == 0 &&
75 $descriptor(U *), 0) == 0) {
99 $descriptor(T *), 0) == 0 &&
101 $descriptor(U *), 0) == 0)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 60 /** The document descriptor. Contains all layouts and views linked together. */
76 /** The descriptor matching android.view.View. */
79 /** Map from view full class name to view descriptor */
84 /** Returns the document descriptor. Contains all layouts and views linked together. */
106 * Returns the descriptor matching android.view.View, which is guaranteed
117 * Updates the document descriptor.
119 * It first computes the new children of the descriptor and then update them
186 // The gesture overlay descriptor is really a layout but not included in the layouts list
218 * Creates an element descriptor from a given {@link ViewClassInfo}.
314 * Creates a new {@code <include>} descriptor and adds it to the list of view descriptors
396 final ViewElementDescriptor descriptor; local
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
37 protocol message classes from Descriptor objects at runtime.
69 from google.protobuf import descriptor as descriptor_mod
76 def NewMessage(bases, descriptor, dictionary):
77 _AddClassAttributesForNestedExtensions(descriptor, dictionary)
78 _AddSlots(descriptor, dictionary)
82 def InitMessage(descriptor, cls):
86 if (descriptor.has_options and
87 descriptor.GetOptions().message_set_wire_format):
92 for field in descriptor.fields
    [all...]
  /external/v8/src/compiler/
code-generator.cc 515 FrameStateDescriptor* descriptor = local
519 descriptor->state_combine());
526 if (!descriptor->state_combine().IsOutputIgnored()) {
534 for (size_t i = 0; i < descriptor->GetSize(); i++) {
627 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter,
630 if (descriptor->outer_state() != nullptr) {
631 BuildTranslationForFrameStateDescriptor(descriptor->outer_state(), iter,
637 if (!descriptor->shared_info().ToHandle(&shared_info)) {
645 switch (descriptor->type()) {
648 descriptor->bailout_id(), shared_info_id
680 FrameStateDescriptor* descriptor = local
    [all...]
code-assembler.h 162 const CallInterfaceDescriptor& descriptor, Code::Flags flags,
317 Node* CallStub(const CallInterfaceDescriptor& descriptor, Node* target,
319 Node* CallStub(const CallInterfaceDescriptor& descriptor, Node* target,
321 Node* CallStub(const CallInterfaceDescriptor& descriptor, Node* target,
324 Node* CallStub(const CallInterfaceDescriptor& descriptor, Node* target,
327 Node* CallStub(const CallInterfaceDescriptor& descriptor, Node* target,
330 Node* CallStubN(const CallInterfaceDescriptor& descriptor, Node* target,
337 Node* TailCallStub(const CallInterfaceDescriptor& descriptor, Node* target,
340 Node* TailCallStub(const CallInterfaceDescriptor& descriptor, Node* target,
343 Node* TailCallStub(const CallInterfaceDescriptor& descriptor, Node* target
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 187 // void ExtensionSet::AppendToList(const Descriptor* containing_type,
267 const FieldDescriptor* descriptor) { \
269 if (MaybeNewExtension(number, descriptor, &extension)) { \
297 const FieldDescriptor* descriptor) { \
299 if (MaybeNewExtension(number, descriptor, &extension)) { \
411 const FieldDescriptor* descriptor) {
413 if (MaybeNewExtension(number, descriptor, &extension)) {
440 const FieldDescriptor* descriptor) {
442 if (MaybeNewExtension(number, descriptor, &extension)) {
471 const FieldDescriptor* descriptor) {
    [all...]
dynamic_message.cc 53 // each type it sees (each unique Descriptor pointer). The code
71 #include <google/protobuf/descriptor.h>
72 #include <google/protobuf/descriptor.pb.h>
209 const Descriptor* type; // Type of this DynamicMessage.
281 const Descriptor* descriptor = type_info_->type; local
284 for (int i = 0 ; i < descriptor->oneof_decl_count(); ++i) {
295 for (int i = 0; i < descriptor->field_count(); i++) {
296 const FieldDescriptor* field = descriptor->field(i);
362 const Descriptor* descriptor = type_info_->type local
466 const Descriptor* descriptor = type_info_->type; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
std_list.i 63 $descriptor(T *),0) != -1) {
94 $descriptor(T *),0) != -1) {
117 $descriptor(T *), $shadow|$owner);
130 $1_&descriptor,0) != -1) {
146 $descriptor(T *),0) != -1)
179 $descriptor(T *),0) != -1)
287 $1_&descriptor,0) != -1) {
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
PatchReaderTest.java 200 for (DeltaDescriptor descriptor : DELTA_DESCRIPTORS) {
201 patchOut.write(corruption.corruptDeltaType ? 73 : descriptor.getFormat().patchValue);
205 : descriptor.getDeltaFriendlyOldFileRange().getOffset());
209 : descriptor.getDeltaFriendlyOldFileRange().getLength());
213 : descriptor.getDeltaFriendlyNewFileRange().getOffset());
217 : descriptor.getDeltaFriendlyNewFileRange().getLength());
218 patchOut.writeLong(corruption.corruptDeltaLength ? -1 : descriptor.getDeltaLength());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 42 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/pyext/descriptor.h>
125 const google::protobuf::FieldDescriptor* descriptor = self->parent_field->descriptor; local
165 reflection->SwapElements(message, descriptor, left, right);
205 self->parent_field->descriptor);
228 *(self->message), self->parent_field->descriptor, i);
261 self->parent_field->descriptor);
402 self->parent_field->descriptor,
515 const google::protobuf::FieldDescriptor* descriptor = self->parent_field->descriptor local
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 65 * &lt;input-device descriptor="xxxxx" keyboard-layout="yyyyy" />
73 // Input device state by descriptor.
295 String descriptor = parser.getAttributeValue(null, "descriptor"); local
296 if (descriptor == null) {
298 "Missing descriptor attribute on input-device.");
300 if (mInputDevices.containsKey(descriptor)) {
306 mInputDevices.put(descriptor, state);
317 final String descriptor = entry.getKey(); local
320 serializer.attribute(null, "descriptor", descriptor)
475 String descriptor = parser.getAttributeValue(null, "descriptor"); local
    [all...]
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 314 struct Block_layout *result = malloc(aBlock->descriptor->size);
316 memmove(result, aBlock, aBlock->descriptor->size); // bitcopy first
322 //printf("calling block copy helper %p(%p, %p)...\n", aBlock->descriptor->copy, result, aBlock);
323 (*aBlock->descriptor->copy)(result, aBlock); // do fixup
332 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR);
334 memmove(result, aBlock, aBlock->descriptor->size); // bitcopy first
345 (*aBlock->descriptor->copy)(result, aBlock); // do fixup
473 if (aBlock->flags & BLOCK_HAS_COPY_DISPOSE)(*aBlock->descriptor->dispose)(aBlock);
514 return ((struct Block_layout *)arg)->descriptor->size;
673 struct Block_descriptor *dp = closure->descriptor;
    [all...]
  /external/libmtp/src/
libusb-glue.c 233 if (!(dev->descriptor.bDeviceClass == USB_CLASS_PER_INTERFACE ||
234 dev->descriptor.bDeviceClass == USB_CLASS_PTP ||
235 dev->descriptor.bDeviceClass == USB_CLASS_VENDOR_SPEC) ||
237 dev->descriptor.idVendor == APPLE_VID) {
251 * dev->descriptor.bNumConfigurations > 0
260 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) {
266 /* Current interface descriptor */
298 * This checks if a device has an MTP descriptor. The descriptor was
316 if (dev->descriptor.bDeviceClass == USB_CLASS_HUB)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 40 #include <google/protobuf/descriptor.pb.h>
220 const Descriptor* parent, const FileDescriptor* file) {
234 string ClassName(const Params& params, const FileDescriptor* descriptor) {
235 string result = FileJavaPackage(params, descriptor);
237 result += FileClassName(params, descriptor);
241 string ClassName(const Params& params, const EnumDescriptor* descriptor) {
242 const Descriptor* parent = descriptor->containing_type();
246 return ToJavaName(params, descriptor->name(), true, parent,
247 descriptor->file())
    [all...]
javanano_message.cc 45 #include <google/protobuf/descriptor.pb.h>
64 // Sort the fields of the given Descriptor by number into a new[]'d array
66 const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) {
68 new const FieldDescriptor*[descriptor->field_count()];
69 for (int i = 0; i < descriptor->field_count(); i++) {
70 fields[i] = descriptor->field(i);
72 sort(fields, fields + descriptor->field_count(),
81 MessageGenerator::MessageGenerator(const Descriptor* descriptor, const Params& params
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
definition.py 26 from . import descriptor namespace
92 """Define Enum class from descriptor.
96 module_name: Module name to give new descriptor class.
109 """Define Field instance from descriptor.
122 if field_descriptor.label == descriptor.FieldDescriptor.Label.REQUIRED:
124 elif field_descriptor.label == descriptor.FieldDescriptor.Label.REPEATED:
136 value = descriptor._DEFAULT_FROM_STRING_MAP[field_class](value)
144 """Define Message class from descriptor.
148 module_name: Module name to give to new descriptor class.
159 # TODO(rafek): support nested messages when supported by descriptor
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 34 public MethodDescriptor (final String name, final String descriptor, final int status,
39 if (descriptor == null)
40 throw new IllegalArgumentException ("null input: descriptor");
88 m_descriptor = descriptor;
194 StringBuffer s = new StringBuffer (indent + "method [" + m_name + "] descriptor:");
244 final String descriptor = in.readUTF (); local
276 return new MethodDescriptor (name, descriptor, status, blockSizes, blockMap, firstLine);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 142 ESDescriptor descriptor = new ESDescriptor(); local
143 descriptor.setEsId(0);
147 descriptor.setSlConfigDescriptor(slConfigDescriptor);
162 descriptor.setDecoderConfigDescriptor(decoderConfigDescriptor);
164 ByteBuffer data = descriptor.serialize();
  /external/protobuf/src/google/protobuf/compiler/
parser.h 43 #include <google/protobuf/descriptor.h>
44 #include <google/protobuf/descriptor.pb.h>
204 // descriptor.proto). We use RAII to ensure that the start and end locations
227 // descriptor.proto.
247 void RecordLegacyLocation(const Message* descriptor,
481 // A table mapping (descriptor, ErrorLocation) pairs -- as reported by
499 bool Find(const Message* descriptor,
504 void Add(const Message* descriptor,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor.pb.h>
205 // descriptor.proto). We use RAII to ensure that the start and end locations
228 // descriptor.proto.
245 void RecordLegacyLocation(const Message* descriptor,
436 // A table mapping (descriptor, ErrorLocation) pairs -- as reported by
454 bool Find(const Message* descriptor,
459 void Add(const Message* descriptor,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor.pb.h>
205 // descriptor.proto). We use RAII to ensure that the start and end locations
228 // descriptor.proto.
245 void RecordLegacyLocation(const Message* descriptor,
436 // A table mapping (descriptor, ErrorLocation) pairs -- as reported by
454 bool Find(const Message* descriptor,
459 void Add(const Message* descriptor,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor.pb.h>
205 // descriptor.proto). We use RAII to ensure that the start and end locations
228 // descriptor.proto.
245 void RecordLegacyLocation(const Message* descriptor,
436 // A table mapping (descriptor, ErrorLocation) pairs -- as reported by
454 bool Find(const Message* descriptor,
459 void Add(const Message* descriptor,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor.pb.h>
205 // descriptor.proto). We use RAII to ensure that the start and end locations
228 // descriptor.proto.
245 void RecordLegacyLocation(const Message* descriptor,
436 // A table mapping (descriptor, ErrorLocation) pairs -- as reported by
454 bool Find(const Message* descriptor,
459 void Add(const Message* descriptor,

Completed in 896 milliseconds

<<11121314151617181920>>