Searched refs:result (Results 201 - 225 of 6151) sorted by relevance

1234567891011>>

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A Dutil.py10 result = repr(obj)
12 result = object.__repr__(obj)
13 if not short or len(result) < _MAX_LENGTH:
14 return result
15 return result[:_MAX_LENGTH] + ' [truncated]...'
106 result = []
121 result.append(diff)
132 result.append(diff)
133 return result
146 result
[all...]
H A Drunner.py6 from . import result namespace
28 class TextTestResult(result.TestResult):
29 """A test result class that can print formatted text results to a stream.
142 result = self._makeResult()
143 registerResult(result)
144 result.failfast = self.failfast
145 result.buffer = self.buffer
147 startTestRun = getattr(result, 'startTestRun', None)
151 test(result)
153 stopTestRun = getattr(result, 'stopTestRu
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
H A Drunner.py6 from . import result namespace
28 class TextTestResult(result.TestResult):
29 """A test result class that can print formatted text results to a stream.
142 result = self._makeResult()
143 registerResult(result)
144 result.failfast = self.failfast
145 result.buffer = self.buffer
147 startTestRun = getattr(result, 'startTestRun', None)
151 test(result)
153 stopTestRun = getattr(result, 'stopTestRu
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/
H A Drunner.py6 from . import result namespace
28 class TextTestResult(result.TestResult):
29 """A test result class that can print formatted text results to a stream.
142 result = self._makeResult()
143 registerResult(result)
144 result.failfast = self.failfast
145 result.buffer = self.buffer
147 startTestRun = getattr(result, 'startTestRun', None)
151 test(result)
153 stopTestRun = getattr(result, 'stopTestRu
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Drunner.py6 from . import result namespace
28 class TextTestResult(result.TestResult):
29 """A test result class that can print formatted text results to a stream.
142 result = self._makeResult()
143 registerResult(result)
144 result.failfast = self.failfast
145 result.buffer = self.buffer
147 startTestRun = getattr(result, 'startTestRun', None)
151 test(result)
153 stopTestRun = getattr(result, 'stopTestRu
[all...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Datomicops_internals_arm64_gcc.h79 Atomic32 result; local
84 "ldxr %w[result], %[ptr] \n\t" // Load the previous value.
87 : [result]"=&r" (result),
94 return result;
99 Atomic32 result; local
104 "ldxr %w[result], %[ptr] \n\t" // Load the previous value.
105 "add %w[result], %w[result], %w[increment]\n\t"
106 "stxr %w[temp], %w[result],
121 Atomic32 result = NoBarrier_AtomicIncrement(ptr, increment); local
215 Atomic64 result; local
235 Atomic64 result; local
257 Atomic64 result = NoBarrier_AtomicIncrement(ptr, increment); local
[all...]
/prebuilts/misc/windows/sdl2/test/
H A Dtestautomation_rwops.c38 int result; local
54 result = fclose(handle);
55 SDLTest_AssertCheck(result == 0, "Verify result from fclose, expected 0, got %i", result);
66 result = fclose(handle);
67 SDLTest_AssertCheck(result == 0, "Verify result from fclose, expected 0, got %i", result);
75 int result; local
226 int result; local
265 int result; local
301 int result; local
348 int result; local
398 int result; local
448 int result; local
530 int result; local
590 Sint64 result; local
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
H A Didna.py131 result = label1.decode("punycode")
134 label2 = ToASCII(result)
136 # Step 7: Compare the result of step 6 with the one of step 3
141 # Step 8: return the result of step 5
142 return result
156 result = []
164 result.append(ToASCII(label))
166 return ".".join(result)+trailing_dot, len(input)
191 result = []
193 result
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/
H A Didna.py131 result = label1.decode("punycode")
134 label2 = ToASCII(result)
136 # Step 7: Compare the result of step 6 with the one of step 3
141 # Step 8: return the result of step 5
142 return result
156 result = []
164 result.append(ToASCII(label))
166 return ".".join(result)+trailing_dot, len(input)
191 result = []
193 result
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
H A Didna.py131 result = label1.decode("punycode")
134 label2 = ToASCII(result)
136 # Step 7: Compare the result of step 6 with the one of step 3
141 # Step 8: return the result of step 5
142 return result
156 result = []
164 result.append(ToASCII(label))
166 return ".".join(result)+trailing_dot, len(input)
191 result = []
193 result
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
H A Didna.py131 result = label1.decode("punycode")
134 label2 = ToASCII(result)
136 # Step 7: Compare the result of step 6 with the one of step 3
141 # Step 8: return the result of step 5
142 return result
156 result = []
164 result.append(ToASCII(label))
166 return ".".join(result)+trailing_dot, len(input)
191 result = []
193 result
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h131 const void *s2, size_t n, int result);
133 const char *s2, size_t n, int result);
135 const char *s2, int result);
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/sanitizer/
H A Dcommon_interface_defs.h131 const void *s2, size_t n, int result);
133 const char *s2, size_t n, int result);
135 const char *s2, int result);
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
H A Dcommon_interface_defs.h131 const void *s2, size_t n, int result);
133 const char *s2, size_t n, int result);
135 const char *s2, int result);
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8.271374/include/sanitizer/
H A Dcommon_interface_defs.h131 const void *s2, size_t n, int result);
133 const char *s2, size_t n, int result);
135 const char *s2, int result);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_strftime.py119 result = time.strftime(e[0], now)
122 if re.match(escapestr(e[1], self.ampm), result):
124 if not result or result[0] == '%':
129 % (e[0], e[2], e[1], result))
160 result = time.strftime(e[0], now)
161 except ValueError, result:
163 (e[0], e[2], str(result))
168 if re.match(escapestr(e[1], self.ampm), result):
171 elif not result o
[all...]
H A Dtest_urlparse.py13 # a string with the query and a dictionary with the expected result.
32 result = urlparse.urlparse(url)
33 self.assertEqual(result, parsed)
34 t = (result.scheme, result.netloc, result.path,
35 result.params, result.query, result.fragment)
38 result2 = urlparse.urlunparse(result)
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_strftime.py119 result = time.strftime(e[0], now)
122 if re.match(escapestr(e[1], self.ampm), result):
124 if not result or result[0] == '%':
129 % (e[0], e[2], e[1], result))
160 result = time.strftime(e[0], now)
161 except ValueError, result:
163 (e[0], e[2], str(result))
168 if re.match(escapestr(e[1], self.ampm), result):
171 elif not result o
[all...]
H A Dtest_urlparse.py13 # a string with the query and a dictionary with the expected result.
32 result = urlparse.urlparse(url)
33 self.assertEqual(result, parsed)
34 t = (result.scheme, result.netloc, result.path,
35 result.params, result.query, result.fragment)
38 result2 = urlparse.urlunparse(result)
[all...]
/prebuilts/misc/common/swig/include/2.0.11/python/
H A Dpytypemaps.swg51 #define SWIG_AppendOutput(result, obj) SWIG_Python_AppendOutput(result, obj)
88 $result = SWIG_NewPointerObj(%new_copy(*$1, $*ltype), $descriptor, SWIG_POINTER_OWN | %newpointer_flags);
92 if ($result) {
93 PyObject *robj = PyObject_CallMethod($result, (char *)"__deref__", NULL);
95 SwigPyObject_append((PyObject *) SWIG_Python_GetSwigThis($result),
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/
H A Dcompare.pass.cpp45 IterBool result = map.insert(std::make_pair(Key(0), 42)); local
46 assert(result.second);
47 assert(result.first->second == 42);
/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
H A Dcounting_includer.h37 // requesting source. For the semantics of the result, see the base class.
51 void releaseInclude(glslang::TShader::Includer::IncludeResult* result) final {
52 release_delegate(result); variable
66 glslang::TShader::Includer::IncludeResult* result) = 0;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/
H A Dcompare.pass.cpp45 IterBool result = map.insert(std::make_pair(Key(0), 42)); local
46 assert(result.second);
47 assert(result.first->second == 42);
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
H A Dcounting_includer.h37 // requesting source. For the semantics of the result, see the base class.
51 void releaseInclude(glslang::TShader::Includer::IncludeResult* result) final {
52 release_delegate(result); variable
66 glslang::TShader::Includer::IncludeResult* result) = 0;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
H A Dtest_encode_basestring_ascii.py28 result = self.json.encoder.encode_basestring_ascii(input_string)
29 self.assertEqual(result, expect,
31 result, expect, fname, input_string))

Completed in 1691 milliseconds

1234567891011>>