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

1 2 3 4 5 6 7 8

  /external/valgrind/main/none/tests/
cmdline5.stderr.exp 1 valgrind: ./no-such-program-my-friend: No such file or directory
shell_nosuchfile.stderr.exp 1 valgrind: ./shell_nosuchfile: No such file or directory
procfs-non-linux.stderr.exp 3 open(): No such file or directory
5 open(): No such file or directory
6 readlink: No such file or directory
7 readlink: No such file or directory
shell_badinterp.stderr.exp 1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
threadederrno.stdout.exp 1 f = 0, errno = 2 (No such file or directory)
2 f = 0, errno = 2 (No such file or directory)
3 f = 0, errno = 2 (No such file or directory)
shell.stderr.exp 7 ./shell: ./shell_nosuchfile: No such file or directory
  /external/valgrind/main/none/tests/darwin/
access_extended.stderr.exp 4 no_such_file(F_OK) = 2 (No such file or directory)
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
debflex.awk 98 printf "%s:%d: *** No such rule.\n", source, line;
  /device/asus/grouper/keymaster/
NOTICE 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
114 Work and such Derivative Works in Source or Object form.
121 where such license applies only to those patent claims licensable
122 by such Contributor that are necessarily infringed by their
124 with the Work to which such Contribution(s) was submitted. If You
130 as of the date such litigation is filed.
152 within such NOTICE file, excluding those notices that do not
158 wherever such third-party notices normally appear. The content
    [all...]
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
114 Work and such Derivative Works in Source or Object form.
121 where such license applies only to those patent claims licensable
122 by such Contributor that are necessarily infringed by their
124 with the Work to which such Contribution(s) was submitted. If You
130 as of the date such litigation is filed.
152 within such NOTICE file, excluding those notices that do not
158 wherever such third-party notices normally appear. The content
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
114 Work and such Derivative Works in Source or Object form.
121 where such license applies only to those patent claims licensable
122 by such Contributor that are necessarily infringed by their
124 with the Work to which such Contribution(s) was submitted. If You
130 as of the date such litigation is filed.
152 within such NOTICE file, excluding those notices that do not
158 wherever such third-party notices normally appear. The content
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64 Handshaker will add attributes such as ws_resource in performing
79 # header values. While MpTable_Type doesn't have such __str__ but just
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 9 # affect BBV results on such a system.
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 9 # affect BBV results on such a system.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 26 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
189 "string literals must use single quotes (such as \'begin\'): <arg>"
237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator=", ">
246 the decision cannot distinguish between alternative(s) <danglingAlts; separator=","> for input such as "<input>"
254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
265 Alternative <alt>: after matching input such as <input> decision cannot predict what comes next due to recursion overflow <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule.name>};separator=", ">}; separator=" and ">
279 Decision can match input such as "<input>" using multiple alternatives:
282 Multiple token rules can match input such as "<input>": <conflictingTokens; separator=", "><\n>
  /external/compiler-rt/make/
options.mk 3 # This list of such variables should be kept up to date with AvailableOptions in
lib_util.mk 24 no such function,\
  /external/icu4c/samples/ufortune/
fortunedefs.mk 15 # files - will use separate files, such as es.res, fi.res, etc.
  /external/ceres-solver/docs/
curvefitting.tex 4 The examples we have seen until now are simple optimization problems with no data. The original purpose of least squares and non-linear least squares analysis was fitting curves to data. It is only appropriate that we now consider an example of such a problem\footnote{The full code and data for this example can be found in
77 Starting from parameter values $m = 0, c=0$ with an initial objective function value of $121.173$ Ceres finds a solution $m= 0.291861, c = 0.131439$ with an objective function value of $1.05675$. These values are a a bit different than the parameters of the original model $m=0.3, c= 0.1$, but this is expected. When reconstructing a curve from noisy data, we expect to see such deviations. Indeed, if you were to evaluate the objective function for $m=0.3, c=0.1$, the fit is worse with an objective function value of 1.082425. Figure~\ref{fig:exponential} illustrates the fit.
reference-overview.tex 9 Where $f_i(\cdot)$ is a cost function that depends on the parameter blocks $\left[x_{i_1}, \hdots , x_{i_k}\right]$ and $\rho_i$ is a loss function. In most optimization problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. We refer to such a group of small scalars as a Parameter Block. Of course a parameter block can just have a single parameter.
nnlsq.tex 13 Such optimization problems arise in almost every area of science and engineering. Whenever there is data to be analyzed, curves to be fitted, there is usually a linear or a non-linear least squares problem lurking in there somewhere.
15 Perhaps the simplest example of such a problem is the problem of Ordinary Linear Regression, where given observations $(x_1,y_1),\hdots, (x_k,y_k)$, we wish to find the line $y = mx + c$, that best explains $y$ as a function of $x$. One way to solve this problem is to find the solution to the following optimization problem
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 42 # -t fools make into thinking there are files such as es.res, etc
  /external/regex-re2/doc/
mksyntaxgo 27 facilities of package regexp (such as Compile and Match) instead of this package.
  /system/core/libcutils/tests/memset_mips/
memset_cmips.S 27 * SUCH DAMAGE.
107 # For "a2" below 160 there will be no such "pref 30 safe" 64-byte chunk.
  /external/ant-glob/
NOTICE 20 * direction or management of such entity, whether by contract or
22 * outstanding shares, or (iii) beneficial ownership of such entity.
72 * Work and such Derivative Works in Source or Object form.
79 * where such license applies only to those patent claims licensable
80 * by such Contributor that are necessarily infringed by their
82 * with the Work to which such Contribution(s) was submitted. If You
88 * as of the date such litigation is filed.
110 * within such NOTICE file, excluding those notices that do not
116 * wherever such third-party notices normally appear. The contents
121 * that such additional attribution notices cannot be construe
    [all...]

Completed in 770 milliseconds

1 2 3 4 5 6 7 8