HomeSort by relevance Sort by last modified time
    Searched full:initialvalue (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransformList.h 46 static SVGTransformList initialValue() { return SVGTransformList(); }
SVGAngle.h 65 static SVGAngle initialValue() { return SVGAngle(); }
SVGNumberList.h 55 static SVGNumberList initialValue() { return SVGNumberList(); }
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h 51 static PassRefPtr<Self> create(const PropertyType& initialValue)
53 return adoptRef(new Self(initialValue));
142 SVGPropertyTearOff(const PropertyType& initialValue)
145 , m_value(new PropertyType(initialValue))
  /external/chromium_org/third_party/icu/source/common/
utrie2.cpp 210 trie->initialValue=trie->index[trie->dataNullOffset];
216 trie->initialValue=trie->data32[trie->dataNullOffset];
232 uint32_t initialValue, uint32_t errorValue,
287 trie->initialValue=initialValue;
328 *dest16++=(uint16_t)initialValue;
335 *dest16++=(uint16_t)initialValue;
344 *p++=initialValue;
351 *p++=initialValue;
518 uint32_t value, prevValue, initialValue;
    [all...]
  /external/guava/guava/src/com/google/common/base/
Platform.java 47 protected char[] initialValue() {
  /external/icu4c/common/
utrie2.cpp 214 trie->initialValue=trie->index[trie->dataNullOffset];
220 trie->initialValue=trie->data32[trie->dataNullOffset];
236 uint32_t initialValue, uint32_t errorValue,
291 trie->initialValue=initialValue;
332 *dest16++=(uint16_t)initialValue;
339 *dest16++=(uint16_t)initialValue;
348 *p++=initialValue;
355 *p++=initialValue;
522 uint32_t value, prevValue, initialValue;
    [all...]
  /external/javassist/src/main/javassist/runtime/
Cflow.java 34 protected synchronized Object initialValue() {
  /libcore/benchmarks/src/benchmarks/regression/
ThreadLocalBenchmark.java 25 @Override protected char[] initialValue() {
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Platform.java 49 protected char[] initialValue() {
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Platform.java 49 protected char[] initialValue() {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadLocalTest.java 37 protected String initialValue() {
62 protected Object initialValue() {
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.cpp 124 DEFINE_STATIC_LOCAL(const AtomicString, initialValue, ("none"));
125 return initialValue;
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserParams.h 50 // |initialValue| is a filename which the dialog should select by default.
52 WebString initialValue;
  /external/proguard/src/proguard/optimize/info/
FieldOptimizationInfo.java 48 value = initialValue(field.getDescriptor(clazz));
118 private Value initialValue(String type)
  /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/test/cintltst/
trie2test.c 113 uint32_t initialValue, errorValue;
121 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
224 value=initialValue;
375 uint32_t initialValue, errorValue;
381 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
801 uint32_t initialValue, errorValue;
810 getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
811 trie=utrie2_open(initialValue, errorValue, &errorCode);
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 113 uint32_t initialValue, errorValue;
121 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
224 value=initialValue;
375 uint32_t initialValue, errorValue;
381 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
801 uint32_t initialValue, errorValue;
810 getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
811 trie=utrie2_open(initialValue, errorValue, &errorCode);
    [all...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java 256 String initialValue = textField.getText();
257 if (initialValue == null) {
258 initialValue = "";
261 softTextDialogInput.requestDialog(SoftTextDialogInput.TEXT_ENTRY_DIALOG, "Enter Text", initialValue, new SoftTextDialogInputListener() {
  /external/webrtc/src/system_wrappers/interface/
atomic32.h 33 Atomic32(WebRtc_Word32 initialValue = 0);
  /libcore/luni/src/test/java/libcore/java/lang/
OldInheritableThreadLocalTest.java 55 protected String initialValue() {
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicInteger.java 42 * @param initialValue the initial value
44 public AtomicInteger(int initialValue) {
45 value = initialValue;
AtomicLong.java 56 * @param initialValue the initial value
58 public AtomicLong(long initialValue) {
59 value = initialValue;
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 46 * {@link #initialValue()}.
74 protected T initialValue() {
97 * {@code #get()} will call {@link #initialValue()} and create a new
430 Object value = key.initialValue();
442 // The table changed during initialValue().
460 Object value = key.initialValue();
489 // The table changed during initialValue().
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 242 abstract T initialValue();
252 obj = initialValue();
258 obj = initialValue();
268 protected Canvas initialValue() {
275 protected Paint initialValue() {
282 protected Bitmap initialValue() {
289 protected Rect initialValue() {

Completed in 1362 milliseconds

12 3 4 5 6 7