Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 – 25 of 5130) sorted by relevance

12345678910>>...206

/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerProperties.cpp39 int64_t vsync_event_phase_offset_ns(int64_t defaultValue) { in vsync_event_phase_offset_ns()
48 int64_t vsync_sf_event_phase_offset_ns(int64_t defaultValue) { in vsync_sf_event_phase_offset_ns()
57 bool use_context_priority(bool defaultValue) { in use_context_priority()
66 int64_t max_frame_buffer_acquired_buffers(int64_t defaultValue) { in max_frame_buffer_acquired_buffers()
75 int32_t max_graphics_width(int32_t defaultValue) { in max_graphics_width()
83 int32_t max_graphics_height(int32_t defaultValue) { in max_graphics_height()
91 bool has_wide_color_display(bool defaultValue) { in has_wide_color_display()
100 bool running_without_sync_framework(bool defaultValue) { in running_without_sync_framework()
108 bool has_HDR_display(bool defaultValue) { in has_HDR_display()
116 int64_t present_time_offset_from_vsync_ns(int64_t defaultValue) { in present_time_offset_from_vsync_ns()
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/default_config/config/
H A DDefaultProperties.json6 "defaultValue": { object
14 "defaultValue": { object
22 "defaultValue": { object
30 "defaultValue": { object
38 "defaultValue": { object
46 "defaultValue": { object
54 "defaultValue": { object
63 "defaultValue": { object
69 "defaultValue": { object
75 "defaultValue": { object
[all …]
H A DTestProperties.json5 "defaultValue": { object
34 "defaultValue": { object
42 "defaultValue": { object
50 "defaultValue": { object
58 "defaultValue": { object
73 "defaultValue": { object
83 "defaultValue": { object
100 "defaultValue": { object
110 "defaultValue": { object
120 "defaultValue": { object
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/default_config/config/
H A DDefaultProperties.json6 "defaultValue": { object
14 "defaultValue": { object
22 "defaultValue": { object
30 "defaultValue": { object
38 "defaultValue": { object
46 "defaultValue": { object
54 "defaultValue": { object
63 "defaultValue": { object
69 "defaultValue": { object
75 "defaultValue": { object
[all …]
H A DTestProperties.json5 "defaultValue": { object
34 "defaultValue": { object
42 "defaultValue": { object
50 "defaultValue": { object
58 "defaultValue": { object
73 "defaultValue": { object
83 "defaultValue": { object
100 "defaultValue": { object
110 "defaultValue": { object
120 "defaultValue": { object
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DUserSettingDeviceConfigMediator.java66 public abstract boolean getBoolean(@NonNull String key, boolean defaultValue); in getBoolean()
74 public abstract float getFloat(@NonNull String key, float defaultValue); in getFloat()
82 public abstract int getInt(@NonNull String key, int defaultValue); in getInt()
90 public abstract long getLong(@NonNull String key, long defaultValue); in getLong()
98 public abstract String getString(@NonNull String key, @Nullable String defaultValue); in getString()
111 public boolean getBoolean(@NonNull String key, boolean defaultValue) { in getBoolean()
120 public float getFloat(@NonNull String key, float defaultValue) { in getFloat()
128 public int getInt(@NonNull String key, int defaultValue) { in getInt()
136 public long getLong(@NonNull String key, long defaultValue) { in getLong()
144 public String getString(@NonNull String key, @Nullable String defaultValue) { in getString()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs220 public static FieldCodec<string> ForString(uint tag, string defaultValue) in ForString()
231 public static FieldCodec<ByteString> ForBytes(uint tag, ByteString defaultValue) in ForBytes()
242 public static FieldCodec<bool> ForBool(uint tag, bool defaultValue) in ForBool()
253 public static FieldCodec<int> ForInt32(uint tag, int defaultValue) in ForInt32()
264 public static FieldCodec<int> ForSInt32(uint tag, int defaultValue) in ForSInt32()
275 public static FieldCodec<uint> ForFixed32(uint tag, uint defaultValue) in ForFixed32()
286 public static FieldCodec<int> ForSFixed32(uint tag, int defaultValue) in ForSFixed32()
297 public static FieldCodec<uint> ForUInt32(uint tag, uint defaultValue) in ForUInt32()
308 public static FieldCodec<long> ForInt64(uint tag, long defaultValue) in ForInt64()
319 public static FieldCodec<long> ForSInt64(uint tag, long defaultValue) in ForSInt64()
[all …]
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs220 public static FieldCodec<string> ForString(uint tag, string defaultValue) in ForString()
231 public static FieldCodec<ByteString> ForBytes(uint tag, ByteString defaultValue) in ForBytes()
242 public static FieldCodec<bool> ForBool(uint tag, bool defaultValue) in ForBool()
253 public static FieldCodec<int> ForInt32(uint tag, int defaultValue) in ForInt32()
264 public static FieldCodec<int> ForSInt32(uint tag, int defaultValue) in ForSInt32()
275 public static FieldCodec<uint> ForFixed32(uint tag, uint defaultValue) in ForFixed32()
286 public static FieldCodec<int> ForSFixed32(uint tag, int defaultValue) in ForSFixed32()
297 public static FieldCodec<uint> ForUInt32(uint tag, uint defaultValue) in ForUInt32()
308 public static FieldCodec<long> ForInt64(uint tag, long defaultValue) in ForInt64()
319 public static FieldCodec<long> ForSInt64(uint tag, long defaultValue) in ForSInt64()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DAttributeSet.java162 String[] options, int defaultValue); in getAttributeListValue()
174 boolean defaultValue); in getAttributeBooleanValue()
192 int defaultValue); in getAttributeResourceValue()
204 int defaultValue); in getAttributeIntValue()
218 int defaultValue); in getAttributeUnsignedIntValue()
230 float defaultValue); in getAttributeFloatValue()
243 public int getAttributeListValue(int index, String[] options, int defaultValue); in getAttributeListValue()
253 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue()
269 public int getAttributeResourceValue(int index, int defaultValue); in getAttributeResourceValue()
279 public int getAttributeIntValue(int index, int defaultValue); in getAttributeIntValue()
[all …]
H A DXmlPullAttributes.java63 String[] options, int defaultValue) { in getAttributeListValue()
69 boolean defaultValue) { in getAttributeBooleanValue()
75 int defaultValue) { in getAttributeResourceValue()
81 int defaultValue) { in getAttributeIntValue()
87 int defaultValue) { in getAttributeUnsignedIntValue()
93 float defaultValue) { in getAttributeFloatValue()
102 String[] options, int defaultValue) { in getAttributeListValue()
107 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
112 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
117 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DNopAttributeSet.java61 defaultValue) { in getAttributeListValue()
67 boolean defaultValue) { in getAttributeBooleanValue()
72 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
77 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
83 int defaultValue) { in getAttributeUnsignedIntValue()
89 float defaultValue) { in getAttributeFloatValue()
94 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue()
99 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
104 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
109 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
H A DBridgeLayoutParamsMapAttributes.java85 String[] options, int defaultValue) { in getAttributeListValue()
91 boolean defaultValue) { in getAttributeBooleanValue()
97 int defaultValue) { in getAttributeResourceValue()
103 int defaultValue) { in getAttributeIntValue()
109 int defaultValue) { in getAttributeUnsignedIntValue()
115 float defaultValue) { in getAttributeFloatValue()
121 String[] options, int defaultValue) { in getAttributeListValue()
126 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
131 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
136 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
H A DBridgeXmlBlockParser.java405 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
411 boolean defaultValue) { in getAttributeBooleanValue()
416 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue()
421 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue()
426 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
431 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
436 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue()
442 String[] options, int defaultValue) { in getAttributeListValue()
452 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
457 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowDeviceConfigTest.java73 final String defaultValue = "defaultValue"; in getString_empty() local
87 final String defaultValue = "default"; in getString_nonEmpty() local
152 final int defaultValue = 999; in getInt_empty() local
160 final int defaultValue = 999; in getInt_valid() local
169 final int defaultValue = 999; in getInt_invalid() local
189 final long defaultValue = 123456; in getLong_empty() local
197 final long defaultValue = 123456; in getLong_valid() local
206 final long defaultValue = 123456; in getLong_invalid() local
226 final float defaultValue = 123.456f; in getFloat_empty() local
234 final float defaultValue = 123.456f; in getFloat_valid() local
[all …]
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java119 String[] options, int defaultValue) { in getAttributeListValue()
136 boolean defaultValue) { in getAttributeBooleanValue()
152 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
162 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
204 int defaultValue) { in getAttributeUnsignedIntValue()
221 float defaultValue) { in getAttributeFloatValue()
238 String[] options, int defaultValue) { in getAttributeListValue()
244 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
260 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
267 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DAbstractHttp2Headers.java54 public CharSequence get(CharSequence name, CharSequence defaultValue) { in get()
64 public CharSequence getAndRemove(CharSequence name, CharSequence defaultValue) { in getAndRemove()
84 public boolean getBoolean(CharSequence name, boolean defaultValue) { in getBoolean()
94 public byte getByte(CharSequence name, byte defaultValue) { in getByte()
104 public char getChar(CharSequence name, char defaultValue) { in getChar()
114 public short getShort(CharSequence name, short defaultValue) { in getShort()
124 public int getInt(CharSequence name, int defaultValue) { in getInt()
134 public long getLong(CharSequence name, long defaultValue) { in getLong()
144 public float getFloat(CharSequence name, float defaultValue) { in getFloat()
154 public double getDouble(CharSequence name, double defaultValue) { in getDouble()
[all …]
/aosp_15_r20/frameworks/base/services/tests/vibrator/utils/com/android/server/vibrator/
H A DFakeXmlResourceParser.java240 int defaultValue) { in getAttributeListValue()
246 boolean defaultValue) { in getAttributeBooleanValue()
251 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
256 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
262 int defaultValue) { in getAttributeUnsignedIntValue()
268 float defaultValue) { in getAttributeFloatValue()
273 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue()
278 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue()
283 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue()
288 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue()
[all …]
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DSettings.java136 int getUploadBandwidth(int defaultValue) { in getUploadBandwidth()
148 int getDownloadBandwidth(int defaultValue) { in getDownloadBandwidth()
155 boolean getEnablePush(boolean defaultValue) { in getEnablePush()
161 int getRoundTripTime(int defaultValue) { in getRoundTripTime()
167 int getMaxConcurrentStreams(int defaultValue) { in getMaxConcurrentStreams()
173 int getCurrentCwnd(int defaultValue) { in getCurrentCwnd()
179 int getMaxFrameSize(int defaultValue) { in getMaxFrameSize()
185 int getDownloadRetransRate(int defaultValue) { in getDownloadRetransRate()
191 int getMaxHeaderListSize(int defaultValue) { in getMaxHeaderListSize()
196 int getInitialWindowSize(int defaultValue) { in getInitialWindowSize()
[all …]
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DSettings.java138 int getUploadBandwidth(int defaultValue) { in getUploadBandwidth()
150 int getDownloadBandwidth(int defaultValue) { in getDownloadBandwidth()
157 boolean getEnablePush(boolean defaultValue) { in getEnablePush()
163 int getRoundTripTime(int defaultValue) { in getRoundTripTime()
169 int getMaxConcurrentStreams(int defaultValue) { in getMaxConcurrentStreams()
175 int getCurrentCwnd(int defaultValue) { in getCurrentCwnd()
181 int getMaxFrameSize(int defaultValue) { in getMaxFrameSize()
187 int getDownloadRetransRate(int defaultValue) { in getDownloadRetransRate()
193 int getMaxHeaderListSize(int defaultValue) { in getMaxHeaderListSize()
198 int getInitialWindowSize(int defaultValue) { in getInitialWindowSize()
[all …]
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
H A DSettings.java139 int getUploadBandwidth(int defaultValue) { in getUploadBandwidth()
151 int getDownloadBandwidth(int defaultValue) { in getDownloadBandwidth()
158 boolean getEnablePush(boolean defaultValue) { in getEnablePush()
164 int getRoundTripTime(int defaultValue) { in getRoundTripTime()
170 int getMaxConcurrentStreams(int defaultValue) { in getMaxConcurrentStreams()
176 int getCurrentCwnd(int defaultValue) { in getCurrentCwnd()
182 int getMaxFrameSize(int defaultValue) { in getMaxFrameSize()
188 int getDownloadRetransRate(int defaultValue) { in getDownloadRetransRate()
194 int getMaxHeaderListSize(int defaultValue) { in getMaxHeaderListSize()
199 int getInitialWindowSize(int defaultValue) { in getInitialWindowSize()
[all …]
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/
H A DResultMetadata.java33 boolean getBoolean(String key, boolean defaultValue); in getBoolean()
62 byte getByte(String key, byte defaultValue); in getByte()
91 short getShort(String key, short defaultValue); in getShort()
120 char getChar(String key, char defaultValue); in getChar()
149 int getInt(String key, int defaultValue); in getInt()
178 float getFloat(String key, float defaultValue); in getFloat()
207 long getLong(String key, long defaultValue); in getLong()
237 double getDouble(String key, double defaultValue); in getDouble()
267 String getString(String key, String defaultValue); in getString()
297 ImmutableList<String> getStringList(String key, ImmutableList<String> defaultValue); in getStringList()
[all …]
/aosp_15_r20/external/skia/tools/flags/
H A DCommandLineFlags.h218 #define DEFINE_bool(name, defaultValue, helpString) \ argument
225 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument
232 #define DEFINE_string(name, defaultValue, helpString) \ argument
236 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument
243 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument
254 #define DEFINE_int(name, defaultValue, helpString) \ argument
259 #define DEFINE_int_2(name, shortName, defaultValue, helpString) \ argument
266 #define DEFINE_double(name, defaultValue, helpString) \ argument
299 bool defaultValue, in CreateBoolFlag()
325 int defaultValue, in CreateIntFlag()
[all …]
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
H A DExtProperties.java1082 public String getString(String key, String defaultValue) in getString()
1246 public Vector getVector(String key, Vector defaultValue) in getVector()
1312 public List getList(String key, List defaultValue) in getList()
1381 public boolean getBoolean(String key, boolean defaultValue) in getBoolean()
1396 public Boolean getBoolean(String key, Boolean defaultValue) in getBoolean()
1501 public byte getByte(String key, byte defaultValue) in getByte()
1518 public Byte getByte(String key, Byte defaultValue) in getByte()
1590 public short getShort(String key, short defaultValue) in getShort()
1607 public Short getShort(String key, Short defaultValue) in getShort()
1704 public int getInteger(String key, int defaultValue) in getInteger()
[all …]
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java93 public static Object invoke(final Object receiver, final Object defaultValue, in invoke()
107 public static Object getFieldValue(final Object receiver, final Object defaultValue, in getFieldValue()
146 final T defaultValue, final Class<?>... parameterTypes) { in getMethod()
151 public ToIntMethodWrapper getPrimitiveMethod(final String name, final int defaultValue, in getPrimitiveMethod()
157 public ToFloatMethodWrapper getPrimitiveMethod(final String name, final float defaultValue, in getPrimitiveMethod()
164 final boolean defaultValue, final Class<?>... parameterTypes) { in getPrimitiveMethod()
173 public ToObjectMethodWrapper(final Method method, final T defaultValue) { in ToObjectMethodWrapper()
186 public ToIntMethodWrapper(final Method method, final int defaultValue) { in ToIntMethodWrapper()
198 public ToFloatMethodWrapper(final Method method, final float defaultValue) { in ToFloatMethodWrapper()
210 public ToBooleanMethodWrapper(final Method method, final boolean defaultValue) { in ToBooleanMethodWrapper()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSecureSettingsWrapper.java101 String getString(@NonNull String key, @Nullable String defaultValue); in getString()
107 int getInt(String key, int defaultValue); in getInt()
125 public String getString(String key, String defaultValue) { in getString()
145 public int getInt(String key, int defaultValue) { in getInt()
177 public String getString(String key, String defaultValue) { in getString()
191 public int getInt(String key, int defaultValue) { in getInt()
221 public String getString(String key, String defaultValue) { in getString()
241 public int getInt(String key, int defaultValue) { in getInt()
412 static String getString(String key, String defaultValue, @UserIdInt int userId) { in getString()
438 static int getInt(String key, int defaultValue, @UserIdInt int userId) { in getInt()
[all …]

12345678910>>...206