Searched refs:eq (Results 51 - 75 of 578) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/container.adaptors/stack/stack.ops/
H A DAndroid.mk23 test_name := containers/container.adaptors/stack/stack.ops/eq
24 test_src := eq.pass.cpp
/external/libcxx/test/localization/locales/locale/locale.operators/
H A DAndroid.mk23 test_name := localization/locales/locale/locale.operators/eq
24 test_src := eq.pass.cpp
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/
H A DAndroid.mk23 test_name := utilities/tuple/tuple.tuple/tuple.rel/eq
24 test_src := eq.pass.cpp
/external/lldb/scripts/
H A Dbuild-swig-wrapper-classes.sh77 if [ $Debug -eq 1 ]
115 if [ $Debug -eq 1 ]
126 if [ $Debug -eq 1 ]
141 if [ $Debug -eq 1 ]
/external/sepolicy/
H A Dmls23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
40 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
60 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
94 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
111 # (l1 eq l
[all...]
/external/skia/include/gpu/
H A DGrKey.h25 return fHash == rh.fHash && this->eq(rh);
30 virtual bool eq(const GrKey& rh) const = 0;
/external/chromium_org/chromeos/system/
H A Dname_value_pairs_parser.h43 const std::string& eq,
52 const std::string& eq,
61 const std::string& eq,
70 const std::string& eq,
H A Dname_value_pairs_parser.cc59 const std::string& eq,
61 return ParseNameValuePairsWithComments(in_string, eq, delim, "");
66 const std::string& eq,
76 // Anything before the first |eq| is the key, anything after is the value.
77 // |eq| must exist.
78 size_t eq_pos = pair.find(eq);
122 const std::string& eq,
126 return ParseNameValuePairs(contents, eq, delim);
137 const std::string& eq,
145 output_string, eq, deli
58 ParseNameValuePairs(const std::string& in_string, const std::string& eq, const std::string& delim) argument
64 ParseNameValuePairsWithComments( const std::string& in_string, const std::string& eq, const std::string& delim, const std::string& comment_delim) argument
120 GetNameValuePairsFromFile( const base::FilePath& file_path, const std::string& eq, const std::string& delim) argument
134 ParseNameValuePairsFromTool( int argc, const char* argv[], const std::string& eq, const std::string& delim, const std::string& comment_delim) argument
[all...]
/external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/
H A Dorg.chromium.chromoting.me2me.sh92 if [[ $SIGNAL_WAS_TRAPPED -eq 1 ]]; then
99 elif [[ "$EXIT_CODE" -eq "0" ||
100 "$EXIT_CODE" -eq "$SIGTERM_EXIT_CODE" ||
101 "$EXIT_CODE" -eq "$PERMISSION_DENIED_PARENTAL_CONTROL" ||
105 if [[ "$EXIT_CODE" -eq 101 ]]; then
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclip.c52 _mesa_ClipPlane( GLenum plane, const GLdouble *eq )
65 equation[0] = (GLfloat) eq[0];
66 equation[1] = (GLfloat) eq[1];
67 equation[2] = (GLfloat) eq[2];
68 equation[3] = (GLfloat) eq[3];
/external/mesa3d/src/mesa/main/
H A Dclip.c52 _mesa_ClipPlane( GLenum plane, const GLdouble *eq )
65 equation[0] = (GLfloat) eq[0];
66 equation[1] = (GLfloat) eq[1];
67 equation[2] = (GLfloat) eq[2];
68 equation[3] = (GLfloat) eq[3];
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dadd-include60 if ($include eq "\"config.h\"") {
64 if ($include eq "\"$base.h\"") {
79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
94 unless ($currentCondition eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; }
112 $contents .= "#if $condition\n" unless $condition eq "";
114 $contents .= "#endif\n" unless $condition eq "";
H A Dfind-extra-includes43 if ($file eq "icu") {
53 my $include = ($2 eq "sys/" ? $2 : "") . $4;
87 next if $i1 eq $i2;
/external/chromium_org/chrome/tools/build/mac/
H A Dverify_order37 if [ ${?} -eq 0 ] || [ -n "${UNORDERED_SYMBOLS}" ] ; then
/external/chromium_org/testing/gtest/xcode/Scripts/
H A Druntests.sh51 if [ $result -eq 0 ]; then
/external/chromium_org/tools/valgrind/
H A Dfixed_suppressions.sh14 if [ $? -eq 0 ]; then echo "Bug #$bug seems to be closed (http://crbug.com/$bug)"; fi
/external/libcxx/test/strings/basic.string/string.ops/string.accessors/
H A Dc_str.pass.cpp28 assert(T::eq(str[s.size()], typename S::value_type()));
31 assert(T::eq(str[0], typename S::value_type()));
H A Ddata.pass.cpp28 assert(T::eq(str[s.size()], typename S::value_type()));
31 assert(T::eq(str[0], typename S::value_type()));
/external/protobuf/gtest/xcode/Scripts/
H A Druntests.sh22 if [ $result -eq 0 ]; then
/external/bzip2/
H A Dbzmore27 if test $? -eq 0 -a -n "$oldtty"; then
43 if test $FIRST -eq 0; then
/external/ceres-solver/jni/
H A Dassert_ndk_version.sh91 elif [[ ${actual_version[0]} -eq ${expected_version[0]} ]]; then
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Darmlink_adapter.sh45 [ $found -eq 0 ] && infiles="$infiles $f"
53 [ $verbose -eq 1 ] && echo $cmd
/external/libvpx/libvpx/build/make/
H A Darmlink_adapter.sh45 [ $found -eq 0 ] && infiles="$infiles $f"
53 [ $verbose -eq 1 ] && echo $cmd
/external/llvm/test/MC/ARM/
H A Darm-it-block.s7 it eq
/external/libcxxabi/test/
H A Dtestit83 if [ $fail -eq 0 ]
88 if [ $fail -eq 0 -a $pass -eq 0 ]

Completed in 520 milliseconds

1234567891011>>