HomeSort by relevance Sort by last modified time
    Searched defs:ba (Results 1 - 25 of 49) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
vector_bool.pass.cpp 31 bool ba[] = {true, false, true, true, false}; local
32 T vb(std::begin(ba), std::end(ba));
  /external/webkit/Source/WebCore/platform/qt/
KURLQt.cpp 38 QByteArray ba = str.toUtf8(); local
40 QUrl url = QUrl::fromEncoded(ba);
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 61 ByteArray ba = new ByteArray(bytes); local
63 new DirectClassFile(ba, getFilePath(), getStrictParse());
71 parsed(ba, at, bytes.length - at, "<extra data at end of file>");
DotDumper.java 63 ByteArray ba = new ByteArray(bytes); local
69 classFile = new DirectClassFile(ba, filePath, strictParse);
75 new DirectClassFile(ba, filePath, strictParse);
BlockDumper.java 109 ByteArray ba = new ByteArray(bytes); local
115 classFile = new DirectClassFile(ba, getFilePath(), getStrictParse());
121 new DirectClassFile(ba, getFilePath(), getStrictParse());
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPrintWriterTest.java 47 StringWriter ba = new StringWriter(); local
48 PrintWriter b = new PrintWriter(ba);
57 assertEquals("trueABCD1.23.045", ba.toString());
67 assertEquals("trueABCD1.23.045\ntrue\nA\nBCD\n1.2\n3.0\n4\n5\nTHE END", ba.toString());
OldAndroidStreamTokenizerTest.java 33 StringReader ba = new StringReader(strb); local
35 StreamTokenizer b = new StreamTokenizer(ba);
OldAndroidPushbackReaderTest.java 31 StringReader ba = new StringReader(str); local
42 PushbackReader b = new PushbackReader(ba, 15);
OldAndroidBufferedInputStreamTest.java 34 ByteArrayInputStream ba = new ByteArrayInputStream(str.getBytes()); local
46 BufferedInputStream b = new BufferedInputStream(ba, 7);
OldAndroidBufferedReaderTest.java 33 StringReader ba = new StringReader(str); local
44 BufferedReader b = new BufferedReader(ba, 15);
OldAndroidPushbackInputStreamTest.java 31 ByteArrayInputStream ba = new ByteArrayInputStream(str.getBytes()); local
42 PushbackInputStream b = new PushbackInputStream(ba, 9);
OldStreamTokenizerTest.java 54 StringReader ba = new StringReader(strb); local
56 StreamTokenizer b = new StreamTokenizer(ba);
OldAndroidDataInputStreamTest.java 33 ByteArrayInputStream ba = new ByteArrayInputStream(str.getBytes()); local
44 DataInputStream b = new DataInputStream(ba);
OldAndroidLineNumberReaderTest.java 35 StringReader ba = new StringReader(str); local
51 LineNumberReader b = new LineNumberReader(ba);
  /external/webp/src/dsp/
yuv.h 103 const uint8_t ba = (VP8kClip4Bits[y + b_off - YUV_RANGE_MIN] << 4) | 0x0f; local
105 argb[0] = ba;
109 argb[1] = ba;
  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.cc 33 const WebRtc_Word16* ba; member in struct:webrtc::__anon18346::FilterState
40 hpf->ba = kFilterCoefficients8kHz;
42 hpf->ba = kFilterCoefficients;
57 const WebRtc_Word16* ba = hpf->ba; local
64 WEBRTC_SPL_MUL_16_16(y[1], ba[3]); // -a[1] * y[i-1] (low part)
66 WEBRTC_SPL_MUL_16_16(y[3], ba[4]); // -a[2] * y[i-2] (low part)
69 WEBRTC_SPL_MUL_16_16(y[0], ba[3]); // -a[1] * y[i-1] (high part)
71 WEBRTC_SPL_MUL_16_16(y[2], ba[4]); // -a[2] * y[i-2] (high part)
74 tmp_int32 += WEBRTC_SPL_MUL_16_16(data[i], ba[0]); // b[0]*x[0
    [all...]
  /external/openssl/crypto/bio/
bss_acpt.c 131 BIO_ACCEPT *ba; local
136 if ((ba=BIO_ACCEPT_new()) == NULL)
138 bi->ptr=(char *)ba;
139 ba->state=ACPT_S_BEFORE;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 148 ByteArrayOutputStream ba = new ByteArrayOutputStream(); local
150 keyS.store(ba, new char[0]);
276 ByteArrayOutputStream ba = new ByteArrayOutputStream(); local
278 keyS.store(ba, new char[0]);
  /external/harfbuzz_ng/util/
helper-cairo.cc 324 unsigned int fr, fg, fb, fa, br, bg, bb, ba; local
325 br = bg = bb = 0; ba = 255;
326 sscanf (view_opts->back + (*view_opts->back=='#'), "%2x%2x%2x%2x", &br, &bg, &bb, &ba);
331 if (!view_opts->annotate && ba == 255 && br == bg && bg == bb && fr == fg && fg == fb)
333 else if (ba == 255)
365 cairo_set_source_rgba (cr, br / 255., bg / 255., bb / 255., ba / 255.);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 646 uint8_t *ba = bt_malloc(sizeof(bdaddr_t)); local
647 if (!ba)
651 ba[i] = (uint8_t) strtol(ptr, NULL, 16);
657 return (bdaddr_t *) ba;
  /sdk/templates/docs/
jquery-1.8.0.min.js 2 (function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:+d+""===d?+d:H.test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a){if(b==="data"&&p.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function ba(){return!1}function bb(){return!0}function bh(a){return!a||!a.parentNode||a.parentNode.nodeType=== (…)
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 50 ByteArrayOutputStream ba = new ByteArrayOutputStream(); local
51 ObjectOutputStream out = new ObjectOutputStream(ba);
55 new ByteArrayInputStream(ba.toByteArray()));
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 347 QByteArray ba = buffer.toUtf8(); local
348 return StringImpl::create(ba.constData(), ba.length());
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 669 uint8_t *ba = bt_malloc(sizeof(bdaddr_t)); local
670 if (!ba) {
675 ba[i] = (uint8_t) strtol(ptr, NULL, 16);
682 return (bdaddr_t *) ba;

Completed in 1422 milliseconds

1 2