/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 109 static DEFINE_bool(list, false, "List samples?"); 156 "If a name does not match any list entry,\n" 157 "it is skipped unless some list entry starts with ~"); 1955 // don't show it in the list. in drawImGui() 2520 // start or finish hovering on a tree node in the list below: in drawImGui() 2799 // Sort the list of cached shaders so we can maintain some minimal level of consistency. in dumpShadersToResources()
|
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 36 // A flat list of instructions in a function for easier iteration. 38 // A map from a function to its list of instructions. 40 // A list of ids with some similar property, for example functions with the same 329 // Given a list of ids, groups them based on some value. The `get_group` 719 // Remove the ids from the potential list. 798 // the sorted list of instructions between src and dst modules. 1558 std::list<opt::BasicBlock*> order; 1562 // list to simplify future iterations. 1575 // a flat list to simplify diff generation.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 2263 wpa_printf(MSG_DEBUG, "nl80211: Ignored too short avoid frequency list (len=%u)", 2438 /* Ignore ACS channel list check for backwards compatibility */ 3590 struct wpa_driver_nl80211_data, list) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.c | 2537 "DPP: Frequency %u MHz not supported or does not allow PKEX initiation in the current channel list", in wpas_dpp_allow_ir() 3675 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_dpp_chirp_scan_res_handler() 3710 "DPP: Update channel list for chirping"); in wpas_dpp_chirp_next()
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 104 --list-types list the possible message types 306 'list-types!' => \$list_types, 869 # Load common spelling mistakes and build regular expression list. 1180 # git rev-list --remotes | grep -i "^$1" | 3363 # avoid false positive from list command eg, '-rw-r--r-- 1 root root' 3530 "Misordered MAINTAINERS entry - list '$cur:' before '$prev:'\n" . $hereprev); 3535 "Misordered MAINTAINERS entry - list file patterns in alphabetic order\n" . $hereprev); 7382 # validate content of MODULE_LICENSE against list from include/linux/module.h
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 4336 CodeStubAssembler::VariableList list(0, assembler_->zone()); 4337 ForEach(list, body, first, last);
|
H A D | code-stub-assembler.cc | 9062 VariableList list({&var_descriptors, &var_stable, &var_has_symbol, 9066 Label descriptor_array_loop(this, list); 9072 list, var_start_key_index.value(), var_end_key_index.value(), 10597 // This list must be kept in sync with LookupIterator::UpdateProtector! 11614 // Link the object to the allocation site list
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 48 #include "src/objects/js-list-format.h" 1241 // Check that context is not in the list yet. in AddToWeakNativeContextList() 1266 Handle<TemplateList> list = TemplateList::New(isolate(), 1); in CreateRoots() local 1267 native_context()->set_message_listeners(*list); in CreateRoots()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5263 // the list of callbacks e.g. 5453 list: *mut ::c_char, in listxattr() 5459 list: *mut ::c_char, in flistxattr()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2668 pub list: robust_list,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2667 pub list: robust_list,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2647 pub list: robust_list,
|
/third_party/python/Lib/test/ |
H A D | test_zipfile.py | 2994 for opt in '-l', '--list': 3577 assert list(map(str, root.iterdir())) == [
|
H A D | test_argparse.py | 150 for key in list(vars(result)): 192 argument_signatures -- a list of Sig objects which specify 194 failures -- a list of args lists that should cause the parser 196 successes -- a list of (initial_args, options, remaining_args) tuples 237 """Parse the args by passing in a list""" 5226 # should have been an empty list.
|
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 8 // this list of conditions and the following disclaimer. 10 // this list of conditions and the following disclaimer in the documentation 27 #include <list> 2521 // A32 can push sp if it is the first register in the list. in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 8 // this list of conditions and the following disclaimer. 10 // this list of conditions and the following disclaimer in the documentation 1340 // register list. You may need to replace them with other registers: 8693 // Take a register from the appropriate temps list. It will be returned 8752 // the appropriate temps list. 8758 void Include(const CPURegList& list); 8776 void Exclude(const CPURegList& list); 8824 // The MacroAssembler maintains a list of available scratch registers, and
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 95 static bool visit_cf_list(struct isel_context* ctx, struct exec_list* list); 4161 /* add result to list and advance */ 5514 Temp list = bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), vertex_buffers, off); 5635 Instruction* mubuf = bld.mubuf(opcode, Definition(fetch_dst), list, fetch_index, 5640 Instruction* mtbuf = bld.mtbuf(opcode, Definition(fetch_dst), list, fetch_index, 10098 /* we want a sorted list of sources, since the predecessor list is also sorted */ 10868 visit_cf_list(isel_context* ctx, struct exec_list* list) 10870 foreach_list_typed (nir_cf_node, node, node, list) { 10878 default: unreachable("unimplemented cf list typ [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 8826 // Transport for raw args (copied from main args, or supplied via init list for testing) 9811 return ParserResult::runtimeError( "Unrecognized reporter, '" + reporter + "'. Check available with --list-reporters" ); 9819 ["-l"]["--list-tests"] 9820 ( "list all/matching test cases" ) 9822 ["-t"]["--list-tags"] 9823 ( "list all/matching tags" ) 9873 ["--list-test-names-only"] 9874 ( "list all/matching test cases names only" ) 9876 ["--list-reporters"] 9877 ( "list al [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 98 #include <list> 3493 // | | Parameter list area | in LowerFormalArguments_32SVR4() 3624 // caller's stack frame, right above the parameter list area. in LowerFormalArguments_32SVR4() 4746 // If callee use the same argument list that caller is using, then we can in IsEligibleForTailCallOptimization_64SVR4() 5396 // Add argument registers to the end of the list so that they are known live in buildCallOperands() 5448 // Build the operand list for the call instruction. in FinishCall() 5594 // area, parameter list area and the part of the local variable space which in LowerCall_32SVR4() 5649 // Size of the linkage area, parameter list area and the part of the local in LowerCall_32SVR4() 5679 // i - Tracks the index into the list of registers allocated for the call in LowerCall_32SVR4() 5680 // RealArgIdx - Tracks the index into the list o in LowerCall_32SVR4() [all...] |
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 1730 to the list passed as `VkDeviceCreateInfo::ppEnabledExtensionNames`. 1781 "VK_KHR_buffer_device_address" to the list passed as `VkDeviceCreateInfo::ppEnabledExtensionNames`. 2017 // - The name of another parameter in the argument list where the pointer is declared 3932 std::pair, std::vector, std::list, std::unordered_map. 3970 #include <list> 5240 Allocator for objects of type T using a list of arrays (pools) to speed up 5356 // Setup singly-linked list of all free items in this block. in CreateNewBlock() 5368 #define VmaList std::list 5380 // Doubly linked list. 6424 // Given free suballocation, it inserts it into sorted list o [all...] |
/third_party/icu/icu4c/source/ |
H A D | configure | 857 # (The list follows the same order as the GNU Coding Standards.) 1375 # Omit some internal or obsolete options to make the list less imposing. 1479 If set, it will REPLACE any automatic list of libraries.
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_state.c | 707 list_addtail(&view->list, &rctx->texture_buffers); in texture_buffer_sampler_view() 3335 * state added to this list is also checked in the caller in in evergreen_update_ps_state()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2783 pub list: robust_list,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2852 pub list: robust_list,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2805 pub list: robust_list,
|