Home
last modified time | relevance | path

Searched refs:result (Results 5826 - 5850 of 11613) sorted by relevance

1...<<231232233234235236237238239240>>...465

/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_foozzie.py544 result = main() variable
547 result = RETURN_FAIL variable
550 result = RETURN_PASS variable
556 result = RETURN_FAIL variable
560 result = RETURN_PASS variable
566 result = RETURN_FAIL variable
568 sys.exit(result)
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py456 result = []
458 result.append(os.path.abspath(path.replace('/', os.path.sep)))
479 return result
485 result = set()
490 result.add(next_resource)
494 if resource not in result and os.path.exists(resource):
496 return sorted(list(result))
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm28065 my $result = eval "\$confquery->$query";
28067 # We may need a result class with a printing function at some point.
28070 if (ref $result eq 'ARRAY') {
28071 print "$_\n" foreach @$result;
28072 } elsif (ref $result eq 'HASH') {
28073 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
28074 foreach sort keys %$result;
28075 } elsif (ref $result eq 'SCALAR') {
28076 print "$$result\n";
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/
H A Dconfigdata.pm27958 my $result = eval "\$confquery->$query";
27960 # We may need a result class with a printing function at some point.
27963 if (ref $result eq 'ARRAY') {
27964 print "$_\n" foreach @$result;
27965 } elsif (ref $result eq 'HASH') {
27966 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27967 foreach sort keys %$result;
27968 } elsif (ref $result eq 'SCALAR') {
27969 print "$$result\n";
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/
H A Dconfigdata.pm27755 my $result = eval "\$confquery->$query";
27757 # We may need a result class with a printing function at some point.
27760 if (ref $result eq 'ARRAY') {
27761 print "$_\n" foreach @$result;
27762 } elsif (ref $result eq 'HASH') {
27763 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27764 foreach sort keys %$result;
27765 } elsif (ref $result eq 'SCALAR') {
27766 print "$$result\n";
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/
H A Dconfigdata.pm28048 my $result = eval "\$confquery->$query";
28050 # We may need a result class with a printing function at some point.
28053 if (ref $result eq 'ARRAY') {
28054 print "$_\n" foreach @$result;
28055 } elsif (ref $result eq 'HASH') {
28056 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
28057 foreach sort keys %$result;
28058 } elsif (ref $result eq 'SCALAR') {
28059 print "$$result\n";
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/
H A Dconfigdata.pm27803 my $result = eval "\$confquery->$query";
27805 # We may need a result class with a printing function at some point.
27808 if (ref $result eq 'ARRAY') {
27809 print "$_\n" foreach @$result;
27810 } elsif (ref $result eq 'HASH') {
27811 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27812 foreach sort keys %$result;
27813 } elsif (ref $result eq 'SCALAR') {
27814 print "$$result\n";
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/
H A Dconfigdata.pm27967 my $result = eval "\$confquery->$query";
27969 # We may need a result class with a printing function at some point.
27972 if (ref $result eq 'ARRAY') {
27973 print "$_\n" foreach @$result;
27974 } elsif (ref $result eq 'HASH') {
27975 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27976 foreach sort keys %$result;
27977 } elsif (ref $result eq 'SCALAR') {
27978 print "$$result\n";
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/
H A Dconfigdata.pm27958 my $result = eval "\$confquery->$query";
27960 # We may need a result class with a printing function at some point.
27963 if (ref $result eq 'ARRAY') {
27964 print "$_\n" foreach @$result;
27965 } elsif (ref $result eq 'HASH') {
27966 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27967 foreach sort keys %$result;
27968 } elsif (ref $result eq 'SCALAR') {
27969 print "$$result\n";
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/
H A Dconfigdata.pm28006 my $result = eval "\$confquery->$query";
28008 # We may need a result class with a printing function at some point.
28011 if (ref $result eq 'ARRAY') {
28012 print "$_\n" foreach @$result;
28013 } elsif (ref $result eq 'HASH') {
28014 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
28015 foreach sort keys %$result;
28016 } elsif (ref $result eq 'SCALAR') {
28017 print "$$result\n";
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/
H A Dconfigdata.pm28006 my $result = eval "\$confquery->$query";
28008 # We may need a result class with a printing function at some point.
28011 if (ref $result eq 'ARRAY') {
28012 print "$_\n" foreach @$result;
28013 } elsif (ref $result eq 'HASH') {
28014 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
28015 foreach sort keys %$result;
28016 } elsif (ref $result eq 'SCALAR') {
28017 print "$$result\n";
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/
H A Dconfigdata.pm27755 my $result = eval "\$confquery->$query";
27757 # We may need a result class with a printing function at some point.
27760 if (ref $result eq 'ARRAY') {
27761 print "$_\n" foreach @$result;
27762 } elsif (ref $result eq 'HASH') {
27763 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27764 foreach sort keys %$result;
27765 } elsif (ref $result eq 'SCALAR') {
27766 print "$$result\n";
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/
H A Dconfigdata.pm27803 my $result = eval "\$confquery->$query";
27805 # We may need a result class with a printing function at some point.
27808 if (ref $result eq 'ARRAY') {
27809 print "$_\n" foreach @$result;
27810 } elsif (ref $result eq 'HASH') {
27811 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27812 foreach sort keys %$result;
27813 } elsif (ref $result eq 'SCALAR') {
27814 print "$$result\n";
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/
H A Dconfigdata.pm27755 my $result = eval "\$confquery->$query";
27757 # We may need a result class with a printing function at some point.
27760 if (ref $result eq 'ARRAY') {
27761 print "$_\n" foreach @$result;
27762 } elsif (ref $result eq 'HASH') {
27763 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27764 foreach sort keys %$result;
27765 } elsif (ref $result eq 'SCALAR') {
27766 print "$$result\n";
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/
H A Dconfigdata.pm28048 my $result = eval "\$confquery->$query";
28050 # We may need a result class with a printing function at some point.
28053 if (ref $result eq 'ARRAY') {
28054 print "$_\n" foreach @$result;
28055 } elsif (ref $result eq 'HASH') {
28056 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
28057 foreach sort keys %$result;
28058 } elsif (ref $result eq 'SCALAR') {
28059 print "$$result\n";
/third_party/node/deps/openssl/config/archs/linux-elf/asm/
H A Dconfigdata.pm27967 my $result = eval "\$confquery->$query";
27969 # We may need a result class with a printing function at some point.
27972 if (ref $result eq 'ARRAY') {
27973 print "$_\n" foreach @$result;
27974 } elsif (ref $result eq 'HASH') {
27975 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27976 foreach sort keys %$result;
27977 } elsif (ref $result eq 'SCALAR') {
27978 print "$$result\n";
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py243 result = []
280 result.append(p)
283 return u'\n\n'.join(result)
284 return Markup(u'\n'.join(u'<p>%s</p>' % escape(x) for x in result))
446 result = [(key, self._mapping[key]) for key in list(self._queue)]
447 result.reverse()
448 return result
549 also mark the result as safe. Due to how this function escapes certain
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c382 int result = __DIAGNOSE_CALL_BYPASSING_FORTIFY(vsnprintf)(dest, in __vsprintf_chk() local
387 __diagnose_buffer_access("vsprintf", "write into", result + 1, dst_len_from_compiler); in __vsprintf_chk()
388 return result; in __vsprintf_chk()
398 int result = __vsnprintf_chk(dest, supplied_size, flags, dst_len_from_compiler, format, va); in __snprintf_chk() local
400 return result; in __snprintf_chk()
407 int result = __vsprintf_chk(dest, flags, dst_len_from_compiler, format, va); in __sprintf_chk() local
409 return result; in __sprintf_chk()
/third_party/musl/src/fortify/linux/
H A Dfortify.c393 int result = __DIAGNOSE_CALL_BYPASSING_FORTIFY(vsnprintf)(dest, in __vsprintf_chk() local
398 __diagnose_buffer_access("vsprintf", "write into", result + 1, dst_len_from_compiler); in __vsprintf_chk()
399 return result; in __vsprintf_chk()
409 int result = __vsnprintf_chk(dest, supplied_size, flags, dst_len_from_compiler, format, va); in __snprintf_chk() local
411 return result; in __snprintf_chk()
418 int result = __vsprintf_chk(dest, flags, dst_len_from_compiler, format, va); in __sprintf_chk() local
420 return result; in __sprintf_chk()
/third_party/node/deps/icu-small/source/common/
H A Duvector.cpp389 void** UVector::toArray(void** result) const { in toArray()
390 void** a = result; in toArray()
394 return result; in toArray()
412 * caller owns the result and must delete it and the vector entry
501 int32_t result = (*compare)(e1, e2); in sortComparator() local
502 return result; in sortComparator()
514 int32_t result = e1->integer < e2->integer? -1 : in sortiComparator() local
516 return result; in sortiComparator()
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/
H A Dconfigdata.pm28107 my $result = eval "\$confquery->$query";
28109 # We may need a result class with a printing function at some point.
28112 if (ref $result eq 'ARRAY') {
28113 print "$_\n" foreach @$result;
28114 } elsif (ref $result eq 'HASH') {
28115 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
28116 foreach sort keys %$result;
28117 } elsif (ref $result eq 'SCALAR') {
28118 print "$$result\n";
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/
H A Dconfigdata.pm27961 my $result = eval "\$confquery->$query";
27963 # We may need a result class with a printing function at some point.
27966 if (ref $result eq 'ARRAY') {
27967 print "$_\n" foreach @$result;
27968 } elsif (ref $result eq 'HASH') {
27969 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27970 foreach sort keys %$result;
27971 } elsif (ref $result eq 'SCALAR') {
27972 print "$$result\n";
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/
H A Dconfigdata.pm27961 my $result = eval "\$confquery->$query";
27963 # We may need a result class with a printing function at some point.
27966 if (ref $result eq 'ARRAY') {
27967 print "$_\n" foreach @$result;
27968 } elsif (ref $result eq 'HASH') {
27969 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27970 foreach sort keys %$result;
27971 } elsif (ref $result eq 'SCALAR') {
27972 print "$$result\n";
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/
H A Dconfigdata.pm27796 my $result = eval "\$confquery->$query";
27798 # We may need a result class with a printing function at some point.
27801 if (ref $result eq 'ARRAY') {
27802 print "$_\n" foreach @$result;
27803 } elsif (ref $result eq 'HASH') {
27804 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
27805 foreach sort keys %$result;
27806 } elsif (ref $result eq 'SCALAR') {
27807 print "$$result\n";
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/
H A Dconfigdata.pm28107 my $result = eval "\$confquery->$query";
28109 # We may need a result class with a printing function at some point.
28112 if (ref $result eq 'ARRAY') {
28113 print "$_\n" foreach @$result;
28114 } elsif (ref $result eq 'HASH') {
28115 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
28116 foreach sort keys %$result;
28117 } elsif (ref $result eq 'SCALAR') {
28118 print "$$result\n";

Completed in 405 milliseconds

1...<<231232233234235236237238239240>>...465