/cts/tools/dex-tools/test/dex/reader/util/ |
JavaSource.java | 31 private final String sourceName; 33 public JavaSource(String sourceName, String sourceCode) { 34 super(URI.create("string:///" + sourceName.replace(".", "/") + ".java"), 36 this.sourceName = sourceName; 42 return sourceName;
|
/build/tools/atree/ |
files.h | 25 string sourceName;
|
files.cpp | 116 const string& sourceName, const string& outName) 122 rec.sourceName = sourceName; 345 string full = path_append(*it, rec->sourceName); 359 rec->listFile.c_str(), rec->listLine, rec->sourceName.c_str()); 399 r.sourceName = path_append(rec.sourceName, entry); 400 r.sourcePath = path_append(rec.sourceBase, r.sourceName); 430 string full = path_append(rec.sourceBase, rec.sourceName);
|
/dalvik/vm/native/ |
dalvik_system_DexFile.cpp | 133 * private static int openDexFile(String sourceName, String outputName, 138 * "sourceName" should point to the "source" jar or DEX file. 159 char* sourceName; 163 dvmThrowNullPointerException("sourceName == null"); 167 sourceName = dvmCreateCstrFromString(sourceNameObj); 194 if (dvmClassPathContains(gDvm.bootClassPath, sourceName)) { 195 LOGW("Refusing to reopen boot DEX '%s'", sourceName); 198 free(sourceName); 208 if (hasDexExtension(sourceName) 209 && dvmRawDexFileOpen(sourceName, outputName, &pRawDexFile, false) == 0) [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptCallStackFactory.cpp | 48 String sourceName; 51 sourceName = toWebCoreString(sourceNameValue); 60 return ScriptCallFrame(functionName, sourceName, sourceLineNumber, sourceColumn);
|
ScriptEventListener.h | 49 bool eventListenerHandlerLocation(Document*, EventListener*, String& sourceName, int& lineNumber);
|
ScriptEventListener.cpp | 102 bool eventListenerHandlerLocation(Document* document, EventListener* listener, String& sourceName, int& lineNumber) 118 sourceName = toWebCoreString(origin.ResourceName());
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutsProvider.java | 101 String sourceName = shortcut.getAsString(EXTRA_SHORTCUT_SOURCE); 102 if (TextUtils.isEmpty(sourceName)) { 110 Log.d(TAG, "Ignoring shortcut from " + sourceName + 116 final ComponentName sourceComponent = ComponentName.unflattenFromString(sourceName);
|
Config.java | 201 public int getMaxShortcuts(String sourceName) {
|
ShortcutRepositoryImplLog.java | 536 String sourceName = source.getName(); 558 cv.put(Shortcuts.source.name(), sourceName); 592 String sourceName = source.getName(); 593 StringBuilder key = new StringBuilder(sourceName); [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
ScriptEventListener.h | 49 bool eventListenerHandlerLocation(Document*, EventListener*, String& sourceName, int& lineNumber);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 85 * @param sourceName 92 private DexFile(String sourceName, String outputName, int flags) throws IOException { 93 mCookie = openDexFile(sourceName, outputName, flags); 94 mFileName = sourceName; 256 native private static int openDexFile(String sourceName, String outputName,
|
/cts/tools/vm-tests/src/util/build/ |
BuildDalvikSuite.java | 250 String sourceName = "JUnit_"+classOnlyName; 252 String suiteline = "suite.addTestSuite("+pName+"." + sourceName + 260 + pName.replaceAll("\\.","/")+"/"+sourceName+".java"; 268 "public class "+sourceName+" extends DeviceTestCase {\n"; 302 String sourceName = depFqcn.replaceAll("\\.", "/")+".jar"; 303 //System.out.println("adb push "+sourceName+" "+targetName); 304 curJunitFileData+= " "+getADBPushJavaLine(sourceName, targetName);
|
/external/icu4c/i18n/ |
anytrans.cpp | 281 UnicodeString sourceName(uscript_getName(source), -1, US_INV); 282 UnicodeString id(sourceName); 290 id = sourceName;
|
/external/webkit/Source/WebCore/dom/ |
ScriptExecutionContext.cpp | 352 String sourceName = sourceURL; 353 sanitizeScriptError(message, line, sourceName); 357 RefPtr<ErrorEvent> errorEvent = ErrorEvent::create(message, sourceName, line);
|
/system/media/mca/filterfw/java/android/filterfw/core/ |
FilterGraph.java | 105 public void connect(String sourceName, 109 Filter source = getFilter(sourceName); 113 "Attempting to connect unknown source filter '" + sourceName + "'!");
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SearchActivityView.java | 180 protected Corpus getCorpus(String sourceName) { 181 if (sourceName == null) return null; 182 Corpus corpus = getCorpora().getCorpus(sourceName); 184 Log.w(TAG, "Unknown corpus " + sourceName);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
EventListenersSidebarPane.js | 228 if (this.eventListener.sourceName) { 230 this.subtitleElement.appendChild(WebInspector.linkifyResourceAsNode(this.eventListener.sourceName, "scripts", this.eventListener.lineNumber));
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldMachO.cpp | 254 StringRef SourceName = SymbolNames[SourceNum]; 260 Relocations[SourceName].push_back(RelocationEntry(TargetName, 265 << " from '" << SourceName << "(Word1: " 385 StringRef SourceName = SymbolNames[SourceNum]; 391 Relocations[SourceName].push_back(RelocationEntry(TargetName, 396 << " from '" << SourceName << "(Word1: "
|
/cts/tools/vm-tests-tf/src/util/build/ |
BuildDalvikSuite.java | 206 String sourceName = "JUnit_" + classOnlyName; 210 sourceName + ".java"; 216 "public class " + sourceName + " extends DeviceTestCase {\n"; 246 String sourceName = depFqcn.replaceAll("\\.", "/") + ".jar"; 248 sourceName);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
AdtProjectTest.java | 165 protected IFile getTestDataFile(IProject project, String sourceName, 167 return getTestDataFile(project, sourceName, destPath, false); 170 protected IFile getTestDataFile(IProject project, String sourceName, 197 String newContents = readTestFile(sourceName, true); 205 String xml = readTestFile(sourceName, true);
|
/external/bison/src/ |
vcg.c | 178 e->sourcename = E_SOURCENAME; 578 /* FIXME: SOURCENAME and TARGETNAME are mandatory 580 if (e->sourcename != E_SOURCENAME) 581 fprintf (fout, "\t\tsourcename:\t%s\n", quote (e->sourcename));
|
print_graph.c | 148 e.sourcename = node_name;
|
/external/e2fsprogs/debugfs/ |
debugfs.o | |
/frameworks/base/core/java/android/view/ |
InputDevice.java | 625 String sourceName) { 628 description.append(sourceName);
|