/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 94 SavedRegs.set(ARC::BLINK); in determineCalleeSaves()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 79 return MachineFunctionProperties().set( 374 // ConvOpc is suitable; it is on the caller to set the MI flag. in adjustCCMasksForInstr() 393 // If MI has the NSW flag set in combination with the in adjustCCMasksForInstr() 467 CCMask &= CCValues; // Logical subtracts never set CC=0. in adjustCCMasksForInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 416 SI->set(BCI); in buildFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 77 /// The set of inserted objc_storeStrong calls. If at the end of walking the 430 // We can't set the tail flag yet, because we haven't yet determined in tryToContractReleaseIntoStoreStrong() 432 // we can set the tail flag once we know it's safe. in tryToContractReleaseIntoStoreStrong() 687 U.set(Replacement); in runOnFunction()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 149 std::cerr << "Error: " << context << " " << name << " \"version\" must be set, probably to \"None\"" << std::endl; in IsValid() 160 // When a feature is introduced by an extension, the firstVersion is set to in IsValid() 181 << "its version is set to \"None\", and it is not enabled by a " in IsValid() 209 << "its version is set to \"None\", and it is not enabled by " in IsValid() 218 // The set of objects that hold all the instruction/operand 456 // Given a number string, returns the position of the only bits set in the number. 525 // set up the printing classes in jsonToSpirv() 679 OperandClassParams[operandClass].set(enumName, enumValues, bitEnum); in jsonToSpirv()
|
/third_party/python/Lib/test/ |
H A D | test_faulthandler.py | 56 output from the standard error or from a file (if filename is set). 382 modules = set(match.group(1).strip().split(', ')) 559 self.running.set() 566 waiter.stop.set()
|
H A D | test_bool.py | 252 set, str, tuple, type]:
|
/third_party/python/Lib/ |
H A D | bdb.py | 32 self.skip = set(skip) if skip else None 110 self.user_line(). Raise BdbQuit if self.quitting is set. 122 self.user_call(). Raise BdbQuit if self.quitting is set. 144 self.user_return(). Raise BdbQuit if self.quitting is set. 166 self.user_exception(). Raise BdbQuit if self.quitting is set. 178 # has set stopframe in a generator by issuing a return command, or a 229 # first line of a function with breakpoint set by function name. 268 """Called when a return trap is set here.""" 304 # Restore the trace function in the caller (that may not have been set 341 If there are no breakpoints, set th [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_colorizer.py | 48 case _ if ("a" if _ else set()): pass 458 for tag in set(text.tag_names()) - {'sel', 'TODO', 'SYNC'}:
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_allocator_test.cc | 35 std::set<void*> owned;
|
/third_party/skia/modules/skottie/src/ |
H A D | Skottie.cpp | 205 fAssets.set(ParseDefault<SkString>((*asset)["id"], SkString()), { asset, false }); in parseAssets()
|
/third_party/skia/gm/ |
H A D | runtimeintrinsics.cpp | 152 pts[x].set(x + 0.5f, y); in plot()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_internal.h | 391 struct cil_classpermission *set; member
|
/third_party/vk-gl-cts/scripts/ |
H A D | make_release.py | 149 src = re.sub('set\(%s\s+"[^"]*"' % re.escape(var), 150 'set(%s "%s"' % (var, value), src) 154 usedFiles = set() # Files that are already included by other filters 164 # Build file objects, add to used set
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktPipelineIdentifierTests.cpp | 26 #include <set>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.h | 49 int set);
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 279 s_currentCtx.set((void*)context); in setCurrentContext()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.h | 600 void wpa_sm_set_reset_fils_completed(struct wpa_sm *sm, int set);
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | process_angle_perf_results.py | 382 # Assuming that multiple shards will be histogram set 451 # TODO(crbug.com/948281): This is currently set to 4 since the mac masters 500 logging.info('Inserted summary key generic set for perf result in %s: %s', directory, 502 stories_guids = set() 689 # configuration-name and results-url are set in the json file which is going
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 417 Register scratch = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); in StoreTaggedPointer() 538 if (offset_reg != no_reg) pinned_byte.set(offset_reg); in Store() 1051 pinned.set(GetUnusedRegister(liftoff::kByteRegs.MaskOut(pinned))) in AtomicCompareExchange() 1114 // We have to set new_lo specially, because it's the root register. We do it in AtomicCompareExchange() 2009 Register scratch = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); in emit_f32_copysign() 2138 Register scratch = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); in emit_f64_copysign() 2248 pinned.set(__ GetUnusedRegister(kFpReg, pinned)).fp(); in EmitTruncateFloatToInt() 2250 pinned.set(__ GetUnusedRegister(kFpReg, pinned)).fp(); in EmitTruncateFloatToInt() 2287 pinned.set(__ GetUnusedRegister(kFpReg, pinned)).fp(); in EmitSatTruncateFloatToInt() 2289 pinned.set(_ in EmitSatTruncateFloatToInt() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 198 pinned.set(assm->GetUnusedRegister(kGpReg, pinned)).gp(); in I64Shiftop() 891 Register store_result = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicOp32() 896 Register temp = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicOp32() 1023 pinned.set(result_low); in AtomicOp64() 1029 pinned.set(result_high); in AtomicOp64() 1276 // We need to remember the high word of {result}, so we can set it to zero in in AtomicCompareExchange() 1327 pinned.set(new_value); in AtomicCompareExchange() 1328 pinned.set(expected); in AtomicCompareExchange() 1334 pinned.set(LiftoffRegister(result)); in AtomicCompareExchange() 1615 Register scratch1 = pinned.set(GetUnusedRegiste in emit_i32_popcnt() [all...] |
/third_party/skia/tests/ |
H A D | PathTest.cpp | 35 radii[index].set(rad, rad); in set_radii() 725 path.moveTo(-5, -8); // should set the bounds in test_bounds_crbug_513799() 774 // set to true in this case, but the bounds were not set to empty (which in test_isfinite_after_transform() 909 pts[1].set(inf, 0); in test_rect_isfinite() 914 pts[1].set(nan, 0); in test_rect_isfinite() 1223 mv.set(0, 0); in check_close() 1744 // set some non-zero values in test_isLine() 1745 pts[0].set(value, value); in test_isLine() 1746 pts[1].set(valu in test_isLine() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_sdio.c | 855 /* set flag */ in dhdsdio_clk_kso_init() 860 * Default is 0 (4334A0) so set it. Fixed in B0. in dhdsdio_clk_kso_init() 1006 DHD_ERROR(("%s: devcap set err: 0x%x\n", __FUNCTION__, err)); in dhdsdio_devcap_set() 1022 * so we can wake-up with clk request already set in dhdsdio_clk_devsleep_iovar() 1113 DHD_ERROR(("ERROR: kso set failed retry: %d\n", retry)); in dhdsdio_clk_devsleep_iovar() 1235 DHD_INFO(("CLKCTL: set PENDING\n")); in dhdsdio_htclk() 1535 /* Going to sleep: set the alarm and turn off the lights... */ in dhdsdio_bussleep() 1611 /* Waking up: bus power up is ok, set local state */ in dhdsdio_bussleep() 1772 DHD_ERROR(("%s: F%d Block size set from %d to %d\n", in dhdsdio_func_blocksize() 3332 DHD_ERROR(("%s: FAILED to set windo in dhdsdio_membytes() 3861 dhd_serialconsole(dhd_bus_t *bus, bool set, bool enable, int *bcmerror) dhd_serialconsole() argument 4738 dhd_bus_iovar_op(dhd_pub_t *dhdp, const char *name, void *params, int plen, void *arg, int len, bool set) dhd_bus_iovar_op() argument 9694 dhd_bus_membytes(dhd_pub_t *dhdp, bool set, uint32 address, uint8 *data, uint size) dhd_bus_membytes() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 171 "nl80211: Could not set nl_socket RX buffer size: %s", in nl80211_register_eloop_read() 408 /* try to set NETLINK_EXT_ACK to 1, ignoring errors */ in send_and_recv() 413 /* try to set NETLINK_CAP_ACK to 1, ignoring errors */ in send_and_recv() 922 wpa_printf(MSG_DEBUG, "nl80211: if_removed already set - ignore RTM_DELLINK event for %s", in wpa_driver_nl80211_event_dellink() 1632 * wpa_driver_nl80211_set_country - ask nl80211 to set the regulatory domain 1637 * This asks nl80211 to set the regulatory domain for given 1837 wpa_printf(MSG_DEBUG, "nl80211: Could not set interface UP " in wpa_driver_nl80211_rfkill_unblocked() 2674 wpa_printf(MSG_ERROR, "nl80211: Could not set " in wpa_driver_nl80211_finish_drv_init() 2770 "nl80211: Could not set bridge %s down", in wpa_driver_nl80211_deinit() 2808 "nl80211: Could not set interfac in wpa_driver_nl80211_deinit() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 144 "nl80211: Could not set nl_socket RX buffer size: %s", in nl80211_register_eloop_read() 432 /* try to set NETLINK_EXT_ACK to 1, ignoring errors */ in send_and_recv() 437 /* try to set NETLINK_CAP_ACK to 1, ignoring errors */ in send_and_recv() 528 * handle may be set to NULL, to get the same behavior as send_and_recv_msgs(). 551 * Final operations (e.g., disassociate) don't need to set these in send_and_recv_msgs_owner() 553 * the connection owner property set in the kernel. in send_and_recv_msgs_owner() 1167 wpa_printf(MSG_DEBUG, "nl80211: if_removed already set - ignore RTM_DELLINK event for %s", in wpa_driver_nl80211_event_dellink() 1958 * wpa_driver_nl80211_set_country - ask nl80211 to set the regulatory domain 1963 * This asks nl80211 to set the regulatory domain for given 2171 wpa_printf(MSG_DEBUG, "nl80211: Could not set interfac in wpa_driver_nl80211_rfkill_unblocked() [all...] |