Home
last modified time | relevance | path

Searched refs:udata (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/icu/source/samples/udata/
Dreadme.txt5 udata: Low level ICU data
8 Using the low level ICU data handling interfaces (udata) to create
14 udata.sln Windows MSVC workspace. Double-click this to get started.
15 udata.vcproj Windows MSVC project file
17 To Build udata on Windows
19 2. In MSVC, open the workspace file icu\samples\udata\udata.sln
28 3. cd into the udata directory, e.g.
29 cd c:\icu\source\samples\udata\debug
49 cd <icu directory>/source/samples/udata
53 cd <icu directory>/source/samples/udata
/third_party/icu/icu4c/source/samples/udata/
Dreadme.txt5 udata: Low level ICU data
8 Using the low level ICU data handling interfaces (udata) to create
14 udata.sln Windows MSVC workspace. Double-click this to get started.
15 udata.vcproj Windows MSVC project file
17 To Build udata on Windows
19 2. In MSVC, open the workspace file icu\samples\udata\udata.sln
28 3. cd into the udata directory, e.g.
29 cd c:\icu\source\samples\udata\debug
49 cd <icu directory>/source/samples/udata
53 cd <icu directory>/source/samples/udata
/third_party/skia/third_party/externals/icu/source/samples/udata/
Dreadme.txt5 udata: Low level ICU data
8 Using the low level ICU data handling interfaces (udata) to create
14 udata.sln Windows MSVC workspace. Double-click this to get started.
15 udata.vcproj Windows MSVC project file
17 To Build udata on Windows
19 2. In MSVC, open the workspace file icu\samples\udata\udata.sln
28 3. cd into the udata directory, e.g.
29 cd c:\icu\source\samples\udata\debug
49 cd <icu directory>/source/samples/udata
53 cd <icu directory>/source/samples/udata
/third_party/glslang/Test/baseResults/
Dspv.bitCast.frag.out18 Name 63 "udata"
111 63(udata): 62(ptr) Variable Function
152 Store 63(udata) 64
155 68: 67(ptr) AccessChain 63(udata) 18
158 71: 67(ptr) AccessChain 63(udata) 18
162 75: 61(ivec4) Load 63(udata)
165 78: 67(ptr) AccessChain 63(udata) 18
168 80: 67(ptr) AccessChain 63(udata) 35
173 85: 61(ivec4) Load 63(udata)
176 88: 67(ptr) AccessChain 63(udata) 18
[all …]
Dspv.310.bitcast.frag.out18 Name 63 "udata"
124 63(udata): 62(ptr) Variable Function
164 Store 63(udata) 64
167 68: 67(ptr) AccessChain 63(udata) 18
170 71: 67(ptr) AccessChain 63(udata) 18
174 75: 61(ivec4) Load 63(udata)
177 78: 67(ptr) AccessChain 63(udata) 18
180 80: 67(ptr) AccessChain 63(udata) 35
185 85: 61(ivec4) Load 63(udata)
188 88: 67(ptr) AccessChain 63(udata) 18
[all …]
/third_party/rust/crates/nix/src/sys/
Devent.rs229 udata: intptr_t, in new()
239 udata: udata as type_of_udata, in new()
265 pub fn udata(&self) -> intptr_t { in udata() method
266 self.kevent.udata as intptr_t in udata()
327 udata: intptr_t, in ev_set()
334 ev.kevent.udata = udata as type_of_udata; in ev_set()
341 let udata: intptr_t = 12345; in test_struct_kevent() localVariable
349 udata, in test_struct_kevent()
357 assert_eq!(udata as type_of_udata, actual.udata() as type_of_udata); in test_struct_kevent()
363 let udata: intptr_t = 12345; in test_kevent_filter() localVariable
[all …]
/third_party/glslang/Test/
Dspv.bitCast.frag28 uvec4 udata = uvec4(0);
29 udata.x += floatBitsToUint(f1);
30 udata.xy += floatBitsToUint(f2);
31 udata.xyz += floatBitsToUint(f3);
32 udata += floatBitsToUint(f4);
44 fragColor = (idata == udata) ? fdata : fdata + vec4(0.2);
Dspv.310.bitcast.frag26 highp uvec4 udata = uvec4(0);
27 udata.x += floatBitsToUint(f1);
28 udata.xy += floatBitsToUint(f2);
29 udata.xyz += floatBitsToUint(f3);
30 udata += floatBitsToUint(f4);
/third_party/elfutils/tests/
Drun-readelf-dwz-multi.sh93 high_pc (udata) 44 (0x00000000004006d8)
108 high_pc (udata) 44 (0x00000000004006d8)
154 high_pc (udata) 44 (0x00000000004006d8)
169 high_pc (udata) 44 (0x00000000004006d8)
214 high_pc (udata) 23 (+0x0000000000000687)
226 high_pc (udata) 23 (+0x0000000000000687)
254 high_pc (udata) 23 (+0x0000000000000687)
266 high_pc (udata) 23 (+0x0000000000000687)
293 high_pc (udata) 18 (0x00000000004004fe)
305 high_pc (udata) 18 (0x00000000004004fe)
/third_party/skia/third_party/externals/icu/patches/
Dwpo.patch26 diff --git a/source/common/udata.cpp b/source/common/udata.cpp
28 --- a/source/common/udata.cpp
29 +++ b/source/common/udata.cpp
63 #include "unicode/udata.h"
86 - 0xda, /* magic1, (see struct MappedData in udata.c) */
94 + 0xda, /* magic1, (see struct MappedData in udata.c) */
/third_party/flutter/skia/third_party/externals/icu/patches/
Dwpo.patch26 diff --git a/source/common/udata.cpp b/source/common/udata.cpp
28 --- a/source/common/udata.cpp
29 +++ b/source/common/udata.cpp
63 #include "unicode/udata.h"
86 - 0xda, /* magic1, (see struct MappedData in udata.c) */
94 + 0xda, /* magic1, (see struct MappedData in udata.c) */
/third_party/skia/third_party/externals/icu/source/samples/uresb/
Dsr.txt32 udata { "This is udata help topic" }
42 udata { "udata" }
Droot.txt30 udata { "ROOT udata help topic" }
40 udata { "udata" }
Den.txt31 udata { "This is udata help topic" }
41 udata { "udata" }
/third_party/flutter/skia/third_party/externals/icu/source/samples/uresb/
Dsr.txt32 udata { "This is udata help topic" }
42 udata { "udata" }
Droot.txt30 udata { "ROOT udata help topic" }
40 udata { "udata" }
Den.txt31 udata { "This is udata help topic" }
41 udata { "udata" }
/third_party/icu/icu4c/source/samples/uresb/
Dsr.txt32 udata { "This is udata help topic" }
42 udata { "udata" }
Droot.txt30 udata { "ROOT udata help topic" }
40 udata { "udata" }
Den.txt31 udata { "This is udata help topic" }
41 udata { "udata" }
/third_party/flutter/skia/third_party/externals/icu/source/samples/all/
Dsamplecheck.bat59 REM udata needs changes to the vcxproj to change the output locations for writer/reader.
60 rem set SAMPLE_UDATA_WRITER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\writer.exe
61 rem set SAMPLE_UDATA_READER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\reader.exe
181 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
182 @set THT=udata
185 pushd %ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%
186 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
/third_party/icu/icu4c/source/samples/all/
Dsamplecheck.bat63 REM udata needs changes to the vcxproj to change the output locations for writer/reader.
64 rem set SAMPLE_UDATA_WRITER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\writer.exe
65 rem set SAMPLE_UDATA_READER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\reader.exe
185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
186 @set THT=udata
189 pushd %ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%
190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
/third_party/python/Lib/test/
Dtest_kqueue.py36 self.assertEqual(ev.udata, 0)
52 self.assertEqual(ev.udata, 0)
62 self.assertEqual(ev.udata, 0)
72 self.assertEqual(ev.udata, 6)
83 self.assertEqual(ev.udata, bignum)
95 self.assertEqual(ev.udata, 0)
107 self.assertEqual(ev.udata, 0)
/third_party/skia/third_party/externals/icu/source/samples/all/
Dsamplecheck.bat63 REM udata needs changes to the vcxproj to change the output locations for writer/reader.
64 rem set SAMPLE_UDATA_WRITER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\writer.exe
65 rem set SAMPLE_UDATA_READER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\reader.exe
185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
186 @set THT=udata
189 pushd %ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%
190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/
Dgstwpeextension.c56 GCancellable * cancellable, GAsyncReadyCallback cb, gpointer udata) in gst_wpe_extension_send_message() argument
59 cancellable, cb, udata); in gst_wpe_extension_send_message()

1234