Home
last modified time | relevance | path

Searched refs:name (Results 5476 - 5500 of 18871) sorted by relevance

1...<<211212213214215216217218219220>>...755

/third_party/node/deps/v8/include/v8-include/
H A Dv8-callbacks.h99 // Source file name.
114 struct name_t name; member
210 using CounterLookupCallback = int* (*)(const char* name);
212 using CreateHistogramCallback = void* (*)(const char* name, int min, int max,
234 using LogEventCallback = void (*)(const char* name,
324 const char* name);
342 * The specifier is the name of the module that should be imported.
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.h104 void RecordRegisterSavedToStack(Register name, int offset) { in RecordRegisterSavedToStack() argument
105 RecordRegisterSavedToStack(RegisterToDwarfCode(name), offset); in RecordRegisterSavedToStack()
113 void RecordRegisterNotModified(Register name);
117 void RecordRegisterFollowsInitialRule(Register name);
197 static int RegisterToDwarfCode(Register name);
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h51 AllocationNode(AllocationNode* parent, const char* name, int script_id, in AllocationNode() argument
56 name_(name), in AllocationNode()
72 const char* name) { in function_id()
74 // Use function name pointer as an id. Names derived from VM state in function_id()
78 return reinterpret_cast<intptr_t>(name) | 1; in function_id()
165 AllocationNode* FindOrAddChildNode(AllocationNode* parent, const char* name,
71 function_id(int script_id, int start_position, const char* name) function_id() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c109 .name = _name, .query_type = _query_type, \
170 info->name = g->name; in fd_get_driver_query_group_info()
241 info->name = c->name; in setup_perfcntr_query_info()
/third_party/mindspore/test/unittest/
H A Dnnrt_delegate_unit_test.cpp30 * @tc.name: Nnrt_Test
49 auto name = OH_AI_GetNameFromNNRTDeviceDesc(desc); in HWTEST() local
51 std::cout << "NNRT device: id = " << id << ", name: " << name << ", type:" << type << std::endl; in HWTEST()
59 * @tc.name: Nnrt_CreateNnrtDevice
75 auto name = OH_AI_GetNameFromNNRTDeviceDesc(desc); in HWTEST() local
77 std::cout << "NNRT device: id = " << id << ", name = " << name << ", type = " << type << std::endl; in HWTEST()
79 // create by name in HWTEST()
80 auto nnrtDeviceInfo = OH_AI_CreateNNRTDeviceInfoByName(name); in HWTEST()
[all...]
/third_party/openssl/test/
H A Docspapitest.c77 X509_NAME *name = X509_NAME_new(); in make_dummy_resp() local
81 if (!TEST_ptr(name) in make_dummy_resp()
84 || !TEST_true(X509_NAME_add_entry_by_NID(name, NID_commonName, in make_dummy_resp()
90 cid = OCSP_cert_id_new(EVP_sha256(), name, key, serial); in make_dummy_resp()
108 X509_NAME_free(name); in make_dummy_resp()
/third_party/python/Lib/lib2to3/
H A Dpatcomp.py99 name = None
102 name = nodes[0].value
134 if name is not None:
135 pattern.name = name
/third_party/pulseaudio/src/pulse/
H A Dstream.h306 typedef void (*pa_stream_event_cb_t)(pa_stream *p, const char *name, pa_proplist *pl, void *userdata);
308 /** Create a new, unconnected stream with the specified name and
313 const char *name /**< A name for this stream */,
317 /** Create a new, unconnected stream with the specified name and
322 const char *name /**< A name for this stream */,
327 /** Create a new, unconnected stream with the specified name, the set of formats
333 const char *name /**< A name fo
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemShaderTimeoutTests.cpp52 ShaderTimeoutCase(tcu::TestContext& testCtx, const std::string& name, deUint32 iterations) : TestCase(testCtx, name), m_iterations(iterations) {} in ShaderTimeoutCase() argument
230 std::stringstream name; in createShaderTimeoutTests() local
231 name << "compute_" << iterations << "x" << iterations; in createShaderTimeoutTests()
232 timeoutGroup->addChild(new ShaderTimeoutCase(testCtx, name.str(), iterations)); in createShaderTimeoutTests()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.hpp137 TestCaseBase(Context& context, const ExtParameters& extParam, const char* name, const char* description);
151 std::string getGLSLExtDirective(ExtensionType type, ExtensionName name, ExtensionBehavior behavior);
264 TestCaseGroupBase(Context& context, const ExtParameters& extParam, const char* name, const char* description);
280 inline TestCaseGroupBase::TestCaseGroupBase(Context& context, const ExtParameters& extParams, const char* name, in TestCaseGroupBase() argument
282 : tcu::TestCaseGroup(context.getTestContext(), name, description), m_context(context), m_extParams(extParams) in TestCaseGroupBase()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.hpp55 GeometryShaderRendering(Context& context, const ExtParameters& extParams, const char* name,
122 GeometryShaderRenderingCase(Context& Context, const ExtParameters& extParams, const char* name,
249 GeometryShaderRenderingPointsCase(Context& context, const ExtParameters& extParams, const char* name,
343 GeometryShaderRenderingLinesCase(Context& context, const ExtParameters& extParams, const char* name,
499 GeometryShaderRenderingTrianglesCase(Context& context, const ExtParameters& extParams, const char* name,
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/
H A DCaptureReplayTests.cpp53 if (!mOSWindow->initialize(traceInfo.name, traceInfo.drawSurfaceWidth, in initializeTest()
107 mTraceLibrary.reset(new angle::TraceLibrary(traceInfo.name)); in initializeTest()
110 std::cout << "Failed to load trace library: " << traceInfo.name << "\n"; in initializeTest()
163 replayName << exeDir << angle::GetPathSeparator() << traceInfo.name in runTest()
170 captureName << exeDir << angle::GetPathSeparator() << traceInfo.name in runTest()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendIntegerTest.cpp26 void compareValue(const T *value, const char *name, GLenum attachment) in compareValue() argument
36 << " " << name << "[0]=" << value[0] << " pixel[0]=" << pixel[0] << std::endl in compareValue()
37 << " " << name << "[1]=" << value[1] << " pixel[1]=" << pixel[1] << std::endl in compareValue()
38 << " " << name << "[2]=" << value[2] << " pixel[2]=" << pixel[2] << std::endl in compareValue()
39 << " " << name << "[3]=" << value[3] << " pixel[3]=" << pixel[3]; in compareValue()
/third_party/skia/third_party/externals/jinja2/
H A Dbccache.py143 def get_cache_key(self, name, filename=None):
144 """Returns the unique hash key for this template name."""
145 hash = sha1(name.encode("utf-8"))
157 def get_bucket(self, environment, name, filename, source):
161 key = self.get_cache_key(name, filename)
207 if os.name == "nt":
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-ucd-table.py79 name = m.group(1) variable
84 sc_array.append(name)
151 for name,data,default,mapping in datasets:
153 logging.info(' Dataset=%-8s FullCost=%d' % (name, sol.fullCost))
154 sol.genCode(code, name)
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_function_header_test.cc29 EXPECT_EQ(f->name, "main"); in TEST_F()
42 EXPECT_EQ(f->name, "main"); in TEST_F()
55 EXPECT_EQ(f->name, "main"); in TEST_F()
71 EXPECT_EQ(f->name, "main"); in TEST_F()
85 EXPECT_EQ(f->name, "main"); in TEST_F()
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk68 # FTMODULE_H, as its name suggests, indicates where the FreeType module
251 -o -name .gitattributes \
252 -o -name .gitignore \
253 -o -name .gitlab-ci.yml \
254 -o -name .gitmodules \
255 -o -name .mailmap \
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DExtensionRegistryFactoryTest.java15 // * Neither the name of Google Inc. nor the names of its
268 public Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException { in getLiteOnlyClassLoader()
269 if (classNamesNotInLite.contains(name)) { in getLiteOnlyClassLoader()
274 loadedClass = findLoadedClass(name); in getLiteOnlyClassLoader()
276 loadedClass = findClass(name); in getLiteOnlyClassLoader()
285 loadedClass = super.loadClass(name, resolve); in getLiteOnlyClassLoader()
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py79 def find_spec(self, name, path=None, target=None):
94 def find_spec(self, name, path=None, target=None):
206 for name, contents in circular_imports_modules.items():
208 with open(os.path.join(TESTFN, name + ".py"), "wb") as f:
210 self.addCleanup(forget, name)
H A Dfixtures.py256 for name, contents in file_defs.items():
257 full_name = prefix / name
281 def find_module(self, name):
292 assert file.name.startswith('example'), file.name
/third_party/skia/experimental/sktext/samples/
H A DText.cpp28 SkString name() override { return SkString("TextSample_HelloWorld"); }
44 SkString name() override { return SkString("TextSample_Align_Dir"); }
126 SkString name() override { return SkString("TextSample_LongLTR"); }
144 SkString name() override { return SkString("TextSample_LongRTL"); }
171 SkString name() override { return SkString("TextSample_LongRTL"); }
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dios.py118 def step(self, name, cmd, **kwargs):
125 self.m.run(self.m.step, name, cmd=['idevicedebug', 'run'] + args)
129 self.m.run(self.m.python, '%s with full debug output' % name,
138 name = '%s %s' % (script, first),
163 name = 'cat_file %s' % path,
/third_party/rust/crates/nix/src/
H A Dmqueue.rs53 /// queue name exists.
145 name: &CStr, in mq_open()
153 name.as_ptr(), in mq_open()
159 None => unsafe { libc::mq_open(name.as_ptr(), oflag.bits()) }, in mq_open()
167 pub fn mq_unlink(name: &CStr) -> Result<()> { in mq_unlink()
168 let res = unsafe { libc::mq_unlink(name.as_ptr()) }; in mq_unlink()
/third_party/selinux/libselinux/src/
H A Dmapping.c56 while (map[i].name) in selinux_set_mapping()
66 while (map[j].name) { in selinux_set_mapping()
70 p_out->value = string_to_security_class(p_in->name); in selinux_set_mapping()
74 p_in->name); in selinux_set_mapping()
94 p_in->perms[k], p_in->name); in selinux_set_mapping()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDiscardTests.cpp55 ShaderDiscardCase (Context& context, const char* name, const char* description, const char* shaderSource, ShaderEvalFunc evalFunc, bool usesTexture);
68 ShaderDiscardCase::ShaderDiscardCase (Context& context, const char* name, const char* description, const char* shaderSource, ShaderEvalFunc evalFunc, bool usesTexture) in ShaderDiscardCase() argument
69 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, false, evalFunc) in ShaderDiscardCase()
349 string name = string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase() local
352 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == DISCARDMODE_TEXTURE); in makeDiscardCase()

Completed in 17 milliseconds

1...<<211212213214215216217218219220>>...755