Searched defs:Control (Results 1 - 10 of 10) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DControl.java43 * <code>Control</code>s are used to specify certain update and render logic
48 public interface Control extends Savable { interface in inherits:Savable
51 * Creates a clone of the Control, the given Spatial is the cloned
56 public Control cloneForSpatial(Spatial spatial);
72 * @see Control#setEnabled(boolean)
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h63 void Control(int ctrl_id, int arg) { function in class:libvpx_test::Decoder
H A Dencode_test_driver.h110 void Control(int ctrl_id, int arg) { function in class:libvpx_test::Encoder
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java130 Control control = new Control();
218 private static class Control extends AbstractNonStreamingHashFunction { class in class:AbstractStreamingHasherTest
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h33 const double Control [UMFPACK_CONTROL], double Info [UMFPACK_INFO])
35 return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,Symbolic,Control,Info);
40 const double Control [UMFPACK_CONTROL], double Info [UMFPACK_INFO])
42 return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&internal::real_ref(Ax[0]),0,Symbolic,Control,Info);
47 const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO])
49 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info);
54 const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO])
56 return umfpack_zi_numeric(Ap,Ai,&internal::real_ref(Ax[0]),0,Symbolic,Numeric,Control,Info);
61 const double Control[UMFPACK_CONTROL], double Info[UMFPACK_INFO])
63 return umfpack_di_solve(sys,Ap,Ai,Ax,X,B,Numeric,Control,Inf
45 umfpack_numeric( const int Ap[], const int Ai[], const double Ax[], void *Symbolic, void **Numeric, const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO]) argument
52 umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[], void *Symbolic, void **Numeric, const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO]) argument
59 umfpack_solve( int sys, const int Ap[], const int Ai[], const double Ax[], double X[], const double B[], void *Numeric, const double Control[UMFPACK_CONTROL], double Info[UMFPACK_INFO]) argument
66 umfpack_solve( int sys, const int Ap[], const int Ai[], const std::complex<double> Ax[], std::complex<double> X[], const std::complex<double> B[], void *Numeric, const double Control[UMFPACK_CONTROL], double Info[UMFPACK_INFO]) argument
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-indic.cpp62 Control, enumerator in enum:Form
908 return Control;
1268 if (beginsWithRa && form(*(uc+2)) == Control)
1309 if (position[i] != Consonant && (position[i] != Control || script == HB_Script_Kannada))
1312 if (i < len-1 && position[i] == Control && position[i+1] == Consonant) {
1543 control |= (form(reordered[i]) == Control);
1679 if (form(reordered[otl_glyphs[i].cluster]) == Control) {
1741 case Control:
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp62 Control, enumerator in enum:Form
908 return Control;
1268 if (beginsWithRa && form(*(uc+2)) == Control)
1309 if (position[i] != Consonant && (position[i] != Control || script == HB_Script_Kannada))
1312 if (i < len-1 && position[i] == Control && position[i+1] == Consonant) {
1543 control |= (form(reordered[i]) == Control);
1679 if (form(reordered[otl_glyphs[i].cluster]) == Control) {
1743 case Control:
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h231 #ifdef Control
232 #undef Control macro
234 U032 Control; member in struct:__anon11530
258 #ifdef Control
259 #undef Control macro
261 U032 Control; member in struct:__anon11531
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 387 milliseconds