Home
last modified time | relevance | path

Searched refs:identify (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/third_party/typescript/tests/arkTSTest/testcase/arkts-no-untyped-obj-literals/
Darkts-no-untyped-obj-literals-6-error.ets22 function identify(o: Point): Point {
27 identify(p)
29 identify({ x: 5, y: 10 })
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_MSFT_layered_driver.adoc40 * Extending the Loader-ICD interface to identify layered drivers.
41 * Providing an extension to allow layered drivers to self-identify.
73 === RESOLVED: Is a string the right way to identify an underlying API?
/third_party/python/Lib/tkinter/
Dttk.py555 def identify(self, x, y): member in Widget
673 def identify(self, x, y): member in Entry
857 def identify(self, x, y): member in Notebook
1302 def identify(self, component, x, y): member in Treeview
1311 return self.identify("row", 0, y)
1318 return self.identify("column", x, 0)
1330 return self.identify("region", x, y)
1337 return self.identify("element", x, y)
/third_party/openssl/doc/man3/
DOSSL_SELF_TEST_new.pod53 The I<type> and I<desc> can be used to identify an individual self test to
93 This allows the callback to identify the type of test being run.
98 This allows the callback to identify the sub category of the test being run.
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py66 self.assertEqual(self.widget.identify(
70 self.assertEqual(self.widget.identify(-1, -1), "")
72 self.assertRaises(tkinter.TclError, self.widget.identify, None, 5)
73 self.assertRaises(tkinter.TclError, self.widget.identify, 5, None)
74 self.assertRaises(tkinter.TclError, self.widget.identify, 5, '')
331 self.assertEqual(self.entry.identify(5, 5), self.IDENTIFY_AS)
332 self.assertEqual(self.entry.identify(-1, -1), "")
334 self.assertRaises(tkinter.TclError, self.entry.identify, None, 5)
335 self.assertRaises(tkinter.TclError, self.entry.identify, 5, None)
336 self.assertRaises(tkinter.TclError, self.entry.identify, 5, '')
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedPredicates.td14 // A predicate used to identify dependency-breaking instructions that clear the
21 // A predicate used to identify VPERM that have bits 3 and 7 of their mask set.
/third_party/python/Tools/stringbench/
DREADME7 to identify which string methods could be sped up quickly and to
8 identify obvious places for improvement.
/third_party/python/Doc/library/
Ddebug.rst8 allowing you to identify bottlenecks in your programs. Auditing events
/third_party/protobuf/
DCONTRIBUTING.md96 pull request. This will make it easier to identify which languages the pull
97 request affects, allowing us to better identify appropriate reviewer, create
98 a better release note, and make it easier to identify issues in the future.
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_image_load_store_lod.txt106 | | <image>, <P>, <lod> identify |
121 | | <lod> identify a valid texel, |
/third_party/tzdata/
Ddate.1.txt21 character after it are not output, but rather identify part of the date
22 or time to be output in a particular way (or identify a special
/third_party/openGLES/extensions/AMD/
DAMD_shader_image_load_store_lod.txt106 | | <image>, <P>, <lod> identify |
121 | | <lod> identify a valid texel, |
/third_party/mesa3d/src/gallium/tools/trace/
DREADME.txt39 identify the problem.
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_sampler_filter_minmax.adoc29 The filter parameters are used to identify the set of texels used to produce
DVK_NV_shader_sm_builtins.adoc24 enable invocations to identify which SM and warp a shader invocation is
DVK_EXT_sampler_filter_minmax.txt31 The filter parameters are used to identify the set of texels used to produce
DVK_NV_shader_sm_builtins.txt27 enable invocations to identify which SM and warp a shader invocation is
DVK_ARM_shader_core_builtins.adoc24 invocations to identify which core and warp a shader invocation is executing
DVK_EXT_debug_utils.txt47 - The ability to identify specific Vulkan objects using a name or tag to
49 - The ability to identify specific sections within a sname:VkQueue or
55 elink:VkDebugReportObjectTypeEXT to identify objects.
DVK_EXT_debug_utils.adoc47 - The ability to identify specific Vulkan objects using a name or tag to
49 - The ability to identify specific sections within a sname:VkQueue or
55 elink:VkDebugReportObjectTypeEXT to identify objects.
DVK_KHR_maintenance6.adoc32 applications to identify individual resources for which memory binding
/third_party/curl/docs/libcurl/opts/
DCURLOPT_STREAM_DEPENDS.md29 Pass a CURL pointer in *dephandle* to identify the stream within the same
DCURLOPT_STREAM_DEPENDS_E.md29 Pass a CURL pointer in *dephandle* to identify the stream within the same
/third_party/node/deps/npm/docs/content/commands/
Dnpm-dist-tag.md65 By default, the `latest` tag is used by npm to identify the current version
71 The `next` tag is used by some projects to identify the upcoming version.
/third_party/mesa3d/docs/
Du_trace.rst12 u_trace is useful when one needs to quickly identify performance bottleneck,

12345678910>>...26