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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceRule.cpp 57 String descs = m_fontFaceRule->properties().asText(); local
58 result.append(descs);
59 if (!descs.isEmpty())
CSSFilterRule.cpp 70 String descs = m_filterRule->properties().asText(); local
71 result.append(descs);
72 if (!descs.isEmpty())
  /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()]));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
InputLayoutCache.cpp 142 D3D11_INPUT_ELEMENT_DESC descs[gl::MAX_VERTEX_ATTRIBS]; local
145 descs[j] = ilKey.elements[j].desc;
148 HRESULT result = mDevice->CreateInputLayout(descs, ilKey.elementCount, shader->getFunction(), shader->getLength(), &inputLayout);
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 49 static const char* descs[] = local
55 return de::getSizedArrayElement<MatchCase::EXPECTED_LAST>(descs, expected);
  /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/chromium_org/sync/android/java/src/org/chromium/sync/signin/
AccountManagerHelper.java 149 AuthenticatorDescription[] descs = mAccountManager.getAuthenticatorTypes(); local
150 for (AuthenticatorDescription desc : descs) {
  /external/chromium_org/v8/src/
string-stream.cc 336 DescriptorArray* descs = map->instance_descriptors(); local
338 PropertyDetails details = descs->GetDetails(i);
340 Object* key = descs->GetKey(i);
objects-printer.cc 224 DescriptorArray* descs = map()->instance_descriptors(); local
227 descs->GetKey(i)->NamePrint(os);
229 switch (descs->GetType(i)) {
237 os << Brief(descs->GetConstant(i)) << " (constant)\n";
240 os << Brief(descs->GetCallbacksObject(i)) << " (callback)\n";
    [all...]
bootstrapper.cc 684 DescriptorArray* descs = map->instance_descriptors(); local
685 int number = descs->SearchWithCache(*name, *map);
686 AccessorPair* accessors = AccessorPair::cast(descs->GetValue(number));
2476 Handle<DescriptorArray> descs = local
    [all...]
heap-snapshot-generator.cc 1631 DescriptorArray* descs = js_obj->map()->instance_descriptors(); local
    [all...]
objects.cc 5638 DescriptorArray* descs = instance_descriptors(); local
5655 DescriptorArray* descs = instance_descriptors(); local
5736 Handle<DescriptorArray> descs = local
6338 DescriptorArray* descs = map()->instance_descriptors(); local
13361 DescriptorArray* descs = map()->instance_descriptors(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 208 AuthenticatorDescription[] descs = AccountManager.get(context) local
210 final int M = descs.length;
222 if (account.type.equals(descs[j].type)) {
223 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 517 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); local
518 Set<String> supportedAccountTypes = new HashSet<String>(descs.length);
519 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/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 
  /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 4732 milliseconds

1 2