Home
last modified time | relevance | path

Searched refs:index (Results 5801 - 5825 of 9027) sorted by relevance

1...<<231232233234235236237238239240>>...362

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.h106 void onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.h76 size_t index,
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.h137 sk_sp<SkImage> testingOnly_getFontAtlasImage(GrMaskFormat format, unsigned int index = 0);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.hpp66 void setRenderTarget(int index, egl::Image *renderTarget, unsigned int layer);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.h36 int32_t index; member in IteratedChar
H A Dnfrs.h35 NFRuleSet(RuleBasedNumberFormat *owner, UnicodeString* descriptions, int32_t index, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dutrans.h118 * <p>Note: All index values in this structure must be at code point
120 * of a surrogate pair. If any index does split a surrogate pair,
128 * Beginning index, inclusive, of the context to be considered for
130 * anything before this index. INPUT/OUTPUT parameter: This parameter
138 * Ending index, exclusive, of the context to be considered for a
140 * anything at or after this index. INPUT/OUTPUT parameter: This
148 * Beginning index, inclusive, of the text to be transliterated.
157 * Ending index, exclusive, of the text to be transliterated.
373 * @param start the beginning index, inclusive; <code>0 <= start <=
375 * @param limit pointer to the ending index, exclusiv
[all...]
/third_party/pcre2/pcre2/
H A D132html66 Return to the <a href="index.html">PCRE2 index page</a>.
307 Return to the <a href="index.html">PCRE2 index page</a>.
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfutil.h38 uInt index; /* index into blens (or border) */ member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Deblc_table.h173 BitmapSizeTable* GetBitmapSizeTable(int32_t index);
/third_party/skia/third_party/externals/tint/src/ast/
H A Dtraverse_expressions.h105 push_pair(idx->object, idx->index); in TraverseExpressions()
/third_party/skia/third_party/externals/tint/src/sem/
H A Dstruct.h181 /// @param index the index of the member in the structure
188 uint32_t index,
205 /// @returns the member index
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubrk.h46 * current position and scan over text returning the index of characters
403 * All index positions returned by break iterator functions are
428 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
439 * @return The character index of the next text boundary, or UBRK_DONE
451 * @return The character index of the preceding text boundary, or UBRK_DONE
470 * Set the iterator position to the index immediately <EM>beyond</EM> the last character in the text being scanned.
511 * @param index The index of the desired locale.
517 ubrk_getAvailable(int32_t index);
H A Ducurr.h412 * @param index the index within the available list of currency codes
427 int32_t index,
H A Duiter.h59 * indicating that the final UTF-16 index is not known, but that the move succeeded.
61 * when moving relative to the current index after a setState()
62 * when the current UTF-16 index is not known.
65 * just to get the current/limit/length index after moving relative to it.
66 * The actual index can be determined with getIndex(UITER_CURRENT)
99 * @param origin get the 0, start, limit, length, or current index
100 * @return the requested index, or U_SENTINEL in an error condition
112 * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index).
127 * determination of the actual UTF-16 index
368 int32_t index; global() member
[all...]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A Daccord.js1 <!-- Javascript for accordion menus, included by index.php, shared with OpenCL man pages -->
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_builder_lite.cc100 vars["oneof_index"] = StrCat(oneof->index()); in Generate()
/third_party/python/Lib/idlelib/
H A Dzoomheight.py28 self.editwin.update_menu_label(menu='options', index='* Height',
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.h41 uint32_t index; member
/third_party/python/Lib/turtledemo/
H A Dplanet_and_moon.py63 if self.gravSys.planets.index(self) != 0:
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.h39 std::uint_least8_t type_index; // index of the transition type
61 std::uint_least8_t abbr_index; // index of the new abbreviation
99 const std::string& abbr, std::uint_least8_t* index);
/third_party/skia/modules/skottie/src/
H A DComposition.cpp73 fLayerIndexMap.set(lbuilder.index(), lbuilder_index); in CompositionBuilder()
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs216 /// // You can also access the groups by index using the Index notation.
217 /// // Note that this will panic on an invalid index.
362 /// `name` may be an integer corresponding to the index of the
368 /// or isn't a valid index), then it is replaced with the empty string.
371 /// group named `1a` and not the capture group at index `1`. To exert more
904 /// index corresponds to the next capture group in the regex. If a capture
919 /// Returns the match associated with the capture group at index `i`. If
960 /// `name` may be an integer corresponding to the index of the capture
966 /// or isn't a valid index), then it is replaced with the empty string.
970 /// capture group at index `
1048 fn index(&self, i: usize) -> &[u8] { index() functions
1070 fn index<'a>(&'a self, name: &'i str) -> &'a [u8] { index() functions
[all...]
H A Dre_unicode.rs91 /// indices**. Every byte index is guaranteed to be at a Unicode code point in from()
272 /// // You can also access the groups by index using the Index notation.
273 /// // Note that this will panic on an invalid index.
414 /// `name` may be an integer corresponding to the index of the
420 /// or isn't a valid index), then it is replaced with the empty string.
423 /// group named `1a` and not the capture group at index `1`. To exert more
914 /// index corresponds to the next capture group in the regex. If a capture
929 /// Returns the match associated with the capture group at index `i`. If
970 /// `name` may be an integer corresponding to the index of the capture
976 /// or isn't a valid index), the
1043 fn index(&self, i: usize) -> &str { index() functions
1065 fn index<'a>(&'a self, name: &'i str) -> &'a str { index() functions
[all...]
/third_party/spirv-tools/test/opt/
H A Dinterface_var_sroa_test.cpp338 ": " + std::to_string(position.index) + ": " + message; in InterfaceVarSROAErrorTest()

Completed in 17 milliseconds

1...<<231232233234235236237238239240>>...362