Searched refs:declaration (Results 1 – 8 of 8) sorted by relevance
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 42 * Begins a new GATT service declaration. This will execute synchronously and 51 * e.g. a service declaration is already in progress. 58 * Adds a characteristic entry to a previously started service declaration. 59 * Returns false in case of failure, e.g. if no service declaration was 69 * declaration. Returns false in case of failure, e.g. if no service 70 * declaration was started or if the declaration does not contain a 79 * Ends a previously started service declaration and asynchronously publishes 81 * an asynchronous failure, e.g. if no service declaration was started or
|
/system/tools/aidl/ |
D | aidl_language_y.yy | 129 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name.\n", 134 … fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name, saw \"%s\".\n", 154 … fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n", 161 … fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n", 177 "(expected method or constant declaration)\n",
|
D | ast_cpp.cpp | 387 unique_ptr<Declaration> declaration) in CppNamespace() argument 389 declarations_.push_back(std::move(declaration)); in CppNamespace()
|
D | ast_cpp.h | 351 std::unique_ptr<Declaration> declaration);
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 130 // Native types must be aliased at their declaration in the appropriate .aidl
|
/system/bt/doc/ |
D | style_guide.md | 292 // Space before * in variable declaration.
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 526 # name. If set to NO the members will appear in declaration order. 533 # name. If set to NO the members will appear in declaration order. Note that
|
D | Doxyfile | 526 # name. If set to NO the members will appear in declaration order. 533 # name. If set to NO the members will appear in declaration order. Note that
|