HomeSort by relevance Sort by last modified time
    Searched refs:unbound (Results 1 - 17 of 17) 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/java/tests/RsTest/src/com/android/rs/test/
UT_script_group2_nochain.java 54 ScriptGroup.Input unbound = builder.addInput(); local
59 unbound);
64 unbound,
65 new ScriptGroup.Binding(s_inc2.getFieldID_a(), unbound));
70 unbound);
UT_script_group2_pointwise.java 53 ScriptGroup.Input unbound = builder.addInput(); local
58 unbound);
UT_script_group2_gatherscatter.java 75 ScriptGroup.Input unbound = builder.addInput(); local
83 binding = new ScriptGroup.Binding(s.getFieldID_a_in(), unbound);
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 29 * -c cpu - bind client to specified cpu (default: unbound)
30 * -s cpu - bind server to specified cpu (default: unbound)
57 const int unbound = -1; // Indicator for a thread not bound to a specific CPU variable
67 unbound, // Server CPU
68 unbound, // Client CPU
76 AddIntsService(int cpu = unbound);
175 if (options.serverCPU == unbound) {
176 cout << " unbound";
182 if (options.clientCPU == unbound) {
183 cout << " unbound";
    [all...]
  /external/valgrind/none/tests/
fdleak_ipv4.stderr.exp 7 Open AF_INET socket 3: 127.0.0.1:... <-> unbound
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 334 ScriptGroup.Input unbound = builder.addInput(); local
341 unbound);
386 ScriptGroup.Input unbound = builder.addInput(); local
389 ScriptGroup.Binding b2 = new ScriptGroup.Binding(s.getFieldID_a(), unbound);
443 ScriptGroup.Input unbound = builder.addInput(); local
446 ScriptGroup.Binding b2 = new ScriptGroup.Binding(s.getFieldID_a(), unbound);
500 ScriptGroup.Input unbound = builder.addInput(); local
530 unbound);
  /frameworks/base/rs/java/android/renderscript/
ScriptGroup.java 204 Input unbound = (Input)obj; local
206 unbound.addReference(this, index);
208 unbound.addReference(this, fid);
426 " is a future or unbound value");
429 Input unbound = mInputs2.get(i); local
430 unbound.set(obj);
954 Input unbound = new Input(); local
    [all...]
  /frameworks/support/v8/renderscript/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);
1093 Input unbound = new Input(); local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/six/
six.py 519 def get_unbound_function(unbound):
520 return unbound
526 def get_unbound_function(unbound):
527 return unbound.im_func
539 """Get the function out of a possibly unbound function""")
  /external/v8/src/arm64/
macro-assembler-arm64.h 2306 Label unbound; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.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 

Completed in 658 milliseconds