HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 1 - 25 of 2847) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/tests/
constructor-02.glsl 1 /* FAIL - cannot construct samplers */
constructor-03.glsl 1 /* FAIL - cannot construct a matrix from a matrix in GLSL 1.10 */
  /external/v8/test/mjsunit/
new.js 28 function Construct(x) { return x; }
30 assertFalse(null == new Construct(null));
31 assertFalse(void 0 == new Construct(void 0));
32 assertFalse(0 == new Construct(0));
33 assertFalse(1 == new Construct(1));
34 assertFalse(4.2 == new Construct(4.2));
35 assertFalse('foo' == new Construct('foo'));
36 assertFalse(true == new Construct(true));
39 assertTrue(x === new Construct(x));
40 assertFalse(x === new Construct(null))
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Exception.java 10 * Construct a new SQLite exception.
  /external/v8/test/mjsunit/compiler/
alloc-object.js 28 // Flags: --allow-natives-syntax --expose-gc --inline-construct
34 function test_helper(construct, a, b) {
35 return new construct(a, b);
38 function test(construct) {
40 test_helper(construct, 0, 0);
41 test_helper(construct, 0, 0);
44 var o = test_helper(construct, 1, 2);
50 construct.prototype = { z:6 };
51 var o = test_helper(construct, 4, 5);
59 function finalize_slack_tracking(construct) {
48 construct.prototype = { z:6 }; class
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 33 function TestWithProxies(test, construct, handler) {
34 test(construct, handler, Proxy.create)
35 test(construct, handler, function(h) {
43 function TestSet(construct, fix) {
44 TestWithProxies(TestSet2, construct, fix)
47 function TestSet2(construct, fix, create) {
54 var s = construct();
80 function TestMap(construct, fix) {
81 TestWithProxies(TestMap2, construct, fix)
84 function TestMap2(construct, fix, create)
    [all...]
  /external/junit/src/org/junit/runners/model/
InitializationError.java 14 * Construct a new {@code InitializationError} with one or more
26 * Construct a new {@code InitializationError} with one cause
  /external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java 33 * Construct a new exception with <code>null</code> as its detail message.
43 * Construct a new exception with the specified detail message.
55 * Construct a new exception with the specified cause and a derived
68 * Construct a new exception with the specified detail message and cause.
  /external/clang/test/CodeGenCXX/
const-base-cast.cpp 3 // Check that the following construct, which is similar to one which occurs
  /external/zlib/contrib/iostream/
test.cpp 6 // Construct a stream object with this filebuffer. Anything sent
  /external/llvm/include/llvm/ADT/
ArrayRef.h 47 /// Construct an empty ArrayRef.
50 /// Construct an ArrayRef from a single element.
54 /// Construct an ArrayRef from a pointer and length.
58 /// Construct an ArrayRef from a range.
62 /// Construct an ArrayRef from a SmallVector.
66 /// Construct an ArrayRef from a std::vector.
70 /// Construct an ArrayRef from a C array.
167 /// Construct an empty ArrayRef.
170 /// Construct an MutableArrayRef from a single element.
173 /// Construct an MutableArrayRef from a pointer and length
    [all...]
Twine.h 50 /// concatenation method to construct interior nodes; the result must be
164 /// Construct a nullary twine; the kind must be NullKind or EmptyKind.
170 /// Construct a binary twine.
178 /// Construct a twine from explicit values.
253 /// Construct from an empty string.
258 /// Construct from a C string.
274 /// Construct from an std::string.
281 /// Construct from a StringRef.
288 /// Construct from a char.
294 /// Construct from a signed char
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 42 Construct(NULL, 0, 0);
45 Construct(data, length, length);
48 Construct(data, length, capacity);
51 Construct(buf.data(), buf.length(), buf.length());
62 Construct(buf.data(), buf.length(), buf.length());
103 Construct(NULL, 0, 0);
107 void Construct(const void* data, size_t length, size_t capacity) {
  /external/icu4c/test/intltest/
itrbnfrt.cpp 68 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
86 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
104 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
122 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
140 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
158 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
176 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
194 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
212 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
230 errcheckln(status, "failed to construct formatter - %s", u_errorName(status))
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.h 15 // does that for us automagically, the only thing left to do is construct
  /external/icu4c/stubdata/reduced_coll/
README.txt 1 To construct a revised data file, copy it to this directory, changing its
  /external/icu4c/tools/genrb/
rle.h 26 * Construct a string representing a byte array. Use run-length encoding.
44 * Construct a string representing a char array. Use run-length encoding.
60 * Construct an array of bytes from a run-length encoded string.
65 * Construct an array of shorts from a run-length encoded string.
  /external/llvm/test/CodeGen/X86/
split-vector-bitcast.ll 4 ; (This is primarily checking that this construct doesn't crash.)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-6-n.js 40 4. If Result(2) does not implement the internal [[Construct]] method,
42 5. Call the [[Construct]] method on Result(2), providing no arguments
54 5. If Result(2) does not implement the internal [[Construct]] method,
56 6. Call the [[Construct]] method on Result(2), providing the list
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermOut.cpp 220 case EOpConstructFloat: out << "Construct float"; break;
221 case EOpConstructVec2: out << "Construct vec2"; break;
222 case EOpConstructVec3: out << "Construct vec3"; break;
223 case EOpConstructVec4: out << "Construct vec4"; break;
224 case EOpConstructBool: out << "Construct bool"; break;
225 case EOpConstructBVec2: out << "Construct bvec2"; break;
226 case EOpConstructBVec3: out << "Construct bvec3"; break;
227 case EOpConstructBVec4: out << "Construct bvec4"; break;
228 case EOpConstructInt: out << "Construct int"; break;
229 case EOpConstructIVec2: out << "Construct ivec2"; break
    [all...]
  /external/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 64 vext.8 d18, d6, d7, #5 ;construct src_ptr[3]
80 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
82 vshr.u64 q9, q4, #8 ;construct src_ptr[-1]
89 vshr.u64 q3, q4, #32 ;construct src_ptr[2]
96 vshr.u64 q9, q4, #16 ;construct src_ptr[0]
103 vshr.u64 q3, q4, #24 ;construct src_ptr[1]
128 vext.8 d18, d6, d7, #5 ;construct src_ptr[3]
138 vext.8 d31, d22, d23, #5 ;construct src_ptr[3]
146 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
148 vshr.u64 q9, q4, #8 ;construct src_ptr[-1
    [all...]
  /external/chromium/chrome/browser/net/
url_request_mock_http_job.h 31 // Given the path to a file relative to base_path_, construct a mock URL.
35 // construct a mock URL for view source.
  /external/openfst/src/include/fst/script/
shortest-distance.h 60 static Queue *Construct(const Fst<Arc> &,
71 static AutoQueue<typename Arc::StateId> *Construct(
84 *Construct(const Fst<Arc> &fst,
94 static TopOrderQueue<typename Arc::StateId> *Construct(
111 QueueConstructor<Queue, Arc, AnyArcFilter<Arc> >::Construct(
121 QueueConstructor<Queue, Arc, AnyArcFilter<Arc> >::Construct(
132 QueueConstructor<Queue, Arc, InputEpsilonArcFilter<Arc> >::Construct(
144 OutputEpsilonArcFilter<Arc> >::Construct(
  /libcore/luni/src/main/java/org/xml/sax/
SAXNotSupportedException.java 33 * Construct a new exception with no message.
41 * Construct a new exception with the given message.
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 26 construct("http://www.google.com/this/is-the/path?query#fragment",
30 private static void construct(String str, String host, String path, boolean absolute) method in class:OldAndroidURITest

Completed in 1304 milliseconds

1 2 3 4 5 6 7 8 91011>>