/external/clang/test/Index/ |
D | c-index-api-loadTU-test.m | 78 // CHECK: c-index-api-loadTU-test.m:4:12: ObjCInterfaceDecl=Foo:4:12 Extent=[4:1 - 12:5] 79 // CHECK: c-index-api-loadTU-test.m:6:32: ObjCIvarDecl=myoutlet:6:32 (Definition) Extent=[6:3 - 6:4… 80 // CHECK: c-index-api-loadTU-test.m:6:18: attribute(iboutlet)= Extent=[6:18 - 6:26] 81 // CHECK: c-index-api-loadTU-test.m:6:29: TypeRef=id:0:0 Extent=[6:29 - 6:31] 82 // CHECK: c-index-api-loadTU-test.m:8:36: ObjCInstanceMethodDecl=myMessage::8:36 Extent=[8:1 - 8:54] 83 // CHECK: c-index-api-loadTU-test.m:8:25: attribute(ibaction)= Extent=[8:25 - 8:33] 84 // CHECK: c-index-api-loadTU-test.m:8:50: ParmDecl=msg:8:50 (Definition) Extent=[8:47 - 8:53] 85 // CHECK: c-index-api-loadTU-test.m:8:47: TypeRef=id:0:0 Extent=[8:47 - 8:49] 86 // CHECK: c-index-api-loadTU-test.m:9:3: ObjCInstanceMethodDecl=foo:9:3 (deprecated) (always depre… 87 // CHECK: c-index-api-loadTU-test.m:9:22: UnexposedAttr= Extent=[9:22 - 9:32] [all …]
|
/external/v8/build/config/win/ |
D | msvs_dependencies.isolate | 88 '<(PRODUCT_DIR)/x64/api-ms-win-core-console-l1-1-0.dll', 89 '<(PRODUCT_DIR)/x64/api-ms-win-core-datetime-l1-1-0.dll', 90 '<(PRODUCT_DIR)/x64/api-ms-win-core-debug-l1-1-0.dll', 91 '<(PRODUCT_DIR)/x64/api-ms-win-core-errorhandling-l1-1-0.dll', 92 '<(PRODUCT_DIR)/x64/api-ms-win-core-file-l1-1-0.dll', 93 '<(PRODUCT_DIR)/x64/api-ms-win-core-file-l1-2-0.dll', 94 '<(PRODUCT_DIR)/x64/api-ms-win-core-file-l2-1-0.dll', 95 '<(PRODUCT_DIR)/x64/api-ms-win-core-handle-l1-1-0.dll', 96 '<(PRODUCT_DIR)/x64/api-ms-win-core-heap-l1-1-0.dll', 97 '<(PRODUCT_DIR)/x64/api-ms-win-core-interlocked-l1-1-0.dll', [all …]
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | DeprecatedAPIChecker.java | 58 for (APIInfo api : apiInfoSet) { in checkDeprecated() 59 if (!api.isPublic() && !api.isProtected()) { in checkDeprecated() 62 if (!api.isClass() && !api.isEnum()) { in checkDeprecated() 65 String packageName = api.getPackageName(); in checkDeprecated() 66 String className = api.getName(); in checkDeprecated() 97 APIInfo api = null; in checkClass() local 100 api = findClassInfo(apiInfoSet, clsName); in checkClass() 102 if (api == null) { in checkClass() 108 …compareDeprecated(isAPIDeprecated(api), cls.isAnnotationPresent(Deprecated.class), clsName, null, … in checkClass() 117 api = findFieldInfo(apiInfoSet, clsName, fName); in checkClass() [all …]
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 230 APInfo* api = NULL; in intro_Block() local 236 api = (APInfo*)valW; in intro_Block() 239 api = VG_(malloc)( "dh.main.intro_Block.1", sizeof(APInfo) ); in intro_Block() 240 VG_(memset)(api, 0, sizeof(*api)); in intro_Block() 241 api->ap = bk->ap; in intro_Block() 243 (UWord)bk->ap, (UWord)api ); in intro_Block() 246 tl_assert(api->deaths == 0); in intro_Block() 247 api->xsize_tag = Unknown; in intro_Block() 248 api->xsize = 0; in intro_Block() 249 if (0) VG_(printf)("api %p --> Unknown\n", api); in intro_Block() [all …]
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2.egg-info/ |
D | SOURCES.txt | 27 docs/api/extras.config.rst 28 docs/api/extras.i18n.rst 29 docs/api/extras.jinja2.rst 30 docs/api/extras.json.rst 31 docs/api/extras.local.rst 32 docs/api/extras.local_app.rst 33 docs/api/extras.mako.rst 34 docs/api/extras.routes.rst 35 docs/api/extras.securecookie.rst 36 docs/api/extras.security.rst [all …]
|
/external/deqp/external/vulkancts/ |
D | gen_framework.py | 401 def writeHandleType (api, filename): argument 405 yield "\t%s = 0," % api.handles[0].getHandleType() 406 for handle in api.handles[1:]: 477 def writeBasicTypes (api, filename): argument 479 for line in indentLines(["enum { %s\t= %s\t};" % define for define in api.definitions]): 482 for line in genHandlesSrc(api.handles): 485 for enum in api.enums: 489 for bitfield in api.bitfields: 498 def writeCompositeTypes (api, filename): argument 500 for type in api.compositeTypes: [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcodes.java | 47 public final int api; field in Opcodes 54 public static Opcodes forApi(int api) { in forApi() argument 55 return new Opcodes(api, VersionMap.mapApiToArtVersion(api), false); in forApi() 59 public static Opcodes forApi(int api, boolean experimental) { in forApi() argument 60 return new Opcodes(api, VersionMap.mapApiToArtVersion(api), experimental); in forApi() 74 public Opcodes(int api) { in Opcodes() argument 75 this(api, false); in Opcodes() 79 public Opcodes(int api, boolean experimental) { in Opcodes() argument 80 this(api, VersionMap.mapApiToArtVersion(api), experimental); in Opcodes() 83 private Opcodes(int api, int artVersion, boolean experimental) { in Opcodes() argument [all …]
|
/external/chromium-trace/catapult/third_party/webapp2/docs/ |
D | index.rst | 17 webapp2 also offers the package :ref:`webapp2_extras <index.api-reference-webapp2-extras>` 75 api/webapp2.rst 78 .. _index.api-reference-webapp2-extras: 85 api/webapp2_extras/auth.rst 86 api/webapp2_extras/i18n.rst 87 api/webapp2_extras/jinja2.rst 88 api/webapp2_extras/json.rst 89 api/webapp2_extras/local.rst 90 api/webapp2_extras/mako.rst 91 api/webapp2_extras/routes.rst [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | extension_helper.py | 105 def all_entrypoints_in_abi(f, abi, api): argument 107 [category, num] = api.get_category_for_name( n ) 114 def any_entrypoints_in_abi(f, abi, api): argument 116 [category, num] = api.get_category_for_name( n ) 134 [category, num] = api.get_category_for_name( n ) 159 def printBody(self, api): argument 169 for f in api.functionIterateAll(): 197 [category, num] = api.get_category_for_name( n ) 220 if any_entrypoints_in_abi(f, abi, api): 247 def do_function_body(self, api, abi, vtxfmt_only): argument [all …]
|
D | gl_apitemp.py | 96 cat, num = api.get_category_for_name(name) 172 def printInitDispatch(self, api): argument 191 for f in api.functionIterateByOffset(): 207 def printAliasedTable(self, api): argument 218 for f in api.functionIterateByOffset(): 273 def printBody(self, api): argument 276 for func in api.functionIterateByOffset(): 299 self.printInitDispatch(api) 300 self.printAliasedTable(api) 324 api = gl_XML.parse_GL_API(file_name, glX_XML.glx_item_factory()) variable [all …]
|
/external/guice/util/ |
D | generate-latest-docs.sh | 12 cp -R build/docs/latest-api-diffs $HOME/api-diffs-latest 13 cp lib/build/jdiff/*.gif $HOME/api-diffs-latest/ 21 git rm -rf api-docs/latest/api-diffs api-docs/latest/javadoc 22 mkdir -p api-docs/latest 23 cp -rf $HOME/api-diffs-latest api-docs/latest/api-diffs 24 cp -rf $HOME/javadoc-latest api-docs/latest/javadoc
|
/external/avahi/avahi-common/ |
D | watch-test.c | 34 static const AvahiPoll *api = NULL; variable 52 api->watch_free(w); in callback() 74 api->timeout_update(t, &tv); in wakeup() 84 api = avahi_simple_poll_get(simple_poll); in main() 85 assert(api); in main() 89 api = avahi_threaded_poll_get(threaded_poll); in main() 90 assert(api); in main() 93 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL); in main() 96 api->timeout_new(api, &tv, wakeup, NULL); in main()
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 55 api=None variable in Type 170 name, api, alias = (item.get(attrib) for attrib in ['name', 'api', 'alias']) 171 return [(name, api)] + ([(alias, api)] if alias is not None else []) 173 def duplicateKey(self, (name, api), item): argument 198 def getFeatures(self, api, checkVersion=None): argument 199 return [eFeature for eFeature in self.apis[api] 229 def extensionSupports(eExtension, api, profile=None): argument 230 if api == 'gl' and profile == 'core': 233 needSupport = api 260 def addComponents(self, elem, api, profile=None): argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elastictranscoder/ |
D | test_layer1.py | 35 self.api = ElasticTranscoderConnection() 55 pipeline = self.api.create_pipeline( 61 self.addCleanup(self.api.delete_pipeline, pipeline_id) 65 pipeline = self.api.create_pipeline( 71 self.api.delete_pipeline(pipeline_id) 77 pipelines = self.api.list_pipelines()['Pipelines'] 82 response = self.api.read_pipeline(pipeline_id) 87 self.api.update_pipeline_status(pipeline_id, 'Paused') 89 response = self.api.read_pipeline(pipeline_id) 99 self.api.update_pipeline_notifications( [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/redshift/ |
D | test_layer1.py | 36 self.api = RedshiftConnection() 51 self.api.create_cluster( 67 self.api.delete_cluster(cluster_id, skip_final_cluster_snapshot=True) 72 self.api.create_cluster( 81 self.api.delete_cluster(cluster_id, skip_final_cluster_snapshot=True) 90 self.api.describe_clusters('badpipelineid') 97 self.api.describe_resize(cluster_id) 100 clusters = self.api.describe_clusters()['DescribeClustersResponse']\ 107 response = self.api.describe_clusters(cluster_id) 115 response = self.api.create_cluster_snapshot(snapshot_id, cluster_id) [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/ |
D | test_connection.py | 42 self.api = boto.connect_vpc() 43 self.vpc = self.api.create_vpc('10.0.0.0/16') 47 self.subnet = self.api.create_subnet(self.vpc.id, '10.0.0.0/24') 49 self.post_terminate_cleanups.append((self.api.delete_subnet, (self.subnet.id,))) 63 self.api.delete_vpc(self.vpc.id) 86 new_eip = self.api.get_all_addresses([eip.public_ip])[0] 106 reservation = self.api.run_instances(image_id='ami-a0cd60c9', instance_type='m1.small', 112 retrieved = self.api.get_all_reservations(instance_ids=[instance.id]) 143 reservation = self.api.run_instances( 156 retrieved = self.api.get_all_reservations( [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/support/ |
D | test_layer1.py | 33 self.api = SupportConnection() 37 cases = self.api.describe_cases() 40 services = self.api.describe_services() 45 severity = self.api.describe_severity_levels() 50 case_1 = self.api.create_case( 61 new_cases = self.api.describe_cases() 64 result = self.api.add_communication_to_case( 71 final_cases = self.api.describe_cases(case_id_list=[case_id]) 76 close_result = self.api.resolve_case(case_id=case_id)
|
/external/avahi/avahi-glib/ |
D | glib-watch-test.c | 36 static const AvahiPoll *api = NULL; variable 47 api->watch_free(w); in callback() 65 api->timeout_update(t, &tv); in wakeup() 75 api = avahi_glib_poll_get(g); in main() 77 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL); in main() 80 api->timeout_new(api, &tv, wakeup, NULL); in main()
|
/external/v8/test/cctest/ |
D | cctest.status | 31 'test-api/Bug*': [FAIL], 37 'test-api/ApplyInterruption': [PASS, TIMEOUT], 42 'test-api/SealHandleScope': [FAIL], 49 'test-api/DisallowJavascriptExecutionScope': [FAIL], 71 'test-api/Threading*': [PASS, NO_VARIANTS], 128 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 129 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 130 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 131 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 171 'test-api/TurboAsmDisablesNeuter': [PASS, NO_IGNITION], [all …]
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
D | Icu4jTransformRules.java | 18 import com.google.currysrc.api.input.CompoundDirectoryInputFileGenerator; 19 import com.google.currysrc.api.input.DirectoryInputFileGenerator; 20 import com.google.currysrc.api.input.FilesInputFileGenerator; 21 import com.google.currysrc.api.input.InputFileGenerator; 22 import com.google.currysrc.api.match.SourceMatchers; 23 import com.google.currysrc.api.output.BasicOutputSourceFileGenerator; 24 import com.google.currysrc.api.process.DefaultRule; 25 import com.google.currysrc.api.process.Processor;
|
/external/mesa3d/src/egl/main/ |
D | eglcurrent.h | 64 _eglIsApiValid(EGLenum api) in _eglIsApiValid() argument 66 return (api >= _EGL_API_FIRST_API && api <= _EGL_API_LAST_API); in _eglIsApiValid() 75 _eglConvertApiToIndex(EGLenum api) in _eglConvertApiToIndex() argument 77 return api - _EGL_API_FIRST_API; in _eglConvertApiToIndex() 105 _eglGetAPIContext(EGLenum api);
|
/external/deqp/scripts/opengl/ |
D | src_util.py | 109 def getInterface (registry, api, version=None, profile=None, **kwargs): argument 110 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs) 111 if api == 'gl' and profile == 'core' and version < "3.2": 115 return khr_util.registry.createInterface(registry, spec, api) 117 def getVersionToken (api, version): argument 119 return prefixes[api] + version.replace(".", "") 129 api = eFeature.get('api') 131 profile = check(api, version) 136 iface = getInterface(registry, api, version=version, profile=profile) 137 filename = filePattern % getVersionToken(api, version)
|
/external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/ |
D | cloudstorage_api.py | 81 api = storage_api._get_storage_api(retry_params=retry_params, 87 return storage_api.StreamingBuffer(api, filename, content_type, options) 92 return storage_api.ReadBuffer(api, 111 api = storage_api._get_storage_api(retry_params=retry_params, 115 status, resp_headers, content = api.delete_object(filename) 137 api = storage_api._get_storage_api(retry_params=retry_params, 139 status, headers, content = api.head_object( 182 api = storage_api._get_storage_api(retry_params=retry_params) 183 status, resp_headers, content = api.put_object( 261 api = storage_api._get_storage_api(retry_params=retry_params, [all …]
|
/external/deqp/scripts/egl/ |
D | proc_address_tests.py | 72 def getExtensionList (registry, api): argument 76 if not khr_util.registry.extensionSupports(extension, api): 80 spec.addExtension(extension, api) 81 iface = khr_util.registry.createInterface(registry, spec, api) 102 def getInterfaceExactVersion (registry, api, version): argument 107 for feature in registry.getFeatures(api, check): 108 spec.addFeature(feature, api) 110 return khr_util.registry.createInterface(registry, spec, api)
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 110 static void renderClear (EGLint api, const ApiFunctions& func, const ClearOp& clear) in renderClear() argument 112 switch (api) in renderClear() 123 static void finish (EGLint api, const ApiFunctions& func) in finish() argument 125 switch (api) in finish() 136 static void readPixels (EGLint api, const ApiFunctions& func, tcu::Surface& dst) in readPixels() argument 138 switch (api) in readPixels() 163 …TestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType… in SingleThreadColorClearCase() argument 164 …: MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerA… in SingleThreadColorClearCase() 193 EGLint api = contexts[0].first; in executeForContexts() local 200 renderClear(api, funcs, clear); in executeForContexts() [all …]
|