Home
last modified time | relevance | path

Searched refs:is_pc (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/py-user_agents/user-agents-1.0.1/user_agents/
H A Dtests.py145 self.assertFalse(iphone_ua.is_pc)
146 self.assertFalse(galaxy_s3_ua.is_pc)
147 self.assertFalse(ipad_ua.is_pc)
148 self.assertFalse(playbook_ua.is_pc)
150 self.assertFalse(nexus_7_ua.is_pc)
155 self.assertFalse(j2me_opera_ua.is_pc)
157 self.assertFalse(nokia_n97_ua.is_pc)
158 self.assertTrue(mac_safari_ua.is_pc)
159 self.assertTrue(windows_ie_ua.is_pc)
161 self.assertTrue(ie_touch_ua.is_pc)
[all …]
H A Dparsers.py132 device = self.is_pc and "PC" or self.device.family
209 def is_pc(self): member in UserAgent
/dports/devel/py-user_agents/user-agents-1.0.1/
H A DREADME.rst70 * ``is_pc``: whether user agent is identified to be running a traditional "desktop" OS (Windows, OS…
87 user_agent.is_pc # returns False
97 user_agent.is_pc # returns False
107 user_agent.is_pc # returns False
117 user_agent.is_pc # returns False
127 user_agent.is_pc # returns True
H A DPKG-INFO78 …* ``is_pc``: whether user agent is identified to be running a traditional "desktop" OS (Windows, O…
95 user_agent.is_pc # returns False
105 user_agent.is_pc # returns False
115 user_agent.is_pc # returns False
125 user_agent.is_pc # returns False
135 user_agent.is_pc # returns True
/dports/devel/py-user_agents/user-agents-1.0.1/user_agents.egg-info/
H A DPKG-INFO78 …* ``is_pc``: whether user agent is identified to be running a traditional "desktop" OS (Windows, O…
95 user_agent.is_pc # returns False
105 user_agent.is_pc # returns False
115 user_agent.is_pc # returns False
125 user_agent.is_pc # returns False
135 user_agent.is_pc # returns True
/dports/editors/fpc-ide/fpc-3.2.2/compiler/arm/
H A Dcpubase.pas372 function is_pc(const r : tregister) : boolean; {$ifdef USEINLINE}inline;{$endif USEINLINE} in is_pc() function
518 function is_pc(const r : tregister) : boolean; {$ifdef USEINLINE}inline;{$endif USEINLINE} in is_pc() function
520 is_pc:=(r=NR_R15);
H A Dagarmgas.pas196 if (base<>NR_NO) and not(is_pc(base)) then
H A Dcgcpu.pas1222 not(is_pc(ref.base)) and
1223 not(is_pc(ref.index))
2537 if is_pc(ref.base) then
2539 if is_pc(ref.index) then
4999 not(is_pc(ref.base)) and
5000 not(is_pc(ref.index))
5039 if is_pc(ref.base) then
5041 if is_pc(ref.index) then
/dports/lang/fpc/fpc-3.2.2/compiler/arm/
H A Dcpubase.pas372 function is_pc(const r : tregister) : boolean; {$ifdef USEINLINE}inline;{$endif USEINLINE} in is_pc() function
518 function is_pc(const r : tregister) : boolean; {$ifdef USEINLINE}inline;{$endif USEINLINE} in is_pc() function
520 is_pc:=(r=NR_R15);
H A Dagarmgas.pas196 if (base<>NR_NO) and not(is_pc(base)) then
H A Dcgcpu.pas1222 not(is_pc(ref.base)) and
1223 not(is_pc(ref.index))
2537 if is_pc(ref.base) then
2539 if is_pc(ref.index) then
4999 not(is_pc(ref.base)) and
5000 not(is_pc(ref.index))
5039 if is_pc(ref.base) then
5041 if is_pc(ref.index) then
/dports/lang/fpc-source/fpc-3.2.2/compiler/arm/
H A Dcpubase.pas372 function is_pc(const r : tregister) : boolean; {$ifdef USEINLINE}inline;{$endif USEINLINE} in is_pc() function
518 function is_pc(const r : tregister) : boolean; {$ifdef USEINLINE}inline;{$endif USEINLINE} in is_pc() function
520 is_pc:=(r=NR_R15);
H A Dagarmgas.pas196 if (base<>NR_NO) and not(is_pc(base)) then
H A Dcgcpu.pas1222 not(is_pc(ref.base)) and
1223 not(is_pc(ref.index))
2537 if is_pc(ref.base) then
2539 if is_pc(ref.index) then
4999 not(is_pc(ref.base)) and
5000 not(is_pc(ref.index))
5039 if is_pc(ref.base) then
5041 if is_pc(ref.index) then
/dports/japanese/tiarra/tiarra-20100212/module/System/
H A DWebClient.pm1750 my $is_pc = $req->{ua_type} eq 'pc';
1752 $content .= $is_pc ? "<ul>\n" : "<div>\n";
1757 if( $is_pc )
1788 if( $is_pc )
1796 if( $is_pc )
1805 $content .= $is_pc ? "<li>$msg</li>\n" : "$msg\n";
1807 $content .= $is_pc ? "</ul>\n" : "<div\n>";
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_multigrid.c149 bool is_pc; /* True if used as preconditioner */ member
390 info->is_pc = false; in _multigrid_info_init()
459 if (mg->info.is_pc == false) in _multigrid_setup_log()
1456 mg->info.is_pc = true; in _multigrid_create_k_cycle_bottom_smoother()
2620 if ( (verbosity > -1 && !(mg->info.is_pc || mg->subtype != CS_MULTIGRID_MAIN)) in _convergence_test()
4176 if (!(mg->info.is_pc)) { in cs_multigrid_setup_conv_diff()
4288 if (mg_info->is_pc == false && verbosity > 1) in cs_multigrid_solve()
4478 mg->info.is_pc = true; in cs_multigrid_pc_create()
/dports/devel/capstone4/capstone-4.0.2/arch/M68K/
H A DM68KDisassembler.c310 …ndex_address_mode(m68k_info *info, cs_m68k_op* op, uint32_t instruction, uint32_t size, bool is_pc) in get_with_index_address_mode() argument
334 if (is_pc) { in get_with_index_address_mode()
359 op->address_mode = is_pc ? M68K_AM_PC_MEMI_PRE_INDEX : M68K_AM_MEMI_PRE_INDEX; in get_with_index_address_mode()
361 op->address_mode = is_pc ? M68K_AM_PC_MEMI_POST_INDEX : M68K_AM_MEMI_POST_INDEX; in get_with_index_address_mode()
371 if (is_pc) { in get_with_index_address_mode()
378 if (is_pc) { in get_with_index_address_mode()
/dports/emulators/qemu/qemu-6.2.0/capstone/arch/M68K/
H A DM68KDisassembler.c310 …ndex_address_mode(m68k_info *info, cs_m68k_op* op, uint32_t instruction, uint32_t size, bool is_pc) in get_with_index_address_mode() argument
334 if (is_pc) { in get_with_index_address_mode()
359 op->address_mode = is_pc ? M68K_AM_PC_MEMI_PRE_INDEX : M68K_AM_MEMI_PRE_INDEX; in get_with_index_address_mode()
361 op->address_mode = is_pc ? M68K_AM_PC_MEMI_POST_INDEX : M68K_AM_MEMI_POST_INDEX; in get_with_index_address_mode()
371 if (is_pc) { in get_with_index_address_mode()
378 if (is_pc) { in get_with_index_address_mode()
/dports/emulators/qemu60/qemu-6.0.0/capstone/arch/M68K/
H A DM68KDisassembler.c310 …ndex_address_mode(m68k_info *info, cs_m68k_op* op, uint32_t instruction, uint32_t size, bool is_pc) in get_with_index_address_mode() argument
334 if (is_pc) { in get_with_index_address_mode()
359 op->address_mode = is_pc ? M68K_AM_PC_MEMI_PRE_INDEX : M68K_AM_MEMI_PRE_INDEX; in get_with_index_address_mode()
361 op->address_mode = is_pc ? M68K_AM_PC_MEMI_POST_INDEX : M68K_AM_MEMI_POST_INDEX; in get_with_index_address_mode()
371 if (is_pc) { in get_with_index_address_mode()
378 if (is_pc) { in get_with_index_address_mode()
/dports/devel/py-capstone/capstone-4.0.1/src/arch/M68K/
H A DM68KDisassembler.c336 …t_with_index_address_mode(m68k_info *info, cs_m68k_op* op, uint instruction, uint size, bool is_pc) in get_with_index_address_mode() argument
360 if (is_pc) { in get_with_index_address_mode()
385 op->address_mode = is_pc ? M68K_AM_PC_MEMI_PRE_INDEX : M68K_AM_MEMI_PRE_INDEX; in get_with_index_address_mode()
387 op->address_mode = is_pc ? M68K_AM_PC_MEMI_POST_INDEX : M68K_AM_MEMI_POST_INDEX; in get_with_index_address_mode()
397 if (is_pc) { in get_with_index_address_mode()
404 if (is_pc) { in get_with_index_address_mode()
/dports/emulators/qemu5/qemu-5.2.0/capstone/arch/M68K/
H A DM68KDisassembler.c310 …ndex_address_mode(m68k_info *info, cs_m68k_op* op, uint32_t instruction, uint32_t size, bool is_pc) in get_with_index_address_mode() argument
334 if (is_pc) { in get_with_index_address_mode()
359 op->address_mode = is_pc ? M68K_AM_PC_MEMI_PRE_INDEX : M68K_AM_MEMI_PRE_INDEX; in get_with_index_address_mode()
361 op->address_mode = is_pc ? M68K_AM_PC_MEMI_POST_INDEX : M68K_AM_MEMI_POST_INDEX; in get_with_index_address_mode()
371 if (is_pc) { in get_with_index_address_mode()
378 if (is_pc) { in get_with_index_address_mode()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/arch/M68K/
H A DM68KDisassembler.c336 …t_with_index_address_mode(m68k_info *info, cs_m68k_op* op, uint instruction, uint size, bool is_pc) in get_with_index_address_mode() argument
360 if (is_pc) { in get_with_index_address_mode()
385 op->address_mode = is_pc ? M68K_AM_PC_MEMI_PRE_INDEX : M68K_AM_MEMI_PRE_INDEX; in get_with_index_address_mode()
387 op->address_mode = is_pc ? M68K_AM_PC_MEMI_POST_INDEX : M68K_AM_MEMI_POST_INDEX; in get_with_index_address_mode()
397 if (is_pc) { in get_with_index_address_mode()
404 if (is_pc) { in get_with_index_address_mode()
/dports/devel/xelfviewer/XELFViewer-0.03/XCapstone/3rdparty/Capstone/src/arch/M68K/
H A DM68KDisassembler.c310 …ndex_address_mode(m68k_info *info, cs_m68k_op* op, uint32_t instruction, uint32_t size, bool is_pc) in get_with_index_address_mode() argument
334 if (is_pc) { in get_with_index_address_mode()
359 op->address_mode = is_pc ? M68K_AM_PC_MEMI_PRE_INDEX : M68K_AM_MEMI_PRE_INDEX; in get_with_index_address_mode()
361 op->address_mode = is_pc ? M68K_AM_PC_MEMI_POST_INDEX : M68K_AM_MEMI_POST_INDEX; in get_with_index_address_mode()
371 if (is_pc) { in get_with_index_address_mode()
378 if (is_pc) { in get_with_index_address_mode()
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dformula.php851 $this->ispc = is_object($ispc) ? $ispc->kwdef->is_pc : $ispc;
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-arm.c7510 const bfd_boolean is_pc = (inst.operands[i].reg == REG_PC); in encode_arm_addr_mode_2() local
7517 || (is_pc && inst.operands[i].writeback)), in encode_arm_addr_mode_2()
7536 if (is_pc && !inst.reloc.pc_rel) in encode_arm_addr_mode_2()
10257 const bfd_boolean is_pc = (inst.operands[i].reg == REG_PC); in encode_thumb32_addr_mode() local
10265 constraint (is_pc, BAD_PC_ADDRESSING); in encode_thumb32_addr_mode()
10290 constraint (is_pc && inst.operands[i].writeback, BAD_PC_WRITEBACK); in encode_thumb32_addr_mode()
10293 constraint (is_pc && ((inst.instruction & THUMB2_LOAD_BIT) == 0), in encode_thumb32_addr_mode()
10313 constraint (is_pc, _("cannot use post-indexing with PC-relative addressing")); in encode_thumb32_addr_mode()

12