OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casts
(Results
226 - 250
of
745
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/
Initializer.java
258
" class
casts
of dynamically created class instances.");
/external/proguard/src/proguard/evaluation/
Stack.java
288
// Pop methods that provide convenient
casts
to the expected value types.
/external/protobuf/src/google/protobuf/
extension_set.cc
124
// the C++ standard at one point did not allow
casts
between function and
125
// data pointers and some compilers enforce this for C++-style
casts
. No
126
// compiler enforces it for C-style
casts
since lots of C-style code has
127
// relied on these kinds of
casts
for a long time, despite being
[
all
...]
/external/skia/src/gpu/gl/
GrGLSL.h
167
* Generic implementation that is called for non-trivial cases of
casts
. */
/external/stlport/stlport/stl/
_cwchar.h
119
/* SUNpro has some bugs with
casts
. wchar_t is size of int there anyway. */
/external/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-
casts
like const_cast<> are not available
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h
119
/* SUNpro has some bugs with
casts
. wchar_t is size of int there anyway. */
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-
casts
like const_cast<> are not available
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h
119
/* SUNpro has some bugs with
casts
. wchar_t is size of int there anyway. */
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-
casts
like const_cast<> are not available
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h
119
/* SUNpro has some bugs with
casts
. wchar_t is size of int there anyway. */
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-
casts
like const_cast<> are not available
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h
119
/* SUNpro has some bugs with
casts
. wchar_t is size of int there anyway. */
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-
casts
like const_cast<> are not available
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h
119
/* SUNpro has some bugs with
casts
. wchar_t is size of int there anyway. */
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-
casts
like const_cast<> are not available
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwchar.h
119
/* SUNpro has some bugs with
casts
. wchar_t is size of int there anyway. */
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-
casts
like const_cast<> are not available
/sdk/
changes.txt
65
* Find incorrect
casts
in Java code where the cast is incompatible
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
[
all
...]
/development/samples/NotePad/src/com/example/android/notepad/
NotesList.java
308
//
Casts
the incoming data object into the type for AdapterView objects.
378
//
Casts
the data object in the item into the type for AdapterView objects.
/external/ceres-solver/internal/ceres/
problem_impl.cc
41
#include "ceres/
casts
.h"
159
// The const
casts
here are legit, since ResidualBlock holds these
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket_unittest.cc
93
new TestCastSocket(delegate, "
casts
://192.0.0.1:8009"));
315
EXPECT_TRUE(socket_->ParseChannelUrl(GURL("
casts
://192.0.0.1:12345")));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h
74
* we perform some
casts
which are probably not safe by the C++ standard.
87
*
casts
very rarely change the pointer value (only for secondary
/external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h
79
* a performance win. Typically, this can be done with ordinary
casts
.
81
* these
casts
generate warnings.
Completed in 1278 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>