OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:We
(Results
151 - 175
of
372
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/mjsunit/regress/
regress-1583.js
31
// catch.
We
would incorrectly hoist them outside the catch in some cases.
regress-900966.js
33
// index correctly.
We
need to call the function twice to initialize
regress-91120.js
28
//
We
intend that the function declaration for g inside catch is hoisted to
regress-990205.js
28
//
We
throw syntax errors early for invalid break and continue statements.
/external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events-limited.js
20
// If
we
've got here,
we
can safely say
we
were successfully parsed :)
We
need to
basic-multi-touch-events.js
20
// If
we
've got here,
we
can safely say
we
were successfully parsed :)
We
need to
/external/webkit/LayoutTests/storage/
multiple-transactions-on-different-handles.js
53
//
We
need to guarantee that the Test table exists before
we
run our test.
/ndk/build/core/
import-locals.mk
20
# For LOCAL_CFLAGS, LOCAL_CPPFLAGS and LOCAL_C_INCLUDES,
we
need
22
#
we
depend on.
65
#
We
're done here
setup-abi.mk
30
# For now, handle this with a simple substitution.
We
may want to implement
/external/v8/test/mjsunit/
object-create.js
29
//
We
do not support nonconfigurable properties on objects so that is not
30
// tested.
We
do test getters, setters, writable, enumerable and value.
162
// See if
we
do the steps in ToPropertyDescriptor in the right order.
163
//
We
shouldn't throw the exception for an ambiguous properties object
164
// before
we
got all the values out.
object-seal.js
32
// Test that
we
throw an error if an object is not passed as argument.
73
// Make sure
we
are no longer extensible.
77
//
We
should not be frozen, since
we
are still able to
81
//
We
should not allow new properties to be added.
95
// Since writable is not affected by seal
we
should still be able to
165
//
We
should be able to overwrite the existing value.
/external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js
155
//
We
do not set the cookie right away as it is forbidden by the XHR spec.
182
//
We
get the cookies throught an XMLHttpRequest.
218
//
We
need to clean one cookie at a time because to be cleared the
/system/extras/tests/bionic/libc/
Android.mk
171
# The relocations test is a bit special, since
we
need
190
# shared library are only called once.
We
thus need to
209
# on dlclose().
We
thus need to generate a C++ shared library
259
# NOTE:
We
build both a shared and static version of bench_pthread.
/external/bison/build-aux/
texinfo.tex
38
% complete document in each bug report with which
we
can reproduce the
63
% and turn on active characters that
we
couldn't do earlier because
70
%
We
never want plain's \outer definition of \+ in Texinfo.
71
% For @tex,
we
can use \tabalign.
74
% Save some plain tex macros whose names
we
will redefine.
108
% messages, but if
we
're using an old version of TeX, don't do anything.
157
% Since the category of space is not known,
we
have to be careful.
161
% sometimes characters are active, so
we
need control sequences.
207
% and nothing on the terminal.
We
don't just call \tracingall here,
208
% since that produces some useless output on the terminal.
We
also mak
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex
38
% complete document in each bug report with which
we
can reproduce the
63
% and turn on active characters that
we
couldn't do earlier because
71
%
We
never want plain's \outer definition of \+ in Texinfo.
72
% For @tex,
we
can use \tabalign.
75
% Save some plain tex macros whose names
we
will redefine.
110
% messages, but if
we
're using an old version of TeX, don't do anything.
158
% Since the category of space is not known,
we
have to be careful.
162
% sometimes characters are active, so
we
need control sequences.
206
% change spans more than two lines of output. To handle that,
we
would
216
%
We
want to insert a rule with the height and depth of the curren
[
all
...]
/external/v8/src/
array.js
150
//
We
pull the empty separator check outside the loop for speed!
234
// appropriate test.
We
follow KJS in consulting the
246
// appropriate test.
We
follow KJS in consulting the
273
// %HasLocalProperty would be the appropriate test.
We
follow
285
// appropriate test.
We
follow KJS in consulting the
297
// %HasLocalProperty would be the appropriate test.
We
follow
306
// appropriate test.
We
follow KJS in consulting the
321
// This is part of the old simple-minded splice.
We
are using it either
322
// because the receiver is not an array (so
we
have no choice) or because
we
[
all
...]
/development/build/tools/
windows_sdk.mk
11
# This way
we
avoid the headache of building a full SDK in MinGW mode, which is
14
#
We
can only use this under Linux with the mingw32 package installed.
30
# This is the list of targets that
we
want to generate as
45
# This is the list of *Linux* build tools that
we
need
/external/bison/data/
glr.cc
34
# know the "real" original parse-param,
we
save them
41
#
We
use location.cc just like lalr1.cc, but because glr.c stores
43
# must not have a constructor. Therefore, contrary to lalr1.cc,
we
48
#
We
require a pure interface using locations.
/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
10
We
begin by defining a templated object to evaluate the residual. There will be a residual for each observation.
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.
/external/chromium/chrome/browser/resources/net_internals/
testview.js
70
//
We
will fill in result cells with actual values (to replace the
71
// placeholder '?') once the test has completed. For now
we
just
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js
41
// that
we
expect to get. When it reaches zero,
we
have all results.
53
//
We
need the url of the visited item to process the visit.
89
// then
we
have the final results. Use them to build the list
96
// This function is called when
we
have the final list of URls to display.
/external/compiler-rt/make/platform/
darwin_bni.mk
6
#
We
override this with RC_ARCHS because B&I may want to build on an ARCH
we
/external/compiler-rt/make/
util.mk
105
# Cancel all suffix rules.
We
don't want no stinking suffix rules.
/external/icu4c/extra/uconv/
makedata.mak
11
#If no config,
we
default to debug
17
#Here
we
test if a valid configuration is given
62
#
We
're including a list of resource files.
/external/noto-fonts/
Android.mk
15
#
We
have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
Completed in 4563 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>