HomeSort by relevance Sort by last modified time
    Searched full:b2c (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/selinux/secilc/test/
optional_test.cil 47 (block b2c
72 ;; b2a.t2, b2b.t2, b2c.t2
77 ;; allow b2c.t2 b2c.t2 : CLASS { PERM PERM1 };
  /external/e2fsprogs/e2fsck/
pass5.c 188 #define B2C(x) EXT2FS_B2C(fs, (x))
189 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y))
190 #define LE_CLSTR(x, y) (B2C(x) <= B2C(y))
191 #define GE_CLSTR(x, y) (B2C(x) >= B2C(y))
226 if ((B2C(fs->super->s_first_data_block) <
228 (B2C(ext2fs_blocks_count(fs->super)-1) >
231 pctx.blk = B2C(fs->super->s_first_data_block)
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.vcxproj.filters 17 <UniqueIdentifier>{7faa3049-c5bb-4b2c-ac0f-10b572b69c83}</UniqueIdentifier>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t03_add.exp     [all...]
t08_or.exp     [all...]
t09_xor.exp     [all...]
t10_and.exp     [all...]
t04_sub.exp     [all...]
t05_cmp.exp     [all...]
  /external/e2fsprogs/resize/
resize2fs.c 67 #define B2C(x) EXT2FS_B2C(fs, (x))
69 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y))
70 #define LE_CLSTR(x, y) (B2C(x) <= B2C(y))
71 #define LT_CLSTR(x, y) (B2C(x) < B2C(y))
72 #define GE_CLSTR(x, y) (B2C(x) >= B2C(y))
73 #define GT_CLSTR(x, y) (B2C(x) > B2C(y)
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
DigitsKeyListenerTest.java 277 * 6. filter "-5.a1.b2c+3d", return "-51.23"
278 * 7. filter "+5.a1.b2c-3d", return "+51.23"
315 source = "-5.a1.b2c+3d";
320 source = "+5.a1.b2c-3d";
325 source = "-5.a1.b2c+3d";
  /external/clang/test/CXX/special/class.inhctor/
p2.cpp 54 constexpr B b2c { X<2>{} }; // expected-error {{must be initialized by a constant expression}} expected-note {{non-constexpr}}
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 532 AbstractModule b2c = new AbstractModule() { local
541 Injector injector = Guice.createInjector(ab1c, b2c);
545 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(ab1c, b2c), BOTH, true, 0,
558 AbstractModule b2c = new AbstractModule() { local
567 Injector injector = Guice.createInjector(ab1, b2c);
576 assertMapVisitor(Key.get(mapOfString, Abc.class), stringType, stringType, setOf(ab1, b2c), BOTH, true, 0,
    [all...]
  /docs/source.android.com/src/devices/audio/
terminology.jd 417 <li><a href="http://en.wikipedia.org/wiki/I%C2%B2C">I²C</a>, for control channel</li>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-i.d 282 b2c: f8 04 0c 59 tf\.nz\.or\.andcm p2,p3=39
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
branch_32.d 268 2b2c: 93ff 1fea ble 0x2b16
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
fp_cvt_int.d 723 b2c: 9e4334e7 ucvtf d7, x7, #51
shifted.d 723 b2c: 2b232c5f cmn w2, w3, uxth #3
sysreg-1.d 723 b2c: d519b24f msr s3_1_c11_c2_2, x15
    [all...]
  /external/google-breakpad/src/tools/windows/dump_syms/testdata/
dump_syms_regtest64.sym     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-fix-blx-bcond.d 788 9b2c: f3af 8000 nop\.w
  /external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
breakpad_unittests.sym 824 21b2c 8 325 25
    [all...]
  /external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
breakpad_unittests.sym 313 13b2c 2 1215 26
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
CollationTest_NON_IGNORABLE_SHORT.txt     [all...]
CollationTest_SHIFTED_SHORT.txt     [all...]

Completed in 1839 milliseconds

1 2 3