Home
last modified time | relevance | path

Searched refs:includes (Results 1 - 25 of 320) sorted by relevance

12345678910>>...13

/third_party/jerryscript/tests/jerry/es2015/
H A Dstring-prototype-includes.js16 assert (x.includes ("Moggle"));
17 assert (x.includes ("Moggle Mog", 3));
18 assert (x.includes (""));
19 assert (x.includes ([]));
22 assert (y.includes ("Dragon") === false);
23 assert (y.includes ("Rage", 11) === false);
24 assert (y.includes ("Final", "Fantasy") === false);
25 assert (y.includes ("Hydaelyn", 30) === false);
26 assert (y.includes (undefined) === false);
28 assert(String.prototype.includes
[all...]
/third_party/typescript/tests/baselines/reference/
H A DstringIncludes.js2 var includes: boolean; variable
3 includes = "abcde".includes("cd");
4 includes = "abcde".includes("cd", 2);
7 var includes; variable
8 includes = "abcde".includes("cd");
9 includes = "abcde".includes("c
[all...]
/third_party/node/test/parallel/
H A Dtest-repl-tab-complete.js86 assert(data[0].includes('console?.log'));
247 assert.ok(data[0].includes('globalThis'));
278 data[0].includes(lib) && data[0].includes(`node:${lib}`),
283 assert(!builtinModules.includes(newModule));
287 assert(modules.includes(newModule));
355 assert.ok(data[0].includes('./'));
356 assert.ok(data[0].includes('../'));
373 assert.ok(data[0].includes('./test-repl-tab-complete'));
384 assert.ok(data[0].includes('
[all...]
H A Dtest-crypto.js122 assert(crypto.getCiphers().includes('aes-128-cbc'));
140 assert(tls.getCiphers().includes('aes256-sha'));
141 assert(tls.getCiphers().includes('tls_aes_128_ccm_8_sha256'));
149 assert(crypto.getHashes().includes('sha1'));
150 assert(crypto.getHashes().includes('sha256'));
151 assert(!crypto.getHashes().includes('SHA1'));
152 assert(!crypto.getHashes().includes('SHA256'));
153 assert(crypto.getHashes().includes('RSA-SHA1'));
154 assert(!crypto.getHashes().includes('rsa-sha1'));
162 assert(crypto.getCurves().includes('secp384r
[all...]
H A Dtest-http2-socket-proxy.js41 assert(inspectedTimeout.includes(' _idlePrev: [TimersList]'));
42 assert(inspectedTimeout.includes(' _idleNext: [TimersList]'));
43 assert(!inspectedTimeout.includes(' _idleNext: [TimersList]'));
46 assert(inspectedTimeout.includes(' _idlePrev: [TimersList]'));
47 assert(inspectedTimeout.includes(' _idleNext: [TimersList]'));
48 assert(!inspectedTimeout.includes(' _idleNext: [TimersList]'));
51 assert(inspectedTimersList.includes(' _idlePrev: [Timeout]'));
52 assert(inspectedTimersList.includes(' _idleNext: [Timeout]'));
53 assert(!inspectedTimersList.includes(' _idleNext: [Timeout]'));
H A Dtest-runner-coverage.js77 assert(!result.stdout.toString().includes('# start of coverage report'));
78 assert(result.stderr.toString().includes('coverage could not be collected'));
92 assert(result.stdout.toString().includes(report));
104 assert(result.stdout.toString().includes(report));
119 assert(result.stdout.toString().includes(report));
131 assert(result.stdout.toString().includes(report));
147 assert(result.stdout.toString().includes(report));
181 assert(result.stdout.toString().includes(report));
H A Dtest-cli-options-negation.js19 assert(spawnWithFlags(['--no-max-http-header-size']).stderr.toString().includes(
25 assert(spawnWithFlags(['--no-i-dont-exist']).stderr.toString().includes(
34 assert(proc.stderr.toString().includes('Buffer() is deprecated'));
38 assert(!proc.stderr.toString().includes('Buffer() is deprecated'));
H A Dtest-debugger-clear-breakpoints.js29 assert.ok(cli.output.includes(`#0 ${script}:3`));
30 assert.ok(cli.output.includes(`#1 ${script}:9`));
43 assert.ok(cli.output.includes(`#0 ${script}:9`));
48 cli.output.includes(`break in ${script}:9`),
H A Dtest-process-getactivehandles.js36 assert.ok(handles.includes(item));
41 assert.ok(handles.includes(item));
45 assert.ok(handles.includes(server));
H A Dtest-vm-global-get-own.js92 assert.ok(Object.getOwnPropertyNames(data).includes(property));
94 assert.ok(Object.getOwnPropertySymbols(data).includes(property));
103 assert.ok(!Object.getOwnPropertyNames(data).includes(property));
104 assert.ok(!Object.getOwnPropertySymbols(data).includes(property));
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js100 if (steps.includes('fixNameField') || steps.includes('normalizeData')) {
126 if (steps.includes('fixVersionField') || steps.includes('normalizeData')) {
144 if (steps.includes('_attributes')) {
154 if (steps.includes('_id')) {
163 if (steps.includes('bundledDependencies')) {
171 if (steps.includes('bundleDependencies')) {
173 if (bd === false && !steps.includes('bundleDependenciesDeleteFalse')) {
194 if (steps.includes('optionalDedup
[all...]
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb59 includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
60 includes = includes.gsub(/\\ /, ' ').gsub(/\\\"/, '"').gsub(/\\$/, '') # Remove trailing slashes (for IAR)
62 { command: command, defines: defines, options: options, includes: includes }
67 unity_include = $cfg['compiler']['includes']['prefix'] + '../../src'
68 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{unity_include} #{file} " \
82 includes
[all...]
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb42 include_dirs = $cfg['compiler']['includes']['items'].dup
48 includes = []
52 includes << m[1] unless m.nil?
54 includes
97 includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
98 includes = includes.gsub(/\\ /, ' ').gsub(/\\\"/, '"').gsub(/\\$/, '') # Remove trailing slashes (for IAR)
100 { :command => command, :defines => defines, :options => options, :includes
[all...]
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb32 include_dirs = $cfg['compiler']['includes']['items'].dup
38 includes = []
42 includes << m[1] unless m.nil?
44 includes
78 includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
79 includes = includes.gsub(/\\ /, ' ').gsub(/\\\"/, '"').gsub(/\\$/, '') # Remove trailing slashes (for IAR)
81 { command: command, defines: defines, options: options, includes
[all...]
/third_party/unity/examples/example_3/
H A Drakefile_helper.rb36 include_dirs = $cfg['compiler']['includes']['items'].dup
42 includes = []
46 includes << m[1] unless m.nil?
48 includes
81 includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
82 includes = includes.gsub(/\\ /, ' ').gsub(/\\"/, '"').gsub(/\\$/, '') # Remove trailing slashes (for IAR)
84 { command: command, defines: defines, options: options, includes
[all...]
/third_party/node/deps/undici/src/lib/cookies/
H A Dparse.js28 if (header.includes(';')) {
49 if (!nameValuePair.includes('=')) {
106 if (unparsedAttributes.includes(';')) {
129 if (cookieAv.includes('=')) {
284 if (attributeValueLowercase.includes('none')) {
290 if (attributeValueLowercase.includes('strict')) {
296 if (attributeValueLowercase.includes('lax')) {
/third_party/optimized-routines/networking/
H A DDir.mk18 networking-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))
39 $(networking-includes) \
41 all-networking: $(networking-libs) $(networking-tools) $(networking-includes)
43 $(networking-objs): $(networking-includes)
70 $(networking-includes:build/include/%=$(DESTDIR)$(includedir)/%)
/third_party/node/deps/v8/tools/
H A Dwindbg.js317 if (line.includes("deadlocks and corruption of the debuggee")) {
624 if (st.includes("all") || st.includes("old")) {
629 if (st.includes("all") || st.includes("new")) {
639 if (st.includes("all") || st.includes("map")) {
644 if (st.includes("all") || st.includes("code")) {
649 if (st.includes("al
[all...]
/third_party/node/test/internet/
H A Dtest-dns-idna2008.js32 assert.ok(err.message.includes('queryA ESERVFAIL straße.de'));
45 assert.ok(err.message.includes('queryA ESERVFAIL straße.de'));
53 assert.ok(err.message.includes('queryA ESERVFAIL straße.de'));
65 assert.ok(err.message.includes('queryA ESERVFAIL straße.de'));
/third_party/node/test/fixtures/wpt/user-timing/
H A Dsupported-usertiming-types.any.js5 assert_true(types.includes("mark"),
7 assert_true(types.includes("measure"),
23 if (PerformanceObserver.supportedEntryTypes.includes(entryType)) {
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_module.rb100 includes: {
155 includes: case (cfg[:inc])
156 when :src then (@options[:includes][:src] || []) | (pattern_traits[:inc].map { |f| format(f, module_name) })
157 when :inc then (@options[:includes][:inc] || [])
158 when :tst then (@options[:includes][:tst] || []) | (pattern_traits[:inc].map { |f| format("#{@options[:mock_prefix]}#{f}", module_name) })
211 file[:includes].map { |ff| "#include \"#{ff}\"\n" }.join,
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_packed_gl_enums.py21 'includes': '#include <angle_gl.h>',
28 'includes': '#include <EGL/egl.h>\n#include <EGL/eglext.h>',
35 'includes': '#include <angle_cl.h>\ntypedef cl_uint CLenum;',
85 {includes}
117 def write_header(enums, path_prefix, file_name, data_source_name, includes, namespace,
139 includes=includes,
269 includes = generator['includes']
273 write_header(enums, path_prefix, output_file + '_autogen.h', json_file, includes,
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcompile_commands_json.py73 includes = ["-I" + resolve(s) for s in include_dirs]
76 includes = gyp.common.EncodePOSIXShellList(includes)
90 includes,
/third_party/node/benchmark/
H A D_cli.js48 if (settings.boolArgs && settings.boolArgs.includes(currentOptional)) {
58 if (settings.arrayArgs.includes(currentOptional)) {
68 } else if (['both', 'item'].includes(mode)) {
90 if (this.items.includes('all')) {
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcompile_commands_json.py73 includes = ["-I" + resolve(s) for s in include_dirs]
76 includes = gyp.common.EncodePOSIXShellList(includes)
90 includes,

Completed in 9 milliseconds

12345678910>>...13