HomeSort by relevance Sort by last modified time
    Searched defs:descs (Results 1 - 25 of 40) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 151 ArrayList<AttributeDescriptor> descs = new ArrayList<AttributeDescriptor>(); local
153 DescriptorsUtils.appendAttributes(descs,
164 DescriptorsUtils.appendAttributes(descs,
174 descs.add(extraAttribute);
177 element.setAttributes(descs.toArray(new AttributeDescriptor[descs.size()]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 159 ArrayList<AttributeDescriptor> descs = new ArrayList<AttributeDescriptor>(); local
163 DescriptorsUtils.appendAttributes(descs,
173 descs.add(extraAttribute);
176 element.setAttributes(descs.toArray(new AttributeDescriptor[descs.size()]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 421 ArrayList<AttributeDescriptor> descs = new ArrayList<AttributeDescriptor>(); local
423 descs.add(classAttribute);
424 DescriptorsUtils.appendAttributes(descs,
431 descriptor.setAttributes(descs.toArray(new AttributeDescriptor[descs.size()]));
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 62 static const char* descs[] = local
68 return de::getSizedArrayElement<MatchCase::EXPECTED_LAST>(descs, expected);
  /external/v8/src/
string-stream.cc 348 DescriptorArray* descs = map->instance_descriptors(); local
350 PropertyDetails details = descs->GetDetails(i);
352 Object* key = descs->GetKey(i);
keys.cc 251 Handle<DescriptorArray> descs = local
267 if (descs->HasEnumCache()) {
268 Handle<FixedArray> keys(descs->GetEnumCache(), isolate);
280 if (descs->IsEmpty()) {
297 PropertyDetails details = descs->GetDetails(i);
299 Object* key = descs->GetKey(i);
315 DescriptorArray::SetEnumCache(descs, isolate, storage, indices);
495 Handle<DescriptorArray> descs,
499 PropertyDetails details = descs->GetDetails(i);
503 Object* accessors = descs->GetValue(i)
    [all...]
objects-printer.cc 285 DescriptorArray* descs = map()->instance_descriptors(); local
288 descs->GetKey(i)->NamePrint(os);
290 switch (descs->GetType(i)) {
307 os << Brief(descs->GetConstant(i)) << " (data constant)";
310 os << Brief(descs->GetCallbacksObject(i)) << " (accessor constant)";
    [all...]
bootstrapper.cc 3652 Handle<DescriptorArray> descs = local
    [all...]
objects.cc 8239 DescriptorArray* descs = instance_descriptors(); local
8256 DescriptorArray* descs = instance_descriptors(); local
8538 DescriptorArray* descs = map()->instance_descriptors(); local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 313 ArrayList<BluetoothGattDescriptor> descs = local
315 if (descs != null) {
316 for (BluetoothGattDescriptor desc: descs) {
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 227 AuthenticatorDescription[] descs = AccountManager.get(context) local
229 final int M = descs.length;
241 if (account.type.equals(descs[j].type)) {
242 desc = descs[j];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectStreamFieldTest.java 364 static ObjectStreamClass descs; field in class:MyObjectOutputStream
374 descs = desc;
393 return MyObjectOutputStream.descs;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 417 AttributeDescriptor[] descs = mNode.getAttributeDescriptors(); local
418 int n = descs.length;
422 infos[i] = descs[i].getAttributeInfo();
  /frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java 508 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); local
509 Set<String> supportedAccountTypes = new HashSet<String>(descs.length);
510 for (AuthenticatorDescription desc : descs) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 224 ElementDescriptor[] descs = mDescriptorFilters; local
225 if (descs == null && mUiRootNode != null) {
226 descs = mUiRootNode.getDescriptor().getChildren();
229 if (descs != null && descs.length > 1) {
230 for (ElementDescriptor desc : descs) {
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 1555 DescriptorArray* descs = js_obj->map()->instance_descriptors(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
org.sat4j.pb_2.3.5.v201308161310.jar 
  /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 
org.sat4j.pb_2.3.5.v20130525.jar 

Completed in 591 milliseconds

1 2