/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.c | 36 queue->index == pQueueInfo->queueIndex && in vn_GetDeviceQueue2() 42 unreachable("bad queue family/index"); in vn_GetDeviceQueue2()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | listformattertest.cpp | 26 void ListFormatterTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument 515 // field, begin index, end index in TestFormattedValue() 544 // field, begin index, end index in TestFormattedValue() 577 // field, begin index, end index in TestFormattedValue()
|
H A D | incaltst.cpp | 72 void IntlCalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
H A D | numbertest_range.cpp | 41 void NumberRangeFormatterTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument 773 // category, field, begin index, end index in testFieldPositions() 799 // category, field, begin index, end index in testFieldPositions() 826 // category, field, begin index, end index in testFieldPositions()
|
H A D | tsmthred.cpp | 58 void MultithreadTest::runIndexedTest( int32_t index, UBool exec, in runIndexedTest() argument
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-buttons.c | 489 t->index, in tp_button_handle_event()
|
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.h | 522 VisitResult index);
|
H A D | types.h | 217 base::Optional<ClassFieldIndexInfo> index; member
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 62 agx_create_query(struct pipe_context *ctx, unsigned query_type, unsigned index) in agx_create_query() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu.h | 123 * Just store the instruction pointer(an index). 646 /* We'll OR in the binding table index later */ in brw_dp_surface_desc() 1730 brw_inst *brw_JMPI(struct brw_codegen *p, struct brw_reg index,
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.h | 599 int index; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_cs.c | 991 header.index = 1; in pan_emit_fragment_job()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cs.c | 456 default: unreachable("Invalid index size"); in panvk_emit_tiler_primitive() 671 float constant = constants[pipeline->blend.constant[rt].index]; in emit_blend_constant()
|
/third_party/python/Lib/ |
H A D | ssl.py | 1502 month_number = months.index(cert_time[:3].title()) + 1
|
H A D | pickletools.py | 57 # names. Some opcodes pop a stack object into the memo at a given index, 58 # and others push a memo object at a given index onto the stack again. 135 # efficiently by index (EXT{1,2,4}). This is akin to the memo and GET, but 1798 The index of the memo object to push is given by the newline-terminated 1811 The index of the memo object to push is given by the 1-byte unsigned 1823 The index of the memo object to push is given by the 4-byte unsigned 1835 The index of the memo location to write into is given by the newline- 1848 The index of the memo location to write into is given by the 1-byte 1860 The index of the memo location to write into is given by the 4-byte 1872 The index o [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | memblock.c | 505 return (uint8_t *) pa_memblock_acquire(c->memblock) + c->index; in pa_memblock_acquire_chunk()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | decoration_manager_test.cpp | 60 ": " + std::to_string(position.index) + ": " + message; in DecorationManagerTest()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 574 // allow codegen to rewrite the index. 909 // so we need to distinguish if something is local parameter index 1604 // vector but the resulting pointer is a scalar; stores the component index that is to be accessed by the chain. 1634 uint32_t index = 0; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | decoration_manager_test.cpp | 60 ": " + std::to_string(position.index) + ": " + message; in DecorationManagerTest()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 55 * image is the 1-channel diamond, but using palette index, not luminosity. 912 col.index = 0U; in write_png()
|
/third_party/openssl/test/ |
H A D | ffc_internal_test.c | 608 static int ffc_private_gen_test(int index) in ffc_private_gen_test() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 775 IsIndexLoopInvariant[Index.index()] =
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 63 "Invalid personality index"); in GetAEABIUnwindPersonalityName() 462 void emitPersonalityIndex(unsigned index); 1271 // Emit the exception index table entry 1300 // the second word of exception index table entry. The size of the unwind 1411 assert(Index < ARM::EHABI::NUM_PERSONALITY_INDEX && "invalid index");
|
/third_party/protobuf/python/google/protobuf/ |
H A D | text_format.py | 444 key=lambda x: x[0].number if x[0].is_extension else x[0].index)
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | module-alsa-card.c | 55 "device_id=<ALSA card index> " 595 pa_subscription_post(u->core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_CHANGE, u->card->index); in hdmi_eld_changed()
|