HomeSort by relevance Sort by last modified time
    Searched refs:IN_DIR (Results 1 - 6 of 6) sorted by null

  /system/tools/aidl/
type_namespace.cpp 141 if (a.GetDirection() != AidlArgument::IN_DIR &&
aidl_language.cpp 62 direction_(AidlArgument::IN_DIR),
72 case AidlArgument::IN_DIR:
aidl_language.h 113 enum Direction { IN_DIR = 1, OUT_DIR = 2, INOUT_DIR = 3 };
122 bool IsIn() const { return direction_ & IN_DIR; }
generate_java_binder.cpp 320 if (arg->GetDirection() & AidlArgument::IN_DIR) {
443 } else if (dir & AidlArgument::IN_DIR) {
generate_cpp.cpp 100 if (a.GetDirection() & AidlArgument::IN_DIR) {
  /external/skia/tests/
SkpSkGrTest.cpp 34 #define IN_DIR "D:\\9-30-13\\"
39 #define IN_DIR "/usr/local/google/home/caryclark" PATH_SLASH "9-30-13-skp"
191 SkString dirName(IN_DIR);
382 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);

Completed in 81 milliseconds