/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ByteStringTest.java | 682 "We must get the same hashcodes for composite and literal substrings", in testCompositeSubstring() 752 assertTrue("We must get the same characters by iterating", stillEqual); in testConcat_empty() 768 // configuration, we always get a (possibly Bounded) LiteralByteString in testConcat_empty() 882 Object byteArrayCopier = field.get(null); in testByteArrayCopier()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 100 'descriptors is going to go away. Please use get/find descriptors from ' 833 return self.methods_by_name.get(name, None) 1050 syntax: The syntax/semantics that should be used. Set to "proto3" to get
|
/third_party/python/Lib/ |
H A D | pprint.py | 178 p = self._dispatch.get(type(object).__repr__, None)
|
/third_party/python/Lib/test/ |
H A D | test_launcher.py | 258 local_appdata = os.environ.get("LOCALAPPDATA") 614 # Expect this to fail, but should get oldStyleTag flipped on 648 # The recursive search is ignored and we get normal "py" behavior
|
H A D | test_site.py | 395 self.imported_module = sys.modules.get(self.imported)
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAdapter.cpp | 236 if (auto animator = TextAnimator::Make(janimator, abuilder, adapter.get())) { in Make()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 87 /// * Type of the value that you are going to get. 95 fn get(&self, fd: RawFd) -> Result<$ty> { in get() functions 140 /// * `$ty:ty`: type of the value that will be get/set. 444 /// Set or get the broadcast flag. 469 /// Set or get the don't route flag.
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 961 parent->AddNestedLoop(loop.get()); in PostModificationCleanup()
|
H A D | merge_return_pass.cpp | 862 function->entry().get(), in HasNontrivialUnreachableBlocks()
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | gen-implicit-conversions.py | 791 value = conversions.get(key, [])
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 825 createImageCountTests(formatGroup.get(), testCtx, allocationKind, pipelineConstructionType, samplingType, imageViewType, format); in createImageFormatTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 287 vk.cmdExecuteCommands(*cmdBuffer, 1u, &secondaryCmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 389 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglBufferAgeTests.cpp | 251 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations"); in GLES2Renderer() 681 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
H A D | teglPartialUpdateTests.cpp | 239 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations"); in GLES2Renderer() 633 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
H A D | teglSwapBuffersWithDamageTests.cpp | 181 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations"); in GLES2Renderer() 730 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.cpp | 883 Buffer *buffer = binding.get();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 207 dumpExampleDependence(OS, info.get()); in print() 1225 // maybe we can get a useful direction in strongSIVtest() 1680 // we get 1790 // we get 2224 // We need to find what we've got and get organized in testRDIV() 3423 MemoryLocation::get(Dst), in depends() 3424 MemoryLocation::get(Src))) { in depends() 3839 MemoryLocation::get(Dst), in getSplitIteration() 3840 MemoryLocation::get(Src)) == MustAlias); in getSplitIteration()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 97 // data_.get() + alloc_size -> 108 // data_.get() -> | 121 const char* data_start = data_.get(); in IsAccessInGuardRegion() 148 void* data = a.data_.get(); in Allocate() 327 return search->second.get(); in FindBranchInterception() 2958 return function(std::get<I>(arguments)...); 3151 return debugger_.get(); 5281 // True if the debugger is enabled and might get entered.
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 1038 tcu::Vec4 attr = m_defaultAttrib.get<float>(); in bindAttribute() 1052 tcu::IVec4 attr = m_defaultAttrib.get<deInt32>(); in bindAttribute() 1058 tcu::UVec4 attr = m_defaultAttrib.get<deUint32>(); in bindAttribute() 3303 m_glArrayPack->render(spec.primitive, spec.drawMethod, 0, (int)primitiveElementCount, spec.indexType, indexPointer, spec.indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, colorScale, glArray.get()); in iterate() 3304 m_rrArrayPack->render(spec.primitive, spec.drawMethod, 0, (int)primitiveElementCount, spec.indexType, indexPointer, spec.indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, colorScale, rrArray.get()); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.c | 45 /* Writer function (i.e., to get the variable in text format from 2994 * This function can be used to get list of all configured network properties. 3058 * This function can be used to get network configuration variables. The 3098 * This function can be used to get network configuration variable like 4164 int (*get)(const char *name, struct wpa_config *config, long offset, member 4898 if (!field->get) in wpa_config_dump_values() 4901 tmp = field->get(field->name, config, (long) field->param1, in wpa_config_dump_values() 4923 if (!field->get) in wpa_config_get_value() 4925 return field->get(name, config, (long) field->param1, in wpa_config_get_value()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.c | 46 /* Writer function (i.e., to get the variable in text format from 3418 * This function can be used to get list of all configured network properties. 3482 * This function can be used to get network configuration variables. The 3522 * This function can be used to get network configuration variable like 4651 int (*get)(const char *name, struct wpa_config *config, long offset, member 5470 if (!field->get) in wpa_config_dump_values() 5473 tmp = field->get(field->name, config, (long) field->param1, in wpa_config_dump_values() 5495 if (!field->get) in wpa_config_get_value() 5497 return field->get(name, config, (long) field->param1, in wpa_config_get_value()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_neon.S | 536 @ Transpose the 8x8 pixels, taking advantage of q registers, to get 757 @ If we did the flat8out part, we get the output in 853 @ of this, to get one column per register. This could be done with two
|
/third_party/backends/backend/ |
H A D | snapscan.c | 1178 status = pss->preadersrc->get(pss->preadersrc, wbuf, &ndata); in reader() 1829 status = pss->psrc->get(pss->psrc, buf, plen); in sane_read() 2382 * be incorporated into the RGBRouter to get trilinear CCD SnapScan
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 460 typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC) (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get); 462 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
|