Searched defs:focus (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2003-08-21-BinOp-Type-Mismatch.c7 unsigned int frame, focus; local
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
/external/skia/src/views/
H A DSkWindow.cpp148 SkView* focus = this->getFocusView();
149 if (focus == nullptr)
150 focus = this;
154 return focus->doEvent(evt);
164 // send an event to the focus-view
166 SkView* focus = this->getFocusView(); local
167 if (focus == nullptr)
168 focus = this;
172 if (focus->doEvent(evt))
191 //send an event to the focus
193 SkView* focus = this->getFocusView(); local
235 onSetFocusView(SkView* focus) argument
[all...]
H A DSkView.cpp184 SkView* focus = nullptr; local
187 if (view->onGetFocusView(&focus)) {
191 return focus;
203 Try to give focus to this view, or its children
211 SkView* child, *focus; local
213 if ((focus = child->acceptFocus(dir)) != nullptr) {
214 return focus;
219 SkView* child, *focus; local
221 if ((focus = child->acceptFocus(dir)) != nullptr) {
222 return focus;
233 SkView* focus = this->getFocusView(); local
[all...]
/external/libtextclassifier/common/
H A Dfeature-extractor.h34 // A feature function is invoked with a focus. Nested feature function can be
35 // invoked with another focus determined by the parent feature function.
326 // Appends features computed from the object and focus to the result. The
335 // Returns a feature value computed from the object and focus, or kNone if no
485 // // Gets the new additional focus.
488 // This is useful to e.g. add a token focus to a parser state based on some
503 IDX focus = variable
506 function->Evaluate(workspaces, object, focus, args..., result);
514 IDX focus = variable
516 return this->nested()[0]->Compute(workspaces, object, focus, arg
[all...]
/external/pdfium/xfa/fwl/
H A Dcfwl_widgetmgr.cpp288 CFWL_Widget* focus,
293 if (focus == child)
296 CFWL_Widget* bRet = NextTab(child, focus, bFind);
287 NextTab(CFWL_Widget* parent, CFWL_Widget* focus, bool& bFind) argument
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java58 private transient boolean focus; field in class:DumbTextComponent
159 focus = true;
165 focus = false;
525 if (focus) g.setColor(Color.black);
553 if (focus) {
571 if (focus) g.setColor(Color.blue);
590 if (focus || selection.isCaret()) {
591 if (focus) g.setColor(Color.green);
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dmain_wnd.cc541 HWND focus = GetFocus(), next; local
543 next = ::GetWindow(focus, next_cmd);
550 next = ::GetWindow(focus, loop_around_cmd);
556 focus = next;
/external/selinux/libsepol/src/
H A Dpolicydb.c735 unsigned char focus; local
740 while ((focus = ft->name[byte_num++]))
741 hash = partial_name_hash(focus, hash);
/external/opencv/cvaux/src/
H A Dcvlee.cpp130 CvVoronoiNodeInt* focus; member in struct:CvVoronoiParabolaInt
631 it is parabola, it is defined by its focus (site - point)
634 pFocus : in, point, which defines the focus of parabola
650 it is parabola, it is defined by its focus (site - point)
653 pFocus : in, point, which defines the focus of parabola
3457 pParabola->focus = pFocus;
3491 pParabola->focus = pFocus;
4091 pCvPointFloat pFocus1 = &(pEdge1->parabola->focus->node);
4092 pCvPointFloat pFocus2 = &(pEdge2->parabola->focus->node);
4099 else//common site is focus
[all...]
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 625 milliseconds

12