HomeSort by relevance Sort by last modified time
    Searched defs:valueList (Results 1 - 21 of 21) sorted by null

  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 126 const char **valueList = ME->getPragmaValueList();
128 printf("pragma[%u]: %s - %s\n", i, keyList[i], valueList[i]);
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.cpp 251 CSSValueList* valueList = static_cast<CSSValueList*>(value);
252 for (unsigned int i = 0; i < valueList->length(); i++) {
258 (selector->*m_mapFill)(m_propertyId, currChild, valueList->itemWithoutBoundsCheck(i));
MediaQueryEvaluator.cpp 176 CSSValueList* valueList = static_cast<CSSValueList*>(value);
177 if (valueList->length() == 3) {
178 CSSValue* i0 = valueList->itemWithoutBoundsCheck(0);
179 CSSValue* i1 = valueList->itemWithoutBoundsCheck(1);
180 CSSValue* i2 = valueList->itemWithoutBoundsCheck(2);
CSSMutableStyleDeclaration.cpp 323 CSSValueList* valueList = static_cast<CSSValueList*>(values[i].get());
324 numLayers = max(valueList->length(), numLayers);
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardSourceDetector.java 104 final List<String> valueList = property.getValueList();
107 && valueList.size() > 0) {
108 final String versionString = valueList.get(0);
120 if (valueList.size() > 0) {
121 mSpecifiedCharset = valueList.get(0);
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableTable.java 62 @Nullable private transient volatile ImmutableList<V> valueList;
65 ImmutableList<V> result = valueList;
67 valueList = result = ImmutableList.copyOf(
ImmutableMultimap.java 204 Collection<V> valueList = builderMultimap.get(checkNotNull(key));
206 valueList.add(checkNotNull(value));
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMultimap.java 203 Collection<V> valueList = builderMultimap.get(checkNotNull(key));
205 valueList.add(checkNotNull(value));
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 567 final List valueList = (List)value;
572 for (final Object element : valueList) {
577 for (final Object element : valueList) {
581 for (final Object element : valueList) {
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 250 List<ContentValues> valueList = intent.getParcelableArrayListExtra(EXTRA_CONTENT_VALUES);
260 int size = valueList.size();
262 ContentValues values = valueList.get(i);
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 235 milliseconds