Searched refs:result (Results 701 - 725 of 6151) sorted by relevance

<<21222324252627282930>>

/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc219 bool result = false; local
235 result = true;
239 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
243 return result;
324 int result = CreateDirectory(unicode, NULL) ? 0 : -1; local
327 int result = _mkdir(pathname_.c_str());
329 int result = mkdir(pathname_.c_str(), 0777);
332 if (result == -1) {
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc219 bool result = false; local
235 result = true;
239 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
243 return result;
324 int result = CreateDirectory(unicode, NULL) ? 0 : -1; local
327 int result = _mkdir(pathname_.c_str());
329 int result = mkdir(pathname_.c_str(), 0777);
332 if (result == -1) {
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc219 bool result = false; local
235 result = true;
239 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
243 return result;
324 int result = CreateDirectory(unicode, NULL) ? 0 : -1; local
327 int result = _mkdir(pathname_.c_str());
329 int result = mkdir(pathname_.c_str(), 0777);
332 if (result == -1) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigHelpSourceEdit.py27 self.result = None
145 self.result = (self.menu.get().strip(),
148 path = self.result[1]
153 self.result = list(self.result)
154 self.result[1] = "file://" + path
158 self.result = None
167 print dlg.result
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_program.py28 result = object()
34 return result
51 self.assertEqual(program.result, result)
73 self.assertTrue(hasattr(program, 'result'))
97 result = None variable in class:InitialisableProgram
199 self.assertIs(program.result, RESULT)
213 self.assertIs(program.result, RESULT)
231 self.assertIs(program.result, RESULT)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigHelpSourceEdit.py27 self.result = None
145 self.result = (self.menu.get().strip(),
148 path = self.result[1]
153 self.result = list(self.result)
154 self.result[1] = "file://" + path
158 self.result = None
167 print dlg.result
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
H A Dclassperms.py114 result = yacc.parse(txt) variable
115 print(result)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_program.py28 result = object()
34 return result
51 self.assertEqual(program.result, result)
73 self.assertTrue(hasattr(program, 'result'))
97 result = None variable in class:InitialisableProgram
199 self.assertIs(program.result, RESULT)
213 self.assertIs(program.result, RESULT)
231 self.assertIs(program.result, RESULT)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
H A Dconf.h98 snd_config_t **result);
100 snd_config_t **result, ...);
103 snd_config_t **result);
107 snd_config_t **result);
109 snd_config_t *private_data, snd_config_t **result);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
H A Dconf.h98 snd_config_t **result);
100 snd_config_t **result, ...);
103 snd_config_t **result);
107 snd_config_t **result);
109 snd_config_t *private_data, snd_config_t **result);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dstdunk.h173 PVOID result; local
175 result = ExAllocatePoolWithTag(pool_type, size, tag);
177 if ( result )
178 RtlZeroMemory(result, size);
180 return result;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplusgraphics.h103 GraphicsContainer result = 0; local
105 nativeGraphics, &result));
106 return result;
111 GraphicsContainer result = 0; local
114 &result));
115 return result;
120 GraphicsContainer result = 0; local
123 &result));
124 return result;
1043 CompositingMode result local
1050 CompositingQuality result = CompositingQualityDefault; local
1057 REAL result = 0.0f; local
1063 REAL result = 0.0f; local
1069 HDC result = NULL; local
1075 InterpolationMode result = InterpolationModeDefault; local
1082 Status result = lastStatus; local
1093 REAL result = 0.0f; local
1100 Unit result = UnitWorld; local
1107 PixelOffsetMode result = PixelOffsetModeDefault; local
1119 SmoothingMode result = SmoothingModeDefault; local
1126 UINT result = 0; local
1133 TextRenderingHint result = TextRenderingHintSystemDefault; local
1177 BOOL result = FALSE; local
1184 BOOL result = FALSE; local
1191 BOOL result = FALSE; local
1198 BOOL result = FALSE; local
1205 BOOL result = FALSE; local
1212 BOOL result = FALSE; local
1219 BOOL result = FALSE; local
1226 BOOL result = FALSE; local
1234 BOOL result = FALSE; local
1242 BOOL result = FALSE; local
1378 GraphicsState result = 0; local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dstdunk.h173 PVOID result; local
175 result = ExAllocatePoolWithTag(pool_type, size, tag);
177 if ( result )
178 RtlZeroMemory(result, size);
180 return result;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplusgraphics.h103 GraphicsContainer result = 0; local
105 nativeGraphics, &result));
106 return result;
111 GraphicsContainer result = 0; local
114 &result));
115 return result;
120 GraphicsContainer result = 0; local
123 &result));
124 return result;
1043 CompositingMode result local
1050 CompositingQuality result = CompositingQualityDefault; local
1057 REAL result = 0.0f; local
1063 REAL result = 0.0f; local
1069 HDC result = NULL; local
1075 InterpolationMode result = InterpolationModeDefault; local
1082 Status result = lastStatus; local
1093 REAL result = 0.0f; local
1100 Unit result = UnitWorld; local
1107 PixelOffsetMode result = PixelOffsetModeDefault; local
1119 SmoothingMode result = SmoothingModeDefault; local
1126 UINT result = 0; local
1133 TextRenderingHint result = TextRenderingHintSystemDefault; local
1177 BOOL result = FALSE; local
1184 BOOL result = FALSE; local
1191 BOOL result = FALSE; local
1198 BOOL result = FALSE; local
1205 BOOL result = FALSE; local
1212 BOOL result = FALSE; local
1219 BOOL result = FALSE; local
1226 BOOL result = FALSE; local
1234 BOOL result = FALSE; local
1242 BOOL result = FALSE; local
1378 GraphicsState result = 0; local
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpty.py78 result = os.open(tty_name, os.O_RDWR)
82 return result
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
88 return result
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpty.py78 result = os.open(tty_name, os.O_RDWR)
82 return result
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
88 return result
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dtypemaps.i103 // are output only. The output value is appended to the result as
173 $result = sv_newmortal();
174 sv_setiv($result,(IV) *($1));
186 $result = sv_newmortal();
187 sv_setuv($result,(UV) *($1));
199 $result = sv_newmortal();
200 sv_setnv($result,(double) *($1));
210 $result = sv_newmortal();
211 sv_setpv($result,temp);
221 $result
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dvalidate_instruction.cpp77 spv_capability_mask_t result = 0; local
81 result = operand_desc->capabilities;
92 result = result & (~(SPV_CAPABILITY_AS_MASK(SpvCapabilityClipDistance) |
97 return result;
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dunique_objects.h162 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); local
163 if (result != VK_SUCCESS) {
164 return result;
173 return result;
215 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); local
216 if (result != VK_SUCCESS) {
217 return result;
228 return result;
272 VkResult result = get_dispatch_table(unique_objects_device_table_map, device) local
276 if (VK_SUCCESS == result) {
332 VkResult result = local
365 VkResult result = get_dispatch_table(unique_objects_device_table_map, device) local
387 VkResult result = get_dispatch_table(unique_objects_device_table_map, device) local
[all...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dvalidate_instruction.cpp77 spv_capability_mask_t result = 0; local
81 result = operand_desc->capabilities;
92 result = result & (~(SPV_CAPABILITY_AS_MASK(SpvCapabilityClipDistance) |
97 return result;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dunique_objects.h162 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); local
163 if (result != VK_SUCCESS) {
164 return result;
173 return result;
215 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); local
216 if (result != VK_SUCCESS) {
217 return result;
228 return result;
272 VkResult result = get_dispatch_table(unique_objects_device_table_map, device) local
276 if (VK_SUCCESS == result) {
332 VkResult result = local
365 VkResult result = get_dispatch_table(unique_objects_device_table_map, device) local
387 VkResult result = get_dispatch_table(unique_objects_device_table_map, device) local
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpty.py78 result = os.open(tty_name, os.O_RDWR)
82 return result
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
88 return result
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpty.py78 result = os.open(tty_name, os.O_RDWR)
82 return result
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
88 return result
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar ... .File subFile java.io.File parent String result private boolean shouldPack (java.lang.String) String name ...
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dlocale_catalog.cpp146 pair<Category_iterator, bool> result; local
149 pair<_Ht_iterator<_Slist_iterator<pair<const string,pair<void *,unsigned int> >,_Nonconst_traits<pair<const string,pair<void *,unsigned int> > > >,_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > >, bool> result;
151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
179 result = (*M)->insert_noresize(__e);
181 if (result.second) {
183 (*result.first).second.first = create_obj(name, hint, __err_code);
184 if (!(*result.first).second.first) {
185 (*M)->erase(result.first);
197 ++((*result.first).second.second);
199 return (*result
[all...]

Completed in 1738 milliseconds

<<21222324252627282930>>