Home
last modified time | relevance | path

Searched refs:name (Results 8326 - 8350 of 17936) sorted by relevance

1...<<331332333334335336337338339340>>...718

/third_party/ltp/testcases/cve/
H A Dmeltdown.c272 find_kernel_symbol(const char *name) in find_kernel_symbol() argument
278 addr = find_symbol_in_file("/proc/kallsyms", name); in find_kernel_symbol()
285 addr = find_symbol_in_file(systemmap, name); in find_kernel_symbol()
H A Dcve-2015-3290.c339 const char *name; in child_thread() member
344 .name = "hw instructions", in child_thread()
349 .name = "hw cache references", in child_thread()
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c60 [0] = { .name = "test/topic0", .qos = QOS0 },
61 [1] = { .name = "test/topic1", .qos = QOS1 },
301 .name = "mqtt",
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-session.c33 /* name is overallocated here */
54 __lws_tls_session_lookup_by_name(struct lws_vhost *vh, const char *name) in __lws_tls_session_lookup_by_name() argument
61 if (!strcmp(name, ts_name)) in __lws_tls_session_lookup_by_name()
256 wsi->lc.gutag, disposition, buf, vh->name, in lws_tls_session_new_mbedtls()
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DincludeTest.c283 char name[50]; in test_sunrpc_svc() local
297 hash_str(name, bits); in test_sunrpc_svc()
298 hash_mem(name, bits, bits2); in test_sunrpc_svc()
/third_party/node/lib/internal/crypto/
H A Dsig.js107 function getIntOption(name, options) {
108 const value = options[name];
113 throw new ERR_INVALID_ARG_VALUE(`options.${name}`, value);
/third_party/node/lib/internal/process/
H A Dpromises.js174 warning.name = 'PromiseRejectionHandledWarning';
315 function getErrorWithoutStack(name, message) {
322 ObjectDefineProperty(err, 'name', {
324 value: name,
/third_party/node/lib/internal/streams/
H A Dduplexify.js60 module.exports = function duplexify(body, name) {
135 'Iterable, AsyncIterable or AsyncFunction', name, value);
200 name,
/third_party/node/lib/
H A Dos.js283 const name = data[i];
296 const existing = result[name];
300 result[name] = [entry];
/third_party/node/test/parallel/
H A Dtest-child-process-spawnsync-validation-errors.js9 const invalidArgTypeError = { code: 'ERR_INVALID_ARG_TYPE', name: 'TypeError' };
10 const invalidRangeError = { code: 'ERR_OUT_OF_RANGE', name: 'RangeError' };
188 const unknownSignalErr = { code: 'ERR_UNKNOWN_SIGNAL', name: 'TypeError' }; property
H A Dtest-crypto-scrypt.js246 function testParameter(name, value) {
251 get [name]() {
260 get [name]() {
/third_party/node/src/quic/
H A Dtransportparams.cc39 #define SET(name) \ in From()
40 SetOption<TransportParams::Options, &TransportParams::Options::name>( \ in From()
41 env, &options, params, state.name##_string()) in From()
/third_party/node/tools/
H A Djs2c.py14 # * Neither the name of Google Inc. nor the names of its
124 name = NormalizeFileName(filename)
125 slug = SLUGGER_RE.sub('_', name)
128 initializer = INITIALIZER.format(name, var, size)
/third_party/node/deps/icu-small/source/common/unicode/
H A Duloc.h111 * name of the country suitable for displaying to the user. Similarly,
112 * you can use <code>uloc_getDisplayLanguage</code> to get the name of
116 * that takes a locale as an argument and displays the name or country in
473 * Gets the full name for the specified locale.
480 * @param localeID the locale to get the full name with
481 * @param name fill in buffer for the name without keywords.
483 * @param err error information if retrieving the full name failed
484 * @return the actual buffer size needed for the full name. If it's greater
485 * than nameCapacity, the returned full name wil
[all...]
/third_party/ninja/src/
H A Ddyndep_parser.cc78 string name; in ParseDyndepVersion() local
80 if (!ParseLet(&name, &let_value, err)) in ParseDyndepVersion()
82 if (name != "ninja_dyndep_version") { in ParseDyndepVersion()
98 return lexer_.Error("expected variable name", err); in ParseLet()
160 return lexer_.Error("expected build command name 'dyndep'", err); in ParseEdge()
H A Dstate.cc75 assert(LookupPool(pool->name()) == NULL); in AddPool()
76 pools_[pool->name()] = pool; in AddPool()
210 if (!it->second->name().empty()) { in Dump()
/third_party/node/deps/brotli/c/include/brotli/
H A Dport.h253 #define BROTLI_ARRAY_PARAM(name) (name)
255 #define BROTLI_ARRAY_PARAM(name)
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h191 const char *name; member
237 const char *name; member
392 void *(*bo_alloc)(void *bufmgr, const char *name, uint64_t size);
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_driver.cc106 selected_query->symbol_name, selected_query->name); in init_perfcnt()
111 group.name = selected_query->symbol_name; in init_perfcnt()
119 counter_desc.name = counter.symbol_name; in init_perfcnt()
/third_party/node/deps/npm/node_modules/function-bind/test/
H A Dindex.js102 this.name = x || 'A';
182 var expected = { name: 'Correct' };
186 }, { name: 'Incorrect' })
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dalphaindex.h128 * // and that has a name.
134 * index->addRecord(item->name(), item, status);
176 * <li>When the client has a new name, it sends that name to the server.
181 * int32_t bucketIndex = index.getBucketIndex(name, status);
183 * int32_t skLength = collator.getSortKey(name, sk, skCapacity);
186 * <li>The client would put the name (and associated information) into its bucket for bucketIndex. The sort key sk is a
268 * Finds the index bucket for the given name and returns the number of that bucket.
271 * @param name the string to be sorted into an index bucket
274 * @return the bucket number for the name
[all...]
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
H A Dindex.js111 for (const name of Object.keys(headers)) {
112 payload += `${name}: ${headers[name]}\r\n`;
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_dispatch.c37 #define get_input_field(b, name) \
39 1, sizeof(((struct pan_indirect_dispatch_info *)0)->name) * 8, \
41 .base = offsetof(struct pan_indirect_dispatch_info, name))
/third_party/node/deps/npm/test/lib/commands/
H A Dhelp.js15 for (const name of pages) {
16 man[`man${num}`][`${name}.${section}`] = `.TH "${name.toUpperCase()}" "${num}"`
17 sectionPages.push(name.replace(/^npm-/, ''))
26 // man directory name is hardcoded in the command
/third_party/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h128 * // and that has a name.
134 * index->addRecord(item->name(), item, status);
176 * <li>When the client has a new name, it sends that name to the server.
181 * int32_t bucketIndex = index.getBucketIndex(name, status);
183 * int32_t skLength = collator.getSortKey(name, sk, skCapacity);
186 * <li>The client would put the name (and associated information) into its bucket for bucketIndex. The sort key sk is a
268 * Finds the index bucket for the given name and returns the number of that bucket.
271 * @param name the string to be sorted into an index bucket
274 * @return the bucket number for the name
[all...]

Completed in 20 milliseconds

1...<<331332333334335336337338339340>>...718