HomeSort by relevance Sort by last modified time
    Searched defs:ab (Results 51 - 75 of 93) sorted by null

1 23 4

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivity.java 134 final ActionBar ab = getSupportActionBar(); local
135 if (item.getItemId() == android.R.id.home && ab != null &&
136 (ab.getDisplayOptions() & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
ActionBarActivityDelegateBase.java 105 ActionBarImplBase ab = (ActionBarImplBase) getSupportActionBar(); local
106 if (ab != null) {
107 ab.setShowHideAnimationEnabled(false);
113 ActionBarImplBase ab = (ActionBarImplBase) getSupportActionBar(); local
114 if (ab != null) {
115 ab.setShowHideAnimationEnabled(true);
374 ActionBarImplBase ab = (ActionBarImplBase) getSupportActionBar(); local
375 if (ab != null) {
376 mActionMode = ab.startActionMode(wrappedCallback);
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 495 ab[] = { 0x61, 0x62, 0 }, local
637 if (u_strspn(testString, ab) != 2) {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 542 // to edges ab and bc:
559 SkVector ab = b; local
560 ab -= a;
567 GrAssert(ab.length() > 0 && cb.length() > 0);
569 ab.normalize();
571 abN.setOrthog(ab, SkVector::kLeft_Side);
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 400 struct AmbiguousBase { int ab; }; member in struct:test3::AmbiguousBase
406 template <class T> decltype(((T*) 0)->Path1::ab) get_ab_1(T &ref) { return ref.Path1::ab; }
409 template <class T> decltype(((T*) 0)->Path2::ab) get_ab_2(T &ref) { return ref.Path2::ab; }
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 611 int ab = in.read(); local
612 int a = byte0(ab);
613 int b = byte1(ab);
632 int ab = in.read(); local
633 int a = byte0(ab);
634 int b = byte1(ab);
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 495 ab[] = { 0x61, 0x62, 0 }, local
637 if (u_strspn(testString, ab) != 2) {
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 981 const UChar ab[] = { 0x61, 0x62, 0 }; local
    [all...]
transtst.cpp 302 /* Example: rules 1. ab>x|y
311 expect(UnicodeString("ab>x|y;", "") +
316 * 1. ab>x|yzacw
321 * []|ab Rule 1
327 expect(UnicodeString("ab>x|yzacw;") +
331 "ab", "xyqn");
387 "ab>yz;" +
395 "ab<yz;" +
515 "b", "ab",
638 Transliterator* ab = new CompoundTransliterator(transab, 2) local
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 542 // to edges ab and bc:
559 SkVector ab = b; local
560 ab -= a;
567 GrAssert(ab.length() > 0 && cb.length() > 0);
569 ab.normalize();
571 abN.setOrthog(ab, SkVector::kLeft_Side);
    [all...]
  /external/skia/tests/
MathTest.cpp 202 SkLONGLONG ab = (SkLONGLONG)a * b;
204 ab = -ab;
206 return ab >> 16;
364 int ab = a * b; local
365 float s = ab / 255.0f;
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 256 final float ab = scurve(stretch, 8.5f); local
259 + ", ar=" + ar + ", ag=" + ag + ", ab=" + ab);
301 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ab);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 439 Dex ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge(); local
440 outArray = ab.getBytes();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 665 LLVMValueRef ab; local
677 ab = LLVMBuildMul(builder, a, b, "");
681 /* ab/255 ~= (ab + (ab >> 8) + 0x80) >> 8 */
682 ab = LLVMBuildMul(builder, a, b, "");
683 ab = LLVMBuildAdd(builder, ab, LLVMBuildLShr(builder, ab, c8, ""), "");
684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), "")
724 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 665 LLVMValueRef ab; local
677 ab = LLVMBuildMul(builder, a, b, "");
681 /* ab/255 ~= (ab + (ab >> 8) + 0x80) >> 8 */
682 ab = LLVMBuildMul(builder, a, b, "");
683 ab = LLVMBuildAdd(builder, ab, LLVMBuildLShr(builder, ab, c8, ""), "");
684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), "")
724 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 301 /* Example: rules 1. ab>x|y
310 expect(UnicodeString("ab>x|y;", "") +
315 * 1. ab>x|yzacw
320 * []|ab Rule 1
326 expect(UnicodeString("ab>x|yzacw;") +
330 "ab", "xyqn");
386 "ab>yz;" +
394 "ab<yz;" +
514 "b", "ab",
637 Transliterator* ab = new CompoundTransliterator(transab, 2) local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2639 CvMat* ab = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 2113 register char * ab; local
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 2113 register char * ab; local
    [all...]
  /external/qemu/target-i386/
op_helper.c 4559 int i, qb, ab; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 2692 Local<v8::ArrayBuffer> ab = v8::ArrayBuffer::New(1024); local
2908 v8::Handle<v8::ArrayBuffer> ab = local
16061 Local<v8::ArrayBuffer> ab = v8::ArrayBuffer::New( local
16147 Local<v8::ArrayBuffer> ab = v8::ArrayBuffer::New( local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 62669 } ab; member in union:vdbeExecUnion
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 65010 } ab; member in union:vdbeExecUnion
    [all...]
  /external/sqlite/dist/
sqlite3.c 65038 } ab; member in union:vdbeExecUnion
    [all...]

Completed in 1273 milliseconds

1 23 4