Searched refs:init (Results 76 - 100 of 456) sorted by last modified time

1234567891011>>

/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptIntrinsic.h36 bool init(Context *rsc, RsScriptIntrinsicID iid, Element *e);
H A DrsSignal.cpp32 bool Signal::init() { function in class:Signal
35 ALOGE("LocklessFifo mutex init failure");
41 ALOGE("LocklessFifo condition init failure");
H A DrsSignal.h31 bool init();
H A DrsThreadIO.cpp41 void ThreadIO::init() { function in class:ThreadIO
42 mToClient.init();
43 mToCore.init();
H A DrsThreadIO.h34 void init();
H A Drs_hal.h92 bool (*init)(const Context *rsc, ScriptC *s, member in struct:android::renderscript::__anon1584::__anon1585
140 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero); member in struct:android::renderscript::__anon1584::__anon1586
213 bool (*init)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1584::__anon1587
219 bool (*init)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1584::__anon1588
225 bool (*init)(const Context *rsc, const ProgramVertex *pv, member in struct:android::renderscript::__anon1584::__anon1589
234 bool (*init)(const Context *rsc, const ProgramFragment *pf, member in struct:android::renderscript::__anon1584::__anon1590
243 bool (*init)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1584::__anon1591
256 bool (*init)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1584::__anon1593
261 bool (*init)(const Context *rsc, const FBOCache *fb); member in struct:android::renderscript::__anon1584::__anon1594
267 bool (*init)(cons member in struct:android::renderscript::__anon1584::__anon1595
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java105 public static void init() { method in class:ModernAsyncTask
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java157 init(context);
160 private void init(Context context) { method in class:GestureDetectorCompat.GestureDetectorCompatImplBase
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorAdapter.java122 init(context, c, FLAG_AUTO_REQUERY);
138 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
151 init(context, c, flags);
159 protected void init(Context context, Cursor c, boolean autoRequery) { method in class:CursorAdapter
160 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
163 void init(Context context, Cursor c, int flags) { method in class:CursorAdapter
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1415 private void init(int[] locations) { method in class:GridLayout.Axis
1496 init(locations);
1873 init(context, attrs);
1902 private void init(Context context, AttributeSet attrs) { method in class:GridLayout.LayoutParams
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp185 void Compiler::init(const std::string &Triple, const std::string &CPU, function in class:ndkpc::Compiler
H A DCompiler.h59 void init(const std::string &Triple, const std::string &CPU,
H A Dllvm-ndk-cc.cpp91 Compiler.init(std::string(),
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h104 void init(unsigned int pInitSize);
/frameworks/compile/mclinker/include/mcld/LD/
H A DStringUnorderedMap.h178 StringUnorderedMapEntryInit<ValueType, KeyStorageType> init; local
179 init(ans->str, ans->value, pStr, pInitVal);
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp80 cl::init(cl::BOU_UNSET));
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp71 cl::init(' '));
83 cl::init(""));
94 cl::init(CodeModel::Default),
113 cl::init(false));
118 cl::init(false));
123 cl::init(false));
128 cl::init(FPOpFusion::Standard),
141 cl::init(false));
146 cl::init(false));
151 cl::init(fals
[all...]
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DInitialization.h15 namespace init { namespace in namespace:alone
19 } // end namespace init
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DInitialization.cpp32 void alone::init::Initialize() {
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp40 llvm::cl::init(DEFAULT_TARGET_TRIPLE_STRING),
88 llvm::cl::init(false));
93 llvm::cl::init(true));
324 init::Initialize();
/frameworks/compile/mclinker/unittests/
H A DSymbolTableTest.cpp41 TEST_F(SymbolTableTest, init) {
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp439 Compiler->init(Opts.mTriple, Opts.mCPU, Opts.mFeatures, &DiagEngine,
H A Dslang.cpp260 void Slang::init(const std::string &Triple, const std::string &CPU, function in class:slang::Slang
H A Dslang.h171 void init(const std::string &Triple, const std::string &CPU,
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs294 void init() {
297 if (debugTextureLoading) rsDebug("Renderscript: init()", 0);

Completed in 230 milliseconds

1234567891011>>