/external/opencv/cv/src/ |
cvimgwarp.cpp | 1088 int method = flags & 3; local 1362 int method = flags & 3; local 1991 int method = flags & 3; local [all...] |
/external/openssh/ |
sshconnect2.c | 269 struct cauthmethod *method; member in struct:cauthctxt 290 int *enabled; /* flag in option struct that enables method */ 291 int *batch_flag; /* flag in option struct that disables method */ 404 authctxt.method = authmethod_lookup("none"); 411 if (authctxt.method == NULL) 426 debug("Authentication succeeded (%s).", authctxt.method->name); 432 if (authctxt->method != NULL && authctxt->method->cleanup != NULL) 433 authctxt->method->cleanup(authctxt); 444 Authmethod *method = authmethod_get(authlist) local 1745 Authmethod *method = NULL; local 1807 Authmethod *method = NULL; local [all...] |
/external/proguard/src/proguard/gradle/ |
ProGuardTask.java | 1024 throw new IllegalArgumentException("The 'field' method can only be used nested inside a class specification."); 1038 throw new IllegalArgumentException("The 'constructor' method can only be used nested inside a class specification."); 1047 public void method(Map memberSpecificationArgs) method in class:ProGuardTask 1052 throw new IllegalArgumentException("The 'method' method can only be used nested inside a class specification."); [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 144 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 148 // method.getName(clazz).equals("abc"); 151 // Catch any unexpected exceptions from the actual visiting method. 155 visitCodeAttribute0(clazz, method, codeAttribute); 161 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 163 System.err.println("Not optimizing this method"); 167 method.accept(clazz, new ClassPrinter()) [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 275 * This method is to be called by generated code only. It is equivalent 343 * This method is to be called by generated code only. It uses Java 373 * This method is to be called by generated code only. It is used to 516 * in the original. This method is needed for bootstrapping when a file [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 394 MethodDescriptor method = service.findMethodByName("Foo"); local 395 assertNotNull(method); 398 method.getOptions().hasExtension(UnittestCustomOptions.methodOpt1)); 400 method.getOptions().getExtension(UnittestCustomOptions.methodOpt1));
|
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 2381 const MethodDescriptor* method = service->FindMethodByName("Foo"); local 2807 const MethodDescriptor* method = service->FindMethodByName("Method"); local [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 49 String method = Thread.currentThread().getStackTrace()[3].getMethodName(); local 50 DebugLog.d("GL ERROR", "Error: " + error + " (" + GLU.gluErrorString(error) + "): " + method);
|
/external/valgrind/coregrind/m_demangle/ |
cplus-dem.c | 3102 char *method = internal_cplus_demangle (work, ++*mangled); local [all...] |
/external/webp/src/enc/ |
quant.c | 1140 const int method = it->enc_->method_; local [all...] |
vp8l.c | 1008 const int method = config->method; local [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 132 * wps_method - WPS method to be used during provisioning 174 * method - WPS Method (to be) used to establish session 176 u16 method; member in struct:p2ps_provision 783 * @config_methods: Requested WPS Config Method [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config.c | 1265 methods[num_methods].method = eap_peer_get_type( 1268 methods[num_methods].method == EAP_TYPE_NONE) { 1269 wpa_printf(MSG_ERROR, "Line %d: unknown EAP method " 1272 " this EAP method during wpa_supplicant\n" 1277 methods[num_methods].method == EAP_TYPE_LEAP) 1295 methods[num_methods].method = EAP_TYPE_NONE; 1324 eap_methods[i].method != EAP_TYPE_NONE; i++) { 1326 eap_methods[i].method); 2773 struct eap_method_type method; local [all...] |
interworking.c | 330 u8 method; member in struct:nai_realm_eap 366 wpa_printf(MSG_DEBUG, "No room for EAP Method fixed fields"); 372 wpa_printf(MSG_DEBUG, "No room for EAP Method subfield"); 376 e->method = *pos++; 378 wpa_printf(MSG_DEBUG, "EAP Method: len=%u method=%u auth_count=%u", 379 elen, e->method, auth_count); 398 if (e->method != EAP_TYPE_TTLS) 419 wpa_printf(MSG_DEBUG, "Inner EAP method: %u", 433 wpa_printf(MSG_DEBUG, "Tunneled EAP Method Credential [all...] |
/external/zlib/src/contrib/minizip/ |
zip.c | 148 int method; /* compression method of file currenty wr.*/ member in struct:__anon21653 979 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.method,2); 1058 const char* comment, int method, int level, int raw, 1079 if ((method!=0) && (method!=Z_DEFLATED) && (method!=Z_BZIP2ED)) [all...] |
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.cpp | 297 AString method; local 303 if (itemMeta->findString("cipher-method", &method)) { 310 method = "NONE"; 312 buffer->meta()->setString("cipher-method", method.c_str()); 314 if (method == "NONE") { 316 } else if (!(method == "AES-128")) { 317 ALOGE("Unsupported cipher method '%s'", method.c_str()) 402 AString method; local 1392 AString method; local [all...] |
/frameworks/base/libs/androidfw/ |
AssetManager.cpp | 1159 uint16_t method; local [all...] |
/frameworks/base/media/jni/ |
android_media_MediaCodec.cpp | 355 jmethodID method = env->GetMethodID(clazz.get(), "set", "(IIJI)V"); local 356 env->CallVoidMethod(bufferInfo, method, (jint)offset, (jint)size, timeUs, flags); 679 jmethodID method = env->GetMethodID(clazz.get(), "set", "(IIJI)V"); local 692 env->CallVoidMethod(obj, method, (jint)offset, (jint)size, timeUs, flags); 1730 jmethodID method = env->GetMethodID(clazz.get(), "setNativeObjectLocked", "(J)V"); local [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/ |
SetterStore.java | 165 public void addRenamedMethod(String attribute, String declaringClass, String method, 174 declaredOn.getQualifiedName().toString(), method); 441 final MethodDescription method = mStore.multiValueAdapters.get(adapter); local 442 final MultiAttributeSetter setter = createMultiAttributeSetter(method, attributes, 451 private MultiAttributeSetter createMultiAttributeSetter(MethodDescription method, 491 return new MultiAttributeSetter(adapter, adapter.attributes, method, conversions, 524 adapters.get(key).method, adapterValueType.toJavaCode(), 578 setterCandidates.add(renamed.get(className).method); 596 for (ModelMethod method : methods) { 597 ModelClass[] parameterTypes = method.getParameterTypes() 824 public final String method; field in class:SetterStore.MethodDescription [all...] |
/frameworks/data-binding/prebuilds/1.0-rc0/ |
databinding-baseLibrary.jar | |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
MOManager.java | 405 EAPMethod method = cred.getEAPMethod(); local 416 if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_SIM 417 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKA 418 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKAPrim) { 423 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null); 425 } else if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_TTLS) { 434 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null); 436 ((NonEAPInnerAuth) method.getAuthParam()).getOMAtype(), null); 438 } else if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_TLS) { 582 throw new OMAException("Unknown EAP method: " + eapID) [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_audio.h | 217 uint32_t method; member in struct:msm_snd_volume_config
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_audio.h | 229 uint32_t method; member in struct:msm_snd_volume_config
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
msm_audio.h | 241 uint32_t method; member in struct:msm_snd_volume_config 249 uint32_t method; member in struct:msm_cad_volume_config
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_audio.h | 260 uint32_t method; member in struct:msm_snd_volume_config 268 uint32_t method; member in struct:msm_cad_volume_config
|