/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | fthash.h | 82 FT_UInt used; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | DemangleConfig.h | 47 #if __has_attribute(used) || DEMANGLE_GNUC_PREREQ(3, 1, 0)
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | change-to-type-that-gets-used-as-global-through-export-in-another-file.js | 122 Change:: Modify imports used in global file
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_device_memory.c | 147 pool->used = 0; in vn_device_memory_pool_grow_locked() 170 if (!pool->memory || pool->used + mem->size > pool_size) { in vn_device_memory_pool_suballocate() 183 mem->base_offset = pool->used; in vn_device_memory_pool_suballocate() 184 pool->used += align64(mem->size, pool_align); in vn_device_memory_pool_suballocate()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 47 ; Setup High Register to be used 50 ; %1 - the register to be used, assmues it is >= mm8 69 ; %1 - the register to be used, if PIC is set 75 ; "movaps m0, [constant_name + r4]" if texrel are used 210 ; It is used as temp buffer.
|
H A D | vc1dsp_mc.asm | 31 ; XXX some of these macros are not used right now, but they will in the future 103 ; We need shift either in memory or in a mm reg as it's used in psraw 105 ; On UNIX64, m5 doesn't seem to be used
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 48 unsigned char last_command; /* used for running status */ 49 int used; /* anything record on this track */ member 592 track->used = 1; in record_event() 628 used_tracks += !!tracks[i].used; in write_file() 646 if (!tracks[i].used) in write_file() 869 tracks[0].used = 1; in main()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtinput.c | 162 while (q->last != q->used->index) { in VirtinHandleEv() 164 idx = q->used->ring[q->last % q->qsz].id; in VirtinHandleEv() 178 if (q->used->flag != VIRTQ_USED_F_NO_NOTIFY) { in VirtinHandleEv() 418 VritmmioInitEnd(&in->dev); /* now virt queue can be used */ in HdfVirtinInit()
|
/device/qemu/drivers/virtio/ |
H A D | virtinput.c | 150 while (q->last != q->used->index) { in VirtinHandleEv() 152 idx = q->used->ring[q->last % q->qsz].id; in VirtinHandleEv() 165 if (q->used->flag != VIRTQ_USED_F_NO_NOTIFY) { in VirtinHandleEv() 379 VritmmioInitEnd(&in->dev); /* now virt queue can be used */ in HdfVirtinInit()
|
/third_party/jinja2/ |
H A D | utils.py | 33 Can be used on functions, filters, and tests. 51 Can be used on functions, filters, and tests. 67 Can be used on functions, filters, and tests. 90 """Marks the function as internally used""" 98 This can be used for custom filters or tests that want to react to 120 used so that Jinja doesn't have to recreate environments and lexers all 425 # scale. But as long as it's only used as storage for templates this 602 loaded from a string then the default from `default_for_string` is used. 670 Similar to ``loop.cycle``, but can be used outside loops or across 725 self.used [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 33 """This decorator can be used to mark a function or method context callable. 49 """This decorator can be used to mark a function or method as an eval 62 """This decorator can be used to mark a function or method as environment 72 """Marks the function as internally used""" 80 This can be used for custom filters or tests that want to react to 102 used so that Jinja doesn't have to recreate environments and lexers all 345 # scale. But as long as it's only used as storage for templates this 574 loaded from a string then the default from `default_for_string` is used. 603 characters this is safe even if used outside of ``<script>`` tags. 632 Similar to ``loop.cycle``, but can be used outsid [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | jump-table-assembler.cc | 105 // mode used below, we need this to allow concurrent patching of this slot. 349 int used = end - start; 350 CHECK(used < kFarJumpTableSlotSize - 8); 351 NopBytes(kFarJumpTableSlotSize - 8 - used);
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | utils.py | 45 """This decorator can be used to mark a function or method context callable. 61 """This decorator can be used to mark a function or method as an eval 74 """This decorator can be used to mark a function or method as environment 84 """Marks the function as internally used""" 92 This can be used for custom filters or tests that want to react to 113 used so that Jinja2 doesn't have to recreate environments and lexers all 310 # scale. But as long as it's only used as storage for templates this 521 loaded from a string then the default from `default_for_string` is used. 550 characters this is safe even if used outside of ``<script>`` tags. 606 self.used [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 51 void DefaultResourceStrategy::used(uint64_t Mask) { in used() function in llvm::mca::DefaultResourceStrategy 195 // Mark the sub-resource referenced by RR as used. in use() 202 Strategies[RSID]->used(RR.second); in use() 218 Strategies[GroupIndex]->used(RR.first); in use()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 33 """This decorator can be used to mark a function or method context callable. 49 """This decorator can be used to mark a function or method as an eval 62 """This decorator can be used to mark a function or method as environment 72 """Marks the function as internally used""" 80 This can be used for custom filters or tests that want to react to 102 used so that Jinja doesn't have to recreate environments and lexers all 345 # scale. But as long as it's only used as storage for templates this 574 loaded from a string then the default from `default_for_string` is used. 603 characters this is safe even if used outside of ``<script>`` tags. 632 Similar to ``loop.cycle``, but can be used outsid [all...] |
/third_party/skia/src/utils/ |
H A D | SkCustomTypeface.cpp | 421 size_t used = path.readFromMemory(buffer + totalUsed, length - totalUsed); in Deserialize() local 422 if (used == 0) { in Deserialize() 426 totalUsed += used; in Deserialize()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
H A D | GPUTestExpectationsParser.cpp | 301 // kConditionNone is used to tag tokens that aren't conditions, but this case has been in GetConditionName() 420 foundEntry->used = true; in getTestExpectationImpl() 465 entry.used = false; in parseLine() 580 // Bug ID is not used for anything; ignore it. in parseLine() 690 if (!mEntries[i].used) in getUnusedExpectations()
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
H A D | updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js | 52 /a/lib/lib.d.ts (used version)
53 /user/username/projects/myproject/b.ts (used version)
54 /user/username/projects/myproject/a.ts (used version)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | extension.h | 435 // Return capacity - used, clipped to a minimum of 0. 436 inline size_t Excess(size_t used, size_t capacity) { in Excess() argument 437 return used < capacity ? capacity - used : 0; in Excess()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_exporter.cpp | 26 __attribute__((used)) KVDBExporter KVDBExporter::instance_;
|
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/ |
H A D | cloud_file_kit_impl.cpp | 29 __attribute__((used)) static bool g_isInit =
|
/foundation/filemanagement/dfs_service/test/fuzztest/cycletaskrunner_fuzzer/ |
H A D | cycletaskrunner_fuzzer.cpp | 41 __attribute__((used)) static bool g_isInit =
|
/third_party/gn/src/gn/ |
H A D | substitution_type.h | 91 base::flat_set<const Substitution*> used; member 95 // directory. This is used to check strings that begin with a substitution to 100 // directory. This is used to check strings that begin with a substitution to
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.h | 81 * and parent_if.is_divergent==false. Called _break but it's also used for 120 assert(arg.used); in get_arg()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_dead_code.cpp | 124 /* uniform initializers are precious, and could get used by another in do_dead_code() 147 /* Set used to false so it doesn't get set as referenced by in do_dead_code() 152 entry->var->data.used = false; in do_dead_code()
|