Home
last modified time | relevance | path

Searched defs:ITEM (Results 51 – 75 of 1615) sorted by relevance

12345678910>>...65

/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/a/
H A Da73001j.ada46 TYPE ITEM IS RANGE <>; formal
58 TYPE ITEM IS RANGE <>; formal
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/menu/
H A Dwrapper.rs14 pub type ITEM = ll::ITEM; typedef
18 pub fn menu_items(menu: MENU) -> Vec<ITEM> { in menu_items()
25 pub fn current_item(menu: MENU) -> ITEM { in current_item()
32 pub fn new_item<T: Into<Vec<u8>>>(name: T, description: T) -> ITEM { in new_item()
162 pub fn free_item(item: ITEM) { in free_item()
198 pub fn item_opts_off(item: ITEM, opts: i32) -> i32 { in item_opts_off()
205 pub fn item_opts_on(item: ITEM, opts: i32) -> i32 { in item_opts_on()
275 pub fn set_item_opts(item: ITEM, opts: i32) -> i32 { in set_item_opts()
289 pub fn set_item_value(item: ITEM, value: bool) -> i32 { in set_item_value()
H A Dll.rs8 pub type ITEM = *mut i8; typedef
13 pub fn menu_items(_:MENU) -> *mut ITEM; in menu_items()
14 pub fn current_item(_:MENU) -> ITEM; in current_item()
15 pub fn new_item(_:*const c_char, _:*const c_char) -> ITEM; in new_item()
16 pub fn free_item(_:ITEM); in free_item()
43 pub fn item_opts_off(_:ITEM, _:c_int) -> c_int; in item_opts_off()
44 pub fn item_opts_on(_:ITEM, _:c_int) -> c_int; in item_opts_on()
54 pub fn set_item_opts(_:ITEM, _:c_int) -> c_int; in set_item_opts()
56 pub fn set_item_value(_:ITEM, _:c_bool) -> c_int; in set_item_value()
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/lambda/
H A Dapi.go16 const opAddPermission = "AddPermission"
19 // client's request for the AddPermission operation. The "output" return
26 // See AddPermission for more information on using the AddPermission
33 // // Example sending a request using the AddPermissionRequest method.
164 if input == nil {
165 input = &CreateAliasInput{}
199 // * ErrCodeInvalidParameterValueException "InvalidParameterValueException"
206 // See also, https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateAlias
276 // This association between a poll-based source and a Lambda function is called
290 // see AWS Lambda Function Versioning and Aliases (http://docs.aws.amazon.com/lambda/latest/dg/vers…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/menu/
H A Dll.rs8 pub type ITEM = *mut i8; typedef
13 pub fn menu_items(_:MENU) -> *mut ITEM; in menu_items()
14 pub fn current_item(_:MENU) -> ITEM; in current_item()
15 pub fn new_item(_:*const c_char, _:*const c_char) -> ITEM; in new_item()
16 pub fn free_item(_:ITEM); in free_item()
43 pub fn item_opts_off(_:ITEM, _:c_int) -> c_int; in item_opts_off()
44 pub fn item_opts_on(_:ITEM, _:c_int) -> c_int; in item_opts_on()
54 pub fn set_item_opts(_:ITEM, _:c_int) -> c_int; in set_item_opts()
56 pub fn set_item_value(_:ITEM, _:c_bool) -> c_int; in set_item_value()
/dports/www/p5-HTTP-Message/HTTP-Message-6.35/lib/HTTP/
H A DConfig.pm40 ITEM: label
189 ITEM: label
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DNotificationEvent.pm383 ITEM: label
529 ITEM: label
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_load.cuh85 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in LoadDirectBlocked() local
114 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in LoadDirectBlocked() local
146 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in LoadDirectBlocked() local
194 for (int ITEM = 0; ITEM < VECTORS_PER_THREAD; ITEM++) in InternalLoadDirectBlockedVectorized() local
201 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in InternalLoadDirectBlockedVectorized() local
266 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in LoadDirectStriped() local
297 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in LoadDirectStriped() local
331 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in LoadDirectStriped() local
375 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in LoadDirectWarpStriped() local
412 for (int ITEM = 0; ITEM < ITEMS_PER_THREAD; ITEM++) in LoadDirectWarpStriped() local
[all …]

12345678910>>...65