HomeSort by relevance Sort by last modified time
    Searched defs:sourceName (Results 1 - 25 of 31) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 58 NSString *sourceName;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 58 NSString *sourceName;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 58 NSString *sourceName;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 58 __strong NSString *sourceName;
177 @property (retain) NSString *sourceName;
  /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;
  /external/webkit/Source/WebCore/bindings/v8/
ScriptCallStackFactory.cpp 48 String sourceName;
51 sourceName = toWebCoreString(sourceNameValue);
60 return ScriptCallFrame(functionName, sourceName, sourceLineNumber, sourceColumn);
  /build/tools/atree/
files.h 25 string sourceName;
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 63 __strong char *sourceName;
72 @property __strong char *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 ALOGW("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/dom/
ScriptExecutionContext.cpp 352 String sourceName = sourceURL;
353 sanitizeScriptError(message, line, sourceName);
357 RefPtr<ErrorEvent> errorEvent = ErrorEvent::create(message, sourceName, line);
  /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);
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...]
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 983 const char* sourceName;
988 sourceName = inputPathNameDefault;
991 sourceName = inputPathNameCamcorder;
994 sourceName = inputPathNameVoiceRecognition;
1002 ALOGV("mixer_ctl_set_enum_by_string, Input Source, (%s)", sourceName);
1004 mixer_ctl_set_enum_by_string(ctl, sourceName);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 684 std::string sourceName = (*edge)->getSource()->getName();
687 dotFile << "\t\"" << sourceName.c_str() << "\" -> \""
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 975 String8 sourceName("zip:");
976 sourceName.append(zipFileName);
977 sourceName.append(":");
979 sourceName.appendPath(dirName);
981 sourceName.appendPath(fileName);
982 return sourceName;
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
jdi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 326 milliseconds

1 2