/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.h | 106 void onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | FramebufferNULL.h | 76 size_t index,
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContextPriv.h | 137 sk_sp<SkImage> testingOnly_getFontAtlasImage(GrMaskFormat format, unsigned int index = 0);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.hpp | 66 void setRenderTarget(int index, egl::Image *renderTarget, unsigned int layer);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrmbcs.h | 36 int32_t index; member in IteratedChar
|
H A D | nfrs.h | 35 NFRuleSet(RuleBasedNumberFormat *owner, UnicodeString* descriptions, int32_t index, UErrorCode& status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | utrans.h | 118 * <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 D | 132html | 66 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 D | infutil.h | 38 uInt index; /* index into blens (or border) */ member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | eblc_table.h | 173 BitmapSizeTable* GetBitmapSizeTable(int32_t index);
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | traverse_expressions.h | 105 push_pair(idx->object, idx->index); in TraverseExpressions()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | struct.h | 181 /// @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 D | ubrk.h | 46 * 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 D | ucurr.h | 412 * @param index the index within the available list of currency codes 427 int32_t index,
|
H A D | uiter.h | 59 * 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 D | accord.js | 1 <!-- Javascript for accordion menus, included by index.php, shared with OpenCL man pages -->
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_message_builder_lite.cc | 100 vars["oneof_index"] = StrCat(oneof->index()); in Generate()
|
/third_party/python/Lib/idlelib/ |
H A D | zoomheight.py | 28 self.editwin.update_menu_label(menu='options', index='* Height',
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | module.h | 41 uint32_t index; member
|
/third_party/python/Lib/turtledemo/ |
H A D | planet_and_moon.py | 63 if self.gravSys.planets.index(self) != 0:
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.h | 39 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 D | Composition.cpp | 73 fLayerIndexMap.set(lbuilder.index(), lbuilder_index); in CompositionBuilder()
|
/third_party/rust/crates/regex/src/ |
H A D | re_bytes.rs | 216 /// // 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 D | re_unicode.rs | 91 /// 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 D | interface_var_sroa_test.cpp | 338 ": " + std::to_string(position.index) + ": " + message; in InterfaceVarSROAErrorTest()
|