Searched refs:apis (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/ |
D | rsg_generator.c | 100 fprintf(f, "typedef struct RS_CMD_%s_rec RS_CMD_%s;\n", apis[ct].name, apis[ct].name); in printStructures() 105 const ApiEntry * api = &apis[ct]; in printStructures() 151 printFuncDecl(f, &apis[ct], prefix, addContext, 0); in printFuncDecls() 160 if (apis[ct].direct) { in printPlaybackFuncs() 164 fprintf(f, "void %s%s (Context *, const void *);\n", prefix, apis[ct].name); in printPlaybackFuncs() 214 const ApiEntry * api = &apis[ct]; in printApiCpp() 345 const ApiEntry * api = &apis[ct]; in printApiCpp() 392 const ApiEntry * api = &apis[ct]; in printPlaybackCpp() 453 if (apis[ct].direct) { in printPlaybackCpp() 456 fprintf(f, " %s%s,\n", RS_PLAYBACK_PREFIX, apis[ct].name); in printPlaybackCpp()
|
D | spec.h | 35 extern ApiEntry apis[128];
|
/frameworks/base/tools/hiddenapi/ |
D | generate_hiddenapi_lists.py | 246 def assign_flag(self, flag, apis, source="<unknown>"): argument 258 self._check_entries_set(apis, source) 264 for api in apis:
|
/frameworks/base/api/ |
D | removed.txt | 397 …RY_BOOKMARKS", "com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"}, apis="..22") public stat… 398 …method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..… 399 …method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis=".… 400 …method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis=".… 401 …method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis=".… 402 …method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis=".… 403 …method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..… 404 …method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..… 405 …method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..… 407 …RY_BOOKMARKS", "com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"}, apis="..22") public stat… [all …]
|
/frameworks/base/tests/FlickerTests/lib/test/ |
D | Android.bp | 19 // sign this with platform cert, so this test is allowed to call private platform apis
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | api.proto | 77 // experimental, none-GA apis. 156 // apis: 180 // apis:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBConcurrencyTests.m | 40 // trip. Rather, the asserts simply exercise the apis, and if there is
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 236 // http://code.google.com/apis/protocolbuffers/docs/proto.html#options
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 236 // http://code.google.com/apis/protocolbuffers/docs/proto.html#options
|
/frameworks/base/ |
D | Android.bp | 1835 // annotations to private apis
|