HomeSort by relevance Sort by last modified time
    Searched defs:aidl (Results 51 - 75 of 312) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/tools/aidl/
ast_cpp.cpp 29 namespace aidl { namespace in namespace:android
440 } // namespace aidl
generate_cpp_unittest.cpp 22 #include "aidl.h"
32 using ::android::aidl::test::FakeIoDelegate;
38 namespace aidl { namespace in namespace:android
667 AidlError err = ::android::aidl::internals::load_and_validate_aidl(
705 : ASTTest("android/os/IComplexTypeInterface.aidl",
707 io_delegate_.SetFileContents("foo/IFooType.aidl",
756 const char kInputPath[] = "a/IFoo.aidl";
778 "aidl-cpp", kInputPath, kHeaderDir, kOutputPath
821 } // namespace aidl
options_unittest.cpp 32 namespace aidl { namespace in namespace:android
40 "aidl", "--preprocess",
48 const char kCompileCommandInput[] = "directory/ITool.aidl";
51 "aidl",
63 "aidl-cpp",
161 } // namespace aidl
aidl.cpp 17 #include "aidl.h"
63 namespace aidl { namespace in namespace:android
100 expected += ".aidl";
119 // aidl assumes case-insensitivity on Mac Os and Windows.
245 // Encode that the output file depends on aidl input files.
250 // Output "<input_aidl_file>: " so make won't fail if the input .aidl file
287 using ::android::aidl::cpp::HeaderFile;
288 using ::android::aidl::cpp::ClassNames;
318 // Generated headers also depend on the source aidl files.
346 // add the filename by replacing the .aidl extension to .jav
    [all...]
ast_java.cpp 26 namespace aidl { namespace in namespace:android
519 } // namespace aidl
type_cpp.cpp 40 namespace aidl { namespace in namespace:android
461 using ::android::aidl::kAidlReservedTypePackage;
462 using ::android::aidl::kUtf8InCppStringClass;
554 LOG(ERROR) << "aidl-cpp does not yet support List<" << type_name << ">";
561 LOG(ERROR) << "aidl does not implement support for typed maps!";
594 return ::android::aidl::TypeNamespace::GetArgType(a, arg_index, filename);
598 } // namespace aidl
type_java.cpp 32 namespace aidl { namespace in namespace:android
63 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%sn", __FILE__,
71 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n", __FILE__,
79 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n", __FILE__,
368 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
373 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
384 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
390 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
438 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
443 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__)
    [all...]
type_java.h 27 namespace aidl { namespace in namespace:android
493 } // namespace aidl
type_namespace.h 31 namespace aidl { namespace in namespace:android
73 // CanonicalName() returns the canonical AIDL type, with packages.
299 LOG(FATAL) << "aidl internal error";
310 return true; // Neither < nor > appear in normal AIDL types.
470 } // namespace aidl
ast_cpp.h 27 namespace aidl { namespace in namespace:android
29 } // namespace aidl
33 namespace aidl { namespace in namespace:android
401 } // namespace aidl
ast_java.h 43 namespace aidl { namespace in namespace:android
45 } // namespace aidl
49 namespace aidl { namespace in namespace:android
373 } // namespace aidl
generate_java_binder.cpp 31 namespace aidl { namespace in namespace:android
550 } // namespace aidl
aidl_language.h 40 namespace aidl { namespace in namespace:android
44 } // namespace aidl
67 void SetLanguageType(const android::aidl::ValidatableType* language_type) {
92 const android::aidl::ValidatableType* language_type_ = nullptr;
297 void SetLanguageType(const android::aidl::ValidatableType* language_type) {
315 const android::aidl::ValidatableType* language_type_ = nullptr;
344 explicit Parser(const android::aidl::IoDelegate& io_delegate);
375 const android::aidl::IoDelegate& io_delegate_;
generate_cpp.cpp 41 namespace aidl { namespace in namespace:android
114 // names that match the .aidl specification.
722 LOG(FATAL) << "aidl internal error";
725 LOG(ERROR) << "aidl internal error: Failed to generate header.";
806 } // namespace aidl
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
TestServiceClient.java 17 package android.aidl.tests;
19 import android.aidl.tests.SimpleParcelable;
42 import android.aidl.tests.INamedCallback;
43 import android.aidl.tests.ITestService;
    [all...]
  /build/core/
definitions.mk 305 ## Find all files named "I*.aidl" under the named directories,
311 $(call all-named-files-under,I*.aidl,$(1))
315 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.0/
builder-0.13.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.3/
builder-0.13.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.4/
builder-0.13.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.7.0/
builder-0.7.0.jar 

Completed in 2614 milliseconds

1 23 4 5 6 7 8 91011>>