OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casting
(Results
201 - 225
of
758
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/modules/rtp_rtcp/source/
byte_io.h
127
// bit-shifting or
casting
signed integers, read as a signed equivalent
140
//
Casting
is only safe when unsigned value can be represented in the
/frameworks/base/docs/html/tv/adt-1/
index.jd
172
<p>As a developer device, the ADT-1 supports
casting
from only the following apps/websites:</p>
190
<strong>Note:</strong> When
casting
from a Chrome browser, you must use Chrome V.36 or higher.
/packages/apps/Contacts/res/values/
dimens.xml
201
<!-- Elevation of an ExpandingEntryCard, for the sake of shadow
casting
-->
203
<!-- Elevation of the QuickContact's Toolbar, for the sake of shadow
casting
-->
/packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java
404
* Get the activity that's hosting the view, typically
casting
view.getContext() as an Activity
416
* Get the activity for the supplied context, typically
casting
context as an Activity
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h
158
* the
casting
done during pointer arithmetic.
268
* if you need pointer
casting
, use the __pointer_cast<> functions
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h
158
* the
casting
done during pointer arithmetic.
268
* if you need pointer
casting
, use the __pointer_cast<> functions
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pointer.h
158
* the
casting
done during pointer arithmetic.
268
* if you need pointer
casting
, use the __pointer_cast<> functions
/prebuilts/misc/common/swig/include/2.0.11/octave/
boost_shared_ptr.i
280
// Note: SWIG_ConvertPtr with void ** parameter set to 0 instead of using SWIG_ConvertPtrAndOwn, so that the
casting
281
// function is not called thereby avoiding a possible smart pointer copy constructor call when
casting
up the inheritance chain.
/prebuilts/misc/common/swig/include/2.0.11/python/
boost_shared_ptr.i
293
// Note: SWIG_ConvertPtr with void ** parameter set to 0 instead of using SWIG_ConvertPtrAndOwn, so that the
casting
294
// function is not called thereby avoiding a possible smart pointer copy constructor call when
casting
up the inheritance chain.
/prebuilts/misc/common/swig/include/2.0.11/r/
boost_shared_ptr.i
280
// Note: SWIG_ConvertPtr with void ** parameter set to 0 instead of using SWIG_ConvertPtrAndOwn, so that the
casting
281
// function is not called thereby avoiding a possible smart pointer copy constructor call when
casting
up the inheritance chain.
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pointer.h
158
* the
casting
done during pointer arithmetic.
268
* if you need pointer
casting
, use the __pointer_cast<> functions
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_inl.h
442
// by
casting
to value for enum while
casting
to reference for other types.
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardDrag.java
114
* Simple shape example that generates a shadow
casting
outline.
/external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h
10
* for purposes of
casting
and so on, it may be necesssary to implement a function with
/external/clang/include/clang/AST/
Mangle.h
22
#include "llvm/Support/
Casting
.h"
Redeclarable.h
19
#include "llvm/Support/
Casting
.h"
/external/clang/test/SemaCXX/
address-space-conversion.cpp
3
// This test checks for the various conversions and
casting
operations
static-cast.cpp
172
//
Casting
away constness
/external/clang/test/SemaObjC/
arc.m
463
// Check
casting
w/ ownership qualifiers.
466
(void)(__weak id *)sip; // expected-error{{
casting
'__strong id *' to type '__weak id *' changes retain/release properties of pointer}}
467
(void)(__weak const id *)sip; // expected-error{{
casting
'__strong id *' to type '__weak id const *' changes retain/release properties of pointer}}
468
(void)(__autoreleasing id *)sip; // expected-error{{
casting
'__strong id *' to type '__autoreleasing id *' changes retain/release properties of pointer}}
/external/clang/test/SemaTemplate/
instantiate-cast.cpp
110
// implicit
casting
/external/eigen/test/
geo_hyperplane.cpp
70
//
casting
/external/gptfdisk/
guid.cc
123
// Assignment from C-style string; rely on C++
casting
....
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
OptionalTest.java
260
* The following tests demonstrate the shortcomings of or() and test that the
casting
workaround
/external/guava/guava-tests/test/com/google/common/base/
OptionalTest.java
263
* The following tests demonstrate the shortcomings of or() and test that the
casting
workaround
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
Utils.java
36
T[] result = (T[])Array.newInstance(src.getClass().getComponentType(), src.length); // can we do this without
casting
?
Completed in 766 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>