HomeSort by relevance Sort by last modified time
    Searched full:constructor (Results 701 - 725 of 9262) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
split-001.js 58 "( " + string + " ).split(" + str_sep +").constructor == Array",
60 string.split(separator).constructor == Array );
87 " ).constructor == Array",
89 string.split(separator, limit).constructor == Array );
split-003.js 66 "( " + string + " ).split(" + str_sep +").constructor == Array",
68 string.split(separator).constructor == Array );
95 " ).constructor == Array",
97 string.split(separator, limit).constructor == Array );
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFactory.java 25 import java.lang.reflect.Constructor;
122 // Look for the correct constructor
123 Constructor filterConstructor = null;
128 + "' does not have a constructor of the form <init>(String name)!");
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
NoPublicConstructorTest.java 17 package android.test.suitebuilder.examples.constructor;
  /frameworks/native/libs/utils/
Trace.cpp 20 static void traceInit() __attribute__((constructor));
  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 50 //! Constructor
68 //! Constructor
126 //! Constructor
135 //! Constructor
  /hardware/ti/omap4xxx/
tm.c 15 static void ctor(void) __attribute__((constructor));
  /libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 25 import java.lang.reflect.Constructor;
49 * factory will be mutated in constructor and should be released
53 * after the constructor.
75 Constructor saxReaderConstructor = saxReaderClass.getConstructor(
DOMTestLoadException.java 27 * Constructor
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 24 import java.lang.reflect.Constructor;
43 Constructor<Type> constructor = Type.class.getConstructor(); local
44 assertAnnotatedElement(constructor, AnnotationA.class, AnnotationC.class);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.c 37 // Public constructor, taking a streambuf.
85 // Protected constructor and initialization functions. The default
86 // constructor creates an uninitialized basic_ios, and init() initializes
109 // initialized correctly in ios_base's constructor.
  /ndk/tests/device/test-stlport_shared-exception/jni/
new2_1.cpp 2 // Test that a throw in B's constructor destroys the A and frees the memory.
  /ndk/tests/device/test-stlport_static-exception/jni/
new2_1.cpp 2 // Test that a throw in B's constructor destroys the A and frees the memory.
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MatrixUtils.h 32 * Empty constructor
39 * Constructor with identity initialization
90 * Empty constructor
97 * Constructor with identity initialization
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 34 * Constructor from a PGM file name.
38 * Constructor to allocate an image of given size and type.
42 * Constructor to allocate an image of given size and copy the data in.
46 * Constructor to allocate an image of given size and copy the data in.
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
MatrixUtils.h 32 * Empty constructor
39 * Constructor with identity initialization
90 * Empty constructor
97 * Constructor with identity initialization
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/
PgmImage.h 34 * Constructor from a PGM file name.
38 * Constructor to allocate an image of given size and type.
42 * Constructor to allocate an image of given size and copy the data in.
46 * Constructor to allocate an image of given size and copy the data in.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MatrixUtils.h 32 * Empty constructor
39 * Constructor with identity initialization
90 * Empty constructor
97 * Constructor with identity initialization
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 34 * Constructor from a PGM file name.
38 * Constructor to allocate an image of given size and type.
42 * Constructor to allocate an image of given size and copy the data in.
46 * Constructor to allocate an image of given size and copy the data in.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.c 37 // Public constructor, taking a streambuf.
85 // Protected constructor and initialization functions. The default
86 // constructor creates an uninitialized basic_ios, and init() initializes
109 // initialized correctly in ios_base's constructor.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.c 37 // Public constructor, taking a streambuf.
85 // Protected constructor and initialization functions. The default
86 // constructor creates an uninitialized basic_ios, and init() initializes
109 // initialized correctly in ios_base's constructor.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.c 37 // Public constructor, taking a streambuf.
85 // Protected constructor and initialization functions. The default
86 // constructor creates an uninitialized basic_ios, and init() initializes
109 // initialized correctly in ios_base's constructor.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.c 37 // Public constructor, taking a streambuf.
85 // Protected constructor and initialization functions. The default
86 // constructor creates an uninitialized basic_ios, and init() initializes
109 // initialized correctly in ios_base's constructor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResult.java 82 * @return this, for constructor chaining
94 * @return this, for constructor chaining
106 * @return this, for constructor chaining
118 * @return this, for constructor chaining
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/not_source_folder/jar/example/
Class1.java 23 /** constructor */

Completed in 2687 milliseconds

<<21222324252627282930>>