Home
last modified time | relevance | path

Searched defs:index (Results 4901 - 4925 of 6160) sorted by relevance

1...<<191192193194195196197198199200>>...247

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDecode.java410 private static void moveToFront(int[] v, int index) { in moveToFront() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.c556 size_t index = num_bytes; in ComputeShortestPathFromNodes() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp256 GLuint index = indices[bindingIndex]; in ApplyBindGroup() local
239 ApplyBindGroup(const OpenGLFunctions& gl, BindGroupIndex index, BindGroupBase* group, uint32_t dynamicOffsetCount, uint64_t* dynamicOffsets) ApplyBindGroup() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc490 unsigned int index; member
[all...]
H A Dhb-ot-layout.cc816 unsigned int index = l.get_required_feature_index (); hb_ot_layout_language_get_required_feature() local
[all...]
H A Dhb-ot-var-gvar-table.hh101 unsigned int index = get_index (); in calculate_scalar() local
238 unsigned int index; member
H A Dhb-uniscribe.cc391 unsigned int index; in _hb_rename_font() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc60 CALLER_ATTACH CMapTable::CMap* CMapTable::GetCMap(const int32_t index) { in GetCMap() argument
114 CMapTable::CMapId CMapTable::GetCMapId(int32_t index) { in GetCMapId() argument
118 PlatformId(int32_t index) PlatformId() argument
123 EncodingId(int32_t index) EncodingId() argument
128 Offset(int32_t index) Offset() argument
133 OffsetForEncodingRecord(int32_t index) OffsetForEncodingRecord() argument
669 StartCode(ReadableFontData* data, int32_t seg_count, int32_t index) StartCode() argument
685 EndCode(ReadableFontData* data, int32_t seg_count, int32_t index) EndCode() argument
695 IdDelta(ReadableFontData* data, int32_t seg_count, int32_t index) IdDelta() argument
711 IdRangeOffset(ReadableFontData* data, int32_t seg_count, int32_t index) IdRangeOffset() argument
776 GlyphIdArray(int32_t index) GlyphIdArray() argument
1070 int32_t index = 0; SubSerialize() local
1203 CMapBuilder(ReadableFontData* data, int32_t index) CMapBuilder() argument
[all...]
/third_party/python/Lib/tkinter/
H A Dttk.py838 def index(self, tab_id): member in Notebook
1315 def index(self, item): global() member in Treeview
[all...]
/third_party/python/Modules/_ctypes/
H A Dcallproc.c190 get_error_internal(PyObject *self, PyObject *args, int index) in get_error_internal() argument
204 set_error_internal(PyObject *self, PyObject *args, int index) in set_error_internal() argument
648 static int ConvParam(PyObject *obj, Py_ssize_t index, struct argument *pa) in ConvParam() argument
H A Dcfield.c47 PyCField_FromDesc(PyObject *desc, Py_ssize_t index, in PyCField_FromDesc() argument
/third_party/pulseaudio/src/pulsecore/
H A Dsink.h62 uint32_t index; member
/third_party/python/Lib/
H A D_collections_abc.py1009 def index(self, value, start=0, stop=None): member in Sequence
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h79 GPRRegister index() const { in index() function in Ice::X8632::AsmOperand
104 void SetSIB(ScaleFactor scale, GPRRegister index, GPRRegister base) { in SetSIB() argument
H A DIceAssemblerX8664.h89 GPRRegister index() const { in index() function in Ice::X8664::AsmOperand
114 void SetSIB(ScaleFactor scale, GPRRegister index, GPRRegister base) { in SetSIB() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1659 unsigned index = MCP->getConstantPoolIndex(C, 4); in prescanForConstants() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp509 uint8_t index, base; in readSIB() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h261 const size_t index = 0; member
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc653 const ast ::Expression* index in LoadPrimitive() local
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp510 int index = patternLength; in match() local
3298 operator [](ArrayIndex index) operator []() argument
3314 operator [](int index) operator []() argument
3390 get(ArrayIndex index, const Value& defaultValue) const get() argument
3499 removeIndex(ArrayIndex index, Value* removed) removeIndex() argument
3786 PathArgument(ArrayIndex index) PathArgument() argument
3823 ArrayIndex index = 0; makePath() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dmessagepattern.cpp434 MessagePattern::parseMessage(int32_t index, int32_t msgStartLength, in parseMessage() argument
539 parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) parseArg() argument
659 parseSimpleStyle(int32_t index, UParseError *parseError, UErrorCode &errorCode) parseSimpleStyle() argument
702 parseChoiceStyle(int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) parseChoiceStyle() argument
770 parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) parsePluralOrSelectStyle() argument
1149 setParseError(UParseError *parseError, int32_t index) setParseError() argument
1214 int32_t index=part.getIndex(); appendSubMessageWithoutSkipSyntax() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h1426 std::size_t index() const { return Index; } in index() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h246 virtual StringRef getPatternForIndex(unsigned index) { in getPatternForIndex() argument
251 virtual StringRef getIncludePathForIndex(unsigned index) { in getIncludePathForIndex() argument
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h176 IndexedRegisterPrinter(DRegister reg, uint32_t index) in IndexedRegisterPrinter() argument
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc549 int index = ExtractUnsignedBitfield32(6, lane_size_in_byte_log_2 + 1, imm_7); in GetSVEPermuteIndexAndLaneSizeLog2() local
559 int index = ExtractBits(20, 19); in GetSVEMulZmAndIndex() local
587 int index = ExtractBit(11); GetSVEMulLongZmAndIndex() local
[all...]

Completed in 42 milliseconds

1...<<191192193194195196197198199200>>...247