Home
last modified time | relevance | path

Searched defs:ba (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dbyte_array_test.cc29 void FillTestByteArray(ByteArray* ba, int32_t size) { in FillTestByteArray()
35 void ReadByteArrayWithBuffer(ByteArray* ba, ByteVector* buffer, ByteVector* b) { in ReadByteArrayWithBuffer()
46 void ReadByteArrayWithSlidingWindow(ByteArray* ba, int window_size, in ReadByteArrayWithSlidingWindow()
93 bool CopyTest(ByteArray* ba) { in CopyTest()
107 bool ByteArrayTester(ByteArray* ba) { in ByteArrayTester()
119 ByteArrayPtr ba = new MemoryByteArray(size); in TestMemoryByteArray() local
133 ByteArrayPtr ba = new GrowableMemoryByteArray(); in TestGrowableMemoryByteArray() local
Dfont_data_test.cc137 void FillTestByteArray(ByteArray* ba, int32_t size) { in FillTestByteArray()
306 ByteArrayPtr ba = new MemoryByteArray(size); in TestReadableFontData() local
317 ByteArrayPtr ba = new MemoryByteArray(size); in TestWritableFontData() local
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
DByteArrayTests.java50 private void byteArrayTester(ByteArray<? extends ByteArray<?>> ba) throws Exception { in byteArrayTester()
55 private void copyTest(ByteArray<? extends ByteArray<?>> ba) throws Exception { in copyTest()
102 ByteArray<? extends ByteArray<?>> ba, byte[] buffer) { in readByteArrayWithBuffer()
115 ByteArray<? extends ByteArray<?>> ba, int windowSize) { in readByteArrayWithSlidingWindow()
128 ByteArray<? extends ByteArray<?>> ba, int size) { in fillTestByteArray()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_data.cc60 FontData::FontData(ByteArray* ba) { in FontData()
78 void FontData::Init(ByteArray* ba) { in Init()
Dwritable_font_data.cc27 WritableFontData::WritableFontData(ByteArray* ba) : ReadableFontData(ba) { in WritableFontData()
35 ByteArrayPtr ba; in CreateWritableFontData() local
51 ByteArrayPtr ba = new GrowableMemoryByteArray(); in CreateWritableFontData() local
/third_party/libwebsockets/lib/drivers/display/
Dssd1306-i2c.c78 uint8_t ba[2]; in lws_display_ssd1306_i2c_contrast() local
93 uint8_t ba[6]; in lws_display_ssd1306_i2c_blit() local
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_boolean_distance_template.h101 uint32_t a, b, ba, bb; in FUNC() local
252 uint32_t a,b,ba,bb; in FUNC() local
472 uint32_t a,b,ba,bb; in FUNC() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-media.c1234 gint ba = strf->blockalign; in gst_riff_create_audio_caps() local
1317 gint ba = strf->blockalign; in gst_riff_create_audio_caps() local
1648 gint ba = strf->blockalign; in gst_riff_create_audio_caps() local
1682 gint ba = strf->blockalign; in gst_riff_create_audio_caps() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_destroy/
D1-1.c26 pthread_barrierattr_t ba; in main() local
/third_party/typescript/tests/cases/compiler/
DcreateArray.ts7 var ba=new boolean[]; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/
D1-1.c27 pthread_barrierattr_t ba; in main() local
D2-1.c29 pthread_barrierattr_t ba; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_setpshared/
D2-1.c33 pthread_barrierattr_t ba; in main() local
D1-1.c30 pthread_barrierattr_t ba; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
D1-1.c26 pthread_barrierattr_t ba; in main() local
D2-1.c61 pthread_barrierattr_t ba; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
D1-1.c34 pthread_barrierattr_t ba; in main() local
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmphandshake.c83 GByteArray *ba = g_byte_array_sized_new (SIZE_RANDOM); in handshake_random_data() local
120 GByteArray *ba = g_byte_array_sized_new (SIZE_P0P1); in create_c0c1() local
200 GByteArray *ba = g_byte_array_sized_new (SIZE_P2); in create_c2() local
Drtmputils.c60 GByteArray *ba; in gst_rtmp_input_stream_read_all_bytes_async() local
80 GByteArray *ba = g_task_get_task_data (task); in read_all_bytes_done() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DWritableFontData.java41 ByteArray<?> ba = null; in createWritableFontData() local
61 ByteArray<?> ba = new MemoryByteArray(b); in createWritableFontData() local
74 ByteArray<?> ba = null; in createWritableFontData() local
/third_party/typescript/tests/baselines/reference/
DclassConstructorAccessibility2.js39 var ba = new BaseA(1); variable
122 var ba = new BaseA(1); variable
/third_party/vk-gl-cts/framework/common/
DtcuRGBA.cpp80 int ba = (aPacked >> RGBA::BLUE_SHIFT) & 0xFF; in computeAbsDiffMasked() local
/third_party/typescript/tests/cases/conformance/classes/constructorDeclarations/
DclassConstructorAccessibility2.ts40 var ba = new BaseA(1); variable
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dpipeline.cpp61 QByteArray ba = m_videoLocation.toLocal8Bit (); in configure() local
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_image_load_store.c186 nir_ssa_def *ba = nir_channel(b, result, 1); in v3d_nir_lower_image_load() local

1234