Home
last modified time | relevance | path

Searched refs:use (Results 251 - 275 of 2191) sorted by relevance

1...<<11121314151617181920>>...88

/third_party/python/Lib/test/test_import/data/circular_imports/
H A Dsource.py1 from . import use namespace
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc4 // you may not use this file except in compliance with the License.
212 /// @returns the description of the symbol use kind.
282 /// @returns the the diagnostic message name used for the given use
345 /// @returns the use depth for the symbol use kind.
410 /// @param symbol the symbol to use for the declaration
415 /// Declares a use of a symbol with the given kind
416 /// @param kind the kind of symbol use
417 /// @param symbol the declaration symbol to use
418 /// @param source the source of the use
1090 auto* use = AST().GlobalDeclarations()[1]; TEST_P() local
1109 auto* use = AST().GlobalDeclarations()[0]; TEST_P() local
1148 auto* use = helper.Add(use_kind, symbol, Source{{56, 78}}); TEST_P() local
1251 const ast::Node* use = nullptr; TEST_F() member
[all...]
/third_party/node/test/parallel/
H A Dtest-eval-strict-referenceerror.js16 '\'use strict\';',
/third_party/typescript/tests/baselines/reference/
H A DdeclaredExternalModule.js12 use: (mod: connectModule) => connectExport;
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dcallback_srm.S103 __alpha_using_srm: # For use by bootpheader
106 __callback_init_done: # For use by bootpheader
H A Dev6-clear_user.S25 * it's going to be worth the effort to hand-unroll a big loop, and use wh64.
58 # Note - we never actually use $2, so this is a moot computation
86 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
93 * going to be able to use the large block clear loop at least once.
95 * so we can use the wh64 instruction.
198 # so we will use $0 as the loop counter
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dcallback_srm.S103 __alpha_using_srm: # For use by bootpheader
106 __callback_init_done: # For use by bootpheader
H A Dev6-clear_user.S25 * it's going to be worth the effort to hand-unroll a big loop, and use wh64.
58 # Note - we never actually use $2, so this is a moot computation
86 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
93 * going to be able to use the large block clear loop at least once.
95 * so we can use the wh64 instruction.
198 # so we will use $0 as the loop counter
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dsubdev.h28 } use; member
58 mutex_init(&subdev->use.mutex); in nvkm_subdev_ctor()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Dirq.c55 if (pvoice->use && pvoice->interrupt != NULL) { in snd_emu10k1_interrupt()
71 if (pvoice->use && pvoice->interrupt != NULL) { in snd_emu10k1_interrupt()
/third_party/libunwind/libunwind/doc/
H A Dunw_getcontext.tex34 reverse is \emph{not} true and it is \emph{not} safe to use structures
47 \Func{unw\_getcontext}() is thread-safe as well as safe to use
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_dce.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
89 foreach_ssa_use (use, instr) in remove_unused_by_block()
90 foreach_ssa_srcp_n (srcp, n, use) in remove_unused_by_block()
/third_party/python/Tools/msi/
H A Dget_externals.bat53 rem We always use whatever's latest in the repo for these
81 echo.from, the --python option determines which Python 3.6+ interpreter to use
/third_party/spirv-tools/kokoro/scripts/windows/
H A Dbuild.bat4 :: you may not use this file except in compliance with the License.
75 :: This lets us use !ERRORLEVEL! inside an IF ... () and get the actual error at that point.
/third_party/zlib/contrib/delphi/
H A Dzlibd32.mak2 # For use with Delphi and C++ Builder under Win32
13 # do not use "-pr" in CFLAGS
/third_party/zlib/contrib/pascal/
H A Dzlibd32.mak2 # For use with Delphi and C++ Builder under Win32
13 # do not use "-pr" in CFLAGS
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000.h191 unsigned int use = READ_ONCE((R)->next_to_use); \
192 (clean > use ? 0 : (R)->count) + clean - use - 1; \
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000.h191 unsigned int use = READ_ONCE((R)->next_to_use); \
192 (clean > use ? 0 : (R)->count) + clean - use - 1; \
/kernel/linux/linux-6.6/net/rxrpc/
H A Dpeer_event.c238 bool use; in rxrpc_peer_keepalive_dispatch() local
251 use = __rxrpc_use_local(peer->local, rxrpc_local_use_peer_keepalive); in rxrpc_peer_keepalive_dispatch()
254 if (use) { in rxrpc_peer_keepalive_dispatch()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_peephole_select.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
232 nir_foreach_use(use, &mov->dest.dest.ssa) { in block_check_for_allowed_instrs()
233 if (use->parent_instr->type != nir_instr_type_phi || in block_check_for_allowed_instrs()
234 use->parent_instr->block != block->successors[0]) in block_check_for_allowed_instrs()
H A Dnir_group_loads.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
36 * There is an option to group only those loads that use the same resource
195 nir_foreach_use(use, def) { in group_loads()
196 if (use->parent_instr->block == instr->block && in group_loads()
197 use->parent_instr->index <= last->index) { in group_loads()
378 * instruction that visits it will use the index instead of recomputing in process_block()
415 /* Find the first and last instruction that use the same in process_block()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.cpp10 * on the rights to use, copy, modify, merge, publish, distribute, sub
276 void RegisterCompAccess::record_read(int line, ProgramScope *scope, LiveRangeEntry::EUse use) in record_read() argument
279 if (use != LiveRangeEntry::use_unspecified) in record_read()
280 m_use_type.set(use); in record_read()
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js105 File '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result.
119 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/index.d.ts' exist - use it as a name resolution result.
137 File '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result.
175 "use strict";
193 "use strict";
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js115 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.d.ts' exist - use it as a name resolution result.
133 File '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result.
153 File '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result.
188 "use strict";
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js115 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.d.ts' exist - use it as a name resolution result.
133 File '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result.
153 File '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result.
188 "use strict";

Completed in 11 milliseconds

1...<<11121314151617181920>>...88