HomeSort by relevance Sort by last modified time
    Searched full:casting (Results 376 - 400 of 758) sorted by null

<<11121314151617181920>>

  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 309 // C++ doesn't allow casting from a function pointer to any object
325 // pointer. Casting to UInt64 first solves the problem.
  /external/clang/test/Analysis/
misc-ps.m 742 // Tests for the warning of casting a non-struct type to a struct type
752 return ((struct hodor *)&x)->sf; // expected-warning{{Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption}}
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 583 /// @brief Base class of casting instructions.
778 /// Returns the opcode necessary to cast Val into Ty using usual casting
    [all...]
  /art/patchoat/
patchoat.cc 582 // done by casting to the unsigned type uintptr_t before casting to int64_t, i.e.
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 524 // standard disallows casting between pointers to functions and
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 530 // standard disallows casting between pointers to functions and
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Iterators.java 121 // Casting to any type is safe since there are no actual elements.
148 // Casting to any type is safe since there are no actual elements.
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java 119 // Casting to any type is safe since there are no actual elements.
146 // Casting to any type is safe since there are no actual elements.
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 226 // weird casting required to workaround compilation issues with jdk6
317 // weird casting required to workaround jdk6 compilation problems
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 227 // Reading a 32-bit value is equivalent to reading a 64-bit one and casting
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 294 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
295 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-printers_test.cc 530 // standard disallows casting between pointers to functions and
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_az.cpp 79 Description: Added casting to eliminate warnings, and eliminated include
83 Added proper casting (Word32) to some left shifting operations
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 25 * information without casting down to the specific derived interface. In
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 349 removed some horrible pointer-int casting in b.c and elsewhere
640 die-casting time: converted to ansi C, installed that.
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 530 // standard disallows casting between pointers to functions and
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 227 // Reading a 32-bit value is equivalent to reading a 64-bit one and casting
664 // is equivalent to casting it to uint64 and writing it as a 64-bit value,
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 294 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
295 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 227 // Reading a 32-bit value is equivalent to reading a 64-bit one and casting
664 // is equivalent to casting it to uint64 and writing it as a 64-bit value,
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 294 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
295 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 227 // Reading a 32-bit value is equivalent to reading a 64-bit one and casting
664 // is equivalent to casting it to uint64 and writing it as a 64-bit value,
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 294 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
295 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 227 // Reading a 32-bit value is equivalent to reading a 64-bit one and casting
664 // is equivalent to casting it to uint64 and writing it as a 64-bit value,
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 294 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
295 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
    [all...]
  /bionic/libc/bionic/
time64.c 628 /* At this point m is less than a year so casting to an int is safe */

Completed in 4695 milliseconds

<<11121314151617181920>>