HomeSort by relevance Sort by last modified time
    Searched full:fieldname (Results 176 - 200 of 613) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 225 void printReferenceOutput(const char *fieldName, operation_t operation,
230 printf("static short[][][] %s = {\n", fieldName);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
CollectionsTest.java 100 private void set (String fieldName, Object object, Object value) {
102 ClassReflection.getField(object.getClass(), fieldName).set(object, value);
  /external/skia/src/animator/
SkAnimateMaker.cpp 200 const char* fieldName = dot + 1;
201 const SkMemberInfo* memberInfo = displayable->getMember(fieldName);
  /prebuilts/go/darwin-x86/src/net/http/
cookie.go 333 func sanitizeOrWarn(fieldName string, valid func(byte) bool, v string) string {
339 log.Printf("net/http: invalid byte %q in %s; dropping invalid bytes", v[i], fieldName)
  /prebuilts/go/linux-x86/src/net/http/
cookie.go 333 func sanitizeOrWarn(fieldName string, valid func(byte) bool, v string) string {
339 log.Printf("net/http: invalid byte %q in %s; dropping invalid bytes", v[i], fieldName)
  /system/connectivity/shill/cellular/
cellular_service.cc 65 const string& fieldname,
67 Stringmap::const_iterator it = stringmap.find(fieldname);
  /system/vold/
cryptfs.h 241 int cryptfs_getfield(const char *fieldname, char *value, int len);
242 int cryptfs_setfield(const char *fieldname, const char *value);
  /external/libjpeg-turbo/doc/html/
group___turbo_j_p_e_g.html     [all...]
  /external/chromium-trace/catapult/tracing/tracing/value/ui/
generic_table_view_test.html 108 assert.equal(table.$.table.tableColumns[0].fieldName, 'a');
  /external/icu/icu4c/source/test/intltest/
caltest.h 183 static UnicodeString fieldName(UCalendarDateFields f);
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 198 * Returns the value of the field corresponding to the {@code fieldName}, or
202 @Override public final String getHeaderField(String fieldName) {
204 return fieldName == null
206 : getHeaders().get(fieldName);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 59 (*variables)["name"] = FieldName(descriptor);
cpp_helpers.cc 169 string FieldName(const FieldDescriptor* field) {
394 // Do not use FieldName() since it will escape keywords.
  /libcore/ojluni/src/main/native/
net_util.h 52 * <class abbrv>_<fieldName>ID
  /external/dng_sdk/source/
dng_xmp.cpp 948 const char *fieldName,
958 fSDK->SetStructField (ns, path, fieldNS, fieldName, ss.Get ());
967 const char *fieldName,
971 fSDK->SetStructField (ns, path, fieldNS, fieldName, s);
980 const char *fieldName)
983 fSDK->DeleteStructField (ns, path, fieldNS, fieldName);
992 const char *fieldName,
996 return fSDK->GetStructField (ns, path, fieldNS, fieldName, s);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 110 * @param fieldName The name of the field. Must be a single XML name, must not be
122 String fieldName) throws XMPException;
358 * @param fieldName The name of the field. Must be a single XML name, must not be null or the
369 String fieldName,
380 * @param fieldName The name of the field
388 String fieldName,
485 * @param fieldName The name of the field. Must be a single XML name, must not be
489 void deleteStructField(String schemaNS, String structName, String fieldNS, String fieldName);
547 * @param fieldName The name of the field. Must be a single XML name, must not be
556 String fieldName);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java     [all...]
  /external/protobuf/java/
README.txt 490 If true, generates a public boolean variable has<fieldname>
516 4 accessors, namely get<fieldname>(), set<fieldname>(), has<fieldname>()
517 and clear<fieldname>() methods, with the standard semantics. The hazzer's
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 1008 const HChar *fieldName, Addr base, SizeT size )
1024 HChar *fieldName;
1029 fieldName = VG_(malloc) ( "di.syswrap.mfef", VG_(strlen)(name) + 32 );
1031 VG_(sprintf) ( fieldName, "(%s)", name );
1033 foreach_func ( tid, True, fieldName, (Addr)&msg->msg_name, sizeof( msg->msg_name ) );
1034 foreach_func ( tid, True, fieldName, (Addr)&msg->msg_namelen, sizeof( msg->msg_namelen ) );
1035 foreach_func ( tid, True, fieldName, (Addr)&msg->msg_iov, sizeof( msg->msg_iov ) );
1036 foreach_func ( tid, True, fieldName, (Addr)&msg->msg_iovlen, sizeof( msg->msg_iovlen ) );
1037 foreach_func ( tid, True, fieldName, (Addr)&msg->msg_control, sizeof( msg->msg_control ) );
1038 foreach_func ( tid, True, fieldName, (Addr)&msg->msg_controllen, sizeof( msg->msg_controllen ) )
    [all...]
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 885 * @param fieldName
889 public long getFieldID(long classID, String fieldName) {
891 return getFieldID(reply, fieldName);
905 String fieldName;
910 fieldName = request.getNextValueAsString();
911 if (field.equals(fieldName)) {
919 fieldName = null;
    [all...]
  /external/autotest/scheduler/
scheduler_models_unittest.py 106 row_data = [getattr(host, fieldname) for fieldname in fields]
  /external/jdiff/src/jdiff/
APIHandler.java 126 String fieldName = attributes.getValue("name");
135 XMLToAPI.addField(fieldName, fieldType, isTransient, isVolatile,
  /external/proguard/src/proguard/retrace/
ReTrace.java 579 public void processFieldMapping(String className, String fieldType, String fieldName, String newFieldName)
599 fieldName));
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 484 private Object readPrivateField(String fieldName, Object object) throws Exception {
485 Field f = object.getClass().getDeclaredField(fieldName);

Completed in 986 milliseconds

1 2 3 4 5 6 78 91011>>