HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 151 - 175 of 972) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewLinksPart.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
106 * Update the UI with information from the new descriptors.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesEditor.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
23 import com.android.ide.eclipse.adt.internal.editors.resources.descriptors.ResourcesDescriptors;
163 // FIXME Update when the descriptors are not static
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextAttributeNode.java 20 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
21 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
22 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
  /system/core/libcutils/
selector.c 140 * Removes stale file descriptors and initializes file descriptor sets.
211 * Notifies user if file descriptors are readable or writable, or if
243 // Select file descriptors.
zygote.c 42 * If sendStdio is non-zero, the current process's stdio file descriptors
76 // Pass the file descriptors with the first write
207 * If sendStdio is non-zero, the current process's stdio file descriptors
  /system/extras/ext4_utils/
ext2simg.c 69 critical_error_errno("failed to seek to block group descriptors");
73 critical_error_errno("failed to read block group descriptors");
75 critical_error("failed to read all of block group descriptors");
  /external/chromium/base/
mach_ipc_mac.h 26 // optional descriptors
128 // and the getting at relevant data and descriptors for the receiver.
132 // 1. If storage is allocated internally, the combined size of the descriptors
176 // A simple message is one with no descriptors
219 // descriptors and data may be embedded here.
  /external/dbus/dbus/
sd-daemon.h 98 Returns how many file descriptors have been passed, or a negative
100 $LISTEN_PID file descriptors from the environment (recommended, but
102 this function you'll find the file descriptors passed as fds
105 the FD_CLOEXEC flag is set for the passed file descriptors, to make
108 descriptors that are used.
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 16 import com.vladium.util.Descriptors;
146 for (Iterator /* ClassDescriptor */ descriptors = mdata.iterator (); descriptors.hasNext (); )
148 final ClassDescriptor cls = (ClassDescriptor) descriptors.next ();
160 sampleClassNames.add (Descriptors.vmNameToJavaName (cls.getClassVMName ()));
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 33 import com.google.protobuf.Descriptors.FileDescriptor;
34 import com.google.protobuf.Descriptors.MethodDescriptor;
63 private final Descriptors.MethodDescriptor fooDescriptor =
65 private final Descriptors.MethodDescriptor barDescriptor =
261 // But descriptors are there.
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 152 "public final com.google.protobuf.Descriptors.EnumValueDescriptor\n"
156 "public final com.google.protobuf.Descriptors.EnumDescriptor\n"
160 "public static final com.google.protobuf.Descriptors.EnumDescriptor\n"
163 // TODO(kenton): Cache statically? Note that we can't access descriptors
194 " com.google.protobuf.Descriptors.EnumValueDescriptor desc) {\n"
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 427 * Enqueues a set of file descriptors to send to the peer. The queue
428 * is one deep. The file descriptors will be sent with the next write
432 * @param fds non-null; file descriptors to send.
442 * Retrieves a set of file descriptors that a peer has sent through
445 * File descriptors may only be passed along with regular data, so this
  /frameworks/base/include/utils/
Looper.h 106 * If allowNonCallbaks is true, the looper will allow file descriptors to be
113 * Returns whether this looper instance allows the registration of file descriptors
120 * Invokes callbacks for all file descriptors on which an event occurred.
127 * descriptors were ready.
142 * for all file descriptors that were signalled.
ZipFileRO.h 24 * One such assumption is that if you're getting file descriptors for
67 * NOTE: If this is used on file descriptors inherited from a fork() operation,
69 * on the shared file descriptors.
  /system/core/sh/
redir.c 100 * old file descriptors are stashed away so that the redirection can be
114 char memory[10]; /* file descriptors to write to memory */
184 * descriptors around. This may not be such a good idea because
347 * Discard all saved file descriptors.
373 * file descriptors left.
  /frameworks/base/include/media/
AudioEffect.h 115 * Returns a list of descriptors corresponding to the pre processings enabled by default
120 * descriptors: address where the effect descriptors should be returned.
134 * *descriptor updated with descriptors of pre processings enabled by default
135 * *count number of descriptors returned if returned status is N_ERROR.
138 * of descriptors to return
141 effect_descriptor_t *descriptors,
  /frameworks/base/media/libmedia/
IAudioPolicyService.cpp 338 effect_descriptor_t *descriptors,
341 if (descriptors == NULL || count == NULL) {
356 reply.read(descriptors, sizeof(effect_descriptor_t) * numDesc);
612 effect_descriptor_t *descriptors = local
614 status_t status = queryDefaultPreProcessing(audioSession, descriptors, &retCount);
624 reply->write(descriptors, sizeof(effect_descriptor_t) * count);
626 delete[] descriptors;
  /external/qemu/
usb-linux.c 780 uint8_t *descriptors; local
803 /* get the desired configuration, interface, and endpoint descriptors
805 descriptors = &s->descr[18];
809 if (descriptors[i + 1] != USB_DT_CONFIG ||
810 descriptors[i + 5] != configuration) {
814 i += descriptors[i];
817 if (descriptors[i + 1] != USB_DT_INTERFACE ||
818 (descriptors[i + 1] == USB_DT_INTERFACE &&
819 descriptors[i + 4] == 0)) {
820 i += descriptors[i]
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.h 35 // Interface for manipulating databases of descriptors.
56 // Abstract interface for a database of descriptors.
59 // descriptors on-demand from some sort of large database. If the database
63 // descriptors when they are needed.
162 // Helpers to recursively add particular descriptors and all their contents
261 // Very similar to SimpleDescriptorDatabase, but stores all the descriptors
  /external/chromium/chrome/browser/chromeos/cros/
cros_mock.cc 405 InputMethodDescriptors* descriptors = new InputMethodDescriptors; local
406 descriptors->push_back(
408 return descriptors;
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoadHook.java 17 import com.vladium.util.Descriptors;
69 final String classVMName = Descriptors.javaNameToVMName (className);
100 // do not force overwrites of existing descriptors to support
  /external/emma/core/java12/com/vladium/util/
Descriptors.java 7 * $Id: Descriptors.java,v 1.1.1.1 2004/05/09 16:57:52 vlad_r Exp $
18 abstract class Descriptors
231 private Descriptors () {} // prevent subclassing
  /external/openssl/crypto/bio/
bss_fd.c 72 * Trouble is that unlike Unix file descriptors [which are indexes
73 * in kernel-side per-process table], corresponding descriptors on
79 * file descriptors can only be provided by application. Therefore
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
XmlEditor.java 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
80 // we need the target of the file's project to access the descriptors.
  /external/bluetooth/glib/glib/
gstdio.c 165 * On POSIX systems file descriptors are implemented by the operating
167 * file descriptors. The actual Win32 API for opening files is quite
170 * integers like file descriptors.
172 * Because file descriptors are specific to the C library on Windows,
223 * On POSIX systems file descriptors are implemented by the operating
225 * file descriptors. The actual Windows API for opening files is
228 * integers like file descriptors.
230 * Because file descriptors are specific to the C library on Windows,
658 * Because file descriptors are specific to the C library on Windows,

Completed in 616 milliseconds

1 2 3 4 5 67 8 91011>>