HomeSort by relevance Sort by last modified time
    Searched refs:unbound (Results 1 - 25 of 32) sorted by null

1 2

  /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/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_script_group2_nochain.java 51 ScriptGroup.Input unbound = builder.addInput(); local
58 unbound);
63 unbound,
64 new ScriptGroup.Binding(s_inc2.getFieldID_a(), unbound));
69 unbound);
UT_script_group2_pointwise.java 50 ScriptGroup.Input unbound = builder.addInput(); local
57 unbound);
UT_script_group2_float.java 50 ScriptGroup.Input unbound = builder.addInput(); local
59 unbound,
UT_script_group2_gatherscatter.java 72 ScriptGroup.Input unbound = builder.addInput(); local
80 binding = new ScriptGroup.Binding(s.getFieldID_a_in(), unbound);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_script_group2_nochain.java 53 ScriptGroup.Input unbound = builder.addInput(); local
60 unbound);
65 unbound,
66 new ScriptGroup.Binding(s_inc2.getFieldID_a(), unbound));
71 unbound);
UT_script_group2_pointwise.java 52 ScriptGroup.Input unbound = builder.addInput(); local
59 unbound);
UT_script_group2_float.java 52 ScriptGroup.Input unbound = builder.addInput(); local
61 unbound,
UT_script_group2_gatherscatter.java 74 ScriptGroup.Input unbound = builder.addInput(); local
82 binding = new ScriptGroup.Binding(s.getFieldID_a_in(), unbound);
  /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);
  /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) {
  /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 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);
  /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...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 245 // bind(2) man page: If name is zero, everything bound or mounted upon old is unbound or unmounted.
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 245 // bind(2) man page: If name is zero, everything bound or mounted upon old is unbound or unmounted.
  /external/v8/src/arm64/
macro-assembler-arm64.h 2161 Label unbound; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 1064 milliseconds

1 2