Home
last modified time | relevance | path

Searched defs:er (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/node/test/parallel/
Dtest-fs-truncate.js79 fs.writeFile(filename, data, function(er) { argument
81 fs.stat(filename, function(er, stat) { argument
85 fs.truncate(filename, 1024, function(er) { argument
87 fs.stat(filename, function(er, stat) { argument
91 fs.truncate(filename, function(er) { argument
93 fs.stat(filename, function(er, stat) { argument
106 fs.writeFile(filename, data, function(er) { argument
108 fs.stat(filename, function(er, stat) { argument
112 fs.open(filename, 'w', function(er, fd) { argument
114 fs.ftruncate(fd, 1024, function(er) { argument
[all …]
Dtest-domain-implicit-fs.js33 d.on('error', common.mustCall(function(er) { argument
56 fs.open('this file does not exist', 'r', function(er) { argument
/third_party/node/test/sequential/
Dtest-deprecation-flags.js43 execFile(node, normal, function(er, stdout, stderr) { argument
51 execFile(node, noDep, function(er, stdout, stderr) { argument
59 execFile(node, traceDep, function(er, stdout, stderr) { argument
70 execFile(node, [depUserlandFunction], function(er, stdout, stderr) { argument
78 execFile(node, [depUserlandClass], function(er, stdout, stderr) { argument
84 execFile(node, [depUserlandSubClass], function(er, stdout, stderr) { argument
Dtest-process-warnings.js16 execFile(node, normal, function(er, stdout, stderr) { argument
23 execFile(node, noWarn, function(er, stdout, stderr) { argument
30 execFile(node, traceWarn, function(er, stdout, stderr) { argument
Dtest-http-keepalive-maxsockets.js44 makeReqs(10, function(er) { argument
52 makeReqs(10, function(er) { argument
76 function then(er) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx() local
127 void wps_er_send_ssdp_msearch(struct wps_er *er) in wps_er_send_ssdp_msearch()
159 int wps_er_ssdp_init(struct wps_er *er) in wps_er_ssdp_init()
195 void wps_er_ssdp_deinit(struct wps_er *er) in wps_er_ssdp_deinit()
Dwps_er.c99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, in wps_er_ap_get()
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) in wps_er_ap_get_id()
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed()
221 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe()
278 static struct wps_er_ap_settings * wps_er_ap_get_settings(struct wps_er *er, in wps_er_ap_get_settings()
289 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) in wps_er_ap_cache_settings()
313 static int wps_er_ap_use_cached_settings(struct wps_er *er, in wps_er_ap_use_cached_settings()
334 static void wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_remove_entry()
359 struct wps_er *er = eloop_data; in wps_er_ap_timeout() local
637 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx() local
127 void wps_er_send_ssdp_msearch(struct wps_er *er) in wps_er_send_ssdp_msearch()
159 int wps_er_ssdp_init(struct wps_er *er) in wps_er_ssdp_init()
195 void wps_er_ssdp_deinit(struct wps_er *er) in wps_er_ssdp_deinit()
Dwps_er.c99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, in wps_er_ap_get()
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) in wps_er_ap_get_id()
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed()
221 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe()
278 static struct wps_er_ap_settings * wps_er_ap_get_settings(struct wps_er *er, in wps_er_ap_get_settings()
289 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) in wps_er_ap_cache_settings()
313 static int wps_er_ap_use_cached_settings(struct wps_er *er, in wps_er_ap_use_cached_settings()
334 static void wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_remove_entry()
359 struct wps_er *er = eloop_data; in wps_er_ap_timeout() local
637 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add()
[all …]
/third_party/node/deps/npm/node_modules/isexe/test/
Dbasic.js54 isexe(noent).catch(function (er) { argument
142 isexe(meow, function (er, is) { argument
150 isexe(meow, options, function (er, is) { argument
161 isexe(mine, options, function (er, is) { argument
171 isexe(ours, options, function (er, is) { argument
182 isexe(fail, options, function (er, is) { argument
193 isexe(noent, options, function (er, is) { argument
201 isexe(noent, optionsIgnore, function (er, is) { argument
211 isexe(__dirname, options, function (er, is) { argument
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js102 fs$rename(from, to, function CB (er) { argument
133 callback = function (er, _, __) { argument
211 fs.open(path, constants.O_SYMLINK, function (er, fd) { argument
216 fs.futimes(fd, at, mt, function (er) { argument
252 return orig.call(fs, target, mode, function (er) { argument
274 return orig.call(fs, target, uid, gid, function (er) { argument
301 function callback (er, stats) { argument
340 function chownErOk (er) { argument
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/
Dindex.js15 const done = (er, bw) => cb(er, bw, iovec) argument
93 [_onopen] (er, fd) { argument
119 [_onread] (er, br, buf) { argument
135 [_onerror] (er) { argument
264 [_onerror] (er) { argument
275 [_onopen] (er, fd) { argument
328 [_onwrite] (er, bw) { argument
/third_party/node/deps/npm/node_modules/bin-links/lib/
Dcheck-bin.js23 const handleReadLinkError = async ({ er, target }) => property
29 .catch(er => handleReadLinkError({ er, target })) property
42 const handleReadCmdShimError = ({ er, target }) => property
60 .catch(er => handleReadCmdShimError({ er, target: shim })) property
Dshim-bin.js3 const throwNonEnoent = er => { argument
27 const handleReadCmdShimError = ({ er, from, to }) => property
71 }, er => handleReadCmdShimError({ er, from, to })) property
/third_party/node/deps/npm/node_modules/fs-minipass/lib/
Dindex.js86 [_onopen] (er, fd) { argument
113 [_onread] (er, br, buf) { argument
130 [_onerror] (er) { argument
271 [_onerror] (er) { argument
282 [_onopen] (er, fd) { argument
340 [_onwrite] (er, bw) { argument
/third_party/node/tools/msvs/msi/
Dcustom_actions.cc14 UINT er = ERROR_SUCCESS; in SetInstallScope() local
83 UINT er = ERROR_SUCCESS; in BroadcastEnvironmentUpdate() local
105 UINT er = ERROR_SUCCESS; in GetLocalizedUserNames() local
/third_party/node/deps/npm/node_modules/which/node_modules/isexe/dist/mjs/
Dwin32.js19 const er = e; constant
35 const er = e; constant
Dposix.js19 const er = e; constant
35 const er = e; constant
/third_party/node/deps/npm/node_modules/isexe/
Dindex.js24 isexe(path, options || {}, function (er, is) { argument
34 core(path, options || {}, function (er, is) { argument
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Ddep-valid.js38 const er = new Error('Invalid dependency specifier') constant
108 const er = new Error('Unsupported dependency type') constant
/third_party/node/deps/npm/node_modules/which/node_modules/isexe/dist/cjs/
Dwin32.js22 const er = e; constant
39 const er = e; constant
/third_party/ffmpeg/libavcodec/
Dmpeg_er.c48 ERContext *er = &s->er; in ff_mpeg_er_frame_start() local
102 ERContext *er = &s->er; in ff_mpeg_er_init() local
/third_party/node/deps/npm/node_modules/read-package-json/lib/
Dread-json.js49 fs.readFile(file, 'utf8', function (er, d) { argument
84 function parseJson (file, er, d, log, strict, cb) { argument
132 function indexjs (file, er, log, strict, cb) { argument
179 function then (er) { argument
261 fs.readFile(af, 'utf8', function (er, ad) { argument
319 fs.readFile(rm, 'utf8', function (er, rmData) { argument
399 fs.readFile(head, 'utf8', function (er, headData) { argument
418 fs.readFile(headFile, 'utf8', function (er, headData) { argument
/third_party/node/deps/npm/node_modules/read-cmd-shim/lib/
Dindex.js40 er = new Error() variable
52 const er = new Error() constant
/third_party/node/benchmark/fs/
Dreadfile-partitioned.js57 function afterRead(er, data) { argument
79 function afterZip(er, data) { argument

12345