HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 251 - 275 of 688) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.h 49 explicit StringFieldGenerator(const FieldDescriptor* descriptor);
76 explicit RepeatedStringFieldGenerator(const FieldDescriptor* descriptor);
cpp_helpers.cc 115 string ClassName(const Descriptor* descriptor, bool qualified) {
117 // Find "outer", the descriptor of the top-level message in which
118 // "descriptor" is embedded.
119 const Descriptor* outer = descriptor;
123 string inner_name = descriptor->full_name().substr(outer_name.size());
148 string SuperClassName(const Descriptor* descriptor) {
149 return HasDescriptorMethods(descriptor->file())
    [all...]
  /packages/inputmethods/PinyinIME/
Android.mk 23 # a raw file descriptor.
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c 18 void U(init)(U(descriptor) *desc)
40 /* Pointer to heap descriptor. */
41 U(descriptor) *desc,
77 /* Pointer to heap descriptor. */
78 U(descriptor) *desc,
149 /* Descriptor of heap that block is in. */
150 U(descriptor) *desc,
177 void U(free)(U(descriptor) *desc, void *payload_ptr)
313 void U(new_chunk)(U(descriptor) *desc, void *start, U(size_bau) n_baus)
  /external/protobuf/python/google/protobuf/
reflection.py 34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
37 protocol message classes from Descriptor objects at runtime.
67 from google.protobuf import descriptor as descriptor_mod
88 mydescriptor = Descriptor(.....)
91 DESCRIPTOR = mydescriptor
99 _DESCRIPTOR_KEY = 'DESCRIPTOR'
116 a Descriptor object describing this protocol message
122 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
123 _AddSlots(descriptor, dictionary)
124 _AddClassAttributesForNestedExtensions(descriptor, dictionary
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestMediaQueryListListener.cpp 95 bool JSTestMediaQueryListListenerConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
97 return getStaticValueDescriptor<JSTestMediaQueryListListenerConstructor, DOMObject>(exec, &JSTestMediaQueryListListenerConstructorTable, this, propertyName, descriptor);
127 bool JSTestMediaQueryListListenerPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
129 return getStaticFunctionDescriptor<JSObject>(exec, &JSTestMediaQueryListListenerPrototypeTable, this, propertyName, descriptor);
151 bool JSTestMediaQueryListListener::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
153 return getStaticValueDescriptor<JSTestMediaQueryListListener, Base>(exec, &JSTestMediaQueryListListenerTable, this, propertyName, descriptor);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 273 * Adds a descriptor to this characteristic.
276 * @param descriptor Descriptor to be added to this characteristic.
277 * @return true, if the descriptor was added to the characteristic
279 public boolean addDescriptor(BluetoothGattDescriptor descriptor) {
280 mDescriptors.add(descriptor);
281 descriptor.setCharacteristic(this);
387 * Returns a descriptor with a given UUID out of the list of
390 * @return GATT descriptor object or null if no descriptor with th
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 63 * The route id associated with a route descriptor functions as a stable
169 * Gets a bundle of extras for this route descriptor.
178 * Returns true if the route descriptor has all of the required fields.
239 * Creates a media route descriptor builder.
251 * Creates a media route descriptor builder whose initial contents are
252 * copied from an existing descriptor.
254 public Builder(MediaRouteDescriptor descriptor) {
255 if (descriptor == null) {
256 throw new IllegalArgumentException("descriptor must not be null");
259 mBundle = new Bundle(descriptor.mBundle)
    [all...]
  /dalvik/vm/native/
java_lang_Class.cpp 35 char* className = dvmDescriptorToName(thisPtr->descriptor);
164 if (thisPtr->descriptor[1] == '[')
165 RETURN_PTR(dvmFindArrayClass(&thisPtr->descriptor[1],
365 const char* descriptor = clazz->descriptor; local
368 if ((descriptor[0] != 'L') && (descriptor[0] != '[')) {
370 * The descriptor indicates that this is the class for
374 switch (descriptor[0]) {
385 ALOGE("Unknown primitive type '%c'", descriptor[0])
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 269 * @param descriptor the field type.
273 public void add(int accessFlags, String name, String descriptor, AttributeWriter aw) {
275 int descIndex = constPool.addUtf8Info(descriptor);
284 * @param descriptor the field type. an index indicating its <code>CONSTANT_Utf8_info</code>.
288 public void add(int accessFlags, int name, int descriptor, AttributeWriter aw) {
292 output.writeShort(descriptor);
338 * @param descriptor the method signature.
344 public void begin(int accessFlags, String name, String descriptor,
347 int descIndex = constPool.addUtf8Info(descriptor);
362 * @param descriptor the field type. an index indicating its <code>CONSTANT_Utf8_info</code>
    [all...]
  /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/protobuf/src/google/protobuf/
extension_set_heavy.cc 39 #include <google/protobuf/descriptor.h>
56 const Descriptor* containing_type)
65 const Descriptor* containing_type_;
68 void ExtensionSet::AppendToList(const Descriptor* containing_type,
86 if (iter->second.descriptor == NULL) {
90 output->push_back(iter->second.descriptor);
113 const Descriptor* message_type,
125 MessageLite* ExtensionSet::MutableMessage(const FieldDescriptor* descriptor,
128 if (MaybeNewExtension(descriptor->number(), descriptor, &extension))
    [all...]
extension_set.cc 172 // void ExtensionSet::AppendToList(const Descriptor* containing_type,
229 const FieldDescriptor* descriptor) { \
231 if (MaybeNewExtension(number, descriptor, &extension)) { \
259 const FieldDescriptor* descriptor) { \
261 if (MaybeNewExtension(number, descriptor, &extension)) { \
299 const FieldDescriptor* descriptor) {
301 if (MaybeNewExtension(number, descriptor, &extension)) {
328 const FieldDescriptor* descriptor) {
330 if (MaybeNewExtension(number, descriptor, &extension)) {
359 const FieldDescriptor* descriptor) {
    [all...]
message_unittest.cc 51 #include <google/protobuf/descriptor.h>
52 #include <google/protobuf/descriptor.pb.h>
263 protobuf_unittest::TestAllTypes::descriptor()),
268 // Construct a new descriptor.
273 const Descriptor* descriptor = pool.BuildFile(file)->message_type(0); local
277 MessageFactory::generated_factory()->GetPrototype(descriptor) == NULL);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 39 #include <google/protobuf/descriptor.pb.h>
197 string ClassName(const Params& params, const FileDescriptor* descriptor) {
198 string result = FileJavaPackage(params, descriptor);
200 result += FileClassName(params, descriptor);
204 string ClassName(const Params& params, const EnumDescriptor* descriptor) {
206 const FileDescriptor* file = descriptor->file();
208 const string full_name = descriptor->full_name();
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 39 #include <google/protobuf/descriptor.pb.h>
197 string ClassName(const Params& params, const FileDescriptor* descriptor) {
198 string result = FileJavaPackage(params, descriptor);
200 result += FileClassName(params, descriptor);
204 string ClassName(const Params& params, const EnumDescriptor* descriptor) {
206 const FileDescriptor* file = descriptor->file();
208 const string full_name = descriptor->full_name();
  /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/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 34 // Map from input method ID to associated input method descriptor.
92 // If the associated input method descriptor is found, add the
447 const InputMethodDescriptor& descriptor) {
450 if (descriptor.language_code == "zh") {
451 if (descriptor.id == "pinyin") {
453 } else if (descriptor.id == "mozc-chewing" ||
454 descriptor.id == "m17n:zh:cangjie" ||
455 descriptor.id == "m17n:zh:quick") {
460 std::string language_code = NormalizeLanguageCode(descriptor.language_code);
467 if (IsKeyboardLayout(descriptor.id) &
619 const InputMethodDescriptor* descriptor = local
    [all...]
  /external/compiler-rt/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/java/src/test/java/com/google/protobuf/
WireFormatTest.java 272 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
275 .setField(descriptor.findFieldByName("my_int"), 1L)
276 .setField(descriptor.findFieldByName("my_string"), "foo")
277 .setField(descriptor.findFieldByName("my_float"), 1.0F)
310 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
313 .setField(descriptor.findFieldByName("my_int"), 1L)
314 .setField(descriptor.findFieldByName("my_string"), "foo")
315 .setField(descriptor.findFieldByName("my_float"), 1.0F
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 245 vdata->method->clazz->descriptor, vdata->method->name,
298 vdata->method->clazz->descriptor,
306 vdata->method->clazz->descriptor,
320 vdata->method->clazz->descriptor,
328 vdata->method->clazz->descriptor,
477 if (strcmp(vdata->method->clazz->descriptor, cd) == 0 &&
482 ALOGI("Map for %s.%s %s", vdata->method->clazz->descriptor,
613 meth->clazz->descriptor, meth->name);
647 ALOGE("Too many methods in %s", clazz->descriptor);
756 LOGVV("Size %s (%d+%d methods): %d", clazz->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();
  /frameworks/base/core/java/android/os/
Binder.java 189 * descriptor is requested.
191 public void attachInterface(IInterface owner, String descriptor) {
193 mDescriptor = descriptor;
224 * descriptor.
226 public IInterface queryLocalInterface(String descriptor) {
227 if (mDescriptor.equals(descriptor)) {
329 * @param fd The raw file descriptor that the dump is being sent to.
413 public IInterface queryLocalInterface(String descriptor) {

Completed in 1657 milliseconds

<<11121314151617181920>>