HomeSort by relevance Sort by last modified time
    Searched refs:ab (Results 26 - 50 of 235) sorted by null

12 3 4 5 6 7 8 910

  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 59 hb_codepoint_t ab,
65 hb_codepoint_t *ab);
hb-unicode-private.hh 78 hb_codepoint_t *ab)
80 *ab = 0;
82 return func.compose (this, a, b, ab, user_data.compose);
85 inline hb_bool_t decompose (hb_codepoint_t ab,
88 *a = ab; *b = 0;
89 return func.decompose (this, ab, a, b, user_data.decompose);
hb-icu.cc 174 hb_codepoint_t *ab,
181 *ab = ret;
206 U16_GET_UNSAFE (normalized, 0, *ab);
217 hb_codepoint_t ab,
227 len = unorm2_getRawDecomposition (normalizer, ab, decomposed,
235 return *a != ab;
259 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), ab, err);
272 ret = *a != ab;
278 /* Here's the ugly part: if ab decomposes to a single character and
288 if (c != *a && c != ab) {
    [all...]
hb-glib.cc 243 hb_codepoint_t *ab,
247 return g_unichar_compose (a, b, ab);
266 *ab = g_utf8_get_char (normalized);
278 hb_codepoint_t ab,
284 return g_unichar_decompose (ab, a, b);
295 len = g_unichar_to_utf8 (ab, utf8);
304 ret = *a != ab;
308 /* Here's the ugly part: if ab decomposes to a single character and
313 if (c != ab && c != *a) {
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_pulled_out_jump.opt_test 12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
18 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
  /external/lldb/test/lang/cpp/overloaded-functions/
main.cpp 5 char ab; member in struct:A
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_pulled_out_jump.opt_test 12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
18 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat2d.js 118 var aa = a[0], ab = a[1], ac = a[2], ad = a[3],
121 var det = aa * ad - ab * ac;
128 out[1] = -ab * det;
132 out[5] = (ab * atx - aa * aty) * det;
155 var aa = a[0], ab = a[1], ac = a[2], ad = a[3],
160 out[0] = aa*ba + ab*bc;
161 out[1] = aa*bb + ab*bd;
186 ab = a[1],
194 out[0] = aa*ct + ab*st;
195 out[1] = -aa*st + ab*ct
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticSubDivide.cpp 36 double ab = interp(src[0], src[2], t); local
38 double abc = interp(ab, bc, t);
65 double ab = interp(src[0], src[2], t); local
69 dst[2] = ab;
70 dst[4] = interp(ab, bc, t);
  /external/chromium_org/v8/test/webkit/fast/js/
string-split-conformance.js 35 ["'ab'.split(/a*/)",                ["", "b"]],
36 ["'ab'.split(/a*?/)",                ["a", "b"]],
37 ["'ab'.split(/(?:ab)/)",        ["", ""]],
38 ["'ab'.split(/(?:ab)*/)",        ["", ""]],
39 ["'ab'.split(/(?:ab)*?/)",        ["a", "b"]],
57 ["'ab'.split(/-/)",                ["ab"]],
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
typedarrays.js 31 var ab = new ArrayBuffer(param);
32 assertSame(expectedByteLength, ab.byteLength);
53 var ab = new ArrayBuffer();
54 assertSame(0, ab.byteLength);
60 var ab = new ArrayBuffer(1024);
61 assertSame(1024, ab.byteLength);
63 assertThrows(function() { "use strict"; ab.byteLength = 42; }, TypeError);
69 var ab = new ArrayBuffer(initialLen);
70 var a1 = new Uint8Array(ab);
74 var slice = ab.slice(start, end)
    [all...]
  /dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/
MergeConflictTest.java 31 Dex ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge(); local
33 // a and ab overlap; this should fail
34 DexMerger dexMerger = new DexMerger(a, ab, CollisionPolicy.FAIL);
  /external/linux-tools-perf/perf-3.12.0/arch/arc/lib/
memset.S 29 stb.ab r1,[r4,1]
31 stw.ab r1,[r4,2]
38 st.ab r1,[r4,4]
46 stb.ab r1,[r4,1]
  /external/harfbuzz_ng/test/api/
