OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casting
(Results
226 - 250
of
758
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
Utils.java
32
T[] result = (T[])Array.newInstance(src.getClass().getComponentType(), src.length); // can we do this without
casting
?
/external/javassist/src/main/javassist/expr/
ExprEditor.java
306
* Edits an expression for explicit type
casting
(overridable).
/external/llvm/include/llvm/Transforms/
Vectorize.h
44
/// @brief Vectorize
casting
(conversion) operations.
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
18
#include "llvm/Support/
Casting
.h"
/external/llvm/lib/Target/WebAssembly/
Relooper.h
19
#include "llvm/Support/
Casting
.h"
/external/llvm/unittests/Support/
YAMLParserTest.cpp
12
#include "llvm/Support/
Casting
.h"
/external/llvm/utils/yaml-bench/
YAMLBench.cpp
17
#include "llvm/Support/
Casting
.h"
/external/mesa3d/docs/
RELNOTES-3.5
111
Implements a shadow
casting
algorithm based on depth map textures
/external/mksh/src/
mirhash.h
64
* rotated right by ?cl? ? [0; 31] (no
casting
, be careful!) where
/external/skia/src/core/
SkPoint.cpp
166
//
Casting
this to a float would cause the scale to go to zero. Keeping it
SkResourceCache.h
113
* (
casting
context to whatever it really is).
/external/valgrind/include/
pub_tool_hashtable.h
39
a bit of
casting
by the tool. */
/external/valgrind/memcheck/tests/
sh-mem-random.c
248
// (U1*)(UWord)constULL funny
casting
to keep gcc quiet on
/external/vogar/src/vogar/target/junit/
Junit3.java
209
// ugly
casting
.
/frameworks/base/docs/html/training/material/
shadows-clipping.jd
116
from the view's background. To prevent a view from
casting
a shadow, set its outline provider
/frameworks/base/libs/hwui/
FrameBuilder.cpp
356
* This way, if Views A & B have the same Z height and are both
casting
shadows, the shadows are
381
lastCasterZ = casterZ; // must do this even if current caster not
casting
a shadow
416
// intersect the shadow-
casting
path with the reveal, if present
424
// intersect the shadow-
casting
path with the clipBounds, if present
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp
23
#include <llvm/Support/
Casting
.h>
/frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp
22
#include <llvm/Support/
Casting
.h>
InputCmd.cpp
27
#include <llvm/Support/
Casting
.h>
ScriptFile.cpp
33
#include <llvm/Support/
Casting
.h>
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
17
#include <llvm/Support/
Casting
.h>
/frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp
9
#include <llvm/Support/
Casting
.h>
/libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java
114
* binding-specific
casting
methods but is not necessarily expected to,
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h
49
* iterators passed to template should not be wrapped for
casting
purpose.
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java
147
// enable shadow
casting
from view bounds
Completed in 1174 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>