HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 351 - 375 of 4429) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
push_front_rvalue.pass.cpp 27 int init = 0; local
30 init = (start+1) / b + ((start+1) % b != 0);
31 init *= b;
32 --init;
34 C c(init);
35 for (int i = 0; i < init-start; ++i)
  /external/libcxx/test/std/containers/sequences/deque/deque.special/
copy.pass.cpp 29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
copy_backward.pass.cpp 29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
move.pass.cpp 29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
move_backward.pass.cpp 29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
swap.pass.cpp 25 int init = 0; local
28 init = (start+1) / b + ((start+1) % b != 0);
29 init *= b;
30 --init;
32 C c(init, 0);
33 for (int i = 0; i < init-start; ++i)
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALSoundSourcePool.java 62 @Selector("init")
63 public native ALSoundSourcePool init(); method in class:ALSoundSourcePool
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
Shader.java 49 * When a Shader is constructed, the {@link #init()} method must be called before it can be used. Most commonly, the
50 * {@link #init()} method compiles the {@link ShaderProgram}, fetches uniform locations and performs other preparations for usage
57 void init (); method in interface:Shader
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/
ParticleControllerControllerRenderer.java 19 public void init () { method in class:ParticleControllerControllerRenderer
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/
Pass1ShaderProvider.java 36 shader.init();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/
Pass1ShaderProvider.java 36 shader.init();
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJTransformer.java 40 init(); method
51 init(); method
65 init(); method
152 private native void init() throws Exception; method in class:TJTransformer
  /external/llvm/include/llvm/CodeGen/
LivePhysRegs.h 60 void init(const TargetRegisterInfo *TRI) { function in class:llvm::LivePhysRegs
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 184 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, function in class:LiveIntervalUnion::Array
RegAllocBase.cpp 57 void RegAllocBase::init(VirtRegMap &vrm, function in class:RegAllocBase
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCShuffler.cpp 28 DisableShuffle("disable-hexagon-shuffle", cl::Hidden, cl::init(false),
31 void HexagonMCShuffler::init(MCInst &MCB) { function in class:HexagonMCShuffler
51 void HexagonMCShuffler::init(MCInst &MCB, MCInst const *AddMI, function in class:HexagonMCShuffler
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 42 virtual bool init(ID3D11Device* dev, int argc, char** argv) function in struct:d3d11tex
  /external/mesa3d/src/gbm/main/
backend.c 55 const void *init = NULL; local
66 init = backend->builtin;
80 init = dlsym(module, entrypoint);
81 if (!init)
85 return init;
  /external/opencv3/apps/traincascade/
haarfeatures.cpp 20 void CvHaarFeatureParams::init( const CvFeatureParams& fp ) function in class:CvHaarFeatureParams
22 CvFeatureParams::init( fp );
87 void CvHaarEvaluator::init(const CvFeatureParams *_featureParams, function in class:CvHaarEvaluator
95 CvFeatureEvaluator::init( _featureParams, _maxSampleCount, _winSize );
  /external/opencv3/modules/cudalegacy/test/
TestCompact.cpp 66 bool TestCompact::init() function in class:TestCompact
TestHypothesesGrow.cpp 76 bool TestHypothesesGrow::init() function in class:TestHypothesesGrow
TestIntegralImage.cpp 70 bool TestIntegralImage<T_in, T_out>::init() function in class:TestIntegralImage
TestIntegralImageSquared.cpp 65 bool TestIntegralImageSquared::init() function in class:TestIntegralImageSquared
TestResize.cpp 72 bool TestResize<T>::init() function in class:TestResize
  /external/opencv3/modules/flann/include/opencv2/flann/
random.h 95 init(n);
102 void init(int n) function in class:cvflann::UniqueRandom

Completed in 579 milliseconds

<<11121314151617181920>>