Home
last modified time | relevance | path

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

12345678

/external/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
/external/libcxx/test/std/containers/sequences/vector.bool/
Dvector_bool.pass.cpp36 bool ba[] = {true, false, true, true, false}; in main() local
48 bool ba[] = {true, false, true, true, false}; in main() local
/external/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
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_destroy/
D1-1.c27 pthread_barrierattr_t ba; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/
D1-1.c28 pthread_barrierattr_t ba; in main() local
D2-1.c30 pthread_barrierattr_t ba; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_setpshared/
D2-1.c34 pthread_barrierattr_t ba; in main() local
D1-1.c31 pthread_barrierattr_t ba; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
D1-1.c27 pthread_barrierattr_t ba; in main() local
D2-1.c62 pthread_barrierattr_t ba; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
D1-1.c35 pthread_barrierattr_t ba; in main() local
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dhp_output.c27 int16_t *ba, /* (i) B- and A-coefficients (2:nd order) in WebRtcIlbcfix_HpOutput()
Dhp_input.c27 int16_t *ba, /* (i) B- and A-coefficients (2:nd order) in WebRtcIlbcfix_HpInput()
/external/pdfium/fxbarcode/
DBC_Utils.cpp30 void BC_FX_ByteString_Append(ByteString& dst, const std::vector<uint8_t>& ba) { in BC_FX_ByteString_Append()
/external/iputils/
Darping.c932 static int set_device_broadcast_ifaddrs_one(struct device *device, unsigned char *ba, size_t balen,… in set_device_broadcast_ifaddrs_one()
961 int set_device_broadcast_sysfs(struct device *device, unsigned char *ba, size_t balen) in set_device_broadcast_sysfs()
979 static int set_device_broadcast_fallback(struct device *device, unsigned char *ba, size_t balen) in set_device_broadcast_fallback()
987 static void set_device_broadcast(struct device *dev, unsigned char *ba, size_t balen) in set_device_broadcast()
/external/deqp/framework/common/
DtcuRGBA.cpp80 int ba = (aPacked >> RGBA::BLUE_SHIFT) & 0xFF; in computeAbsDiffMasked() local
/external/clang/test/OpenMP/
Dteams_private_messages.cpp19 const S2 ba[5]; variable
Dparallel_private_messages.cpp19 const S2 ba[5]; variable
Dparallel_shared_messages.cpp19 const S2 ba[5]; variable
Dparallel_sections_shared_messages.cpp20 const S2 ba[5]; variable
Dtarget_parallel_shared_messages.cpp19 const S2 ba[5]; variable
/external/webrtc/webrtc/modules/audio_processing/
Dhigh_pass_filter_impl.cc38 const int16_t* const ba = ba_; in Process() local
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jar ... MissingClassException e2 edu.umd.cs.findbugs.ba.MissingClassException missingClassEx ClassNotFoundException cnfe String message Throwable e edu ...

12345678