HomeSort by relevance Sort by last modified time
    Searched refs:descriptors (Results 201 - 225 of 926) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
genfsconquery.py 22 from .descriptors import CriteriaDescriptor
rolequery.py 22 from .descriptors import CriteriaSetDescriptor
sensitivityquery.py 21 from .descriptors import CriteriaDescriptor
typeattrquery.py 22 from .descriptors import CriteriaSetDescriptor
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ViewTagRule.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 28 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
29 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
30 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
31 import com.android.ide.eclipse.adt.internal.editors.descriptors.SeparatorAttributeDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
53 * specialized internal attribute descriptors (e.g. hidden descriptors, XMLNS,
91 * Can be null for specialized internal attribute descriptors that do not correspond to
100 * This icon is generic, that is all attribute descriptors have the same icon
AttributeDescriptorLabelProvider.java 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
FlagAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
ListAttributeDescriptor.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/manifest/descriptors/
PostActivityCreationAction.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
PostReceiverCreationAction.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAbstractTextAttributeNode.java 19 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
UiAttributeNode.java 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
UiDocumentNode.java 19 import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor;
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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiItemElementNode.java 22 import com.android.ide.eclipse.adt.internal.editors.values.descriptors.ItemElementDescriptor;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange5.s 1 ! Zero-sized range descriptors are handled well, but GAS should not emit
  /tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/
StubMetricsRecorder.java 36 public void setUp(ITestDevice device, Collection<String> descriptors)
  /packages/apps/DeskClock/src/com/android/deskclock/data/
SettingsDAO.java 332 final TimeZoneDescriptor[] descriptors = new TimeZoneDescriptor[timeZoneIds.length]; local
336 descriptors[i] = new TimeZoneDescriptor(locale, id, name, currentTime);
338 Arrays.sort(descriptors);
341 final CharSequence[] tzIds = new CharSequence[descriptors.length];
342 final CharSequence[] tzNames = new CharSequence[descriptors.length];
343 for (int i = 0; i < descriptors.length; i++) {
344 final TimeZoneDescriptor descriptor = descriptors[i];
361 * These descriptors have a natural order from furthest ahead of GMT to furthest behind GMT.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 314 vec<ipa_param_descriptor_t> descriptors; member in struct:ipa_node_params
346 return info->descriptors.length ();
356 return info->descriptors[i].decl;
365 info->descriptors[i].used = val;
374 return info->descriptors[i].used;
  /external/v8/src/heap/
objects-visiting-inl.h 13 #include "src/objects-body-descriptors-inl.h"
480 // descriptors that belong to this map are marked. The first time a non-empty
486 DescriptorArray* descriptors = map->instance_descriptors(); local
487 if (StaticVisitor::MarkObjectWithoutPush(heap, descriptors) &&
488 descriptors->length() > 0) {
489 StaticVisitor::VisitPointers(heap, descriptors,
490 descriptors->GetFirstElementAddress(),
491 descriptors->GetDescriptorEndSlot(0));
496 StaticVisitor::VisitPointers(heap, descriptors,
497 descriptors->GetDescriptorStartSlot(start)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 17 // Lock synchronizing creation of new file descriptors with fork.
20 // file descriptors we intend. To do that, we mark all file
21 // descriptors close-on-exec and then, in the child, explicitly
34 // Some system calls that create new file descriptors can block
39 // It is worse to inherit some file descriptors than others.
47 // Luckily, the file descriptors that are most important not to
125 Files []uintptr // File descriptors.
  /prebuilts/go/linux-x86/src/syscall/
exec_unix.go 17 // Lock synchronizing creation of new file descriptors with fork.
20 // file descriptors we intend. To do that, we mark all file
21 // descriptors close-on-exec and then, in the child, explicitly
34 // Some system calls that create new file descriptors can block
39 // It is worse to inherit some file descriptors than others.
47 // Luckily, the file descriptors that are most important not to
125 Files []uintptr // File descriptors.
  /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...]

Completed in 573 milliseconds

1 2 3 4 5 6 7 891011>>