HomeSort by relevance Sort by last modified time
    Searched defs:unbound (Results 1 - 24 of 24) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
SimpleEstimationProblem.java 27 * storage and unbound parameters filtering. It does not compute
70 * Get the unbound parameters of the problem.
71 * @return unbound parameters
75 // filter the unbound parameters
76 List<EstimatedParameter> unbound = new ArrayList<EstimatedParameter>(parameters.size()); local
79 unbound.add(p);
84 return unbound.toArray(new EstimatedParameter[unbound.size()]);
  /frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/
MainActivity.java 49 ScriptGroup.Input unbound = builder.addInput(); local
52 script.getKernelID_foo(), Type.createX(pRS, Element.I32(pRS), ARRAY_SIZE), unbound);
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
UT_script_group2_float.java 53 ScriptGroup.Input unbound = builder.addInput(); local
61 unbound,
UT_script_group2_gatherscatter.java 77 ScriptGroup.Input unbound = builder.addInput(); local
85 binding = new ScriptGroup.Binding(s.getFieldID_a_in(), unbound);
UT_script_group2_nochain.java 56 ScriptGroup.Input unbound = builder.addInput(); local
61 unbound);
67 unbound,
69 new ScriptGroup.Binding(s_inc2.getFieldID_a(), unbound));
75 unbound);
UT_script_group2_pointwise.java 55 ScriptGroup.Input unbound = builder.addInput(); local
60 unbound);
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_script_group2_float.java 51 ScriptGroup.Input unbound = builder.addInput(); local
60 unbound,
UT_script_group2_gatherscatter.java 73 ScriptGroup.Input unbound = builder.addInput(); local
81 binding = new ScriptGroup.Binding(s.getFieldID_a_in(), unbound);
UT_script_group2_pointwise.java 51 ScriptGroup.Input unbound = builder.addInput(); local
58 unbound);
UT_script_group2_nochain.java 52 ScriptGroup.Input unbound = builder.addInput(); local
59 unbound);
64 unbound,
65 new ScriptGroup.Binding(s_inc2.getFieldID_a(), unbound));
70 unbound);
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 48 const int unbound = -1; // Indicator for a thread not bound to a specific CPU variable
57 unbound, // Server CPU
58 unbound, // Client CPU
65 explicit AddIntsService(int cpu = unbound);
112 if (options.clientCPU != unbound) { bindCPU(options.clientCPU); }
168 if (cpu != unbound) { bindCPU(cpu); }
180 if (cpu_ != unbound) {
  /frameworks/base/rs/java/android/renderscript/
ScriptGroup.java 225 Input unbound = (Input)obj; local
227 unbound.addReference(this, index);
229 unbound.addReference(this, fid);
451 " is a future or unbound value");
454 Input unbound = mInputs2.get(i); local
455 unbound.set(obj);
979 Input unbound = new Input(); local
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptGroup.java 222 Input unbound = (Input)obj; local
224 unbound.addReference(this, index);
226 unbound.addReference(this, fid);
348 * An opaque class for unbound values (used for script group inputs)
447 " is a future or unbound value");
450 Input unbound = mInputs2.get(i); local
451 unbound.set(obj);
1097 Input unbound = new Input(); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 378 ScriptGroup.Input unbound = builder.addInput(); local
385 unbound);
433 ScriptGroup.Input unbound = builder.addInput(); local
436 ScriptGroup.Binding b2 = new ScriptGroup.Binding(s.getFieldID_a(), unbound);
493 ScriptGroup.Input unbound = builder.addInput(); local
496 ScriptGroup.Binding b2 = new ScriptGroup.Binding(s.getFieldID_a(), unbound);
554 ScriptGroup.Input unbound = builder.addInput(); local
584 unbound);
  /external/v8/src/arm64/
macro-assembler-arm64.h 2255 Label unbound; local
    [all...]
  /external/v8/src/
api.cc 2119 Local<UnboundScript> unbound; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 1300 milliseconds