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

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/message/
Request.java 18 String PUBLISH = "PUBLISH";
  /frameworks/base/core/java/android/appwidget/
package.html 2 <p>Android allows applications to publish views to be embedded in other applications. These
15 <p>Any application can publish widgets. All an application needs to do to publish a widget is
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 102 handler.publish(r);
108 handler.publish(r);
126 handler.publish(r);
133 handler.publish(r);
145 h.publish(r);
146 h2.publish(r);
147 h3.publish(r);
148 h4.publish(r);
160 h6.publish(r);
163 h7.publish(r)
    [all...]
OldXMLFormatterTest.java 64 handler.publish(lr);
65 assertEquals("Tail string after publish() should be equal expected value",
72 public void publish(LogRecord record) {} method in class:OldXMLFormatterTest.MockHandler
OldFormatterTest.java 47 h.publish(r);
54 h.publish(r);
  /frameworks/base/docs/html/guide/publishing/
publishing.jd 10 <li>You can publish your application using a hosted service such as Android Market or through a web server.</li>
11 <li>Before you publish, make sure you have prepared your application properly.</li>
35 <li><a href="{@docRoot}guide/publishing/preparing.html">Preparing to Publish</a></li>
43 <a id="publish-link" href="http://market.android.com/publish">Go to Android Market &raquo;</a>
55 Publish Your Applications</a>, the result of the process is a compiled .apk that
68 easy for developers to publish their applications to Android users.</p>
70 <p>To publish your application on Android Market, you first need to register
73 you want, as many times as you want, and then publish it when you are ready.
81 href="http://market.android.com/publish">http://market.android.com/publish</a
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
DalvikLogHandler.java 36 * java.util.logging.Handler#publish(java.util.logging.LogRecord)}, this
44 void publish(Logger source, String tag, Level level, String message); method in interface:DalvikLogHandler
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_RETURN.S 27 mov rFP, r10 @ publish new FP
34 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
  /frameworks/base/include/binder/
BinderService.h 37 static status_t publish() { function in class:android::BinderService
50 static void instantiate() { publish(); }
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 68 public void publish(LogRecord record) { method in class:ConsoleHandler
69 super.publish(record);
  /external/bouncycastle/
NOTICE 8 including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/chromium/base/third_party/xdg_user_dirs/
xdg_user_dir_lookup.h 11 publish, distribute, sublicense, and/or sell copies of the Software,
  /external/dropbear/
agentfwd.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
bignum.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
common-chansession.c 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
compat.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
gendss.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
genrsa.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
keyimport.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
packet.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
queue.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
random.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
service.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
termcodes.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
x11fwd.h 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

Completed in 6703 milliseconds

1 2 3 4 5 6 7 8 91011>>