OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourcePath
(Results
26 - 50
of
59
) sorted by null
1
2
3
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java
216
IPath
sourcePath
= file.getProjectRelativePath();
217
fileToGolden.put(
sourcePath
, basename);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm
[
all
...]
/build/tools/atree/
files.cpp
350
rec->
sourcePath
= full;
400
r.
sourcePath
= path_append(rec.sourceBase, r.sourceName);
402
int err = stat(r.
sourcePath
.c_str(), &st);
/frameworks/base/libs/hwui/
PathCache.cpp
417
const SkPath*
sourcePath
= path->getSourcePath();
418
if (
sourcePath
&&
sourcePath
->getGenerationID() == path->getGenerationID()) {
419
return const_cast<SkPath*>(
sourcePath
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java
167
IPath
sourcePath
= sourceFile.getLocation();
168
String osSourcePath =
sourcePath
.toOSString();
RenderScriptProcessor.java
234
IPath
sourcePath
= sourceFile.getLocation();
235
String osSourcePath =
sourcePath
.toOSString();
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
volume_manager.js
465
event.volumeMetadata.
sourcePath
);
532
chrome.fileBrowserPrivate.addMount(fileUrl, function(
sourcePath
) {
534
'Mount request: url=' + fileUrl + '; sourceUrl=' +
sourcePath
);
535
var requestKey = this.makeRequestKey_('mount',
sourcePath
);
file_operation_manager.js
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java
426
String
sourcePath
= apiString + SOURCES_ZIP;
427
URL sourceURL = bundle.getEntry(
sourcePath
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java
402
IPath
sourcePath
= sourceFile.getProjectRelativePath();
412
if (!file.getProjectRelativePath().equals(
sourcePath
)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
/external/chromium_org/third_party/angle/src/compiler/
OutputHLSL.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar
jdimodel.jar
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
sdklib.jar
sdk-common.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
/external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c
672
const char *
sourcePath
= ctest_dataSrcDir();
673
int32_t srcPathLen = (int32_t)strlen(
sourcePath
);
679
strcpy(path,
sourcePath
);
[
all
...]
/external/icu4c/test/cintltst/
creststn.c
672
const char *
sourcePath
= ctest_dataSrcDir();
673
int32_t srcPathLen = (int32_t)strlen(
sourcePath
);
679
strcpy(path,
sourcePath
);
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar
Completed in 1455 milliseconds
1
2
3