Searched refs:threw (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-992733.js29 var threw = false; variable
33 threw = true;
35 assertTrue(threw);
H A Dregress-function-constructor-receiver.js8 var threw = false; variable
12 threw = true;
17 assertTrue(threw);
/external/chromium_org/v8/test/mjsunit/
H A Dunusual-constructor.js28 var threw = false; variable
33 threw = true;
35 assertTrue(threw);
H A Dstack-traces.js129 var threw = false;
143 threw = true;
145 assertTrue(threw, name + " didn't throw");
150 var threw = false;
156 threw = true;
158 assertTrue(threw, "CallerCensorship didn't throw");
163 var threw = false;
173 threw = true;
175 assertTrue(threw, "UnintendedCallerCensorship didn't throw");
185 var threw
[all...]
/external/guava/guava/src/com/google/common/io/
H A DCharStreams.java127 boolean threw = true;
131 threw = false;
133 Closeables.close(out, threw);
179 boolean threw = true;
183 threw = false;
186 Closeables.close(in, threw);
262 boolean threw = true;
266 threw = false;
269 Closeables.close(r, threw);
284 boolean threw
[all...]
H A DByteStreams.java94 boolean threw = true;
98 threw = false;
100 Closeables.close(out, threw);
144 boolean threw = true;
148 threw = false;
151 Closeables.close(in, threw);
168 boolean threw = true;
172 threw = false;
175 Closeables.close(out, threw);
248 boolean threw
[all...]
H A DFiles.java201 boolean threw = true;
205 threw = false;
207 Closeables.close(in, threw);
664 boolean threw = true;
667 threw = false;
670 Closeables.close(raf, threw);
678 boolean threw = true;
681 threw = false;
684 Closeables.close(channel, threw);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dassert_additions.js39 throw new Error('Expected to throw ' + error + ' but threw ' + e.name +
/external/eigen/test/
H A Dsizeoverflow.cpp13 bool threw = false; \
17 catch (std::bad_alloc&) { threw = true; } \
18 VERIFY(threw && "should have thrown bad_alloc: " #a); \
/external/chromium_org/v8/src/
H A Dv8natives.js876 var threw = false;
896 threw = true;
909 threw = !DefineObjectProperty(obj, "length", desc, should_throw) || threw;
917 if (threw) {
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon.js910 var msg = label + " threw exception: ";
1327 threw: function threw(error) {
1775 delegateToCalls("threw", true);
1776 delegateToCalls("alwaysThrew", false, "threw");
4839 mirrorPropAsAssertion("threw", "%n did not throw exception%C");
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js3806 function setThrew(threw, value) {
3807 threw = threw | 0;
3810 __THREW__ = threw;
[all...]

Completed in 553 milliseconds