HomeSort by relevance Sort by last modified time
    Searched full:indirection (Results 26 - 50 of 698) sorted by null

12 3 4 5 6 7 8 91011>>

  /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.
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/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.27/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/
Linux.java 147 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
165 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
183 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
204 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
226 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
287 // This indirection isn't strictly necessary, but ensures that our public interface is type safe.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/CustomizedCompress/
makefile 31 # get rid of the extra level of indirection.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
makefile 33 # get rid of the extra level of indirection.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
Makefile 31 # get rid of the extra level of indirection.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
Makefile 33 # get rid of the extra level of indirection.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/
Makefile 40 # get rid of the extra level of indirection.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
Makefile 38 # get rid of the extra level of indirection.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VcCheck/
makefile 31 # get rid of the extra level of indirection.
  /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/profiler/
scoped_profile.h 22 // Two level indirection is required for correct macro substitution.
  /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/core/src/main/java/com/google/protobuf/
RpcCallback.java 41 * unnecessary layers of indirection.
  /external/v8/src/
managed.h 20 // address is typed as CppType**. The double indirection is due to the
  /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.

Completed in 1317 milliseconds

12 3 4 5 6 7 8 91011>>