Searched refs:initialValue (Results 1 - 25 of 81) sorted by relevance

1234

/external/smali/util/src/main/java/ds/tree/
H A DVisitorImpl.java18 public VisitorImpl(R initialValue) { argument
19 this.result = initialValue;
/external/webkit/Source/WebCore/svg/properties/
H A DSVGPropertyTraits.h34 static bool initialValue() { return false; } function in struct:WebCore::SVGPropertyTraits
40 static int initialValue() { return 0; } function in struct:WebCore::SVGPropertyTraits
46 static long initialValue() { return 0; } function in struct:WebCore::SVGPropertyTraits
52 static float initialValue() { return 0; } function in struct:WebCore::SVGPropertyTraits
58 static String initialValue() { return String(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGPropertyTearOff.h44 static PassRefPtr<Self> create(const PropertyType& initialValue) argument
46 return adoptRef(new Self(initialValue));
107 SVGPropertyTearOff(const PropertyType& initialValue) argument
110 , m_value(new PropertyType(initialValue))
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DSoftTextDialogInput.java11 public void requestDialog(int id, String title, String initialValue, SoftTextDialogInputListener listener); argument
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileChooserParams.h47 // |initialValue| is a filename which the dialog should select by default.
49 WebString initialValue; member in struct:WebKit::WebFileChooserParams
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs39 /// <param name="initialValue">The value to set the current checksum to</param>
40 public ChecksumGeneratorBase(uint initialValue) argument
42 _current = initialValue;
121 /// <param name="initialValue">The value to set the current checksum to</param>
122 public CRC32Checksum(uint initialValue) : base(initialValue) {} argument
172 /// <param name="initialValue">The value to set the current checksum to</param>
173 public AdlerChecksum(uint initialValue) : base(initialValue) {} argument
/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DThreadLocalOutputBufferProvider.java29 protected StringBuilder initialValue() {
34 protected Boolean initialValue() {
/external/guava/guava/src/com/google/common/base/
H A DPlatform.java47 protected char[] initialValue() {
/external/javassist/src/main/javassist/runtime/
H A DCflow.java34 protected synchronized Object initialValue() { method in class:Cflow
/external/webkit/Source/WebCore/svg/
H A DSVGNumberList.h42 static SVGNumberList initialValue() { return SVGNumberList(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGLengthList.h42 static SVGLengthList initialValue() { return SVGLengthList(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGPointList.h44 static SVGPointList initialValue() { return SVGPointList(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGTransformList.h46 static SVGTransformList initialValue() { return SVGTransformList(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGAngle.h64 static SVGAngle initialValue() { return SVGAngle(); } function in struct:WebCore::SVGPropertyTraits
H A DSVGPathSegList.h52 static SVGPathSegList initialValue() { return SVGPathSegList(PathSegUndefinedRole); } function in struct:WebCore::SVGPropertyTraits
H A DSVGRect.h32 static FloatRect initialValue() { return FloatRect(); } function in struct:WebCore::SVGPropertyTraits
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DFieldDefinition.java43 EncodedValue initialValue, AnnotationSetItem annotationSet,
51 initialValue != null &&
55 initialValue != NullEncodedValue.NullValue
66 if (initialValue != null) {
68 EncodedValueAdaptor.writeTo(writer, initialValue);
42 writeTo(IndentingWriter writer, ClassDataItem.EncodedField encodedField, EncodedValue initialValue, AnnotationSetItem annotationSet, boolean setInStaticConstructor) argument
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomics.java49 * @param initialValue the initial value
52 public static <V> AtomicReference<V> newReference(@Nullable V initialValue) { argument
53 return new AtomicReference<V>(initialValue);
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
H A DAtomicInteger.java29 public AtomicInteger(int initialValue) { argument
30 value = initialValue;
H A DAtomicLong.java29 public AtomicLong(long initialValue) { argument
30 this.value = initialValue;
/external/webrtc/src/system_wrappers/source/
H A Datomic32.cc24 Atomic32Wrapper::Atomic32Wrapper(WebRtc_Word32 initialValue) argument
25 : _impl(*new Atomic32Impl(initialValue))
H A Datomic32_linux.h26 inline Atomic32Impl(WebRtc_Word32 initialValue);
48 inline Atomic32Impl::Atomic32Impl(WebRtc_Word32 initialValue) argument
56 *_value = initialValue;
H A Datomic32_mac.h25 inline Atomic32Impl(WebRtc_Word32 initialValue);
47 inline Atomic32Impl::Atomic32Impl(WebRtc_Word32 initialValue) argument
56 *_value = initialValue;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DInheritableThreadLocalTest.java35 protected String initialValue() {
/external/icu4c/common/
H A Dutrie.c49 uint32_t initialValue, uint32_t leadUnitValue,
102 trie->data[--j]=initialValue;
262 uint32_t value, uint32_t initialValue, UBool overwrite) {
273 if(*block==initialValue) {
288 uint32_t initialValue; local
301 initialValue=trie->data[0];
314 value, initialValue, overwrite);
318 value, initialValue, overwrite);
330 if(value==initialValue) {
340 utrie_fillBlock(trie->data+block, 0, UTRIE_DATA_BLOCK_LENGTH, value, initialValue, overwrit
47 utrie_open(UNewTrie *fillIn, uint32_t *aliasData, int32_t maxDataLength, uint32_t initialValue, uint32_t leadUnitValue, UBool latin1Linear) argument
261 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) argument
720 uint32_t value, initialValue; local
930 utrie_unserializeDummy(UTrie *trie, void *data, int32_t length, uint32_t initialValue, uint32_t leadUnitValue, UBool make16BitTrie, UErrorCode *pErrorCode) argument
1062 uint32_t value, prevValue, initialValue; local
[all...]

Completed in 474 milliseconds

1234