OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isUsed
(Results
1 - 25
of
30
) sorted by null
1
2
/external/proguard/src/proguard/obfuscate/
AttributeUsageMarker.java
67
static boolean
isUsed
(VisitorAccepter visitorAccepter)
NameAndTypeUsageMarker.java
131
static boolean
isUsed
(VisitorAccepter visitorAccepter)
Utf8UsageMarker.java
388
static boolean
isUsed
(VisitorAccepter visitorAccepter)
/external/llvm/include/llvm/MC/
MCSymbol.h
56
///
IsUsed
- True if this symbol has been used.
57
mutable unsigned
IsUsed
: 1;
64
IsTemporary(isTemporary),
IsUsed
(false) {}
78
///
isUsed
- Check if this is used.
79
bool
isUsed
() const { return
IsUsed
; }
80
void setUsed(bool Value) const {
IsUsed
= Value; }
139
IsUsed
= true;
/external/llvm/include/llvm/CodeGen/
RegisterScavenging.h
167
///
isUsed
- Test if a register is currently being used. When called by the
171
bool
isUsed
(unsigned Reg, bool CheckReserved = true) const {
/hardware/qcom/display/msm8960/liboverlay/
overlay.h
113
static bool
isUsed
(int index);
195
inline bool Overlay::PipeBook::
isUsed
(int index) {
200
return !
isUsed
(index);
/hardware/qcom/display/msm8x26/liboverlay/
overlay.h
113
static bool
isUsed
(int index);
195
inline bool Overlay::PipeBook::
isUsed
(int index) {
200
return !
isUsed
(index);
/external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java
82
private boolean
isUsed
= false;
111
instance.
isUsed
= true;
124
if (!
isUsed
) {
128
isUsed
= false;
/external/proguard/src/proguard/shrink/
ShortestUsageMarker.java
145
protected boolean
isUsed
(VisitorAccepter visitorAccepter)
261
if (ShortestUsageMarker.this.
isUsed
(visitorAccepter))
UsageMarker.java
240
if (
isUsed
(programClass))
264
if (
isUsed
(programClass))
867
protected boolean
isUsed
(VisitorAccepter visitorAccepter)
/external/valgrind/main/coregrind/
m_sparsewa.c
87
Int
isUsed
;
121
Int sp = swa->
isUsed
;
129
swa->
isUsed
= sp+1;
136
Int sp = swa->
isUsed
- 1;
144
swa->
isUsed
= sp;
171
swa->
isUsed
= 0;
188
if (swa->
isUsed
== 0)
/hardware/qcom/display/msm8974/liboverlay/
overlay.h
135
static bool
isUsed
(int index);
235
inline bool Overlay::PipeBook::
isUsed
(int index) {
240
return !
isUsed
(index);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h
117
bool
isUsed
() const {
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
Linker.java
357
public static boolean
isUsed
() {
[
all
...]
/external/clang/include/clang/Lex/
MacroInfo.h
96
bool
IsUsed
: 1;
160
/// \brief Set the value of the
IsUsed
flag.
162
IsUsed
= Val;
231
bool
isUsed
() const { return
IsUsed
; }
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java
328
public boolean
isUsed
() {
/external/clang/lib/AST/
DeclBase.cpp
283
bool Decl::
isUsed
(bool CheckUsedAttr) const {
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
183
bool
isUsed
() const {
518
if (!
isUsed
() && !right->
isUsed
()) {
522
if (!
isUsed
()) {
525
if (!right->
isUsed
()) {
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
[
all
...]
GGLAssembler.h
74
inline int
isUsed
(int reg) const;
113
bool
isUsed
(int reg) {
/dalvik/vm/compiler/codegen/x86/
AnalysisO1.h
114
bool
isUsed
;
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/external/proguard/lib/
proguard.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 314 milliseconds
1
2