OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compareValue
(Results
1 - 20
of
20
) sorted by null
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
BooleanEncodedValue.java
91
protected int
compareValue
(EncodedValue o) {
ByteEncodedValue.java
71
protected int
compareValue
(EncodedValue o) {
DoubleEncodedValue.java
78
protected int
compareValue
(EncodedValue o) {
EncodedValue.java
96
comp =
compareValue
(o);
107
protected abstract int
compareValue
(EncodedValue o);
EnumEncodedValue.java
80
protected int
compareValue
(EncodedValue o) {
FieldEncodedValue.java
80
protected int
compareValue
(EncodedValue o) {
FloatEncodedValue.java
78
protected int
compareValue
(EncodedValue o) {
IntEncodedValue.java
76
protected int
compareValue
(EncodedValue o) {
LongEncodedValue.java
76
protected int
compareValue
(EncodedValue o) {
MethodEncodedValue.java
80
protected int
compareValue
(EncodedValue o) {
NullEncodedValue.java
59
protected int
compareValue
(EncodedValue o) {
ShortEncodedValue.java
76
protected int
compareValue
(EncodedValue o) {
StringEncodedValue.java
81
protected int
compareValue
(EncodedValue o) {
TypeEncodedValue.java
80
protected int
compareValue
(EncodedValue o) {
ArrayEncodedSubValue.java
99
protected int
compareValue
(EncodedValue o) {
CharEncodedValue.java
78
protected int
compareValue
(EncodedValue o) {
AnnotationEncodedSubValue.java
116
protected int
compareValue
(EncodedValue o) {
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp
161
bool
compareValue
(T a, T b, MediaFeaturePrefix op)
178
return
compareValue
(width * static_cast<int>(aspectRatio->denominatorValue()), height * static_cast<int>(aspectRatio->numeratorValue()), op);
199
return numberValue(value, number) &&
compareValue
(bitsPerComponent, static_cast<int>(number), op);
212
return numberValue(value, number) &&
compareValue
(0, static_cast<int>(number), op);
220
return numberValue(value, number) &&
compareValue
(0, static_cast<int>(number), op);
301
return
compareValue
(deviceScaleFactor, resolution->getFloatValue(), op);
312
return
compareValue
(
317
return
compareValue
(deviceScaleFactor, resolution->getFloatValue(CSSPrimitiveValue::CSS_DPPX), op);
336
return
compareValue
(static_cast<int>(number), 0, op);
371
return computeLength(value, !frame->document()->inQuirksMode(), style, length) &&
compareValue
(static_cast<int>(height), length, op)
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
596
String
compareValue
= "", currentValue;
605
compareValue
= names.get(i).trim();
606
if (D) Log.d(TAG, "
compareValue
=" +
compareValue
);
611
if (currentValue.startsWith(
compareValue
)) {
622
compareValue
= searchValue.trim();
628
if (searchValue == null || currentValue.startsWith(
compareValue
)) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 185 milliseconds