Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 25 of 87) sorted by relevance

1234

/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect126 throw new RSIllegalArgumentException("Array \"in1\" is null!");
133 throw new RSIllegalArgumentException("Array \"in2\" is null!");
137throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
160 throw new RSRuntimeException("Type mismatch with F16!");
164 throw new RSRuntimeException("Type mismatch with F16!");
175 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
190 throw new RSIllegalArgumentException("Array \"in1\" is null!");
197 throw new RSIllegalArgumentException("Array \"in2\" is null!");
201throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
224 throw new RSRuntimeException("Type mismatch with F16!");
[all …]
DScriptField_MyStruct.java.expect105throw new RSIllegalArgumentException("Type.Builder did not match expected element type.");
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect153 throw new RSIllegalArgumentException("Array \"in1\" is null!");
173 throw new RSRuntimeException("Type mismatch with F16!");
186 throw new RSIllegalArgumentException("Array \"in1\" is null!");
206 throw new RSRuntimeException("Type mismatch with F16!");
219 throw new RSIllegalArgumentException("Array \"in1\" is null!");
239 throw new RSRuntimeException("Type mismatch with F16!");
252 throw new RSIllegalArgumentException("Array \"in1\" is null!");
272 throw new RSRuntimeException("Type mismatch with F16!");
285 throw new RSIllegalArgumentException("Array \"in1\" is null!");
305 throw new RSRuntimeException("Type mismatch with F16!");
[all …]
DScriptField_MyStruct.java.expect105throw new RSIllegalArgumentException("Type.Builder did not match expected element type.");
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
DScriptC_reduce_general_accumulator.java.expect85 throw new RSIllegalArgumentException("Array \"in1\" is null!");
105 throw new RSRuntimeException("Type mismatch with I32!");
118 throw new RSIllegalArgumentException("Array \"in1\" is null!");
138 throw new RSRuntimeException("Type mismatch with I32!");
151 throw new RSIllegalArgumentException("Array \"in1\" is null!");
171 throw new RSRuntimeException("Type mismatch with I32!");
184 throw new RSIllegalArgumentException("Array \"in1\" is null!");
204 throw new RSRuntimeException("Type mismatch with I32!");
217 throw new RSIllegalArgumentException("Array \"in1\" is null!");
237 throw new RSRuntimeException("Type mismatch with I32!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect1232 throw new RSRuntimeException("Result is not representible in Java");
1273 throw new RSRuntimeException("Result is not representible in Java");
1319 throw new RSRuntimeException("Result is not representible in Java");
2495 throw new RSRuntimeException("Result is not representible in Java");
2534 throw new RSRuntimeException("Result is not representible in Java");
2575 throw new RSRuntimeException("Result is not representible in Java");
2720 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2740 throw new RSRuntimeException("Type mismatch with F16!");
2753 throw new RSIllegalArgumentException("Array \"in1\" is null!");
2757 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
[all …]
DScriptField_MyStruct.java.expect105throw new RSIllegalArgumentException("Type.Builder did not match expected element type.");
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
DScriptC_reduce_general_examples_backward.java.expect206 throw new RSIllegalArgumentException("Array \"in1\" is null!");
226 throw new RSRuntimeException("Type mismatch with I32!");
239 throw new RSIllegalArgumentException("Array \"in1\" is null!");
259 throw new RSRuntimeException("Type mismatch with I32!");
273 throw new RSIllegalArgumentException("Array \"in1\" is null!");
280 throw new RSIllegalArgumentException("Array \"in2\" is null!");
284throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
307 throw new RSRuntimeException("Type mismatch with F32!");
311 throw new RSRuntimeException("Type mismatch with F32!");
322 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_examples/
DScriptC_reduce_general_examples.java.expect206 throw new RSIllegalArgumentException("Array \"in1\" is null!");
226 throw new RSRuntimeException("Type mismatch with I32!");
239 throw new RSIllegalArgumentException("Array \"in1\" is null!");
259 throw new RSRuntimeException("Type mismatch with I32!");
273 throw new RSIllegalArgumentException("Array \"in1\" is null!");
280 throw new RSIllegalArgumentException("Array \"in2\" is null!");
284throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
307 throw new RSRuntimeException("Type mismatch with F32!");
311 throw new RSRuntimeException("Type mismatch with F32!");
322 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
DScriptC_reduce_general_examples_explicit.java.expect168 throw new RSIllegalArgumentException("Array \"in1\" is null!");
188 throw new RSRuntimeException("Type mismatch with I32!");
201 throw new RSIllegalArgumentException("Array \"in1\" is null!");
221 throw new RSRuntimeException("Type mismatch with I32!");
234 throw new RSIllegalArgumentException("Array \"in1\" is null!");
254 throw new RSRuntimeException("Type mismatch with I32!");
268 throw new RSIllegalArgumentException("Array \"in1\" is null!");
275 throw new RSIllegalArgumentException("Array \"in2\" is null!");
279throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
302 throw new RSRuntimeException("Type mismatch with F32!");
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h321 MallocAllocator() throw() {} in MallocAllocator()
323 MallocAllocator(const MallocAllocator&) throw() {} in throw() function
325 ~MallocAllocator() throw() {} in throw() function
340 size_type max_size() const throw() { return size_t(-1) / sizeof(DataType); } in max_size()
366 MallocAllocator() throw() {} in MallocAllocator()
368 MallocAllocator(const MallocAllocator&) throw() {} in throw() function
370 ~MallocAllocator() throw() {} in throw() function
372 size_type max_size() const throw() { return size_t(-1) / sizeof(void*); } in max_size()
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
DScriptC_reduce_general_duplicate_array.java.expect85 throw new RSIllegalArgumentException("Array \"in1\" is null!");
105 throw new RSRuntimeException("Type mismatch with I32!");
118 throw new RSIllegalArgumentException("Array \"in1\" is null!");
138 throw new RSRuntimeException("Type mismatch with I32!");
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
DScriptC_reduce_general_examples_halter.java.expect123 throw new RSIllegalArgumentException("Array \"in1\" is null!");
143 throw new RSRuntimeException("Type mismatch with I32!");
156 throw new RSIllegalArgumentException("Array \"in1\" is null!");
176 throw new RSRuntimeException("Type mismatch with I32!");
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd86 throw new UnsupportedOperationException();
113 throw new UnsupportedOperationException();
118 throw new UnsupportedOperationException();
126 throw new UnsupportedOperationException();
133 throw new UnsupportedOperationException();
/frameworks/support/buildSrc/
DstudioCompat.gradle177 throw new GradleScriptException(
191throw new GradleScriptException("You should not have sdk.dir in local.properties because"
/frameworks/compile/slang/tests/P_reduce_general_struct/
DScriptC_reduce_general_struct.java.expect92 throw new RSRuntimeException("Type mismatch with ScriptField_MyStruct!");
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLImplHeader.java-impl62 throw new UnsupportedOperationException("glGetPointerv");
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DLocalizeDependenciesTask.groovy86 throw new RuntimeException("Missing licenses for $missingLicenses")
164 throw new RuntimeException("unable to get git status for $file. ${gitSt.err.text}")
DExportLicensesTask.groovy147throw new RuntimeException("Cannot find license for ${artifact.getModuleVersion().id} in ${artifac…
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/
DCheckApiTask.groovy204 throw new InvalidUserDataException("""Conflicting input files:
317 throw new GradleException(getOnFailMessageFormatted())
/frameworks/base/docs/html/training/wearables/data-layer/
Dassets.jd104 throw new IllegalArgumentException("Asset must be non-null");
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DDoclavaTask.groovy145 throw new InvalidUserDataException('removedApiFile specified but not apiFile')
/frameworks/base/docs/html/training/backward-compatible-ui/
Dnew-implementation.jd46 …mb-specific implementations on pre-Honeycomb devices, the Dalvik VM won't throw any {@link java.la…
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd71 throw new ClassCastException(activity.toString()
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd596 * method will throw an alert() in case of errors and call back with null.
659 throw new TypeError('Function expected');

1234