HomeSort by relevance Sort by last modified time
    Searched refs:initialValue (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 45 abstract T initialValue();
55 obj = initialValue();
61 obj = initialValue();
71 protected Canvas initialValue() {
78 protected Paint initialValue() {
85 protected Bitmap initialValue() {
92 protected Rect initialValue() {
99 protected BitmapFactory.Options initialValue() {
  /external/chromium_org/third_party/icu/source/common/
utrie2.h 109 * The trie always returns the initialValue,
115 * @param initialValue the initial value that is set for all code points
125 uint32_t initialValue, uint32_t errorValue,
200 * @param initialValue the initial value that is set for all code points
206 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
505 * is non-trivial (non-initialValue) data for any of the supplementary
703 uint32_t initialValue;
    [all...]
propsvec.c 504 toUTrie2->initialValue=rowIndex;
515 toUTrie2->trie=utrie2_open(toUTrie2->initialValue,
  /external/icu4c/common/
utrie2.h 110 * The trie always returns the initialValue,
116 * @param initialValue the initial value that is set for all code points
126 uint32_t initialValue, uint32_t errorValue,
201 * @param initialValue the initial value that is set for all code points
207 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
506 * is non-trivial (non-initialValue) data for any of the supplementary
705 uint32_t initialValue;
    [all...]
propsvec.c 506 toUTrie2->initialValue=rowIndex;
517 toUTrie2->trie=utrie2_open(toUTrie2->initialValue,
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 467 public void requestDialog(final int id, final String title, final String initialValue, final SoftTextDialogInputListener listener) {
468 logger.log(Level.INFO, "requestDialog: title: {0}, initialValue: {1}",
469 new Object[]{title, initialValue});
483 editTextDialogInput.setText(initialValue);
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 221 protected SoftReference<Map<String, SimpleDateFormat>> initialValue() {
  /external/chromium_org/content/renderer/pepper/
pepper_file_chooser_host.cc 144 params.initialValue = WebKit::WebString::fromUTF8(
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 167 static SVGLength initialValue() { return SVGLength(); }
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPropertyMacros.h 37 : value(SVGPropertyTraits<PropertyType>::initialValue())
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.c 206 " 0x%lx,\n" /* initialValue */
213 (long)pTrie->initialValue, (long)pTrie->errorValue,
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
ImplHandler.java 91 protected Object initialValue(){
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricInternals.java 17 @Override protected Vars initialValue() {
  /external/smack/src/com/kenai/jbosh/
BodyParserSAX.java 65 @Override protected SoftReference<SAXParser> initialValue() {
BodyParserXmlPull.java 50 @Override protected SoftReference<XmlPullParser> initialValue() {
  /system/core/libcutils/
hashmap.c 252 void* (*initialValue)(void* key, void* context), void* context) {
267 void* value = initialValue(key, context);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UIUtils.js 313 * @param {string} initialValue
319 setMultilineOptions: function(initialValue, mode, theme, lineWrapping, smartIndent)
322 this.initialValue = initialValue;
534 var oldText = isMultiline ? config.initialValue : getContent(element);
769 WebInspector.formatLocalized = function(format, substitutions, formatters, initialValue, append)
771 return String.format(WebInspector.UIString(format), substitutions, formatters, initialValue, append);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 71 String initialValue = value();
72 setTextAsOfLastFormControlChangeEvent(initialValue.isNull() ? emptyString() : initialValue);
  /libcore/luni/src/test/java/libcore/java/util/
TreeMapTest.java 128 String initialValue = entry.getValue();
134 assertEquals(initialValue, entry.getValue());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 261 @NonNull String initialValue) {
265 this.value = initialValue;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
ui.js 88 ui.html.range = function(queryParameter, label, min, max, initialValue)
92 '<input type=range onchange="g_history.setQueryParameter(\'' + queryParameter + '\', this.value)" min=' + min + ' max=' + max + ' value=' + initialValue + '>' +
  /external/icu4c/tools/toolutil/
writesrc.c 211 " 0x%lx,\n" /* initialValue */
218 (long)pTrie->initialValue, (long)pTrie->errorValue,
  /libcore/luni/src/main/java/java/lang/
RealToString.java 24 @Override protected RealToString initialValue() {
  /frameworks/base/core/java/android/os/
StrictMode.java 746 @Override protected ArrayList<ViolationInfo> initialValue() {
    [all...]
  /external/emma/core/java12/com/vladium/logging/
Logger.java 418 protected Object initialValue ()

Completed in 5132 milliseconds

1 2 34 5 6 7 8