/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 126 throw new RSIllegalArgumentException("Array \"in1\" is null!"); 133 throw new RSIllegalArgumentException("Array \"in2\" is null!"); 137 … throw 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!"); 201 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!"); 224 throw new RSRuntimeException("Type mismatch with F16!"); [all …]
|
D | ScriptField_MyStruct.java.expect | 105 … throw new RSIllegalArgumentException("Type.Builder did not match expected element type.");
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 153 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 …]
|
D | ScriptField_MyStruct.java.expect | 105 … throw new RSIllegalArgumentException("Type.Builder did not match expected element type.");
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | ScriptC_reduce_general_accumulator.java.expect | 85 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/ |
D | ScriptC_reduce_general_result.java.expect | 1232 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 …]
|
D | ScriptField_MyStruct.java.expect | 105 … throw new RSIllegalArgumentException("Type.Builder did not match expected element type.");
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 206 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!"); 284 … throw 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/ |
D | ScriptC_reduce_general_examples.java.expect | 206 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!"); 284 … throw 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/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 168 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!"); 279 … throw 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/ |
D | Allocators.h | 321 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/ |
D | ScriptC_reduce_general_duplicate_array.java.expect | 85 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/ |
D | ScriptC_reduce_general_examples_halter.java.expect | 123 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/ |
D | creating-authenticator.jd | 86 throw new UnsupportedOperationException(); 113 throw new UnsupportedOperationException(); 118 throw new UnsupportedOperationException(); 126 throw new UnsupportedOperationException(); 133 throw new UnsupportedOperationException();
|
/frameworks/support/buildSrc/ |
D | studioCompat.gradle | 177 throw new GradleScriptException( 191 … throw new GradleScriptException("You should not have sdk.dir in local.properties because"
|
/frameworks/compile/slang/tests/P_reduce_general_struct/ |
D | ScriptC_reduce_general_struct.java.expect | 92 throw new RSRuntimeException("Type mismatch with ScriptField_MyStruct!");
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLImplHeader.java-impl | 62 throw new UnsupportedOperationException("glGetPointerv");
|
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ |
D | LocalizeDependenciesTask.groovy | 86 throw new RuntimeException("Missing licenses for $missingLicenses") 164 throw new RuntimeException("unable to get git status for $file. ${gitSt.err.text}")
|
D | ExportLicensesTask.groovy | 147 …throw new RuntimeException("Cannot find license for ${artifact.getModuleVersion().id} in ${artifac…
|
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/ |
D | CheckApiTask.groovy | 204 throw new InvalidUserDataException("""Conflicting input files: 317 throw new GradleException(getOnFailMessageFormatted())
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | assets.jd | 104 throw new IllegalArgumentException("Asset must be non-null");
|
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/ |
D | DoclavaTask.groovy | 145 throw new InvalidUserDataException('removedApiFile specified but not apiFile')
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | new-implementation.jd | 46 …mb-specific implementations on pre-Honeycomb devices, the Dalvik VM won't throw any {@link java.la…
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | communicating.jd | 71 throw new ClassCastException(activity.toString()
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | device-art.jd | 596 * method will throw an alert() in case of errors and call back with null. 659 throw new TypeError('Function expected');
|