HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 76 - 100 of 1239) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openfst/
fix_headers.sh 7 if [ $? -eq 0 ] ; then
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
rehash.pass.cpp 29 typedef std::pair<typename C::const_iterator, typename C::const_iterator> Eq;
30 Eq eq = c.equal_range(1); local
31 assert(std::distance(eq.first, eq.second) == 2);
32 typename C::const_iterator i = eq.first;
38 eq = c.equal_range(2);
39 assert(std::distance(eq.first, eq.second) == 2);
40 i = eq.first
    [all...]
  /external/lldb/scripts/Python/
build-swig-Python.sh 39 if [ $MakefileCalled -eq 0 ]
174 if [ $Debug -eq 1 ]
180 if [ $Debug -eq 1 ]
192 if [ $Debug -eq 1 ]
198 if [ $NeedToUpdate -eq 0 ]
205 if [ $Debug -eq 1 ]
215 if [ $NeedToUpdate -eq 0 ]
222 if [ $Debug -eq 1 ]
232 if [ $NeedToUpdate -eq 0 ]
237 if [ $Debug -eq 1
    [all...]
finish-swig-Python-LLDB.sh 61 if [ $Debug -eq 1 ]
77 if [ $MakefileCalled -eq 0 ]
87 if [ $Debug -eq 1 ]
116 if [ $Debug -eq 1 ]
127 if [ $Debug -eq 1 ]
133 if [ $Debug -eq 1 ]
151 if [ $Debug -eq 1 ]
156 if [ $MakefileCalled -eq 0 ]
163 if [ $Debug -eq 1 ]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
move.pass.cpp 92 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
93 Eq eq = c.equal_range(1); local
94 assert(std::distance(eq.first, eq.second) == 2);
95 C::const_iterator i = eq.first;
101 eq = c.equal_range(2);
102 assert(std::distance(eq.first, eq.second) == 2);
103 i = eq.first
193 Eq eq = c.equal_range(1); local
    [all...]
  /external/mesa3d/bin/
shortlog_mesa.sh 11 if [ $in_log -eq 0 ]; then
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
move.pass.cpp 92 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
93 Eq eq = c.equal_range(1); local
94 assert(std::distance(eq.first, eq.second) == 2);
95 C::const_iterator i = eq.first;
101 eq = c.equal_range(2);
102 assert(std::distance(eq.first, eq.second) == 2);
103 i = eq.first
193 Eq eq = c.equal_range(1); local
    [all...]
  /external/lldb/scripts/
finish-swig-wrapper-classes.sh 62 if [ $Debug -eq 1 ]
73 if [ $Debug -eq 1 ]
84 if [ $Debug -eq 1 ]
build-swig-wrapper-classes.sh 77 if [ $Debug -eq 1 ]
115 if [ $Debug -eq 1 ]
126 if [ $Debug -eq 1 ]
141 if [ $Debug -eq 1 ]
  /external/sepolicy/
mls 23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
31 (l1 eq l2 or t1 == mlstrustedsubject);
40 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
45 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
60 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
70 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
test_email_codecs_renamed.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
test_email_codecs_renamed.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
  /external/toybox/kconfig/lxdialog/
check-lxdialog.sh 8 if [ $? -eq 0 ]; then
13 if [ $? -eq 0 ]; then
18 if [ $? -eq 0 ]; then
  /external/valgrind/coregrind/
link_tool_exe_darwin.in 117 if ($str eq "-o" && $outname eq "") {
123 if ($outname eq "");
131 if ($str eq "-arch" && $archstr eq "") {
137 if ($archstr eq "");
  /prebuilts/sdk/tools/
jack-admin 125 if [ $CURL_CODE -eq 0 ]; then
128 elif [ $CURL_CODE -eq 7 ]; then
138 elif [ $CURL_CODE -eq 22 ]; then
140 if [ $HTTP_CODE -eq 401 ]; then
144 elif [ $HTTP_CODE -eq 400 ]; then
155 if [ $RETRY_SESSION -eq 0 ]; then
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 83 if (eq(type.getCtClass(), Type.OBJECT.getCtClass()))
86 if (eq(type.getCtClass(), Type.CLONEABLE.getCtClass()))
89 if (eq(type.getCtClass(), Type.SERIALIZABLE.getCtClass()))
102 if (eq(typeRoot.getCtClass(), Type.OBJECT.getCtClass()))
105 if (eq(typeRoot.getCtClass(), Type.CLONEABLE.getCtClass()))
108 if (eq(typeRoot.getCtClass(), Type.SERIALIZABLE.getCtClass()))
  /bionic/tests/
file-check-cxx 9 if [ "$?" -eq 0 ]; then
  /external/e2fsprogs/tests/
test_post 9 test "$num_failed" -eq 0 && exit 0
  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 48 if [ $result -eq 0 ]; then
  /external/icu/icu4c/source/i18n/
regexcst.pl 112 if ($fields[0] eq "n") {
121 if ($fields[0] eq "") {
133 if ($fields[0] eq "" ) {
176 if ($state_func_name[$state] eq "") {
232 if ($setName eq "default") {
234 elsif ($setName eq "quoted") {
236 elsif ($setName eq "eof") {
291 if ($state_push_state[$state] eq "") {
  /external/libvpx/libvpx/vpx_scale/
vpx_scale_rtcd.pl 9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
25 if (vpx_config("CONFIG_VP9") eq "yes") {
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
runtests.sh 48 if [ $result -eq 0 ]; then
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationActivityUiStateTest.java 46 Mockito.eq(ConversationActivityUiState.STATE_CONTACT_PICKER_ONLY_INITIAL_CONTACT),
47 Mockito.eq(
70 Mockito.eq(
72 Mockito.eq(ConversationActivityUiState.STATE_CONVERSATION_ONLY),
90 Mockito.eq(
92 Mockito.eq(
115 Mockito.eq(ConversationActivityUiState.STATE_CONTACT_PICKER_ONLY_ADD_MORE_CONTACTS),
116 Mockito.eq(ConversationActivityUiState.STATE_CONVERSATION_ONLY),

Completed in 332 milliseconds

1 2 34 5 6 7 8 91011>>