HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 226 - 250 of 2168) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyValueCompleter.java 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
153 // Now add ALL known layout descriptors in case the user has
155 List<ViewElementDescriptor> descriptors = local
157 for (ViewElementDescriptor d : descriptors) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
23 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
24 import com.android.ide.eclipse.adt.internal.editors.descriptors.ListAttributeDescriptor;
25 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 36 import com.google.protobuf.Descriptors.DescriptorValidationException;
37 import com.google.protobuf.Descriptors.FileDescriptor;
38 import com.google.protobuf.Descriptors.Descriptor;
39 import com.google.protobuf.Descriptors.FieldDescriptor;
40 import com.google.protobuf.Descriptors.EnumDescriptor;
41 import com.google.protobuf.Descriptors.EnumValueDescriptor;
42 import com.google.protobuf.Descriptors.ServiceDescriptor;
43 import com.google.protobuf.Descriptors.MethodDescriptor;
65 * Unit test for {@link Descriptors}.
447 Descriptors.FileDescriptor.buildFrom(fileDescriptorProto,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 21 import static com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors.USES_PERMISSION;
28 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
29 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
139 * Returns the Manifest descriptors for the file being edited.
372 AndroidManifestDescriptors descriptors = getManifestDescriptors(); local
373 if (descriptors != null && descriptors.getApplicationElement() != null) {
375 descriptors.getApplicationElement().getXmlName());
468 // create a dummy descriptor/uinode until we have real descriptors
470 "temporary descriptors due to missing decriptors", //$NON-NLS-1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 17 package com.android.ide.eclipse.adt.internal.editors.values.descriptors;
34 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
35 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
36 import com.android.ide.eclipse.adt.internal.editors.descriptors.EnumAttributeDescriptor;
37 import com.android.ide.eclipse.adt.internal.editors.descriptors.FlagAttributeDescriptor;
38 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
39 import com.android.ide.eclipse.adt.internal.editors.descriptors.ListAttributeDescriptor;
40 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
41 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextValueDescriptor;
61 * @see com.android.ide.eclipse.editors.descriptors.IDescriptorProvider#getRootElementDescriptors(
    [all...]
  /dalvik/libdex/
DexProto.h 113 * Get the parameter descriptors for the given prototype. This is the
114 * concatenation of all the descriptors for all the parameters, in
191 * Compare a prototype and a concatenation of type descriptors. The
192 * comparison is done as if the descriptors were converted to a
196 const char* descriptors);
  /frameworks/base/core/java/android/net/
LocalSocket.java 280 * Enqueues a set of file descriptors to send to the peer. The queue
281 * is one deep. The file descriptors will be sent with the next write
285 * @param fds non-null; file descriptors to send.
292 * Retrieves a set of file descriptors that a peer has sent through
295 * File descriptors may only be passed along with regular data, so this
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
23 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
24 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
25 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
26 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
23 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
54 // set up some basic descriptors.
56 // only the layouts have children (all 4 descriptors possible)
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 54 * prevents FieldSet from depending on {@link Descriptors.FieldDescriptor}.
205 * {@link Message#hasField(Descriptors.FieldDescriptor)}.
218 * {@link Message#getField(Descriptors.FieldDescriptor)}. This method
232 * {@link Message.Builder#setField(Descriptors.FieldDescriptor,Object)}.
263 * {@link Message.Builder#clearField(Descriptors.FieldDescriptor)}.
274 * {@link Message#getRepeatedFieldCount(Descriptors.FieldDescriptor)}.
292 * {@link Message#getRepeatedField(Descriptors.FieldDescriptor,int)}.
312 * {@link Message.Builder#setRepeatedField(Descriptors.FieldDescriptor,int,Object)}.
334 * {@link Message.Builder#addRepeatedField(Descriptors.FieldDescriptor,Object)}.
396 // But we can't now that FieldSet doesn't use descriptors. Maybe thi
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ResultsElement.java 44 // Image descriptors
89 // Property descriptors
101 private static Vector DESCRIPTORS;
105 DESCRIPTORS = new Vector();
107 DESCRIPTORS.add(getInfosDescriptor(status));
108 DESCRIPTORS.add(getWarningsDescriptor(status));
109 DESCRIPTORS.add(ERROR_DESCRIPTOR);
112 DESCRIPTORS.add(COMMENT_DESCRIPTOR);
114 return DESCRIPTORS;
117 return DESCRIPTORS;
308 Vector descriptors = getDescriptors(); local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 53 * prevents FieldSet from depending on {@link Descriptors.FieldDescriptor}.
142 * {@link Message#hasField(Descriptors.FieldDescriptor)}.
155 * {@link Message#getField(Descriptors.FieldDescriptor)}. This method
165 * {@link Message.Builder#setField(Descriptors.FieldDescriptor,Object)}.
193 * {@link Message.Builder#clearField(Descriptors.FieldDescriptor)}.
201 * {@link Message#getRepeatedFieldCount(Descriptors.FieldDescriptor)}.
219 * {@link Message#getRepeatedField(Descriptors.FieldDescriptor,int)}.
239 * {@link Message.Builder#setRepeatedField(Descriptors.FieldDescriptor,int,Object)}.
261 * {@link Message.Builder#addRepeatedField(Descriptors.FieldDescriptor,Object)}.
322 // But we can't now that FieldSet doesn't use descriptors. Maybe thi
    [all...]
  /development/ndk/platforms/android-9/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
163 * Invokes callbacks for all file descriptors on which an event occurred.
170 * descriptors were ready.
185 * for all file descriptors that were signalled.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 401 var descriptors = this._propertyDescriptors(object, ownProperties, accessorPropertiesOnly);
404 for (var i = 0; i < descriptors.length; ++i) {
405 var descriptor = descriptors[i];
419 return descriptors;
434 var descriptors = [];
444 push(descriptors, descriptor);
447 return descriptors;
499 var descriptors = [];
524 // Not all bindings provide proper descriptors. Fall back to the writable, configurable property.
531 push(descriptors, descriptor)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
closefs.c 126 * descriptors for a given block group. It currently returns the
135 * group descriptors.
303 /* swap the group descriptors */
327 * block group descriptors or any of the backup superblocks
334 * Write out the master group descriptors, and the backup
335 * superblocks and group descriptors.
  /frameworks/native/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
163 * Invokes callbacks for all file descriptors on which an event occurred.
170 * descriptors were ready.
185 * for all file descriptors that were signalled.
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.

Completed in 2950 milliseconds

1 2 3 4 5 6 7 8 91011>>