OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indirection
(Results
26 - 50
of
428
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/test/
indirect1.go
7
// Verify that illegal uses of
indirection
are caught by the compiler.
/prebuilts/go/linux-x86/test/
indirect.go
7
// Test various safe uses of
indirection
.
indirect1.go
7
// Verify that illegal uses of
indirection
are caught by the compiler.
/external/c-ares/
ares_expand_name.c
54
*
indirection
pointer, specified by two bytes with the high bits of
56
* two high bits of the first byte stripped off, the
indirection
58
* message with more labels to decode.
Indirection
can happen an
/external/libxml2/win32/wince/
libxml2.vcl
93
C:\ppc\libxml\XML\win32\wince\wincecompat.c(37) : warning C4047: '=' : 'char ' differs in levels of
indirection
from 'char [2]'
94
C:\ppc\libxml\XML\win32\wince\wincecompat.c(39) : warning C4047: '=' : 'char ' differs in levels of
indirection
from 'char [2]'
95
C:\ppc\libxml\XML\win32\wince\wincecompat.c(40) : warning C4047: 'return' : 'int ' differs in levels of
indirection
from 'void *'
/toolchain/binutils/binutils-2.25/gas/config/
tc-m32c.c
247
enum indirect_type
indirection
[3] = { none, none, none };
260
indirection
[operand] = absolute;
262
indirection
[operand] = relative;
264
indirection
[operand] = relative;
267
if (
indirection
[1] == none &&
indirection
[2] == none)
285
if (
indirection
[operand] != none)
293
else if (s[0] == ']' && s[1] == ']' &&
indirection
[operand] == relative)
298
else if (s[0] == ']' &&
indirection
[operand] == absolute)
321
if (
indirection
[1] != none && indirection[2] != none
245
enum indirect_type
indirection
[3] = { none, none, none };
local
[
all
...]
/libcore/luni/src/main/java/libcore/io/
Posix.java
132
// This
indirection
isn't strictly necessary, but ensures that our public interface is type safe.
150
// This
indirection
isn't strictly necessary, but ensures that our public interface is type safe.
168
// This
indirection
isn't strictly necessary, but ensures that our public interface is type safe.
189
// This
indirection
isn't strictly necessary, but ensures that our public interface is type safe.
211
// This
indirection
isn't strictly necessary, but ensures that our public interface is type safe.
272
// This
indirection
isn't strictly necessary, but ensures that our public interface is type safe.
/external/autotest/client/common_lib/
decorators.py
49
We need this layer of
indirection
so that we can get at self.
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
NanoTimeGranularityTester.java
29
* directly rather than using {@link Ticker} because the extra
indirection
might cause additional
/external/clang/test/Sema/
exprs.c
25
PR8876_pos(0); // expected-warning{{
indirection
of non-volatile null pointer will be deleted, not trap}} expected-note{{consider using __builtin_trap() or qualifying pointer with 'volatile'}}
34
(*((unsigned long long*)(((void*)0))) = ((unsigned long long)((test)) % (unsigned long long)((1000000000)))); // expected-warning {{
indirection
of non-volatile null pointer will be deleted, not trap}} expected-note {{consider using __builtin_trap() or qualifying pointer with 'volatile'}}
184
*(int*)0 = 0; // expected-warning {{
indirection
of non-volatile null pointer}} \
189
int x = *(int*)0; // expected-warning {{
indirection
of non-volatile null pointer}} \
offsetof.c
70
return __builtin_offsetof(Array, array[*(int*)0]); // expected-warning{{
indirection
of non-volatile null pointer}} expected-note{{__builtin_trap}}
/external/clang/test/SemaCXX/
member-pointer.cpp
17
void (*A::*ppfie)() throw(); // expected-error {{exception specifications are not allowed beyond a single level of
indirection
}}
315
return (*((A**) 0)) // expected-warning {{
indirection
of non-volatile null pointer will be deleted}} expected-note {{consider}}
316
->**(int A::**) 0; // expected-warning {{
indirection
of non-volatile null pointer will be deleted}} expected-note {{consider}}
323
.**(int A::**) 0; // expected-warning {{
indirection
of non-volatile null pointer will be deleted}} expected-note {{consider}}
/external/libchrome/base/
sequenced_task_runner_helpers.h
26
// Template helpers which use function
indirection
to erase T from the
/external/llvm/test/CodeGen/AArch64/
pic-eh-stubs.ll
6
; and not use the
indirection
, but this isn't what LLVM does right now.
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java
41
* unnecessary layers of
indirection
.
/external/valgrind/none/tests/x86/
smc1.c
62
This
indirection
is necessary to defeat Vex's basic-block chasing
/external/webrtc/webrtc/common_video/
i420_buffer_pool.cc
17
// One extra
indirection
is needed to make |HasOneRef| work.
/libnativehelper/include/nativehelper/
JniInvocation.h
22
// JniInvocation adds a layer of
indirection
for applications using
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
symcat.h
48
/* Note the layer of
indirection
here is typically used to allow
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
symcat.h
48
/* Note the layer of
indirection
here is typically used to allow
/toolchain/binutils/binutils-2.25/include/
symcat.h
48
/* Note the layer of
indirection
here is typically used to allow
/external/pcre/dist/
pcre_globals.c
45
indirection
. These values can be changed by the caller, but are shared between
49
variables to non-local functions. In these cases, therefore, an
indirection
via
/prebuilts/go/darwin-x86/src/go/types/
selection.go
45
indirect bool // set if there was any pointer
indirection
on the path
104
// Indirect reports whether any pointer
indirection
was required to get from
/prebuilts/go/linux-x86/src/go/types/
selection.go
45
indirect bool // set if there was any pointer
indirection
on the path
104
// Indirect reports whether any pointer
indirection
was required to get from
/external/bsdiff/
extents_file.h
19
*
indirection
layer of extents, which are contiguous chunks of variable length
Completed in 2287 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>