HomeSort by relevance Sort by last modified time
    Searched defs:descriptors (Results 176 - 200 of 612) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 1089 vector<const FieldDescriptor*> descriptors; local
    [all...]
  /external/v8/src/
objects-printer.cc 558 os << "\n - instance descriptors " << (owns_descriptors() ? "(own) " : "")
1633 DescriptorArray* descriptors = target->instance_descriptors(); local
    [all...]
objects-debug.cc 343 DescriptorArray* descriptors = map()->instance_descriptors(); local
346 PropertyDetails details = descriptors->GetDetails(i);
349 Representation r = descriptors->GetDetails(i).representation();
360 FieldType* field_type = descriptors->GetFieldType(i);
    [all...]
value-serializer.cc 1670 DescriptorArray* descriptors = object->map()->instance_descriptors(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 126 FileDescriptor[] descriptors; local
130 descriptors = mSocket.getAncillaryFileDescriptors();
207 * In order to avoid leaking descriptors to the Zygote child,
208 * the native code must close the two Zygote socket descriptors
214 * descriptors are released via a dup2() call which closes
248 return handleChildProc(parsedArgs, descriptors, childPipeFd,
255 handleParentProc(pid, descriptors, serverPipeFd);
840 * @param descriptors null-ok; new file descriptors for stdio if available.
844 private Runnable handleChildProc(Arguments parsedArgs, FileDescriptor[] descriptors,
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 143 const effect_descriptor_t *descriptors[] = { variable
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java 34 import com.google.protobuf.Descriptors.FileDescriptor.Syntax;
57 * {@code Descriptor.getFile()}. A {@link FileDescriptor} contains descriptors
58 * for all the messages defined in that file, and file descriptors for all the
61 * Descriptors are built from DescriptorProtos, as defined in
66 public final class Descriptors {
68 Logger.getLogger(Descriptors.class.getName());
71 * That includes, in particular, descriptors for all the messages and
72 * file descriptors for all other imported {@code .proto} files
291 // Building descriptors involves two steps: translating and linking.
294 // FileDescriptorProto's tree and put all of the descriptors into th
381 List<FileDescriptor> descriptors = new ArrayList<FileDescriptor>(); local
    [all...]
  /prebuilts/ktlint/
ktlint-android-all.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 20 /* All possible arraydescr values are defined in the vector "descriptors"
393 static struct arraydescr descriptors[] = { variable in typeref:struct:arraydescr
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 20 /* All possible arraydescr values are defined in the vector "descriptors"
393 static struct arraydescr descriptors[] = { variable in typeref:struct:arraydescr
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 49 * sysfs allows us to read the kernel's in-memory copies of device descriptors
51 * - The binary "descriptors" file contains all config descriptors since
53 * - The binary "descriptors" file was added in 2.6.23, commit
55 * active config descriptors
66 * If we also have all descriptors, we can obtain the device descriptor and
72 * Descriptors exposed by usbfs have the multi-byte fields in the device
73 * descriptor as host endian. Multi-byte fields in the other descriptors are
76 * In sysfs all descriptors are bus-endian.
117 * config descriptors (rather then just the active config) to the sysf
141 unsigned char *descriptors; member in struct:linux_device_priv
759 unsigned char *descriptors = priv->descriptors; local
818 unsigned char *descriptors = priv->descriptors; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 268 /* shader descriptors */
270 struct si_descriptors descriptors[SI_NUM_DESCS]; member in struct:si_context
  /external/mesa3d/src/intel/tools/
aubinator.c 321 uint32_t *descriptors; local
333 descriptors = gtt + start;
334 for (i = 0; i < length; i++, descriptors += 8) {
335 printf("descriptor %u: %08x\n", i, *descriptors);
336 decode_structure(spec, descriptor_structure, descriptors);
338 start = instruction_base + descriptors[0];
349 dump_samplers(spec, descriptors[3] & ~0x1f);
350 dump_binding_table(spec, descriptors[4] & ~0x1f);
    [all...]
  /external/python/cpython2/Modules/
arraymodule.c 20 /* All possible arraydescr values are defined in the vector "descriptors"
393 static struct arraydescr descriptors[] = { variable in typeref:struct:arraydescr
    [all...]
  /external/python/cpython3/Modules/
arraymodule.c 25 /* All possible arraydescr values are defined in the vector "descriptors"
511 static const struct arraydescr descriptors[] = { variable in typeref:struct:arraydescr
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 244 Node* descriptors = assembler.LoadMapDescriptors(map); local
246 descriptors, DescriptorArray::ToDetailsIndex(0));
    [all...]
  /external/v8/src/compiler/
js-builtin-reducer.cc 127 DescriptorArray* descriptors = jsarray_map->instance_descriptors(); local
129 descriptors->SearchWithCache(isolate, *length_string, *jsarray_map);
131 return descriptors->GetDetails(number).IsReadOnly();
    [all...]
  /external/v8/src/ic/
accessor-assembler.cc 285 Node* descriptors = LoadMapDescriptors(LoadMap(holder)); local
290 LoadAndUntagFixedArrayBaseLength(descriptors)));
291 Node* value = LoadFixedArrayElement(descriptors, descriptor);
611 Node* descriptors = LoadMapDescriptors(transition); local
613 LoadFixedArrayElement(descriptors, value_index_in_descriptor);
766 Node* descriptors = local
769 LoadFixedArrayElement(descriptors, value_index_in_descriptor);
1219 Node* descriptors = LoadMapDescriptors(receiver_map); local
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 503 effect_descriptor_t *descriptors,
506 if (descriptors == NULL || count == NULL) {
521 reply.read(descriptors, sizeof(effect_descriptor_t) * numDesc);
1288 effect_descriptor_t *descriptors = new effect_descriptor_t[count]{}; local
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 397 std::vector<tBTA_GATTC_DESCRIPTOR> descriptors; member in struct:tBTA_GATTC_CHARACTERISTIC
780 * characteristic descriptors.
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar 
  /packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
SectionParser.java 84 // For details of the structure for the tags of descriptors, see ATSC A/65 Table 6.25.
92 // For details of the structure for the tags of DVB descriptors, see DVB Document A038 Table 12.
774 List<TsDescriptor> descriptors = parseDescriptors(data, pos, pos + programInfoLen); local
777 Log.d(TAG, "PMT descriptors size: " + descriptors.size());
792 descriptors = parseDescriptors(data, pos + 5, pos + 5 + esInfoLen);
793 List<AtscAudioTrack> audioTracks = generateAudioTracks(descriptors);
794 List<AtscCaptionTrack> captionTracks = generateCaptionTracks(descriptors);
797 Log.d(TAG, "PMT " + pmtItem + " descriptors size: " + descriptors.size())
904 List<TsDescriptor> descriptors = local
1015 List<TsDescriptor> descriptors = local
1092 List<TsDescriptor> descriptors = parseDescriptors(data, pos, pos + descriptorsLength); local
1171 List<TsDescriptor> descriptors = local
1512 List<TsDescriptor> descriptors = new ArrayList<>(); local
    [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 
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0/
sdklib-25.0.0.jar 

Completed in 1111 milliseconds

1 2 3 4 5 6 78 91011>>