Searched refs:In (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InvTransformResidualAndAdd.c69 OMX_S16 In[16], Out[16]; local
87 In[i] = pDequantCoeff [i];
93 In[0] = pDequantCoeff [0];
97 In[i] = 0;
102 armVCM4P10_TransformResidual4x4 (Out, In);
/frameworks/compile/llvm-ndk-cc/
H A Dllvm-ndk-cc.cpp48 static void splitPreDefinedSymbol(const std::string& In, argument
50 size_t FoundPos = In.find("=");
52 Key = In;
55 Key = In.substr(0, FoundPos);
56 Value = In.substr(FoundPos+1, std::string::npos);
/frameworks/base/docs/html/google/
H A Dgoogle_toc.cs57 <span class="en">Google Play In-app Billing</span></a>
87 <span class="en">Testing In-app Billing</span></a>
90 <span class="en">Administering In-app Billing</span></a>
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk3 # not present in the libgcc that shipped on the platform. In such cases, we link
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp73 // For pre-ICS bitcode, we may not have signature information. In that
553 llvm::Value *In = NULL; local
563 In = Builder.CreateLoad(InPtr, "In");
564 RootArgs.push_back(In);
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java80 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some
82 * In addition, to improve typing speed and accuracy, the framework provides
466 * In other words, the label that is physically printed on it.
577 * It may fail to map characters to key codes. In particular, the key character
658 * In the future, the function may also take into account global keyboard

Completed in 221 milliseconds