OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAllocated
(Results
1 - 14
of
14
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h
71
///
isAllocated
- Return true if the specified register (or an alias) is
73
bool
isAllocated
(unsigned Reg) const {
112
if (!
isAllocated
(Regs[i]))
121
if (
isAllocated
(Reg)) return 0;
128
if (
isAllocated
(Reg)) return 0;
/frameworks/base/libs/hwui/
RenderBuffer.h
72
bool
isAllocated
() const {
78
* This method doesn't do anything if
isAllocated
() returns true.
93
if (
isAllocated
() && (width != mWidth || height != mHeight)) {
/external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h
77
int
isAllocated
;
/frameworks/base/include/androidfw/
Asset.h
110
virtual bool
isAllocated
(void) const { return false; }
245
virtual bool
isAllocated
(void) const { return mBuf != NULL; }
302
virtual bool
isAllocated
(void) const { return mBuf != NULL; }
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java
111
boolean
isAllocated
() {
/hardware/qcom/display/msm8960/liboverlay/
overlay.h
119
static bool
isAllocated
(int index);
215
inline bool Overlay::PipeBook::
isAllocated
(int index) {
220
return !
isAllocated
(index);
/hardware/qcom/display/msm8x26/liboverlay/
overlay.h
119
static bool
isAllocated
(int index);
215
inline bool Overlay::PipeBook::
isAllocated
(int index) {
220
return !
isAllocated
(index);
/external/chromium_org/third_party/icu/source/common/
utrie.h
561
UBool
isAllocated
, isDataAllocated;
/external/icu4c/common/
utrie.h
562
UBool
isAllocated
, isDataAllocated;
/hardware/qcom/display/msm8974/liboverlay/
overlay.h
141
static bool
isAllocated
(int index);
255
inline bool Overlay::PipeBook::
isAllocated
(int index) {
260
return !
isAllocated
(index);
/external/llvm/include/llvm/CodeGen/
CallingConvLower.h
237
///
isAllocated
- Return true if the specified register (or an alias) is
239
bool
isAllocated
(unsigned Reg) const {
283
if (!
isAllocated
(Regs[i]))
292
if (
isAllocated
(Reg)) return 0;
299
if (
isAllocated
(Reg)) return 0;
/external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp
70
bool
isAllocated
() const { return K == Allocated; }
365
inline bool
isAllocated
(const RefState *S, const RefState *SPrev,
369
(S && S->
isAllocated
()) && (!SPrev || !SPrev->
isAllocated
()));
395
(S && S->
isAllocated
()) && (SPrev && !SPrev->
isAllocated
()));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar
Completed in 586 milliseconds