/third_party/libdrm/tests/nouveau/ |
H A D | threaded.c | 113 printf(" Name: %s\n", version->name); in main()
|
/third_party/libdrm/tests/radeon/ |
H A D | rbo.c | 57 open_arg.name = handle; in rbo()
|
/third_party/libinput/test/ |
H A D | litest-device-atmel-hover.c | 129 .name = "Atmel maXTouch Touchpad",
|
H A D | litest-device-bcm5974.c | 124 .name = "bcm5974",
|
H A D | litest-device-alps-semi-mt.c | 111 .name = "AlpsPS/2 ALPS GlidePoint",
|
H A D | litest-device-wacom-calibrated-tablet.c | 132 .name = "Wacom MultiTouch Sensor Pen",
|
H A D | litest-device-wacom-bamboo-2fg-pen.c | 109 .name = "Wacom Bamboo 2FG 4x5 Pen",
|
H A D | litest-device-wacom-bamboo-16fg-pen.c | 109 .name = "Wacom Bamboo 16FG 4x5 Pen",
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | dominate.c | 135 printf("%s's IDF:\n", show_ident(ep->name->ident)); in idf_dump()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-scopes.h | 87 // Similar to JSFunction::GetName return the function's name or it's inferred 88 // name. 144 using Visitor = std::function<bool(Handle<String> name, Handle<Object> value,
|
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference-encoder.cc | 93 return isolate->external_reference_table()->name(value.index()); in NameOfAddress()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | basic-block-profiler.h | 42 void SetFunctionName(std::unique_ptr<char[]> name);
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic-stats.cc | 62 Object script_name_raw = script.name(); in GetOrCacheScriptName() 79 // Lookup the function name or add a null unique_ptr if no entry exists. in GetOrCacheFunctionName() 83 // Update the map entry with the actual debug name. in GetOrCacheFunctionName()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-array.h | 69 Isolate* isolate, Handle<JSArray> o, Handle<Object> name,
|
H A D | map-updater.h | 162 // Returns name of a |descriptor| property. 198 Handle<Name> name,
|
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.h | 103 const char* name; member
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.h | 152 Log::MessageBuilder& Log::MessageBuilder::operator<<<Name>(Name name);
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_gem.c | 146 .name = I915_CONTEXT_CREATE_EXT_SETPARAM, in intel_gem_create_context_engines()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device_features.py | 67 ${f.name} supported_${f.name} = { .pNext = NULL }; 75 supported = (VkBaseOutStructure *) &supported_${f.name}; 124 ${f.name} *a = &supported_${f.name}; 125 ${f.name} *b = (${f.name} *) feat; 129 "%s.%s not supported", "${f.name}", "${flag}"); 143 Feature = namedtuple('Feature', 'name vk_type vk_flags') 147 if _type.attrib.get('name') ! [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_device.h | 155 /* Marketing name for the GPU, used as the GL_RENDERER */ 156 const char *name; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_cull.c | 148 cull->stage.name = "cull"; in draw_cull_stage()
|
/third_party/musl/include/ |
H A D | resolv.h | 72 char *name; member
|
/third_party/mesa3d/src/gbm/main/ |
H A D | gbm_backend_abi.h | 106 const char *name; member
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler.h | 141 const char *name; /* Name of the pass. */ member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_chipset.c | 41 "Xorg", /* (alternative name) */ in r300_apply_hyperz_blacklist() 69 #define CHIPSET(pci_id, name, chipfamily) \ in r300_parse_chipset()
|