HomeSort by relevance Sort by last modified time
    Searched refs:descriptors (Results 51 - 75 of 832) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM04.py 33 descriptors = get_descriptors_sequence.GetDescriptorsSequence(
35 self.device_context.update_descriptor_cache(descriptors)
cellular_MbimComplianceCM06.py 34 descriptors = get_descriptors_sequence.GetDescriptorsSequence(
36 self.device_context.update_descriptor_cache(descriptors)
cellular_MbimComplianceCM09.py 34 descriptors = get_descriptors_sequence.GetDescriptorsSequence(
36 self.device_context.update_descriptor_cache(descriptors)
cellular_MbimComplianceCM14.py 37 descriptors = get_descriptors_sequence.GetDescriptorsSequence(
39 self.device_context.update_descriptor_cache(descriptors)
cellular_MbimComplianceCM15.py 35 descriptors = get_descriptors_sequence.GetDescriptorsSequence(
37 self.device_context.update_descriptor_cache(descriptors)
  /external/autotest/client/site_tests/cellular_MbimComplianceError/
cellular_MbimComplianceERR02.py 35 descriptors = get_descriptors_sequence.GetDescriptorsSequence(
37 self.device_context.update_descriptor_cache(descriptors)
cellular_MbimComplianceERR03.py 35 descriptors = get_descriptors_sequence.GetDescriptorsSequence(
37 self.device_context.update_descriptor_cache(descriptors)
cellular_MbimComplianceERR04.py 35 descriptors = get_descriptors_sequence.GetDescriptorsSequence(
37 self.device_context.update_descriptor_cache(descriptors)
  /prebuilts/go/darwin-x86/test/fixedbugs/
gcc61244.go 7 // PR61244: Type descriptors expressions were not traversed, causing an ICE
  /prebuilts/go/linux-x86/test/fixedbugs/
gcc61244.go 7 // PR61244: Type descriptors expressions were not traversed, causing an ICE
  /system/libhidl/transport/base/1.0/
IBase.hal 49 * @return descriptors a vector of descriptors of the run-time type of the
52 interfaceChain() generates (vec<string> descriptors);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange2-2.d 4 #name: .cranges descriptors for SHcompact and SHmedia in .text.
crange3-1.d 4 #name: .cranges descriptors, constant mix.
crange1.s 36 ! .cranges descriptors. Note that we put the .mode directive *after* the
50 ! .cranges descriptors.
74 ! should be three or four .cranges descriptors, depending on whether one
  /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/
DimResultsElement.java 25 // Property descriptors
47 private static Vector DESCRIPTORS;
49 DESCRIPTORS = new Vector();
51 DESCRIPTORS.add(getInfosDescriptor(status));
52 DESCRIPTORS.add(getWarningsDescriptor(status));
53 DESCRIPTORS.add(ERROR_DESCRIPTOR);
56 DESCRIPTORS.addElement(DIMENSION_DESCRIPTOR);
58 DESCRIPTORS.addElement(DIM_COUNT_DESCRIPTOR);
60 DESCRIPTORS.addElement(DIM_AVERAGE_DESCRIPTOR);
62 DESCRIPTORS.addElement(DIM_STDDEV_DESCRIPTOR)
98 Vector descriptors = getDescriptors(); local
    [all...]
ScenarioResultsElement.java 25 // Property descriptors
38 private static Vector DESCRIPTORS;
40 DESCRIPTORS = new Vector();
42 DESCRIPTORS.add(getInfosDescriptor(status));
43 DESCRIPTORS.add(getWarningsDescriptor(status));
44 DESCRIPTORS.add(ERROR_DESCRIPTOR);
47 DESCRIPTORS.addElement(SCENARIO_LABEL_DESCRIPTOR);
49 DESCRIPTORS.addElement(SCENARIO_FILE_NAME_DESCRIPTOR);
51 DESCRIPTORS.addElement(SCENARIO_SHORT_NAME_DESCRIPTOR);
54 DESCRIPTORS.add(COMMENT_DESCRIPTOR)
78 Vector descriptors = getDescriptors(); local
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.S 54 movl %eax, %ebx # use bx to copy 15..0 to descriptors
55 shrl $16, %eax # use ax to copy 31..16 to descriptors
67 loopl LOOP_1 # loop back through again until all descriptors are initialized
71 ## so initialize all the rest of the descriptors with these two values...
72 # mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - INT 119 (77h)
79 # loop @b ; loop back through again until all descriptors are initialized
82 ## DUMP location of IDT and several of the descriptors
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 31 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
32 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
33 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
35 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
36 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
97 LayoutDescriptors descriptors = data.getLayoutDescriptors(); local
99 descriptors.findDescriptorByClass(FQCN_FRAME_LAYOUT);
  /external/avb/test/
avbtool_unittest.cc 322 "Descriptors:\n"
339 std::vector<const AvbDescriptor*>* descriptors = local
341 descriptors->push_back(descriptor);
410 "Descriptors:\n"
431 "Descriptors:\n"
491 // Collect all descriptors.
492 std::vector<const AvbDescriptor*> descriptors; local
494 vbmeta_data, f.vbmeta_size, collect_descriptors, &descriptors);
498 EXPECT_EQ(1UL, descriptors.size());
499 EXPECT_EQ(AVB_DESCRIPTOR_TAG_HASH, avb_be64toh(descriptors[0]->tag))
799 std::vector<const AvbDescriptor*> descriptors; local
1025 std::vector<const AvbDescriptor*> descriptors; local
1231 std::vector<const AvbDescriptor*> descriptors; local
1363 std::vector<const AvbDescriptor*> descriptors; local
    [all...]
  /external/v8/src/
layout-descriptor.cc 18 Handle<Map> map, Handle<DescriptorArray> descriptors, int num_descriptors) {
19 Isolate* isolate = descriptors->GetIsolate();
23 CalculateCapacity(*map, *descriptors, num_descriptors);
36 *layout_descriptor_handle, *map, *descriptors, num_descriptors);
229 DescriptorArray* descriptors,
232 // Fast mode descriptors are never shared and therefore always fully
237 CalculateCapacity(map, descriptors, num_descriptors);
252 Initialize(this, map, descriptors, num_descriptors);
260 DescriptorArray* descriptors = map->instance_descriptors();
264 PropertyDetails details = descriptors->GetDetails(i)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 17 package com.android.ide.eclipse.adt.internal.editors.otherxml.descriptors;
26 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
27 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
28 import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor;
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;
32 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
33 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
45 // Public attributes names, attributes descriptors and elements descriptors reference
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
AvatarGroupRequestDescriptor.java 37 public AvatarGroupRequestDescriptor(final List<? extends ImageRequestDescriptor> descriptors,
39 super(descriptors, desiredWidth, desiredHeight);
40 Assert.isTrue(descriptors.size() <= MAX_GROUP_SIZE);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
EmlMessageLoaderTest.java 83 ParcelFileDescriptor[] descriptors = ParcelFileDescriptor.createPipe(); local
84 mFileMap.put(uri, descriptors[0]);
85 return descriptors[1];
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 62 desc_iterator_range descriptors() const { function in class:llvm::DWARFDebugArangeSet
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 47 /// Irrelevant for file descriptors; the CLR type for the message for message descriptors.
52 /// Irrelevant for file descriptors; the parser for message descriptors.
57 /// Irrelevant for file descriptors; the CLR property names (in message descriptor field order)
58 /// for fields in the message for message descriptors.
63 /// Irrelevant for file descriptors; the CLR property "base" names (in message descriptor oneof order)
64 /// for oneofs in the message for message descriptors. It is expected that for a oneof name of "Foo",

Completed in 2042 milliseconds

1 23 4 5 6 7 8 91011>>