OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:when
(Results
1351 - 1375
of
50734
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium_org/webkit/browser/fileapi/
open_file_system_mode.h
10
// Determines the behavior on OpenFileSystem
when
a specified
/external/chromium_org/win8/metro_driver/ime/
ime_popup_observer.h
10
// An observer interface implemented by objects that want to be informed
when
/external/clang/lib/Lex/
CMakeLists.txt
1
# TODO: Add -maltivec
when
ARCH is PowerPC.
/external/clang/test/Analysis/
conditional-operator.cpp
14
// TODO: We are not precise
when
processing the "?:" operator in C++.
no-exit-cfg.c
6
// The flow-sensitive dataflow solver should work even
when
no block in
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp
4
//
When
looking up a namespace-name in a using-directive or
/external/clang/test/CodeGen/
2009-09-24-SqrtErrno.c
10
// Check that this is not marked readonly
when
errno is used.
/external/clang/test/CodeGenObjC/
layout-bitfield-crash.m
2
// Check that this doesn't crash
when
compiled with debugging on.
/external/clang/test/FixIt/
fixit-recursive-block.c
7
void (^arc_fail)() = ^() { // expected-warning {{block pointer variable 'arc_fail' is uninitialized
when
captured by block}} \
/external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h
4
// This "0-1" is only here because the warning is only emitted
when
the
/external/clang/test/PCH/
preprocess.c
1
// Check that -E mode is invariant
when
using an implicit PCH.
/external/clang/test/Sema/
PR2923.c
8
// Previously we had a crash
when
deallocating the FunctionDecl for 'bar'
template-specialization.cpp
2
// Verify the absence of assertion failures
when
solving calls to unresolved
/external/clang/test/SemaCXX/
cxx98-compat-flags.cpp
31
const Private &a = Private(); // expected-warning {{copying variable of type 'CopyCtorIssues::Private'
when
binding a reference to a temporary would invoke an inaccessible constructor in C++98}}
32
const NoViable &b = NoViable(); // expected-warning {{copying variable of type 'CopyCtorIssues::NoViable'
when
binding a reference to a temporary would find no viable constructor in C++98}}
33
const Ambiguous &c = Ambiguous(); // expected-warning {{copying variable of type 'CopyCtorIssues::Ambiguous'
when
binding a reference to a temporary would find ambiguous constructors in C++98}}
34
const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted'
when
binding a reference to a temporary would invoke a deleted constructor in C++98}}
uninit-variables-conditional.cpp
22
return x; // expected-warning {{variable 'x' may be uninitialized
when
used here}}
warn-missing-prototypes.cpp
25
// Don't warn
when
instantiating function templates.
warn-new-overaligned-2.cpp
4
// This test verifies that we don't warn
when
the global operator new is
warn-pure-virtual-call-from-ctor-dtor.cpp
9
// Don't warn (or note)
when
calling the function on a pointer. (PR10195)
/external/clang/test/SemaObjC/
warn-implicit-atomic-property.m
11
@implementation Super // expected-warning {{property is assumed atomic
when
auto-synthesizing the property}}
/external/clang/test/SemaTemplate/
default-expr-arguments-2.cpp
4
// the default arguments of the constructor
when
the function type is
/external/e2fsprogs/ext2ed/
ext2ed.conf.in
29
# The following selects the default behavior
when
changes are made to the
30
# filesystem.
When
on, each change will be logged - Both the previous data
38
# filesystem - The "enablewrite" command will not work.
When
on, enablewrite
53
#
When
ForceExt2 is set to on, the filesystem is assumed to be ext2
/external/eigen/doc/
I01_TopicLazyEvaluation.dox
9
When
you write a line of code involving a complex expression such as
23
For these reasons, Eigen has intelligent compile-time mechanisms to determine automatically
when
to use lazy evaluation, and
when
on the contrary it should evaluate immediately into a temporary variable.
39
<b>The first circumstance</b> in which Eigen chooses immediate evaluation, is
when
it sees an assignment <tt>a = b;</tt> and the expression \c b has the evaluate-before-assigning \link flags flag\endlink. The most important example of such an expression is the \link GeneralProduct matrix product expression\endlink. For example,
when
you do
51
<b>The second circumstance</b> in which Eigen chooses immediate evaluation, is
when
it sees a nested expression such as <tt>a + b</tt> where \c b is already an expression having the evaluate-before-nesting \link flags flag\endlink. Again, the most important example of such an expression is the \link GeneralProduct matrix product expression\endlink. For example,
when
you do
55
the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, experiments showed that it is often beneficial for performance to evaluate immediately matrix products
when
they are nested into bigger expressions.
57
<b>The third circumstance</b> in which Eigen chooses immediate evaluation, is
when
its cost model shows that the total cost of an operation is reduced if a sub-expression gets evaluated into a temporary. Indeed, in certain cases, an intermediate result is sufficiently costly to compute and is reused sufficiently many times, that is worth "caching". Here is an example:
/external/javassist/src/main/javassist/
package.html
8
runtime and to modify a given class file
when
the JVM loads it.
/external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultLocation.java
19
*
when
no explicit <tt>extends</tt> or <tt>super</tt> clause is
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimEventListener.java
37
* events regarding an AnimControl. For example,
when
an animation cycle is done.
44
* Invoked
when
an animation "cycle" is done. For non-looping animations,
45
* this event is invoked
when
the animation is finished playing. For
55
* Invoked
when
a animation is set to play by the user on the given channel.
Completed in 1523 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>