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

/external/chromium_org/pdf/
H A Dcontrol.cc12 Control::Control() function in class:chrome_pdf::Control
19 Control::~Control() {
22 bool Control::Create(uint32 id, const pp::Rect& rc,
34 bool Control::HandleEvent(const pp::InputEvent& event) {
38 void Control::PaintMultipleRects(pp::ImageData* image_data,
79 void Control::Show(bool visible, bool invalidate) {
87 void Control::AdjustTransparency(uint8 transparency, bool invalidate) {
95 void Control
[all...]
H A Dcontrol.h24 class Control { class in namespace:chrome_pdf
38 Control();
39 virtual ~Control();
73 typedef Control::Owner ControlOwner;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.h68 void Control(int ctrl_id, int arg) { function in class:libvpx_test::Decoder
74 void Control(int ctrl_id, const void *arg) { function in class:libvpx_test::Decoder
H A Dencode_test_driver.h119 void Control(int ctrl_id, int arg) { function in class:libvpx_test::Encoder
124 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { function in class:libvpx_test::Encoder
129 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { function in class:libvpx_test::Encoder
135 void Control(int ctrl_id, vpx_active_map_t *arg) { function in class:libvpx_test::Encoder
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h62 void Control(int ctrl_id, int arg) { function in class:libvpx_test::Decoder
68 void Control(int ctrl_id, const void *arg) { function in class:libvpx_test::Decoder
H A Dencode_test_driver.h119 void Control(int ctrl_id, int arg) { function in class:libvpx_test::Encoder
124 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { function in class:libvpx_test::Encoder
129 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { function in class:libvpx_test::Encoder
135 void Control(int ctrl_id, vpx_active_map_t *arg) { function in class:libvpx_test::Encoder
/external/chromium_org/third_party/angle/util/
H A DEvent.h32 bool Control; member in struct:Event::KeyEvent
/external/chromium_org/v8/src/compiler/
H A Dgeneric-algorithm.h26 enum Control { enum in class:v8::internal::compiler::GenericGraphVisit
34 // Control Pre(Traits::Node* current);
35 // Control Post(Traits::Node* current);
57 Control control = visitor->Pre(current);
69 Control control = visitor->Post(post_order_node);
104 Control Pre(GenericNode<B, S>* node) { return CONTINUE; }
105 Control Post(GenericNode<B, S>* node) { return CONTINUE; }
111 static bool IsSkip(Control c) { return c & SKIP; }
112 static bool IsReenter(Control c) { return c & REENTER; }
H A Dschedule.h32 enum Control { enum in class:v8::internal::compiler::BasicBlockData
33 kNone, // Control not initialized yet.
51 Control control_; // Control at the end of the block.
90 OStream& operator<<(OStream& os, const BasicBlockData::Control& c);
/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,&numext::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,&numext::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/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:__anon29574
258 #ifdef Control
259 #undef Control macro
261 U032 Control; member in struct:__anon29575
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js91 WebInspector.NetworkLogView._responseHeaderColumns = ["Cache-Control", "Connection", "Content-Encoding", "Content-Length", "ETag", "Keep-Alive", "Last-Modified", "Server", "Vary"];
94 "Cache-Control": false, "Connection": false, "Content-Encoding": false, "Content-Length": false, "ETag": false, "Keep-Alive": false, "Last-Modified": false, "Server": false, "Vary": false
132 "Cache-Control": WebInspector.UIString("Cache-Control"),
/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 ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 2196 milliseconds