OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indirection
(Results
1 - 25
of
428
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaTemplate/
instantiate-case.cpp
6
return *c; // expected-error{{
indirection
requires pointer operand}}
instantiate-decl-dtor.cpp
6
~A() { *x = 10; } // expected-error {{
indirection
requires pointer operand}}
/prebuilts/go/darwin-x86/test/fixedbugs/
issue4909a.go
30
const N1 = unsafe.Offsetof(t.X) // ERROR "
indirection
"
31
const N2 = unsafe.Offsetof(p.X) // ERROR "
indirection
"
issue4909b.go
61
// Does it involve an
indirection
?
76
fmt.Print(` // ERROR "
indirection
"`)
/prebuilts/go/linux-x86/test/fixedbugs/
issue4909a.go
30
const N1 = unsafe.Offsetof(t.X) // ERROR "
indirection
"
31
const N2 = unsafe.Offsetof(p.X) // ERROR "
indirection
"
issue4909b.go
61
// Does it involve an
indirection
?
76
fmt.Print(` // ERROR "
indirection
"`)
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1inst.cpp
11
*t = u; // expected-warning{{
indirection
on operand of type 'void *'}} expected-error{{not assignable}}
/external/mesa3d/src/gallium/winsys/sw/
Makefile
7
# TODO: this should go through a further
indirection
level
/art/test/065-mismatched-implements/src/
Indirect.java
18
* Error
indirection
class.
/art/test/066-mismatched-super/src/
Indirect.java
18
* Error
indirection
class.
/external/skia/gyp/
libjpeg-turbo-selector.gyp
10
# layer of
indirection
.
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
AbstractWell.java
48
/** Index
indirection
table giving for each index its predecessor taking table size into account. */
51
/** Index
indirection
table giving for each index its second predecessor taking table size into account. */
54
/** Index
indirection
table giving for each index the value index + m1 taking table size into account. */
57
/** Index
indirection
table giving for each index the value index + m2 taking table size into account. */
60
/** Index
indirection
table giving for each index the value index + m3 taking table size into account. */
104
// precompute
indirection
index tables. These tables are used for optimizing access
/external/mesa3d/docs/
opengles.html
44
<p>OpenGL ES has an additional
indirection
when dispatching fucntions</p>
51
<p>The
indirection
serves several purposes</p>
/external/clang/test/CodeGenObjC/
debug-info-ivars-indirect.m
24
// another layer of
indirection
/external/dagger2/core/src/main/java/dagger/internal/
DelegateFactory.java
21
* A DelegateFactory that is used to stitch Provider/Lazy
indirection
based dependency cycles.
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
ReflectIntermediateClass.java
23
* Offer an
indirection
to some Big0xx classes and have their initialization
/art/runtime/arch/x86_64/
thread_x86_64.cc
47
// Allow easy
indirection
back to Thread*.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
AndroidDigestFactory.java
22
* Level of
indirection
to let us select OpenSSLDigest implementations
/external/ceres-solver/include/ceres/
version.h
39
// Classic CPP stringifcation; the extra level of
indirection
allows the
/external/clang/test/Parser/
expressions.c
42
__extension__ (*(char*)0) = 1; // expected-warning {{
indirection
of non-volatile null pointer}} \
/external/v8/test/mjsunit/harmony/
proxies-cross-realm-exception.js
44
// 2-level proxy
indirection
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_reference.hpp
98
// level of
indirection
, here
remove_pointer.hpp
35
// We need all this crazy
indirection
because a type such as:
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecStringReferenceTests.java
216
assertError("Infinite
indirection
",
270
assertTextArray("INFINITE
INDIRECTION
",
273
assertTextArray("Upper infinite
indirection
",
276
assertTextArray("Upper INFINITE
INDIRECTION
",
/prebuilts/go/darwin-x86/test/
indirect.go
7
// Test various safe uses of
indirection
.
Completed in 484 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>