| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| D | byte_array_test.cc | 29 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
|
| D | font_data_test.cc | 137 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/ |
| D | ByteArrayTests.java | 50 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/ |
| D | font_data.cc | 60 FontData::FontData(ByteArray* ba) { in FontData() 78 void FontData::Init(ByteArray* ba) { in Init()
|
| D | writable_font_data.cc | 27 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/ |
| D | ssd1306-i2c.c | 78 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/ |
| D | arm_boolean_distance_template.h | 101 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/ |
| D | riff-media.c | 1234 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/ |
| D | 1-1.c | 26 pthread_barrierattr_t ba; in main() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | createArray.ts | 7 var ba=new boolean[]; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/ |
| D | 1-1.c | 27 pthread_barrierattr_t ba; in main() local
|
| D | 2-1.c | 29 pthread_barrierattr_t ba; in main() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_setpshared/ |
| D | 2-1.c | 33 pthread_barrierattr_t ba; in main() local
|
| D | 1-1.c | 30 pthread_barrierattr_t ba; in main() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/ |
| D | 1-1.c | 26 pthread_barrierattr_t ba; in main() local
|
| D | 2-1.c | 61 pthread_barrierattr_t ba; in main() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/ |
| D | 1-1.c | 34 pthread_barrierattr_t ba; in main() local
|
| /third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
| D | rtmphandshake.c | 83 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
|
| D | rtmputils.c | 60 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/ |
| D | WritableFontData.java | 41 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/ |
| D | classConstructorAccessibility2.js | 39 var ba = new BaseA(1); variable 122 var ba = new BaseA(1); variable
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuRGBA.cpp | 80 int ba = (aPacked >> RGBA::BLUE_SHIFT) & 0xFF; in computeAbsDiffMasked() local
|
| /third_party/typescript/tests/cases/conformance/classes/constructorDeclarations/ |
| D | classConstructorAccessibility2.ts | 40 var ba = new BaseA(1); variable
|
| /third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
| D | pipeline.cpp | 61 QByteArray ba = m_videoLocation.toLocal8Bit (); in configure() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | v3d_nir_lower_image_load_store.c | 186 nir_ssa_def *ba = nir_channel(b, result, 1); in v3d_nir_lower_image_load() local
|