OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValue
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java
92
boolean
isValue
= false;
109
isValue
= true;
138
if (isTagName || isAttributeName ||
isValue
) {
152
if (textSelection.getLength() == 0 && !
isValue
) {
167
if (
isValue
&& !isReferenceValue) {
175
boolean showStyleFirst =
isValue
|| (isAttributeName && isStylableAttribute);
/external/llvm/include/llvm/Support/
PatternMatch.h
145
return this->
isValue
(CI->getValue());
148
return this->
isValue
(CI->getValue());
162
if (this->
isValue
(CI->getValue())) {
168
if (this->
isValue
(CI->getValue())) {
178
bool
isValue
(const APInt &C) { return C == 1; }
186
bool
isValue
(const APInt &C) { return C.isAllOnesValue(); }
194
bool
isValue
(const APInt &C) { return C.isSignBit(); }
202
bool
isValue
(const APInt &C) { return C.isPowerOf2(); }
/external/v8/src/
mirror-debugger.js
238
Mirror.prototype.
isValue
= function() {
[
all
...]
Completed in 22 milliseconds