OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fieldname
(Results
51 - 75
of
585
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/test/intltest/
numberformattesttuple.h
18
#define NFTT_GET_FIELD(tuple,
fieldName
, defaultValue) ((tuple).
fieldName
##Flag ? (tuple).
fieldName
: (defaultValue))
numberformattesttuple.cpp
20
#define FIELD_OFFSET(
fieldName
) ((int32_t) (((char *) &gNullPtr->
fieldName
) - ((char *) gNullPtr)))
21
#define FIELD_FLAG_OFFSET(
fieldName
) ((int32_t) (((char *) &gNullPtr->
fieldName
##Flag) - ((char *) gNullPtr)))
23
#define FIELD_INIT(
fieldName
, fieldType) {#
fieldName
, FIELD_OFFSET(
fieldName
), FIELD_FLAG_OFFSET(
fieldName
), fieldType}
/frameworks/base/services/core/jni/
com_android_server_input_InputApplicationHandle.cpp
133
#define GET_FIELD_ID(var, clazz,
fieldName
, fieldDescriptor) \
134
var = env->GetFieldID(clazz,
fieldName
, fieldDescriptor); \
135
LOG_FATAL_IF(! var, "Unable to find field "
fieldName
);
/frameworks/base/docs/html/ndk/reference/
group___configuration.jd
[
all
...]
group___bitmap.jd
88
<tr><th colspan="2">Enumerator</th></tr><tr><td class="
fieldname
"><em><a class="anchor" id="ggadf764cbdea00d65edcd07bb9953ad2b7a07f71cf5c5d4950ac9813ae4bbf6d076"></a>ANDROID_BITMAP_RESULT_SUCCESS</em> </td><td class="fielddoc">
91
<tr><td class="
fieldname
"><em><a class="anchor" id="ggadf764cbdea00d65edcd07bb9953ad2b7acf7205d1a348d867c63ac2885ce01374"></a>ANDROID_BITMAP_RESULT_BAD_PARAMETER</em> </td><td class="fielddoc">
94
<tr><td class="
fieldname
"><em><a class="anchor" id="ggadf764cbdea00d65edcd07bb9953ad2b7a6b099b9533c38729a6c305f2fe93f98d"></a>ANDROID_BITMAP_RESULT_JNI_EXCEPTION</em> </td><td class="fielddoc">
97
<tr><td class="
fieldname
"><em><a class="anchor" id="ggadf764cbdea00d65edcd07bb9953ad2b7a512f5b95b6b57e78d65502c06391f990"></a>ANDROID_BITMAP_RESULT_ALLOCATION_FAILED</em> </td><td class="fielddoc">
115
<tr><th colspan="2">Enumerator</th></tr><tr><td class="
fieldname
"><em><a class="anchor" id="ggaea286a2d4c61ae2abb02b51500499f13ac6f0378ea5cfefd9abee2596af5a9021"></a>ANDROID_BITMAP_FORMAT_NONE</em> </td><td class="fielddoc">
118
<tr><td class="
fieldname
"><em><a class="anchor" id="ggaea286a2d4c61ae2abb02b51500499f13ab92ae96ceea06aa534583beadba84057"></a>ANDROID_BITMAP_FORMAT_RGBA_8888</em> </td><td class="fielddoc">
121
<tr><td class="
fieldname
"><em><a class="anchor" id="ggaea286a2d4c61ae2abb02b51500499f13a11b32e10d6db28fae70ec3590cb9ee91"></a>ANDROID_BITMAP_FORMAT_RGB_565</em> </td><td class="fielddoc">
124
<tr><td class="
fieldname
"><em><a class="anchor" id="ggaea286a2d4c61ae2abb02b51500499f13adc2ede06eafe20439271cb8137dc7528"></a>ANDROID_BITMAP_FORMAT_RGBA_4444</em> </td><td class="fielddoc">
127
<tr><td class="
fieldname
"><em><a class="anchor" id="ggaea286a2d4c61ae2abb02b51500499f13ad29996be25f8f88c96e016a1da5c4bca"></a>ANDROID_BITMAP_FORMAT_A_8</em> </td><td class="fielddoc">
/external/autotest/frontend/client/src/autotest/common/table/
ListFilter.java
16
public ListFilter(String
fieldName
) {
17
super(
fieldName
);
/external/chromium-trace/catapult/tracing/tracing/ui/base/
name_bar_chart.html
31
isDatumFieldSeries_: function(
fieldName
) {
32
return
fieldName
!= 'x';
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java
133
String
fieldName
= headers.name(i);
135
if ("Date".equalsIgnoreCase(
fieldName
)) {
138
} else if ("Expires".equalsIgnoreCase(
fieldName
)) {
140
} else if ("Last-Modified".equalsIgnoreCase(
fieldName
)) {
143
} else if ("ETag".equalsIgnoreCase(
fieldName
)) {
145
} else if ("Age".equalsIgnoreCase(
fieldName
)) {
147
} else if (OkHeaders.SENT_MILLIS.equalsIgnoreCase(
fieldName
)) {
149
} else if (OkHeaders.RECEIVED_MILLIS.equalsIgnoreCase(
fieldName
)) {
/external/proguard/src/proguard/obfuscate/
MappingProcessor.java
51
* @param
fieldName
the original field name.
56
String
fieldName
,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java
110
String
fieldName
= field.getName();
111
if ("cachedSize".equals(
fieldName
)) {
118
&& !
fieldName
.startsWith("_")
119
&& !
fieldName
.endsWith("_")) {
128
print(
fieldName
, value, indentBuf, buf);
133
print(
fieldName
, elem, indentBuf, buf);
137
print(
fieldName
, value, indentBuf, buf);
194
* Converts an identifier of the format "
FieldName
" into "field_name".
/libcore/support/src/test/java/libcore/java/security/
CpuFeatures.java
82
private static List<String> getListFromCpuinfo(String
fieldName
) {
83
String features = getFieldFromCpuinfo(
fieldName
);
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java
101
String
fieldName
= f.getName();
102
if (
fieldName
.compareTo("stringRepresentation") == 0) {
105
if (
fieldName
.compareTo("indentation") == 0) {
143
System.out.println("accessed field " +
fieldName
);
192
String
fieldName
= f.getName();
193
if (
fieldName
.compareTo("stringRepresentation") == 0) {
196
if (
fieldName
.compareTo("indentation") == 0) {
303
String
fieldName
= f.getName();
304
if (
fieldName
.compareTo("stringRepresentation") == 0) {
308
if (
fieldName
.compareTo("indentation") == 0)
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
LengthTest.java
69
String
fieldName
= reply.getNextValueAsString();
73
if (
fieldName
.equals("intArray")) {
76
} else if (
fieldName
.equals("strArray")) {
79
} else if (
fieldName
.equals("intField")) {
SetValues003Test.java
168
* @param
fieldName
173
private long getTestArrayObjectID(String
fieldName
) {
174
return getObjectIDForField(
fieldName
, JDWPConstants.Tag.ARRAY_TAG);
180
* @param
fieldName
187
private long getObjectIDForField(String
fieldName
, byte expectedTypeTag) {
188
String checkedFieldNames[] = {
fieldName
};
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
FieldsSet.java
94
String
fieldName
= DebugUtilities.enumString(fEnum, i);
99
str.append(
fieldName
+"="+aval+" not "+bval+", ");
228
public String
fieldName
(int field) {
237
str = str +
fieldName
(i)+"="+get(i)+",";
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
FieldsSet.java
93
String
fieldName
= DebugUtilities.enumString(fEnum, i);
98
str.append(
fieldName
+"="+aval+" not "+bval+", ");
227
public String
fieldName
(int field) {
236
str = str +
fieldName
(i)+"="+get(i)+",";
/external/javassist/src/main/javassist/bytecode/
FieldInfo.java
48
* @param
fieldName
field name
53
public FieldInfo(ConstPool cp, String
fieldName
, String desc) {
55
name = cp.addUtf8Info(
fieldName
);
56
cachedName =
fieldName
;
/external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java
72
String
fieldName
= f.getName();
73
if (
fieldName
.compareTo("stringRepresentation") == 0) {
77
if (
fieldName
.compareTo("indentation") == 0) {
81
sprint(
fieldName
+ ":");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java
137
* @param
fieldName
the field to pull frame data into.
141
public void bindToFieldNamed(String
fieldName
) {
142
Field field = findFieldNamed(
fieldName
, mFilter.getClass());
145
+
fieldName
+ "'!");
313
private Field findFieldNamed(String
fieldName
, Class<?> clazz) {
316
field = clazz.getDeclaredField(
fieldName
);
321
field = findFieldNamed(
fieldName
, superClass);
/external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java
99
String
fieldName
= f.getName();
100
if (
fieldName
.compareTo("stringRepresentation") == 0) {
103
if (
fieldName
.compareTo("indentation") == 0) {
189
String
fieldName
= f.getName();
190
if (
fieldName
.compareTo("stringRepresentation") == 0) {
193
if (
fieldName
.compareTo("indentation") == 0) {
296
String
fieldName
= f.getName();
297
if (
fieldName
.compareTo("stringRepresentation") == 0) {
301
if (
fieldName
.compareTo("indentation") == 0) {
305
sprint(
fieldName
+ ":")
[
all
...]
/external/dng_sdk/source/
dng_xmp.h
135
const char *
fieldName
,
141
const char *
fieldName
,
147
const char *
fieldName
);
152
const char *
fieldName
,
292
const char *
fieldName
,
/external/jetty/src/java/org/eclipse/jetty/util/
IntrospectionUtil.java
279
protected static Field findInheritedField (Package pack, Class<?> clazz, String
fieldName
, Class<?> fieldType, boolean strictType)
284
if (
fieldName
==null)
288
Field field = clazz.getDeclaredField(
fieldName
);
292
return findInheritedField(clazz.getPackage(), clazz.getSuperclass(),
fieldName
, fieldType, strictType);
296
return findInheritedField(clazz.getPackage(), clazz.getSuperclass(),
fieldName
, fieldType, strictType);
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt
111
val BindingTarget.
fieldName
: String by lazyProp { target : BindingTarget ->
151
val Expr.
fieldName
by lazyProp { expr : Expr ->
155
val InverseBinding.
fieldName
by lazyProp { inverseBinding : InverseBinding ->
156
val targetName = inverseBinding.target.
fieldName
;
454
tab("this.${it.
fieldName
} = ${fieldConversion(it)};")
458
tab("this.${it.
fieldName
}.setContainingBinding(this);")
476
tab("this.${it.
fieldName
}.setTag($tagValue);")
509
tab("${binder.
fieldName
}.invalidateAll();")
532
tab("if (${binder.
fieldName
}.hasPendingBindings()) {") {
584
tab("this.${it.
fieldName
} = ${it.readableName};"
[
all
...]
/external/deqp/framework/platform/android/
tcuAndroidUtil.cpp
269
FieldType getStaticField (JNIEnv* env, const char* className, const char*
fieldName
)
272
const jfieldID fieldId = env->GetStaticFieldID(cls,
fieldName
, getJNITypeStr<FieldType>());
279
throw std::runtime_error(string(
fieldName
) + " not found in " + className);
300
FieldType getField (JNIEnv* env, jobject obj, const char*
fieldName
)
303
const jfieldID fieldId = env->GetFieldID(cls,
fieldName
, getJNITypeStr<FieldType>());
310
throw std::runtime_error(string(
fieldName
) + " not found in object");
322
const char*
fieldName
;
340
dst << s_stringFields[ndx].className << "." << s_stringFields[ndx].
fieldName
341
<< ": " << getStaticField<string>(env, s_stringFields[ndx].classPath, s_stringFields[ndx].
fieldName
)
/external/autotest/frontend/client/src/autotest/tko/
TkoUtils.java
41
String
fieldName
= fieldTuple.get(0).isString().stringValue();
43
fields.add(new FieldInfo(field,
fieldName
));
Completed in 848 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>