HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 226 - 250 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
usage-analyzer.cc 262 ReadList(node->properties());
objects-debug.cc 535 VerifyHeapPointer(properties());
539 (map()->inobject_properties() + properties()->length() -
602 PrintF(" - inobject properties: %d\n", inobject_properties());
790 // Make sure that this object has no properties, elements.
791 CHECK_EQ(0, properties()->length());
    [all...]
objects-inl.h 1116 ACCESSORS(JSObject, properties, FixedArray, kPropertiesOffset)
1197 // Make sure to adjust for the number of in-object properties. These
1198 // properties do contribute to the size, but are not internal fields.
1207 // properties are at the end of the object. Therefore there is no need
1216 // properties are at the end of the object. Therefore there is no need
1224 // Access fast-case object properties at index. The use of these routines
1225 // is needed to correctly distinguish between properties stored in-object and
1226 // properties stored in the properties array.
    [all...]
messages.js 160 with_expression: "%0 has no properties",
435 * source with the following properties:
528 * the following properties:
677 // To handle DontEnum properties we guess that the method has
933 // Setup extra properties of the Error.prototype object.
  /frameworks/base/cmds/runtime/
main_runtime.cpp 18 #include <cutils/properties.h>
  /frameworks/base/libs/audioflinger/
AudioResampler.cpp 24 #include <cutils/properties.h>
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 30 #include <cutils/properties.h>
  /frameworks/base/media/libstagefright/
HTTPDataSource.cpp 26 #include <cutils/properties.h>
OggExtractor.cpp 23 #include <cutils/properties.h>
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 47 #include <cutils/properties.h>
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 77 #include <cutils/properties.h>
  /system/core/libnetutils/
ifc_utils.c 37 #include <cutils/properties.h>
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 64 import java.util.Properties;
326 Properties properties = new Properties(); local
329 properties.load(stream);
330 mNtpServer = properties.getProperty("NTP_SERVER", null);
    [all...]
  /external/gtest/test/
gtest_unittest.cc 1113 const List<TestProperty>& properties = test_result.test_properties(); local
1127 const List<TestProperty>& properties = test_result.test_properties(); local
1150 const List<TestProperty>& properties = test_result.test_properties(); local
    [all...]
  /external/libxml2/
SAX2.c 967 ctxt->myDoc->properties = XML_DOC_HTML;
984 doc->properties = 0;
986 doc->properties |= XML_DOC_OLD10;
    [all...]
c14n.c 790 for(attr = cur->properties; attr != NULL; attr = attr->next) {
1000 attr = cur->properties;
1021 attr = cur->properties;
    [all...]
xmlsave.c 891 if (cur->properties != NULL)
892 xmlAttrListDumpOutput(ctxt, cur->properties);
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 46 var parent = null, properties = $A(arguments);
47 if (Object.isFunction(properties[0]))
48 parent = properties.shift();
65 for (var i = 0; i < properties.length; i++)
66 klass.addMethods(properties[i]);
80 var properties = Object.keys(source);
83 properties.push("toString", "valueOf");
85 for (var i = 0, length = properties.length; i < length; i++) {
86 var property = properties[i], value = source[property];
    [all...]
  /frameworks/base/awt/java/awt/
Component.java 1101 String properties[] = AccessController.doPrivileged(action); typedefs
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /external/guava/src/com/google/common/collect/
Maps.java 41 import java.util.Properties;
462 * Creates an {@code ImmutableMap<String, String>} from a {@code Properties}
463 * instance. Properties normally derive from {@code Map<Object, Object>}, but
465 * a plain-old-{@code Map} out of a {@code Properties}.
467 * @param properties a {@code Properties} object to be converted
469 * {@code properties}
470 * @throws ClassCastException if any key in {@code Properties} is not a
472 * @throws NullPointerException if any key or value in {@code Properties} is
476 fromProperties(Properties properties)
    [all...]
  /frameworks/base/cmds/dumpstate/
utils.c 34 #include <cutils/properties.h>
214 /* prints all the system properties */
221 printf("------ SYSTEM PROPERTIES ------\n");
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 23 #include <cutils/properties.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditor.java 56 import org.eclipse.ui.views.properties.IPropertySheetPage;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 17 package com.android.ide.eclipse.adt.internal.properties;

Completed in 1441 milliseconds

1 2 3 4 5 6 7 8 91011>>