Home
last modified time | relevance | path

Searched refs:get (Results 9026 - 9050 of 9421) sorted by relevance

1...<<361362363364365366367368369370>>...377

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java682 "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 Ddescriptor.py100 '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 Dpprint.py178 p = self._dispatch.get(type(object).__repr__, None)
/third_party/python/Lib/test/
H A Dtest_launcher.py258 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 Dtest_site.py395 self.imported_module = sys.modules.get(self.imported)
/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp236 if (auto animator = TextAnimator::Make(janimator, abuilder, adapter.get())) { in Make()
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs87 /// * 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 Dloop_descriptor.cpp961 parent->AddNestedLoop(loop.get()); in PostModificationCleanup()
H A Dmerge_return_pass.cpp862 function->entry().get(), in HasNontrivialUnreachableBlocks()
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgen-implicit-conversions.py791 value = conversions.get(key, [])
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp825 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 DvktProtectedMemFillUpdateCopyBufferTests.cpp287 vk.cmdExecuteCommands(*cmdBuffer, 1u, &secondaryCmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp389 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait()
/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp251 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 DteglPartialUpdateTests.cpp239 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 DteglSwapBuffersWithDamageTests.cpp181 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 Dangletypes.cpp883 Buffer *buffer = binding.get();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp207 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 Dsimulator-aarch64.h97 // 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 DglsDrawTest.cpp1038 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 Dconfig.c45 /* 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 Dconfig.c46 /* 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 Dvp9lpf_neon.S536 @ 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 Dsnapscan.c1178 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 Deglext.h460 typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC) (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
462 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);

Completed in 68 milliseconds

1...<<361362363364365366367368369370>>...377