test-unicode.c 788 gunichar a, b, ab; local
795 g_assert (!hb_unicode_compose (uf, 0x0041, 0x0042, &ab) && ab == 0);
796 g_assert (!hb_unicode_compose (uf, 0x0041, 0, &ab) && ab == 0);
797 g_assert (!hb_unicode_compose (uf, 0x0066, 0x0069, &ab) && ab == 0);
800 g_assert (!hb_unicode_compose (uf, 0x212B, 0, &ab) && ab == 0);
801 g_assert (!hb_unicode_compose (uf, 0x00C5, 0, &ab) && ab == 0)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode-private.hh 78 hb_codepoint_t *ab)
80 *ab = 0;
82 return func.compose (this, a, b, ab, user_data.compose);
85 inline hb_bool_t decompose (hb_codepoint_t ab,
88 *a = ab; *b = 0;
89 return func.decompose (this, ab, a, b, user_data.decompose);
hb-icu.cc 174 hb_codepoint_t *ab,
181 *ab = ret;
206 U16_GET_UNSAFE (normalized, 0, *ab);
217 hb_codepoint_t ab,
227 len = unorm2_getRawDecomposition (normalizer, ab, decomposed,
235 return *a != ab;
259 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), ab, err);
272 ret = *a != ab;
278 /* Here's the ugly part: if ab decomposes to a single character and
288 if (c != *a && c != ab) {
    [all...]
hb-glib.cc 243 hb_codepoint_t *ab,
247 return g_unichar_compose (a, b, ab);
266 *ab = g_utf8_get_char (normalized);
278 hb_codepoint_t ab,
284 return g_unichar_decompose (ab, a, b);
295 len = g_unichar_to_utf8 (ab, utf8);
304 ret = *a != ab;
308 /* Here's the ugly part: if ab decomposes to a single character and
313 if (c != ab && c != *a) {
hb-ucdn.cc 191 hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab,
194 return ucdn_compose(ab, a, b);
199 hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b,
202 return ucdn_decompose(ab, a, b);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-319722-ArrayBuffer.js 30 var ab; variable
33 for (k = 8; k >= 1 && ab == null; k = k/2) {
35 ab = new ArrayBuffer(maxSize * k);
37 ab = null;
41 assertTrue(ab != null);
45 new constr(ab, 0, maxSize);
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 141 // we know "ab" is a required string, then it doesn't help at all to
144 // regexps, matching ab will already allow this regexp to be a
308 Info *ab = new Info(); local
310 CrossProduct(a->exact_, b->exact_, &ab->exact_);
311 ab->is_exact_ = true;
315 return ab;
318 // Constructs an inexact Info for ab given a and b.
327 Info *ab = new Info();
329 ab->match_ = Prefilter::And(a->TakeMatch(), b->TakeMatch());
330 ab->is_exact_ = false
338 Info *ab = new Info(); local
360 Info *ab = new Info(); local
377 Info *ab = new Info(); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
collate2.test 43 # NULL aa ab ba bb aA aB bA bB Aa Ab Ba Bb AA AB BA BB
47 # BINARY: NULL AA AB Aa Ab BA BB Ba Bb aA aB aa ab bA bB ba bb
48 # NOCASE: NULL aa aA Aa AA ab aB Ab AB ba bA Ba BA bb bB Bb BB
    [all...]
  /external/chromium_org/v8/test/cctest/
test-weaktypedarrays.cc 55 static bool HasArrayBufferInWeakList(Heap* heap, JSArrayBuffer* ab) {
59 if (ab == o) return true;
158 i::SNPrintF(source, "ab%d = null;", i);
168 i::SNPrintF(source, "ab%d", j);
169 v8::Handle<v8::ArrayBuffer> ab = local
172 *v8::Utils::OpenHandle(*ab)));
191 v8::Handle<v8::ArrayBuffer> ab = local
193 Handle<JSArrayBuffer> iab = v8::Utils::OpenHandle(*ab);
196 v8::Handle<View> ta1 = View::New(ab, 0, 256);
199 v8::Handle<View> ta2 = View::New(ab, 0, 128)
292 v8::Handle<v8::ArrayBuffer> ab = local
316 v8::Handle<v8::ArrayBuffer> ab = local
336 v8::Handle<v8::ArrayBuffer> ab = local
    [all...]
  /external/chromium_org/v8/test/webkit/fast/regex/
assertion.js 32 var regex3 = /(?=(a+?))(\1ab)/;
35 var regex4 = /(?=(a+?))(\1ab)/;
77 shouldBeNull("regex16.exec('ab')");
80 var regex17 = /(?=((?:ab)*))a/;
81 shouldBe("regex17.exec('ab')", "['a','ab']");
82 shouldBe("regex17.exec('abc')", "['a','ab']");
  /external/chromium_org/v8/test/mjsunit/
string-split.js 33 assertArrayEquals(["a", "b"], "ab".split(/a*?/));
35 assertArrayEquals(["", "b"], "ab".split(/a*/));
37 assertArrayEquals(["a"], "ab".split(/a*?/, 1));
39 assertArrayEquals([""], "ab".split(/a*/, 1));
87 /* "ab".split(/((?=.))/)
97 assertArrayEquals(["a", "", "b"], "ab".split(/((?=.))/));
99 /* "ab".split(/(?=)/)
102 * SM: ab
107 assertArrayEquals(["a", "b"], "ab".split(/(?=)/));
for-in.js 73 assertEquals('ab', result, "ab");
77 assertEquals('ab', result, "ab-nodeep");
81 assertEquals('ab', result, "abget");
85 assertEquals('ab', result, "abgetset");

Completed in 980 milliseconds

12 3 4 5 6 7 8 910