HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1101 - 1125 of 1385) sorted by null

<<41424344454647484950>>

  /external/v8/src/
ast.h 771 // A materialized literal is simple if the values consist of only
869 ZoneList<Expression*>* values,
875 values_(values) {}
880 virtual bool IsLeaf() { return values()->is_empty(); }
883 ZoneList<Expression*>* values() const { return values_; } function in class:v8::internal::ArrayLiteral
    [all...]
usage-analyzer.cc 267 ReadList(node->values());
  /external/webkit/JavaScriptCore/runtime/
Lookup.h 112 const HashTableValue* values; // Fixed values generated by script. member in struct:JSC::HashTable
248 * Simplified version of getStaticPropertySlot in case there are no functions, only "values".
266 * Simplified version of getStaticPropertyDescriptor in case there are no functions, only "values".
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm     [all...]
  /external/webkit/WebKitTools/Scripts/
svn-create-patch 103 for my $path (sort patchpathcmp values %diffFiles) {
  /frameworks/base/core/java/android/database/
AbstractCursor.java 115 public boolean commitUpdates(Map<? extends Long,? extends Map<String,Object>> values) {
618 * that maps from String column names to new values. A NULL value means to
619 * remove an existing value, and all numeric values are in their class
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 113 * Sanitize values based on which characters they contain. Illegal
410 * unregistered parameter values.
417 * parameter values.
425 * parameter values.
427 * parameter values.
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 33 new QwertyKeyListener[Capitalize.values().length * 2];
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
ImportTestProvider.java 193 mMimeTypeToExpectedContentValues.values()) {
  /frameworks/base/telephony/java/android/telephony/gsm/
SmsMessage.java 467 return MessageClass.values()[index];
677 * description of values.
686 * for a description of other possible values.
  /libcore/luni/src/main/java/java/lang/
ClassLoader.java 708 Collection<Package> col = packages.values();
    [all...]
  /libcore/luni/src/main/java/java/util/
AbstractMap.java 109 * A key-value mapping with mutable values.
465 * iterator transforms this map's entry set iterator to return values.
467 public Collection<V> values() { method in class:AbstractMap
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesTest.java 229 * @tests java.util.jar.Attributes#values()
232 Collection<?> valueCollection = a.values();
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 185 List<RawContactInfo> list = new ArrayList<RawContactInfo>(rawContactInfos.values());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 149 for (NotificationItem item : mNotifications.values()) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventContainer.java 87 for (EventValueType type : values()) {
320 * to test against, or if the compare method is incompatible with the type of the values.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 95 for (ColorWrapper c : mColorMap.values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 167 * Gets all the values one could use to auto-complete a "resource" value in an XML
178 * To avoid a huge long list of values, the completion works on two levels:
180 * <li> If a resource type as been typed so far (e.g. "@style/"), then limit the values to
222 ResourceType.values();
  /external/chromium/third_party/icu/source/tools/genpname/
genpname.cpp 485 // set these to NGI index values
486 // fix them up to NGI offset values
505 // set these to NGI index values
506 // fix them up to NGI offset values
566 // set these to SP index values
567 // fix them up to SP offset values
    [all...]
  /external/icu4c/tools/genpname/
genpname.cpp 486 // set these to NGI index values
487 // fix them up to NGI offset values
506 // set these to NGI index values
507 // fix them up to NGI offset values
567 // set these to SP index values
568 // fix them up to SP offset values
    [all...]
  /external/openssl/crypto/x509v3/
v3_addr.c 651 * Extract min and max values from an IPAddressOrRange.
893 STACK_OF(CONF_VALUE) *values)
906 for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
907 CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
942 * the other input values.
    [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.cpp 65 ValueList& values() { return m_values; } function in class:WebCore::SerializedObject
721 return object->values()[propertyIndex];
903 return object->values()[propertyIndex];
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 171 GList* values = g_hash_table_get_values(m_partsTable.get()); local
172 for (guint i = 0; i < g_list_length(values); i++)
174 static_cast<GtkThemeParts*>(g_list_nth_data(values, i)));
369 // It could be made a configuration option values other than 13 actually break site compatibility.
  /external/webkit/WebCore/svg/
SVGParserUtilities.cpp 833 Vector<String> values; local
853 values.append(String(inputStart, inputEnd - inputStart + 1));
857 return values;
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]

Completed in 2441 milliseconds

<<41424344454647484950>>