Home
last modified time | relevance | path

Searched refs:isString (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerPropertyTests.java44 assertFalse(p.isString()); in testBooleanProperty()
69 assertFalse(p.isString()); in testFloatProperty()
94 assertFalse(p.isString()); in testIntegerProperty()
119 assertFalse(p.isString()); in testResourceProperty()
144 assertTrue(p.isString()); in testStringProperty()
/frameworks/native/opengl/tools/glgen/src/
DJType.java24 boolean isString; field in JType
183 public boolean isString() { in isString() method in JType
DJniCodeEmitter.java939 if (argType.isString()) { in emitJniCode()
962 if (argType.isString()) { in emitJniCode()
/frameworks/base/tools/bit/
Dmake.cpp108 if (!value.isString()) { in BuildVars()
195 if (child.isString()) { in get_values()
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java111 public boolean isString(int columnIndex) { in isString() method in AbstractWindowedCursor
DCursorWindow.java381 public boolean isString(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isString() method in CursorWindow
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h136 bool isString() const;
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageParserTest.java298 assertFalse(testProperty.isString()); in assertProperty()
317 assertFalse(testProperty.isString()); in assertProperty()
332 assertFalse(testProperty.isString()); in assertProperty()
347 assertFalse(testProperty.isString()); in assertProperty()
362 assertTrue(testProperty.isString()); in assertProperty()
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp178 bool ResolveInfo::isString() const { in isString() function in mcld::ResolveInfo
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp896 cast<ConstantDataSequential>(C)->isString()) { in WriteConstants()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp894 cast<ConstantDataSequential>(C)->isString()) { in WriteConstants()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp925 cast<ConstantDataSequential>(C)->isString()) { in WriteConstants()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java303 public boolean isString() { in isString() method in PackageManager.Property
/frameworks/base/core/api/
Dcurrent.txt12844 method public boolean isString();
13583 method @Deprecated public boolean isString(int);
13721 method @Deprecated public boolean isString(@IntRange(from=0) int, @IntRange(from=0) int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9384 method public deprecated boolean isString(int);
9517 method public deprecated boolean isString(int, int);