HomeSort by relevance Sort by last modified time
    Searched full:aidl (Results 26 - 50 of 170) sorted by null

12 3 4 5 6 7

  /frameworks/base/core/java/android/view/
Surface.aidl 1 /* //device/java/android/android/view/Surface.aidl
  /frameworks/base/graphics/java/android/graphics/
Rect.aidl 1 /* //device/java/android/android/graphics/Rect.aidl
Region.aidl 1 /* //device/java/android/android/graphics/Rect.aidl
  /frameworks/base/tools/aidl/
options.cpp 12 "usage: aidl OPTIONS INPUT [OUTPUT]\n"
13 " aidl --preprocess OUTPUT INPUT...\n"
24 " An aidl interface file.\n"
28 " If omitted and the -o option is not used, the input filename is used, with the .aidl extension changed to a .java extension.\n"
131 // copy input into output and change the extension from .aidl to .java
134 if (options->outputFileName.compare(pos, 5, ".aidl") == 0) { // 5 = strlen(".aidl")
135 options->outputFileName.replace(pos, 5, ".java"); // 5 = strlen(".aidl")
137 fprintf(stderr, "INPUT is not an .aidl file.\n");
  /sdk/testapps/aidlTest/libWithAidl/
AndroidManifest.xml 3 package="com.android.tests.aidl.lib"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 57 * A {@link SourceProcessor} for aidl files.
65 * Single line aidl error<br>
109 commandList.add(getBuildToolInfo().getPath(BuildToolInfo.PathId.AIDL));
160 AdtPlugin.printToConsole(project, "AIDL: " + name);
163 // Remove the AIDL error markers from the aidl file
190 // aidl failed. File should be marked. We add the file to the list
235 * Execute the aidl command line, parse the output, and mark the aidl file
238 * @param file The IFile object representing the aidl file bein
    [all...]
  /prebuilts/sdk/tools/linux/
aidl 
  /development/build/
sdk-windows-x86.atree 48 rm build-tools/${PLATFORM_NAME}/aidl
49 bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe
  /development/apps/Development/src/com/android/development/
IRemoteService.aidl 1 /* //device/samples/SampleCode/src/com/android/development/IRemoteService.aidl
  /frameworks/base/core/java/android/app/
IActivityPendingResult.aidl 1 /* //device/java/android/android/app/IActivityPendingResult.aidl
IInstrumentationWatcher.aidl 1 /* //device/java/android/android/app/IInstrumentationWatcher.aidl
IServiceConnection.aidl 1 /* //device/java/android/android/app/IServiceConnection.aidl
IThumbnailReceiver.aidl 1 /* //device/java/android/android/app/IThumbnailReceiver.aidl
ITransientNotification.aidl 1 /* //device/java/android/android/app/ITransientNotification.aidl
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
ApplicationInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
InstrumentationInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
PackageInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
PackageInfoLite.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
PackageStats.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
PermissionGroupInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
PermissionInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
ProviderInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
ResolveInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl
ServiceInfo.aidl 1 /* //device/java/android/android/view/WindowManager.aidl

Completed in 3065 milliseconds

12 3 4 5 6 7