HomeSort by relevance Sort by last modified time
    Searched refs:Constructor (Results 151 - 163 of 163) sorted by null

1 2 3 4 5 67

  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 28 import java.lang.reflect.Constructor;
348 * Constructs a new ObjectInputStream. This default constructor can be used
349 * by subclasses that do not want to use the public constructor if it
583 * but running the constructor defined in class
594 * The empty constructor to run will be in this class
1972 Constructor<?> constructor = null; local
    [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 66 # Default constructor
597 // make sure that the constructor function is constructed in the
    [all...]
  /external/chromium/net/flip/
flip_network_transaction_unittest.cc 336 // Verify FlipNetworkTransaction constructor.
337 TEST_F(FlipNetworkTransactionTest, Constructor) {
    [all...]
  /external/v8/src/
mirror-debugger.js 125 * Inherit the prototype methods from one constructor into another.
133 * @param {function} ctor Constructor function which needs to inherit the
135 * @param {function} superCtor Constructor function to inherit prototype from
142 ctor.prototype.constructor = ctor;
221 * @constructor
414 return "#<" + builtins.GetInstanceName(this.constructor.name) + ">";
424 * @constructor
469 * @constructor
485 * @constructor
502 * @constructor
    [all...]
date.js 324 // Constructor for creating objects holding year, month, and date.
466 // constructor is called with another Date object as its
1121 // Setup non-enumerable constructor property of the Date prototype object.
1122 %SetProperty($Date.prototype, "constructor", $Date, DONT_ENUM);
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 244 # Constructor function. Initialize appropriate member variables.
    [all...]
  /external/v8/test/cctest/
test-api.cc 667 // Test constructor calls.
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 485 milliseconds

1 2 3 4 5 67