HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 951 - 975 of 1862) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 118 # On Windows, socket handles are not file descriptors; this
  /prebuilts/tools/common/proguard/proguard4.7/docs/
downloads.html 224 <li>Fixed removal of unused parameters in method descriptors containing arrays
268 <li>Added new wildcards for class member descriptors: "<code>***</code>",
384 <li>Fixed initialization of library classes that only appear in descriptors.
408 <li>Now automatically keeping classes in descriptors of kept class members.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ResourceValueCompleter.java 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
  /system/core/include/usbhost/
usbhost.h 170 * the USB descriptors for a USB device.
  /system/core/libcutils/
sched_policy.c 60 // File descriptors open to /dev/cpuctl/../tasks, setup by initialize, or -1 on error.
  /system/core/toolbox/
lsof.c 133 // Prints out all open file descriptors
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 549 ** p_dscp_params: characteristic descriptors values.
562 /* Add characteristic descriptors */
569 GATT_TRACE_DEBUG0("gatts_add_char_descr Fail for adding char descriptors.");
    [all...]
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 166 // Wrapped descriptors for transfer to untrusted code.
200 // Once all data has been consumed, transfer any file descriptors.
384 // Now add any descriptors we found to rewritten_msg. |handles| is usually
  /external/chromium_org/tools/telemetry/docs/
telemetry.page.page_test.html 66 Data descriptors defined here:<br>
103 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
164 Data descriptors defined here:<br>
telemetry.html 106 Data descriptors defined here:<br>
284 Data descriptors defined here:<br>
335 Data descriptors inherited from <a href="telemetry.page.page_test.html#PageTest">telemetry.page.page_test.PageTest</a>:<br>
412 Data descriptors defined here:<br>
464 Data descriptors inherited from <a href="telemetry.core.web_contents.html#WebContents">telemetry.core.web_contents.WebContents</a>:<br>
  /external/dropbear/
CHANGES 141 - Fix so that all file descriptors are closed so the child shell doesn't
142 inherit descriptors (thanks to Linden May for the patch)
147 it to avoid leaking descriptors (thanks to Ari Hyttinen for a patch)
  /external/elfutils/libelf/
libelfP.h 176 /* List of `Elf_Data' descriptors. This is what makes up the section
321 struct Elf *next; /* Used in list of archive descriptors. */
414 struct Elf *children; /* List of all descriptors for this archive. */
  /external/qemu/memcheck/
memcheck_common.h 222 * allocations in the process' allocation descriptors map.
230 * flag marks entries in the forked process' allocation descriptors map that
231 * were copied over from the parent process' allocation descriptors map.
  /external/strace/
NEWS 44 * Fixed decoding of file descriptors on 64-bit architectures.
377 * selective dumping of all I/O read from file descriptors
378 * selective dumping of all I/O written to file descriptors
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 522 // list of descriptors for outputs currently opened
527 DefaultKeyedVector<audio_io_handle_t, AudioInputDescriptor *> mInputs; // list of input descriptors
535 StreamDescriptor mStreams[AudioSystem::NUM_STREAM_TYPES]; // stream descriptors for volume control
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 35 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
36 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
313 * available node descriptors, categorizing and sorting them.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
25 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 20 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
21 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 35 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
36 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
37 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
  /system/core/sh/
TOUR 232 REDIR.C: Ash allows file descriptors to be redirected and then
234 plished by duplicating the original file descriptors. The redir-
235 tab structure records where the file descriptors have be dupli-
  /prebuilts/misc/linux-x86/protobuf/
aprotoc 
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 33 import com.google.protobuf.Descriptors.Descriptor;
34 import com.google.protobuf.Descriptors.FieldDescriptor;
35 import com.google.protobuf.Descriptors.EnumDescriptor;
36 import com.google.protobuf.Descriptors.EnumValueDescriptor;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message.cc 165 // used in the construction of descriptors, we have a tricky bootstrapping
167 // descriptors and other static data that depends on them are members of
189 "$private$static com.google.protobuf.Descriptors.Descriptor\n"
776 "public static final com.google.protobuf.Descriptors.Descriptor\n"
872 "public com.google.protobuf.Descriptors.Descriptor\n"
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 61 // Some helpers to make assembling descriptors faster.
173 // Build descriptors for the following definitions:
215 // Build the descriptors and get the pointers.
369 // Build descriptors for the following definitions:
437 // Build the descriptors and get the pointers.
831 // Test enum descriptors.
835 // Build descriptors for the following definitions:
    [all...]

Completed in 1713 milliseconds

<<31323334353637383940>>