/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | static_data.py | 35 offsets = { variable
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nultrans.cpp | 31 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets, in handleTransliterate() argument
|
H A D | titletrn.cpp | 70 handleTransliterate( Replaceable& text, UTransPosition& offsets, UBool isIncremental) const handleTransliterate() argument [all...] |
/third_party/node/deps/npm/node_modules/jsonparse/test/ |
H A D | offset.js | 8 var offsets = [ variable
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nultrans.cpp | 31 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets, in handleTransliterate() argument
|
H A D | titletrn.cpp | 70 handleTransliterate( Replaceable& text, UTransPosition& offsets, UBool isIncremental) const handleTransliterate() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | localintermediate.h | 21 int offsets[4]; member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nultrans.cpp | 31 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets, in handleTransliterate() argument
|
H A D | titletrn.cpp | 70 handleTransliterate( Replaceable& text, UTransPosition& offsets, UBool isIncremental) const handleTransliterate() argument [all...] |
/third_party/skia/docs/examples/ |
H A D | Path_lineTo.cpp | 16 SkVector offsets[] = {{0, 0}, {17, 0}, {0, 0}, {-5, 17}}; in REG_FIDDLE() local
|
/third_party/skia/tests/graphite/ |
H A D | UniformTest.cpp | 21 SkScalar offsets[2] = {0.0f, 1.0f}; in create_paint() local
|
/third_party/skia/experimental/tools/ |
H A D | mskp_parser.py | 37 offsets = [] variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | pthread.c | 94 av_cold void ff_pthread_free(void *obj, const unsigned offsets[]) in ff_pthread_free() argument 107 av_cold int ff_pthread_init(void *obj, const unsigned offsets[]) in ff_pthread_init() argument
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | imgutils.c | 40 ptrdiff_t linesizes1[4], offsets[3] = { 0 }; in main() local
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | NullTransliterator.java | 32 handleTransliterate(Replaceable text, Position offsets, boolean incremental) handleTransliterate() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_cnv.cpp | 55 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_fromUWriteBytes() argument 95 ucnv_toUWriteUChars(UConverter *cnv, const UChar *uchars, int32_t length, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteUChars() argument 135 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteCodePoint() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NullTransliterator.java | 33 handleTransliterate(Replaceable text, Position offsets, boolean incremental) handleTransliterate() argument
|
/third_party/ltp/testcases/kernel/containers/timens/ |
H A D | timens01.c | 24 const char *offsets; member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_so.c | 63 softpipe_set_so_targets(struct pipe_context *pipe, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) softpipe_set_so_targets() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_ir_allocator.h | 75 unsigned *offsets; member in brw::simple_allocator
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-sourcemap.h | 76 std::vector<size_t> offsets; member in v8::internal::wasm::WasmModuleSourceMap
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_cnv.cpp | 55 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_fromUWriteBytes() argument 95 ucnv_toUWriteUChars(UConverter *cnv, const char16_t *uchars, int32_t length, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteUChars() argument 135 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteCodePoint() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
H A D | sysinfo03.c | 21 static int offsets[] = { variable
|
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-layout.cpp | 283 unsigned offsets[9] = { in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.cpp | 60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes) in gather() argument [all...] |