OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casts
(Results
176 - 200
of
745
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jpeg/
jdct.h
158
* correct combination of
casts
.
/external/llvm/test/Transforms/SCCP/
undef-resolve.ll
125
; Make sure
casts
produce a possible value
/external/openssl/crypto/evp/
e_des.c
72
/* Because of various
casts
and different names can't use IMPLEMENT_BLOCK_CIPHER */
/external/proguard/src/proguard/evaluation/
Variables.java
221
// Load methods that provide convenient
casts
to the expected value types.
/external/qemu/distrib/jpeg-6b/
jdct.h
154
* correct combination of
casts
.
/external/v8/src/
lazy-instance.h
202
//
Casts
to void* are needed here to avoid breaking strict aliasing
/ndk/sources/host-tools/sed-4.2.1/lib/
gettext.h
64
The
casts
to 'const char *' serve the purpose of producing warnings
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
150
///
Casts
are ignored during lookup.
161
///
Casts
are ignored during lookup.
500
/// \brief Get the underlining region and strip
casts
.
/external/clang/lib/AST/
Expr.cpp
159
// Only look through implicit
casts
. If the user writes
[
all
...]
/external/dexmaker/src/main/java/com/google/dexmaker/
Code.java
714
* <h3>Numeric
Casts
</h3>
715
* Converts a primitive to a different representation. Numeric
casts
may
719
* bytes. The following numeric
casts
are supported:
733
* <p>Numeric
casts
never throw {@link ClassCastException}.
735
* <h3>Type
Casts
</h3>
[
all
...]
/external/easymock/src/org/easymock/
EasyMock.java
811
* the type of the object, it is passed through to prevent
casts
.
939
* the type of the object, it is passed through to prevent
casts
.
1051
* the type of the object, it is passed through to prevent
casts
.
[
all
...]
/external/clang/docs/
AutomaticReferenceCounting.rst
505
.. _arc.objects.operands.
casts
:
507
Bridged
casts
513
* ``(__bridge T) op``
casts
the operand to the destination type ``T``. If
519
* ``(__bridge_retained T) op``
casts
the operand, which must have retainable
523
* ``(__bridge_transfer T) op``
casts
the operand, which must have
529
These
casts
are required in order to transfer objects in and out of ARC
550
allowed because such
casts
are not transferring ownership. The :ref:`bridged
551
casts
<arc.objects.operands.
casts
>` may be used to perform these conversions
557
may be freely passed around as unmanaged types. The bridged
casts
ar
[
all
...]
/external/antlr/antlr-3.4/runtime/C/
ChangeLog
17
Ensure that code generation for C++ does not require
casts
497
Java style
casts
(and the
casts
are unneccessary). this is now fixed
/external/dropbear/libtommath/
changes.txt
121
v0.28 -- Henrik Goldman suggested I add
casts
to the montomgery code [stores into mu...] so compilers wouldn't
251
-- Added tons of (mp_digit)
casts
so the 7/15/28/31 bit digit code will work flawlessly out of the box.
287
-- Added conditional
casts
for C++ users [boo!]
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
190
/// Convenient NoWrapFlags manipulation that hides enum
casts
and is
734
/// expressions in loop trip counts, and to eliminate
casts
.
740
/// to eliminate
casts
.
[
all
...]
/art/runtime/
scoped_thread_state_change.h
20
#include "base/
casts
.h"
/external/bison/lib/
strtol.c
121
/* The extra
casts
in the following macros work around compiler bugs,
/external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix_test.cc
33
#include "ceres/
casts
.h"
linear_solver.h
42
#include "ceres/
casts
.h"
visibility_based_preconditioner_test.cc
39
#include "ceres/
casts
.h"
/external/chromium_org/base/containers/
stack_container.h
49
//
Casts
the buffer in its right type.
/external/chromium_org/cc/trees/
single_thread_proxy.cc
411
// The following line
casts
away const modifiers because it is just
/external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.cc
236
// those
casts
are ugly.
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp
298
// The
casts
to uint8_t in the next few lines are because that's the on-disk
/external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h
220
vulnerability. Classes of these vulnerabilities include bad
casts
, out of
Completed in 568 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>