HomeSort by relevance Sort by last modified time
    Searched full:targetid (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/CodeGen/
Passes.cpp 95 /// flags with ternary conditions. TargetID is passed through by default. The
98 static AnalysisID applyOverride(AnalysisID TargetID, cl::boolOrDefault Override,
102 return TargetID;
104 if (TargetID != &NoPassID)
105 return TargetID;
122 /// TargetID is the pass that the target has configured to override StandardID.
124 /// StandardID may be a pseudo ID. In that case TargetID is the name of the real
127 static AnalysisID overridePass(AnalysisID StandardID, AnalysisID TargetID) {
129 return applyDisable(TargetID, DisablePostRA);
132 return applyDisable(TargetID, DisableBranchFold)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 12 var targetId = tab.id;
18 if (tabId != targetId || changedProps.status != "complete")
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java 157 private Pair<IDocument, UiElementNode> getNode(String filename, String targetId)
167 UiElementNode node = findById(root, targetId);
173 private static UiElementNode findById(UiElementNode node, String targetId) {
174 assertFalse(targetId.startsWith(NEW_ID_PREFIX));
175 assertFalse(targetId.startsWith(ID_PREFIX));
178 if (id != null && targetId.equals(BaseLayoutRule.stripIdPrefix(id))) {
183 UiElementNode result = findById(child, targetId);
  /external/skia/src/animator/
SkDisplayPost.cpp 217 SkEventSinkID targetID = fSinkID;
220 if (targetID == 0) {
223 targetID = anim->getSinkID();
225 targetID = maker.fHostEventSinkID;
234 anim->onEventPost(new SkEvent(fEvent), targetID);
236 anim->onEventPostTime(new SkEvent(fEvent), targetID, futureTime);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.h 32 ALooper::handler_id targetID);
  /external/skia/include/views/
SkEvent.h 67 * the eventsink matching the targetID (if not 0), or the target proc is
77 * the eventsink matching the targetID (if not 0), or the target proc is
80 SkEvent* setTargetID(SkEventSinkID targetID) {
82 fTargetID = targetID;
90 * the eventsink matching the targetID (if not 0), or the target proc is
97 * automatically clear the targetID to 0.
100 * the eventsink matching the targetID (if not 0), or the target proc is
190 * Post to the event queue using the event's targetID or target-proc.
200 * Post to the event queue using the event's targetID or target-proc and
209 * Post to the event queue using the event's targetID or target-proc
    [all...]
SkEventSink.h 69 * This ignores the targetID and target proc in evt.
  /external/skia/src/views/
SkEvent.cpp 13 SkEventSinkID targetID) {
17 fTargetID = targetID;
37 SkEvent::SkEvent(const SkString& type, SkEventSinkID targetID)
39 initialize(type.c_str(), type.size(), targetID);
42 SkEvent::SkEvent(const char type[], SkEventSinkID targetID)
45 initialize(type, strlen(type), targetID);
  /frameworks/base/docs/html/tools/help/
android.jd 92 <td><code>-t &lt;targetID&gt;</code></td>
131 the target referenced in the <code>-t &lt;targetID&gt;</code> argument. For example, <code>-s
208 <td><code>-t &lt;targetID&gt;</code></td>
275 <td><code>-t &lt;targetID&gt;</code></td>
345 <td><code>-t &lt;targetID&gt;</code></td>
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 186 * @param targetId drawable for the target
188 Slider(ViewGroup parent, int tabId, int barId, int targetId) {
206 target.setImageResource(targetId);
320 void setTarget(int targetId) {
321 target.setImageResource(targetId);
752 * @param targetId the resource of the target drawable
756 public void setLeftTabResources(int iconId, int targetId, int barId, int tabId) {
758 mLeftSlider.setTarget(targetId);
782 * @param targetId the resource of the target drawable
786 public void setRightTabResources(int iconId, int targetId, int barId, int tabId)
    [all...]
  /frameworks/base/docs/html/intl/ja/guide/developing/
other-ide.jd 74 --target <em>&lt;targetID&gt;</em> \
123 android update project --target <em>&lt;targetID&gt;</em> --path <em>path/to/your/project/</em>
227 <pre>android create avd --name <em>&lt;your_avd_name&gt;</em> --target <em>&lt;targetID&gt;</em></pre>
eclipse-adt.jd 115 <pre>android create avd --name <em>&lt;your_avd_name&gt;</em> --target <em>&lt;targetID&gt;</em></pre>
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.xml 105 <perspectiveExtension targetID="org.eclipse.jdt.ui.JavaPerspective">
108 <perspectiveExtension targetID="org.eclipse.ui.resourcePerspective">
111 <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 106 String targetId = BaseLayoutRule.stripIdPrefix(value);
107 ViewData target = mIdToView.get(targetId);
120 //System.out.println("Warning: no view data found for " + targetId);
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 513 int targetId = resolveTargetName(mSdkCommandLine.getParamTargetId());
515 if (targetId == INVALID_TARGET_ID || targetId > targets.length) {
519 IAndroidTarget target = targets[targetId - 1]; // target id is 1-based
694 int targetId = resolveTargetName(targetStr);
695 if (targetId == INVALID_TARGET_ID || targetId > targets.length) {
700 target = targets[targetId - 1]; // target id is 1-based
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 111 DWORD TargetId:24;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 111 DWORD TargetId:24;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 111 DWORD TargetId:24;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
plugin.xml 93 targetID="com.android.ide.eclipse.gltrace.perspective">
  /packages/apps/Email/src/com/android/email/activity/
MailboxListFragment.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
plugin.xml 86 <perspectiveExtension targetID="org.eclipse.jdt.ui.JavaPerspective">
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 934 * We append it to the element identified by targetId, which is hidden.
941 * @param {string} targetId The id of a DOM object under which to attach the
945 function jstLoadTemplate_(doc, html, targetId) {
946 var existing_target = domGetElementById(doc, targetId);
950 target.id = targetId;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 934 * We append it to the element identified by targetId, which is hidden.
941 * @param {string} targetId The id of a DOM object under which to attach the
945 function jstLoadTemplate_(doc, html, targetId) {
946 var existing_target = domGetElementById(doc, targetId);
950 target.id = targetId;
    [all...]
  /external/llvm/include/llvm/CodeGen/
Passes.h 101 /// point where StadardID is expected, add TargetID in its place.
102 void substitutePass(char &StandardID, char &TargetID);
  /frameworks/base/docs/html/tools/devices/
managing-avds-cmdline.jd 103 <pre>android create avd -n &lt;name&gt; -t &lt;targetID&gt; [-&lt;option&gt; &lt;value&gt;] ... </pre>
158 <pre>android create avd -n &lt;name&gt; -t &lt;targetID&gt; --skin WVGA800</pre>

Completed in 1788 milliseconds

1 2