HomeSort by relevance Sort by last modified time
    Searched defs:functions (Results 276 - 300 of 480) sorted by null

<<11121314151617181920

  /external/vulkan-validation-layers/loader/
loader.c 57 // This is a CMake generated file with #defines for any functions/includes
2610 cJSON *instance_extensions, *device_extensions, *functions, *enable_environment; local
4129 const struct loader_layer_functions *const functions = &(layer_prop_list[layer].functions); local
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 107 * The name of the xml file in which screen unlocked functions are stored.
112 * The SharedPreference setting per user that stores the screen unlocked functions between
127 "/sys/class/android_usb/android0/functions";
159 // We often get rapid connect/disconnect events when enabling USB functions,
420 long functions = UsbManager.FUNCTION_NONE; local
422 functions |= UsbManager.FUNCTION_ACCESSORY;
425 functions |= UsbManager.FUNCTION_AUDIO_SOURCE;
428 if (functions != UsbManager.FUNCTION_NONE) {
431 setCurrentFunctions(functions);
504 * May also contain vendor-specific default functions for testing purposes
907 long functions = (Long) msg.obj; local
1562 String functions = null; local
1576 setSystemProperty(getPersistProp(true), functions); local
    [all...]
  /libnativehelper/include_jni/
jni.h 493 const struct JNINativeInterface* functions; member in struct:_JNIEnv
498 { return functions->GetVersion(this); }
502 { return functions->DefineClass(this, name, loader, buf, bufLen); }
505 { return functions->FindClass(this, name); }
508 { return functions->FromReflectedMethod(this, method); }
511 { return functions->FromReflectedField(this, field); }
514 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
517 { return functions->GetSuperclass(this, clazz); }
520 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
523 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1054 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DevelopmentFragment.java 1254 long functions = manager.getCurrentFunctions(); local
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jni.h 157 * possible return values for JNI functions.
776 * We use inlined functions for C++ so that programmers can write:
788 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
792 return functions->GetVersion(this);
796 return functions->DefineClass(this, name, loader, buf, len);
799 return functions->FindClass(this, name);
802 return functions->FromReflectedMethod(this,method);
805 return functions->FromReflectedField(this,field);
809 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
813 return functions->GetSuperclass(this, sub)
1918 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jni.h 157 * possible return values for JNI functions.
776 * We use inlined functions for C++ so that programmers can write:
788 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
792 return functions->GetVersion(this);
796 return functions->DefineClass(this, name, loader, buf, len);
799 return functions->FindClass(this, name);
802 return functions->FromReflectedMethod(this,method);
805 return functions->FromReflectedField(this,field);
809 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
813 return functions->GetSuperclass(this, sub)
1918 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/ktlint/
ktlint-android-all.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
kotlin-stdlib-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.51/
kotlin-stdlib-1.1.51.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.0/
kotlin-stdlib-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.20/
kotlin-stdlib-1.2.20.jar 
  /art/openjdkjvmti/include/
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp 59 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
75 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
86 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
101 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
126 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
143 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
163 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
175 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
190 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
201 const glw::Functions& gl = m_context.getRenderContext().getFunctions()
4701 GLchar functions[4]; local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 1849 struct exec_list functions; \/** < list of nir_function *\/ member in struct:nir_shader
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]

Completed in 644 milliseconds

<<11121314151617181920