/libcore/luni/src/main/java/java/security/ |
CodeSource.java | 36 public final URL getLocation() { return null; }
|
/libcore/luni/src/main/java/java/net/ |
HttpRetryException.java | 70 public String getLocation() {
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMErrorImpl.java | 42 this.location = new DOMLocatorImpl(src.getLocation()); 65 public final DOMLocator getLocation() {
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMErrorImpl.java | 73 public DOMLocator getLocation() {
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMError.java | 85 public DOMLocator getLocation();
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
ISystemImage.java | 57 public abstract File getLocation();
|
SystemImage.java | 72 location = new File(target.getLocation(), SdkConstants.OS_IMAGES_FOLDER); 76 location = FileOp.append(target.getLocation(), SdkConstants.OS_IMAGES_FOLDER, abiType); 85 location = getCanonicalFolder(sdkManager.getLocation(), target.getVersion(), abiType); 124 public File getLocation() {
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
GLClientState.cpp | 119 int GLClientState::getLocation(GLenum loc)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMErrorImpl.java | 136 public DOMLocator getLocation() {
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
IChimpView.java | 46 ChimpRect getLocation();
|
ChimpView.java | 63 public ChimpRect getLocation() { 64 List<String> result = Lists.newArrayList(queryView("getlocation").split(" "));
|
/external/clang/include/clang/Sema/ |
TemplateDeduction.h | 60 SourceLocation getLocation() const {
|
ParsedTemplate.h | 88 SourceLocation getLocation() const { return Loc; }
|
/external/emma/ant/ant14/com/vladium/emma/ |
emmaTask.java | 98 task.setLocation (getLocation ());
|
/frameworks/base/libs/utils/ |
Tokenizer.cpp | 100 String8 Tokenizer::getLocation() const {
|
/external/clang/include/clang/AST/ |
Attr.h | 97 SourceLocation getLocation() const { return Loc; }
|
/external/llvm/lib/Analysis/ |
AliasAnalysis.cpp | 222 AliasAnalysis::Location AliasAnalysis::getLocation(const LoadInst *LI) { 228 AliasAnalysis::Location AliasAnalysis::getLocation(const StoreInst *SI) { 234 AliasAnalysis::Location AliasAnalysis::getLocation(const VAArgInst *VI) { 277 if (!alias(getLocation(L), Loc)) 292 if (!alias(getLocation(S), Loc)) 308 if (!alias(getLocation(V), Loc))
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyView.java | 78 public MonkeyRect getLocation(PyObject[] args, String[] kws) { 81 return new MonkeyRect(impl.getLocation());
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
MockAddonPackage.java | 106 FileOp.append(getLocation(), SdkConstants.OS_IMAGES_FOLDER),
121 public String getLocation() {
|
MockPlatformTarget.java | 67 FileOp.append(getLocation(), SdkConstants.OS_IMAGES_FOLDER),
82 public String getLocation() {
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CacheManager_CacheResultTest.java | 92 method = "getLocation", 161 assertNull(result.getLocation());
|
/external/clang/include/clang/Lex/ |
PreprocessingRecord.h | 173 SourceLocation getLocation() const { return Location; }
|
Token.h | 111 /// getLocation - Return a source location identifier for the specified 113 SourceLocation getLocation() const { return Loc; } 135 return isAnnotation() ? getAnnotationEndLoc() : getLocation(); 141 return SourceRange(getLocation(), getAnnotationEndLoc());
|
/external/webkit/Source/WebKit/android/nav/ |
FindCanvas.h | 51 const SkRegion& getLocation() const { return m_location; }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfoTest.java | 253 public String getLocation() {
|