Searched
full:casting (Results
276 -
300 of
758) sorted by null
<<11121314151617181920>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
FeatureSpecificTestSuiteBuilder.java | 51 * casting.
|
/external/guice/core/src/com/google/inject/internal/ |
InternalInjectorCreator.java | 192 @SuppressWarnings("unchecked") // casting Collection<Binding> to Collection<BindingImpl> is safe
|
/external/icu/icu4c/source/i18n/unicode/ |
uformattable.h | 187 * magnitude fits in an int64, then a casting conversion is
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
JavaExpression.java | 151 * unnecessary casting operations.
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-09-AdveCommentsResponse.txt | 76 types, therefore casting should be relatively uncommon. For example all
|
/external/llvm/lib/Target/PowerPC/ |
PPCBoolRetToInt.cpp | 18 // in GPRs rather than CRs, so casting them to i32 at the LLVM IR level will
|
/external/llvm/unittests/IR/ |
ValueMapTest.cpp | 36 // Run everything on Value*, a subtype to make sure that casting works as
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 259 // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
|
/external/mockito/src/org/mockito/ |
MockSettings.java | 53 * //now, the mock implements extra interfaces, so following casting is possible:
|
/external/opencv3/3rdparty/libwebp/dec/ |
buffer.c | 35 // without the need for casting to remove type limit warnings.
|
/external/opencv3/doc/tutorials/core/file_input_output_with_xml_yml/ |
file_input_output_with_xml_yml.markdown | 63 Reading in is a simple addressing (via the [] operator) and casting operation or a read via
|
/external/proguard/docs/manual/ |
optimizations.html | 134 <dd>Performs peephole optimizations for casting operations.</dd>
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 259 // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
AnnotationHelper.java | 24 * the amount of casting we need to do.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 259 // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
|
/external/webp/src/dec/ |
buffer.c | 31 // without the need for casting to remove type limit warnings.
|
/external/webrtc/talk/session/media/ |
typewrapping.h.pump | 89 // XCode's GCC doesn't respect typedef-equivalence when casting function pointer
|
/external/webrtc/webrtc/base/ |
md5.cc | 19 // Ported to C++, type casting, Google code style.
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
videoprocessor.h | 179 // (checks the size is within signed 32-bit bounds before casting it)
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarContainer.java | 391 // ignore the stacked background for shadow casting
|
/frameworks/base/libs/hwui/ |
RenderNode.cpp | 106 (properties().hasShadow() ? ", casting shadow" : ""), 131 (properties().hasShadow() ? ", casting shadow" : ""), [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
RemoteConnectionService.java | 45 // Note: Casting null to avoid ambiguous constructor reference.
|
/frameworks/compile/mclinker/lib/LD/ |
IdenticalCodeFolding.cpp | 27 #include <llvm/Support/Casting.h>
|
/frameworks/compile/mclinker/lib/Script/ |
BinaryOp.cpp | 17 #include <llvm/Support/Casting.h>
|
/libcore/ojluni/src/main/java/java/lang/ |
Double.java | 659 * casting to a {@code byte}). 671 * {@code short} (by casting to a {@code short}). 683 * {@code int} (by casting to type {@code int}). 694 * {@code long} (by casting to type {@code long}). [all...] |
Completed in 944 milliseconds
<<11121314151617181920>>