/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/ |
H A D | subsetter.cc | 64 std::set<int32_t> result; in Subset() local 67 std::inserter(result, result.end())); in Subset() 68 table_tags = result; in Subset() 77 std::set<int32_t> result; in Subset() local 80 std::inserter(result, result.end())); in Subset() 81 table_tags = result; in Subset()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uldnames.h | 130 * @param result receives the display name 131 * @param maxResultSize the size of the result buffer 140 UChar *result, 150 * @param result receives the display name 151 * @param maxResultSize the size of the result buffer 160 UChar *result, 168 * @param result receives the display name 169 * @param maxResultSize the size of the result buffer 178 UChar *result, 186 * @param result receive [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | exportAsNamespace2(module=commonjs).js | 44 var result = {};
45 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46 __setModuleDefault(result, mod);
47 return result;
74 var result = {};
75 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
76 __setModuleDefault(result, mod);
77 return result;
|
H A D | exportAsNamespace3(module=amd).js | 48 var result = {};
49 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
50 __setModuleDefault(result, mod);
51 return result;
83 var result = {};
84 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
85 __setModuleDefault(result, mod);
86 return result;
|
H A D | exportAsNamespace3(module=commonjs).js | 47 var result = {};
48 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49 __setModuleDefault(result, mod);
50 return result;
80 var result = {};
81 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
82 __setModuleDefault(result, mod);
83 return result;
|
H A D | exportAsNamespace4(module=commonjs).js | 50 var result = {};
51 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
52 __setModuleDefault(result, mod);
53 return result;
78 var result = {};
79 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
80 __setModuleDefault(result, mod);
81 return result;
|
H A D | exportDefault.js | 65 var result = {};
66 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
67 __setModuleDefault(result, mod);
68 return result;
102 var result = {};
103 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
104 __setModuleDefault(result, mod);
105 return result;
|
/third_party/python/Lib/unittest/test/ |
H A D | test_functiontestcase.py | 24 result = LoggingResult(events) 37 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 49 result = LoggingResult(events) 63 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 75 result = LoggingResult(events) 89 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 101 result = LoggingResult(events) 115 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | AnyTest.java | 50 TestAllTypes result = container.getValue().unpack(TestAllTypes.class); in testAnyGeneratedApi() 51 TestUtil.assertAllFieldsSet(result); in testAnyGeneratedApi() 87 TestAllTypes result = container.getValue().unpack(TestAllTypes.class); in testCustomTypeUrls() 88 TestUtil.assertAllFieldsSet(result); in testCustomTypeUrls() 98 result = container.getValue().unpack(TestAllTypes.class); in testCustomTypeUrls() 99 TestUtil.assertAllFieldsSet(result); in testCustomTypeUrls() 109 result = container.getValue().unpack(TestAllTypes.class); in testCustomTypeUrls() 110 TestUtil.assertAllFieldsSet(result); in testCustomTypeUrls()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_memfunctions.py | 24 result = memmove(a, p, len(p)) 27 self.assertEqual(string_at(result), b"Hello, World") 28 self.assertEqual(string_at(result, 5), b"Hello") 29 self.assertEqual(string_at(result, 16), b"Hello, World\0\0\0\0") 30 self.assertEqual(string_at(result, 0), b"") 34 result = memset(a, ord('x'), 16) 37 self.assertEqual(string_at(result), b"xxxxxxxxxxxxxxxx") 70 result = memmove(a, p, len(p) * sizeof(c_wchar))
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_open.py | 26 result = fp.read() 27 self.assertEqual(result, b'\x00\x01\x02\x03') 32 result = fp.read() 33 self.assertEqual(result, 'Hello, UTF-8 world!\n') 38 result = fp.read() 39 self.assertEqual(result, 'Hello, UTF-16 world!\n') 47 result = fp.read() 49 result,
|
/third_party/rust/crates/io-lifetimes/examples/ |
H A D | hello.rs | 31 let result = write(fd.as_fd(), "hello, world\n".as_ptr() as *const _, 13); in main() 32 match result { in main() 47 let result = write(file.as_fd(), "sup?\n".as_ptr() as *const _, 5); in main() 48 match result { in main() 80 let result = WriteFile( in main() 87 match (result, number_of_bytes_written) { in main() 103 let result = WriteFile( in main() 110 match (result, number_of_bytes_written) { in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace.h | 197 std::string result; in StrReplaceAll() local 198 result.reserve(s.size()); in StrReplaceAll() 199 strings_internal::ApplySubstitutions(s, &subs, &result); in StrReplaceAll() 200 return result; in StrReplaceAll() 208 std::string result; in StrReplaceAll() 209 result.reserve(target->size()); in StrReplaceAll() 211 strings_internal::ApplySubstitutions(*target, &subs, &result); in StrReplaceAll() 212 target->swap(result); in StrReplaceAll()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksNetwork.cpp | 76 auto result = socket->send(buffer.data() + sent_total, buffer.size() - sent_total, &sent); in Send() local 77 if (result != DE_SOCKETRESULT_SUCCESS) in Send() 87 auto result = socket->receive(data, sizeof(data), &received); in RecvSome() local 88 if (result != DE_SOCKETRESULT_SUCCESS) in RecvSome() 107 bool result = false; in RecvPacket() local 110 while (socket->isConnected() && !result) in RecvPacket() 118 result = true; in RecvPacket() 124 if (!result) throw std::runtime_error("connection lost before we could get data"); in RecvPacket()
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | GZipStream.cs | 163 int result;
in Read() 166 result = gzread(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);
in Read() 167 if (result < 0)
in Read() 174 return result;
in Read() 210 int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);
in Write() 211 if (result < 0)
in Write() 231 int result = gzputc(_gzFile, (int)value);
in WriteByte() 232 if (result < 0)
in WriteByte()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 156 VkResult result; in pvr_cmd_buffer_create() local 165 result = vk_command_buffer_init(&cmd_buffer->vk, pool, level); in pvr_cmd_buffer_create() 166 if (result != VK_SUCCESS) { in pvr_cmd_buffer_create() 168 return result; in pvr_cmd_buffer_create() 195 VkResult result = VK_SUCCESS; in pvr_AllocateCommandBuffers() local 199 result = pvr_cmd_buffer_create(device, in pvr_AllocateCommandBuffers() 203 if (result != VK_SUCCESS) in pvr_AllocateCommandBuffers() 207 if (result != VK_SUCCESS) { in pvr_AllocateCommandBuffers() 217 return result; in pvr_AllocateCommandBuffers() 256 VkResult result; in pvr_cmd_buffer_upload_tables() local 324 VkResult result; pvr_cmd_buffer_upload_general() local 353 VkResult result; pvr_cmd_buffer_upload_usc() local 381 VkResult result; pvr_cmd_buffer_upload_pds() local 436 VkResult result; pvr_sub_cmd_gfx_per_job_fragment_programs_create_and_upload() local 548 VkResult result; pvr_load_op_constants_create_and_upload() local 588 VkResult result; pvr_load_op_pds_data_create_and_upload() local 646 VkResult result; pvr_load_op_data_create_and_upload() local 889 VkResult result; pvr_sub_cmd_gfx_job_init() local 1422 VkResult result; pvr_cmd_buffer_end_sub_cmd() local 1586 VkResult result; pvr_cmd_buffer_start_sub_cmd() local 1668 VkResult result; pvr_cmd_buffer_alloc_mem() local 2178 VkResult result; pvr_init_render_targets() local 2423 VkResult result; pvr_CmdBeginRenderPass2() local 2510 VkResult result; pvr_BeginCommandBuffer() local 2564 VkResult result; pvr_cmd_buffer_add_transfer_cmd() local 2610 VkResult result; pvr_setup_vertex_buffers() local 2722 VkResult result; pvr_setup_descriptor_mappings() local 3119 VkResult result; pvr_CmdDispatch() local 3968 VkResult result; pvr_emit_ppp_state() local 4166 VkResult result; pvr_emit_dirty_ppp_state() local 4426 VkResult result; pvr_validate_draw_state() local 4709 VkResult result; pvr_CmdDraw() local 4744 VkResult result; pvr_CmdDrawIndexed() local 4801 VkResult result; pvr_CmdEndRenderPass2() local 4994 VkResult result; pvr_EndCommandBuffer() local [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_getlocation.c | 222 Dwarf_Op *result = libdw_alloc (attr->cu->dbg, in is_constant_offset() 225 result->atom = DW_OP_plus_uconst; in is_constant_offset() 226 result->number = offset; in is_constant_offset() 227 result->number2 = 0; in is_constant_offset() 228 result->offset = 0; in is_constant_offset() 235 newp->loc = result; in is_constant_offset() 594 Dwarf_Op *result; in __libdw_intern_expression() local 596 result = libdw_alloc (dbg, Dwarf_Op, sizeof (Dwarf_Op), n); in __libdw_intern_expression() 599 result = malloc (sizeof *result * in __libdw_intern_expression() 690 int result = is_constant_offset (attr, llbuf, listlen); dwarf_getlocation() local 924 int result = is_constant_offset (attr, llbufs, listlens); dwarf_getlocation_addr() local 1005 int result = is_constant_offset (attr, expr, exprlen); dwarf_getlocations() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | locnmtst.cpp | 164 UChar result[150]; in TestUldnOpen() local 166 int32_t len = uldn_localeDisplayName(ldn, "de_DE", result, kMaxResultSize, &status); in TestUldnOpen() 170 UnicodeString str(result, len, kMaxResultSize); in TestUldnOpen() 186 UChar result[150]; in TestUldnOpenDialect() local 188 int32_t len = uldn_localeDisplayName(ldn, "en_GB", result, kMaxResultSize, &status); in TestUldnOpenDialect() 192 UnicodeString str(result, len, kMaxResultSize); in TestUldnOpenDialect() 199 UChar result[150]; in TestUldnWithGarbage() local 201 int32_t len = uldn_localeDisplayName(ldn, "english (United States) [w", result, kMaxResultSize, &status); in TestUldnWithGarbage() 209 UChar result[150]; in TestUldnWithKeywordsAndEverything() local 214 int32_t len = uldn_localeDisplayName(ldn, locname, result, kMaxResultSiz in TestUldnWithKeywordsAndEverything() 225 UChar result[150]; TestUldnComponents() local 290 const UChar * result; global() member [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 34 VkResult result = VKSCR(ResetCommandPool)(screen->dev, bs->cmdpool, 0); in zink_reset_batch_state() local 35 if (result != VK_SUCCESS) in zink_reset_batch_state() 36 mesa_loge("ZINK: vkResetCommandPool failed (%s)", vk_Result_to_str(result)); in zink_reset_batch_state() 200 VkResult result = VKSCR(CreateCommandPool)(screen->dev, &cpci, NULL, &bs->cmdpool); in create_batch_state() local 201 if (result != VK_SUCCESS) { in create_batch_state() 202 mesa_loge("ZINK: vkCreateCommandPool failed (%s)", vk_Result_to_str(result)); in create_batch_state() 212 result = VKSCR(AllocateCommandBuffers)(screen->dev, &cbai, &bs->cmdbuf); in create_batch_state() 213 if (result != VK_SUCCESS) { in create_batch_state() 214 mesa_loge("ZINK: vkAllocateCommandBuffers failed (%s)", vk_Result_to_str(result)); in create_batch_state() 218 result in create_batch_state() 323 VkResult result = VKCTX(BeginCommandBuffer)(batch->state->cmdbuf, &cbbi); zink_start_batch() local 415 VkResult result = VKSCR(EndCommandBuffer)(bs->cmdbuf); submit_queue() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | transitions.cc | 55 Handle<TransitionArray> result = in Insert() local 57 result->Set(0, *name, HeapObjectReference::Weak(*target)); in Insert() 58 ReplaceTransitions(isolate, map, result); in Insert() 59 DCHECK_EQ(kFullTransitionArray, GetEncoding(isolate, *result)); in Insert() 80 Handle<TransitionArray> result = in Insert() local 87 result->Set(0, *name, HeapObjectReference::Weak(*target)); in Insert() 88 ReplaceTransitions(isolate, map, result); in Insert() 89 DCHECK_EQ(kFullTransitionArray, GetEncoding(isolate, *result)); in Insert() 94 result->Set(0, GetSimpleTransitionKey(simple_transition), in Insert() 102 result in Insert() 180 Handle<TransitionArray> result = isolate->factory()->NewTransitionArray( Insert() local 536 Handle<TransitionArray> result = isolate->factory()->NewTransitionArray(nof); EnsureHasFullTransitionArray() local [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | pool.py | 90 return "Error sending result: '%s'. Reason: '%s'" % (self.value, 125 result = (True, func(*args, **kwds)) 129 result = (False, e) 131 put((job, i, result)) 133 wrapped = MaybeEncodingError(e, result[1]) 134 util.debug("Possible encoding error while sending result: %s" % ( 138 task = job = result = func = args = kwds = None 402 result = IMapIterator(self) 405 self._guarded_task_generation(result._job, func, iterable), 406 result [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jmemmgr.c | 439 JSAMPARRAY result; in METHODDEF() local 468 result = (JSAMPARRAY)alloc_small(cinfo, pool_id, in METHODDEF() 479 result[currow++] = workspace; in METHODDEF() 484 return result; in METHODDEF() 499 JBLOCKARRAY result; in METHODDEF() local 520 result = (JBLOCKARRAY)alloc_small(cinfo, pool_id, in METHODDEF() 531 result[currow++] = workspace; in METHODDEF() 536 return result; in METHODDEF() 584 jvirt_sarray_ptr result; in METHODDEF() local 591 result in METHODDEF() 614 jvirt_barray_ptr result; METHODDEF() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_tcl.py | 279 result = tcl.exprstring(expr) 280 self.assertEqual(result, expected) 281 self.assertIsInstance(result, str) 313 result = tcl.exprdouble(expr) 314 self.assertEqual(result, expected) 315 self.assertIsInstance(result, float) 344 result = tcl.exprlong(expr) 345 self.assertEqual(result, expected) 346 self.assertIsInstance(result, int) 375 result [all...] |
/third_party/python/Lib/logging/ |
H A D | config.py | 303 result = self.configurator.convert(value) 305 if value is not result: 307 self[key] = result 308 if type(result) in (ConvertingDict, ConvertingList, 310 result.parent = self 311 result.key = key 312 return result 315 result = self.configurator.convert(value) 316 if value is not result: 317 if type(result) i [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateTimePatternGenerator.java | 122 DateTimePatternGenerator result = DTPNG_CACHE.get(localeKey); in getFrozenInstance() 123 if (result != null) { in getFrozenInstance() 124 return result; in getFrozenInstance() 127 result = new DateTimePatternGenerator(); in getFrozenInstance() 128 result.initData(uLocale, false); in getFrozenInstance() 131 result.freeze(); in getFrozenInstance() 132 DTPNG_CACHE.put(localeKey, result); in getFrozenInstance() 133 return result; in getFrozenInstance() 147 DateTimePatternGenerator result = new DateTimePatternGenerator(); in getInstanceNoStdPat() 148 result in getInstanceNoStdPat() 953 getSkeletons(Map<String, String> result) getSkeletons() argument 972 getBaseSkeletons(Set<String> result) getBaseSkeletons() argument [all...] |