/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/ |
H A D | export.js | 127 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 128 desc = { enumerable: true, get: function() { return m[k]; } }; 147 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 148 desc = { enumerable: true, get: function() { return m[k]; } }; 185 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 186 desc = { enumerable: true, get: function() { return m[k]; } };
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/ |
H A D | exports-with-incremental.js | 138 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 139 desc = { enumerable: true, get: function() { return m[k]; } }; 158 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 159 desc = { enumerable: true, get: function() { return m[k]; } }; 208 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 209 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | exports.js | 138 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 139 desc = { enumerable: true, get: function() { return m[k]; } }; 158 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 159 desc = { enumerable: true, get: function() { return m[k]; } }; 208 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 209 desc = { enumerable: true, get: function() { return m[k]; } };
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/ |
H A D | export-with-incremental.js | 133 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 134 desc = { enumerable: true, get: function() { return m[k]; } }; 157 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 158 desc = { enumerable: true, get: function() { return m[k]; } }; 206 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 207 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | export.js | 133 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 134 desc = { enumerable: true, get: function() { return m[k]; } }; 157 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 158 desc = { enumerable: true, get: function() { return m[k]; } }; 206 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 207 desc = { enumerable: true, get: function() { return m[k]; } };
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/ |
H A D | exports-with-incremental.js | 144 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 145 desc = { enumerable: true, get: function() { return m[k]; } }; 168 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 169 desc = { enumerable: true, get: function() { return m[k]; } }; 238 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 239 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | exports.js | 144 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 145 desc = { enumerable: true, get: function() { return m[k]; } }; 168 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 169 desc = { enumerable: true, get: function() { return m[k]; } }; 238 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 239 desc = { enumerable: true, get: function() { return m[k]; } };
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnsafeUtil.java | 302 Object x = f.get(null); in getUnsafe() 813 return field.get(null); in getStaticObject() 933 return field.get(null); in getStaticObject()
|
/third_party/python/Lib/lib2to3/ |
H A D | refactor.py | 53 # or a type and content -- so they don't get any farther 187 self.write_unchanged_files = self.options.get("write_unchanged_files") 635 This is necessary to get correct line number / offset information 717 task = self.queue.get() 725 task = self.queue.get()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | map_util.h | 200 // Since linked_ptr::get() is a const member returning a non const, in FindLinkedPtrOrNull() 202 return it->second.get(); in FindLinkedPtrOrNull() 506 return ret.first->second.get(); in LookupOrInsertNewLinkedPtr() 526 return ret.first->second.get(); in LookupOrInsertNewLinkedPtr() 657 // if (value_ptr.get()) 706 // container that supports it, but this seems to get us 99% of what we need 750 // container that supports it, but this seems to get us 99% of what we need
|
/third_party/python/Lib/test/ |
H A D | test_getpath.py | 233 # Specify PYTHONHOME to get the correct prefix/exec_prefix 1008 self.open[key] = self.open.get(key, 0) + 1 1211 k: ns['config'].get(k, ns.get(k, ...))
|
H A D | test_urllib2_localnet.py | 183 if not auth_dict.get("nonce") in self._nonces: 234 if not self.headers.get("Authorization", ""): 237 elif self.headers.get( 561 b"get=with_feeling") 563 self.assertEqual(handler.requests, ["/bizarre", b"get=with_feeling"])
|
H A D | test_wsgiref.py | 223 # Encode as latin1 to get original bytes 270 # call. But in theory, it could get interrupted by other 467 for m in h.__contains__, h.get, h.get_all, h.__getitem__: 478 self.assertEqual(h.get("foo","whee"), "baz") 479 self.assertEqual(h.get("zoo","whee"), "whee")
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey_ctx.rs | 237 let errors = ErrorStack::get(); in verify() 941 assert!(ErrorStack::get().errors().is_empty()); in verify_fail() 954 assert!(ErrorStack::get().errors().is_empty()); in verify_fail_ec()
|
/third_party/spirv-tools/source/opt/ |
H A D | copy_prop_arrays.cpp | 68 PropagateObject(&*var_inst, source_object.get(), store_inst); in Process() 341 if (!memory_object->Contains(member_object.get())) { 438 if (!memory_object->Contains(current_memory_object.get())) { 524 // is the same type. Use element 0 to get the type. 667 // get the specific member. 676 // is the same type. Use element 0 to get the type. 727 // dead after all of the loads are removed, and ADCE will get rid of it.
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperationSingleQueueTests.cpp | 114 synchronizationWrapper->cmdWaitEvents(*cmdBuffer, 1u, &event.get(), &dependencyInfo); in iterate() 129 synchronizationWrapper->cmdWaitEvents(*cmdBuffer, 1u, &event.get(), &dependencyInfo); in iterate() 445 const Resource& resource = *m_resources[opNdx - 1].get(); in iterate()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.h | 379 VkDebugUtilsMessengerCreateInfoEXT* get() noexcept { return &create_info; } 408 VkDebugUtilsMessengerCreateInfoEXT* get() noexcept { return logger.get(); }
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 219 EXPECT_EQ(iter.value()[Constants::LOCAL_NAME].get<std::string>(), accountInfo.GetLocalName()); in HWTEST_F() 276 EXPECT_EQ(iter.value()[Constants::LOCAL_NAME].get<std::string>(), accountInfo.GetLocalName()); in HWTEST_F() 340 EXPECT_EQ(iter.value()[Constants::LOCAL_NAME].get<std::string>(), accountInfo.GetLocalName()); in HWTEST_F() 405 EXPECT_EQ(iter.value()[Constants::LOCAL_NAME].get<std::string>(), accountInfo.GetLocalName()); in HWTEST_F() 445 EXPECT_EQ(iter.value()[Constants::LOCAL_NAME].get<std::string>(), accountInfo.GetLocalName()); in HWTEST_F() 502 EXPECT_EQ(iter.value()[Constants::LOCAL_NAME].get<std::string>(), accountInfo.GetLocalName()); in HWTEST_F() 656 EXPECT_EQ(iter.value()[Constants::LOCAL_NAME].get<std::string>(), accountInfo.GetLocalName()); in HWTEST_F() 1982 testing::Mock::AllowLeak(ptr.get()); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | medialibrary_napi_utils.cpp | 81 CHECK_STATUS_RET(napi_typeof(env, arg, &valueType), "Failed to get type"); in GetUInt32() 83 CHECK_STATUS_RET(napi_get_value_uint32(env, arg, &value), "Failed to get uint32 value"); in GetUInt32() 90 CHECK_STATUS_RET(napi_typeof(env, arg, &valueType), "Failed to get type"); in GetInt32() 92 CHECK_STATUS_RET(napi_get_value_int32(env, arg, &value), "Failed to get int32 value"); in GetInt32() 99 CHECK_STATUS_RET(napi_typeof(env, arg, &valueType), "Failed to get type"); in GetDouble() 101 CHECK_STATUS_RET(napi_get_value_double(env, arg, &value), "Failed to get double value"); in GetDouble() 108 CHECK_STATUS_RET(napi_typeof(env, arg, &valueType), "Failed to get type"); in GetParamBool() 110 CHECK_STATUS_RET(napi_get_value_bool(env, arg, &value), "Failed to get param"); in GetParamBool() 120 CHECK_STATUS_RET(napi_get_element(env, arg, i, &val), "Failed to get element"); in GetUInt32Array() 122 CHECK_STATUS_RET(GetUInt32(env, val, value), "Failed to get elemen in GetUInt32Array() [all...] |
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 3249 opts.package1 = make_path_absolute(argv[i]).get(); in parse_command_line() 3254 opts.package2 = make_path_absolute(argv[i]).get(); in parse_command_line() 3280 (abigail::tools_utils::make_path_absolute(argv[j]).get()); in parse_command_line() 3294 (abigail::tools_utils::make_path_absolute(argv[j]).get()); in parse_command_line() 3308 abigail::tools_utils::make_path_absolute(argv[j]).get(); in parse_command_line() 3322 abigail::tools_utils::make_path_absolute(argv[j]).get(); in parse_command_line() 3414 (make_path_absolute(argv[j]).get()); in parse_command_line() 3431 (make_path_absolute(argv[j]).get()); in parse_command_line()
|
/third_party/node/src/ |
H A D | cares_wrap.cc | 264 HostentToNames(env, ptr.get(), ret); in ParseGeneralReply() 602 OneByteString(env->isolate(), nsname.get())).Check(); in ParseSoaReply() 606 hostmaster.get())).Check(); in ParseSoaReply() 1393 struct hostent* host = response->host.get(); in Parse() 1496 TRACING_CATEGORY_NODE2(dns, native), "lookup", req_wrap.get(), in AfterGetAddrInfo() 1530 TRACING_CATEGORY_NODE2(dns, native), "lookupService", req_wrap.get(), in AfterGetNameInfo() 1599 req_wrap.get(), in GetAddrInfo() 1634 TRACING_CATEGORY_NODE2(dns, native), "lookupService", req_wrap.get(), in GetNameInfo()
|
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 41 JSFunction::cast(native_context.get(constructor_function_index)); in GetPrototypeChainRootMap() 54 return JSFunction::cast(native_context.get(constructor_function_index)); in GetConstructorFunction() 442 // Ensure the descriptor array does not get too big. in CopyWithField() 473 // Ensure the descriptor array does not get too big. in CopyWithConstant() 996 native_context.get(Context::ArrayMapIndex(to_kind)); in TransitionElementsTo() 1596 Handle<Map> function_map(Map::cast(isolate->native_context()->get( in AsLanguageMode() 1985 !current_pair->get(ACCESSOR_GETTER).IsNull(isolate) && in TransitionToAccessorProperty() 1986 current_pair->get(ACCESSOR_GETTER) != *getter) { in TransitionToAccessorProperty() 1990 !current_pair->get(ACCESSOR_SETTER).IsNull(isolate) && in TransitionToAccessorProperty() 1991 current_pair->get(ACCESSOR_SETTE in TransitionToAccessorProperty() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 553 vk::ShaderWrapper vert = vk::ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert")); in iterate() 554 vk::ShaderWrapper frag = vk::ShaderWrapper(vk, device, m_context.getBinaryCollection().get("frag")); in iterate() 655 const Unique<vk::VkShaderModule> cs(vk::createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate() 746 vk.cmdCopyBufferToImage(*cmdBuffer, sampledBuffer->get(), sampledImage, m_parameters.dstLayout, 1u, ©Region); in iterate() 913 vk::submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate() 1355 image->get(), // VkImage image; in iterate() 1369 copyImage->get(), // VkImage image; in iterate() 1461 vk::submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 422 // In the epilog, we may need to look back one stage to get the correct in generateExistingPhis() 449 // Phi to get the correct value. in generateExistingPhis() 471 // If this references a generated Phi in the kernel, get the Phi operand in generateExistingPhis() 479 // In the epilog, a map lookup is needed to get the value from the kernel, in generateExistingPhis() 553 TII->get(TargetOpcode::PHI), NewReg); in generateExistingPhis() 669 TII->get(TargetOpcode::PHI), NewReg); in generatePhis() 814 TII->get(TargetOpcode::COPY), SplitReg) in splitLifetimes() 925 // Check if there is a Phi. If so, get the definition in the loop. in computeDelta() 1047 // Make an adjustment to get the last definition. in updateInstruction() 1438 BuildMI(*BB, MI, DebugLoc(), TII->get(TargetOpcod in remapUse() [all...] |