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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 78 ByteBuffer cbb = ByteBuffer.allocateDirect(colors.length*4); local
79 cbb.order(ByteOrder.nativeOrder());
80 mColorBuffer = cbb.asIntBuffer();
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
Cube.java 78 ByteBuffer cbb = ByteBuffer.allocateDirect(colors.length*4); local
79 cbb.order(ByteOrder.nativeOrder());
80 mColorBuffer = cbb.asIntBuffer();
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 192 ByteBuffer cbb = ByteBuffer.allocateDirect(colors.length*4); local
193 cbb.order(ByteOrder.nativeOrder());
194 mColorBuffer = cbb.asFloatBuffer();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 106 int cbb; local
109 for (cbb = 0x20; cbb > 0; cbb >>= 1) {
110 if (cbb & cbp) {
142 int cbb; local
145 for (cbb = 0x20; cbb > 0; cbb >>= 1) {
146 if (cbb & cbp)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 106 int cbb; local
109 for (cbb = 0x20; cbb > 0; cbb >>= 1) {
110 if (cbb & cbp) {
142 int cbb; local
145 for (cbb = 0x20; cbb > 0; cbb >>= 1) {
146 if (cbb & cbp)
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 68 void addCallbackBuffer(JNIEnv *env, jbyteArray cbb, int msgType);
389 JNIEnv *env, jbyteArray cbb, int msgType)
392 if (cbb != NULL) {
396 jbyteArray callbackBuffer = (jbyteArray)env->NewGlobalRef(cbb);
412 jbyteArray callbackBuffer = (jbyteArray)env->NewGlobalRef(cbb);
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 121 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
124 VMap[&BB] = CBB;
135 VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB);
139 if (ReturnInst *RI = dyn_cast<ReturnInst>(CBB->getTerminator()))
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
SentenceBreakProperty.txt 877 2CBB ; Lower
    [all...]
CaseFolding.txt     [all...]
DerivedCoreProperties.txt     [all...]
DerivedNormalizationProps.txt     [all...]
NormalizationTest.txt     [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/norm2/
nfkc_cf.txt 1430 2CBA>2CBB
2158 337E>660E 6CBB
    [all...]
uts46.txt     [all...]
nfkc.txt     [all...]
  /external/icu4c/data/unidata/norm2/
nfkc_cf.txt 1416 2CBA>2CBB
2145 337E>660E 6CBB
    [all...]
uts46.txt     [all...]
nfkc.txt 1234 337E>660E 6CBB
    [all...]
  /external/harfbuzz/contrib/tables/
DerivedGeneralCategory.txt 136 0CBA..0CBB ; Cn # [2] <reserved-0CBA>..<reserved-0CBB>
    [all...]
  /device/sample/etc/
apns-full-conf.xml     [all...]
  /external/icu4c/data/unidata/
CaseFolding.txt     [all...]
DerivedCoreProperties.txt     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 483 /* lumD + lumB + lumC + cbD + cbB + crD + crB */
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
NormalizationTest-3.2.0.txt     [all...]

Completed in 911 milliseconds

1 2