Searched defs:target (Results 101 - 125 of 2412) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrTBSearch.h14 int GrTBSearch(const ELEM array[], int count, KEY target) { argument
25 if (LT(array[index], target)) {
33 if (EQ(array[high], target)) {
38 if (LT(array[high], target)) {
H A DGrTest.cpp14 void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) { argument
18 fDrawTarget.reset(SkRef(target));
20 SkNEW_IN_TLAZY(&fASR, GrDrawTarget::AutoStateRestore, (target, GrDrawTarget::kReset_ASRInit));
21 SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target));
22 SkNEW_IN_TLAZY(&fAGP, GrDrawTarget::AutoGeometryPush, (target));
H A DGrTest.h24 GrDrawTarget* target() { return fDrawTarget.get(); } function in class:GrTestTarget
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderOffsetInstruction.java41 protected final Label target; field in class:BuilderOffsetInstruction
44 @Nonnull Label target) {
46 this.target = target;
60 return target.getCodeAddress() - this.getLocation().getCodeAddress();
65 return target;
43 BuilderOffsetInstruction(@onnull Opcode opcode, @Nonnull Label target) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction10t.java46 @Nonnull Label target) {
47 super(opcode, target);
45 BuilderInstruction10t(@onnull Opcode opcode, @Nonnull Label target) argument
H A DBuilderInstruction20t.java46 @Nonnull Label target) {
47 super(opcode, target);
45 BuilderInstruction20t(@onnull Opcode opcode, @Nonnull Label target) argument
H A DBuilderInstruction30t.java46 @Nonnull Label target) {
47 super(opcode, target);
45 BuilderInstruction30t(@onnull Opcode opcode, @Nonnull Label target) argument
/external/srec/srec/include/
H A Dchannorm.h39 int target[MAX_CHAN_DIM]; /* Values located in the .TMN file */ member in struct:__anon31094
/external/valgrind/main/none/tests/s390x/
H A Dex_clone.c11 char target[40] = " \0"; variable
55 ::"a" (target), "a" (source)
58 printf("%s\n", target);
H A Dmvst.c14 char target[512]; variable
40 printf("CC:%d\n", mvst(target, buffer));
41 printf("%s\n", target);
42 printf("CC:%d\n",mvst_full(target, bigbuf));
43 printf("%s\n", target);
/external/bison/
H A DGNUmakefile50 _is-dist-target ?= $(filter-out %clean, \
52 _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
53 ifneq (,$(_is-dist-target)$(_is-install-target))
62 ifneq (,$(_is-install-target))
114 # targets, and one of them can cause a recursive target to be invoked.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DTransition.java34 * transitions) and has a label/target pair. I have abstracted the notion
38 /** What label must be consumed to transition to target */
41 /** The target of this transition */
42 public State target; field in class:Transition
44 public Transition(Label label, State target) { argument
46 this.target = target;
49 public Transition(int label, State target) { argument
51 this.target = target;
[all...]
/external/apache-http/src/org/apache/http/client/
H A DHttpClient.java108 * The route to the target will be determined by the HTTP client.
128 * Executes a request to the target using the default context.
130 * @param target the target host for the request.
133 * to a default target or by inspecting the request.
144 HttpResponse execute(HttpHost target, HttpRequest request) argument
149 * Executes a request to the target using the given context.
151 * @param target the target host for the request.
154 * to a default target o
167 execute(HttpHost target, HttpRequest request, HttpContext context) argument
222 execute( HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler) argument
246 execute( HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context) argument
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionOperator.java81 * Opens a connection to the given target host.
84 * @param target the target host to connect to
93 HttpHost target,
107 * @param target the target host for the updated connection.
109 * to the host and port, but the scheme of the target
117 HttpHost target,
92 openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params) argument
116 updateSecureConnection(OperatedClientConnection conn, HttpHost target, HttpContext context, HttpParams params) argument
H A DOperatedClientConnection.java66 * Obtains the target host for this connection.
69 * this is the target of the tunnel.
99 * {@link #getTargetHost target host}
128 * @param target the target host of this connection
130 void opening(Socket sock, HttpHost target) argument
163 * @param sock the new socket for communicating with the target host,
168 * @param target the new target host of this connection
173 void update(Socket sock, HttpHost target, argument
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultHttpRoutePlanner.java83 public HttpRoute determineRoute(HttpHost target, argument
93 // If we have a forced route, we can do without a target.
100 // So we need a target to compute a route.
102 if (target == null) {
112 final Scheme schm = schemeRegistry.getScheme(target.getSchemeName());
118 route = new HttpRoute(target, local, secure);
120 route = new HttpRoute(target, local, proxy, secure);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorKey.java84 * @param target The target element where the properties will be set.
88 org.apache.xalan.templates.ElemTemplateElement target)
126 target);
142 attrDef.setDefAttrValue(handler, target);
86 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, org.apache.xalan.templates.ElemTemplateElement target) argument
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSystemProperty.java162 * @param target The target property bag the file will be placed into.
164 public void loadPropertyFile(String file, Properties target) argument
177 target.load(bis); // and load up the property bag from this
/external/chromium_org/ash/accelerators/
H A Daccelerator_delegate.cc40 // Uses the top level window so if the target is a web contents window the
43 aura::Window* target = static_cast<aura::Window*>(event.target()); local
44 DCHECK(target);
45 aura::Window* top_level = ::wm::GetToplevelWindow(target);
54 aura::Window* target = static_cast<aura::Window*>(event.target()); local
55 DCHECK(target);
58 if (std::find(root_windows.begin(), root_windows.end(), target) !=
62 aura::Window* top_level = ::wm::GetToplevelWindow(target);
[all...]
H A Dkey_hold_detector.cc24 // The target window may be gone.
28 aura::Window* target = *(tracker->windows().begin()); local
30 target->GetHost()->event_processor()->OnEventFromSource(&event);
41 tracker->Add(static_cast<aura::Window*>(event->target()));
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker_unittest.cc40 aura::Window* target = tracker->GetTarget(e); local
41 return target;
44 static ui::LocatedEvent* ConvertEvent(aura::Window* target, argument
48 ui::LocatedEvent* converted = tracker->ConvertEvent(target, event);
/external/chromium_org/ash/shelf/
H A Dshelf_bezel_event_filter.cc28 aura::Window* target = static_cast<aura::Window*>(event->target()); local
29 ::wm::ConvertPointToScreen(target, &point_in_screen);
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler.cc86 aura::Window* target = static_cast<aura::Window*>(event.target()); local
87 ::wm::ConvertPointToScreen(target, &point_in_screen);
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler.cc26 aura::Window* target = static_cast<aura::Window*>(event->target()); local
31 click_component_ = target->delegate()->
41 target->delegate()->GetNonClientComponent(event->location());
42 multi_window_resize_controller_.Show(target, component,
52 wm::WindowState* target_state = wm::GetWindowState(target);
56 int component = target->delegate()->
67 // double-click has been received clear the target. Otherwise a
68 // duplicate of the event will be checking target history against
89 aura::Window* target
121 aura::Window* target = target_state->window(); local
[all...]
/external/chromium_org/cc/resources/
H A Dscoped_resource.cc34 GLenum target,
42 target,
33 AllocateManaged(const gfx::Size& size, GLenum target, ResourceFormat format) argument

Completed in 3979 milliseconds

1234567891011>>