Home
last modified time | relevance | path

Searched refs:prefixed (Results 1 - 23 of 23) sorted by relevance

/third_party/node/test/fixtures/wpt/dom/events/resources/
H A Dprefixed-animation-event-tests.js3 // Runs a set of tests for a given prefixed/unprefixed animation event (e.g.
68 // The below tests primarily test the interactions of prefixed animation
83 // The HTML spec[0] specifies that the prefixed event handlers have an
84 // 'Event handler event type' of the appropriate prefixed event type. E.g.
91 'prefixed listener and handler received event');
93 `prefixed event handler or listener`);
108 'prefixed listener or handler received event');
128 assert_false(receivedEvent, 'prefixed listener or handler received event');
130 `prefixed event handler or listener`);
184 // We use a parent/child relationship to be able to register both prefixed
[all...]
/third_party/python/Lib/logging/
H A Dconfig.py244 prefixed = qn + "."
245 pflen = len(prefixed)
248 if existing[i][:pflen] == prefixed:
618 prefixed = name + "."
619 pflen = len(prefixed)
622 if existing[i][:pflen] == prefixed:
/third_party/ninja/src/
H A Ddisk_interface_test.cc110 const string prefixed = "\\\\?\\" + filename; in TEST_F() local
111 ASSERT_TRUE(Touch(prefixed.c_str())); in TEST_F()
113 filename : prefixed, &err), 1); in TEST_F()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs43 let prefixed = format!("{}_{}", prefix, name); in env()
44 env_inner(&prefixed).or_else(|| env_inner(name)) in env()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_refactor.py64 prefixed = refactor.get_all_fix_names("myfixes", False)
66 self.assertEqual(prefixed, ["fix_" + name for name in contents])
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.h266 pa_alsa_element *pa_alsa_element_get(pa_alsa_path *p, const char *section, bool prefixed);
H A Dalsa-mixer.c2006 pa_alsa_element * pa_alsa_element_get(pa_alsa_path *p, const char *section, bool prefixed) { in pa_alsa_element_get() argument
2014 if (prefixed) { in pa_alsa_element_get()
/third_party/ntfs-3g/src/
H A Dntfs-3g.c3109 char *prefixed; in fix_xattr_prefix() local
3126 prefixed = ntfs_malloc(strlen(xattr_ntfs_3g) in fix_xattr_prefix()
3128 if (prefixed) { in fix_xattr_prefix()
3129 strcpy(prefixed,xattr_ntfs_3g); in fix_xattr_prefix()
3130 strcat(prefixed,name); in fix_xattr_prefix()
3131 len = ntfs_mbstoucs(prefixed, lename); in fix_xattr_prefix()
3132 free(prefixed); in fix_xattr_prefix()
H A Dlowntfs-3g.c3424 char *prefixed; in fix_xattr_prefix() local
3441 prefixed = (char*)ntfs_malloc(strlen(xattr_ntfs_3g) in fix_xattr_prefix()
3443 if (prefixed) { in fix_xattr_prefix()
3444 strcpy(prefixed,xattr_ntfs_3g); in fix_xattr_prefix()
3445 strcat(prefixed,name); in fix_xattr_prefix()
3446 len = ntfs_mbstoucs(prefixed, lename); in fix_xattr_prefix()
3447 free(prefixed); in fix_xattr_prefix()
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc667 Defines will be prefixed by "-D" and include directories will be
668 prefixed by "-I" (these work with Posix tools as well as Microsoft
721 prefixed by the "lib_switch".
774 files directly). Those will be prefixed with "swiftmodule_switch"
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm441 any. For undefined macros, they each must be prefixed with a C<!>.
455 # (the latter prefixed with a '!')
509 For undefined macros, they each must be prefixed with a C<!>.
H A DTest.pm257 Also, for both C<app> and C<test>, the command may be prefixed with
1228 # __fixup_prg returns a string with the possibly prefixed program path spec.
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm441 any. For undefined macros, they each must be prefixed with a C<!>.
455 # (the latter prefixed with a '!')
509 For undefined macros, they each must be prefixed with a C<!>.
H A DTest.pm257 Also, for both C<app> and C<test>, the command may be prefixed with
1228 # __fixup_prg returns a string with the possibly prefixed program path spec.
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2538 bool isPrefixed, char const* prefixed, in decodePrefixedString()
2542 *length = static_cast<unsigned>(strlen(prefixed)); in decodePrefixedString()
2543 *value = prefixed; in decodePrefixedString()
2545 *length = *reinterpret_cast<unsigned const*>(prefixed); in decodePrefixedString()
2546 *value = prefixed + sizeof(unsigned); in decodePrefixedString()
2537 decodePrefixedString( bool isPrefixed, char const* prefixed, unsigned* length, char const** value) decodePrefixedString() argument
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2502 bool isPrefixed, char const* prefixed,
2506 *length = strlen(prefixed);
2507 *value = prefixed;
2509 *length = *reinterpret_cast<unsigned const*>(prefixed);
2510 *value = prefixed + sizeof(unsigned);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2502 bool isPrefixed, char const* prefixed,
2506 *length = strlen(prefixed);
2507 *value = prefixed;
2509 *length = *reinterpret_cast<unsigned const*>(prefixed);
2510 *value = prefixed + sizeof(unsigned);
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2502 bool isPrefixed, char const* prefixed,
2506 *length = strlen(prefixed);
2507 *value = prefixed;
2509 *length = *reinterpret_cast<unsigned const*>(prefixed);
2510 *value = prefixed + sizeof(unsigned);
/third_party/libevdev/
H A Dconfigure2694 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2695 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2914 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2915 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3016 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3017 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4113 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4114 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5448 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5449 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed wit
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dconfigure2630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3254 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5092 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5518 $as_echo "$as_me: WARNING: using cross tools not prefixed wit
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure2785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2786 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3424 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3624 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4968 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5418 $as_echo "$as_me: WARNING: using cross tools not prefixed wit
[all...]
/third_party/node/deps/cares/
H A Dconfigure3347 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3348 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3567 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3568 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3669 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3670 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4585 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4586 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5634 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5635 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed wit
[all...]
/third_party/python/
H A Dconfigure3916 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3917 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4607 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4608 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4827 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4828 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4929 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4930 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6189 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6190 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed wit
[all...]

Completed in 81 milliseconds