HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 126 - 150 of 2176) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/google/cuttlefish/shared/config/
init.hardware.usb.rc 27 mkdir /config/usb_gadget/g1/functions/mass_storage.0
28 mkdir /config/usb_gadget/g1/functions/accessory.gs2
29 mkdir /config/usb_gadget/g1/functions/audio_source.gs3
30 mkdir /config/usb_gadget/g1/functions/midi.gs5
31 mkdir /config/usb_gadget/g1/functions/ffs.adb
32 mkdir /config/usb_gadget/g1/functions/ffs.mtp
33 mkdir /config/usb_gadget/g1/functions/ffs.ptp
34 mkdir /config/usb_gadget/g1/functions/diag.diag
35 mkdir /config/usb_gadget/g1/functions/cser.dun.0
36 mkdir /config/usb_gadget/g1/functions/cser.nmea.
    [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...]
jvmti.h 1811 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [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...]
jvmti.h 1811 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 157 * possible return values for JNI functions.
771 * We use inlined functions for C++ so that programmers can write:
783 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions->GetSuperclass(this, sub)
1907 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
    [all...]
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 157 * possible return values for JNI functions.
771 * We use inlined functions for C++ so that programmers can write:
783 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions->GetSuperclass(this, sub)
1907 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
    [all...]
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 157 * possible return values for JNI functions.
771 * We use inlined functions for C++ so that programmers can write:
783 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions->GetSuperclass(this, sub)
1907 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
    [all...]
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tex.c 172 intelInitTextureFuncs(struct dd_function_table *functions)
174 functions->NewTextureObject = intelNewTextureObject;
175 functions->NewTextureImage = intelNewTextureImage;
176 functions->DeleteTextureImage = intelDeleteTextureImage;
177 functions->DeleteTexture = intelDeleteTextureObject;
178 functions->AllocTextureImageBuffer = intel_alloc_texture_image_buffer;
179 functions->FreeTextureImageBuffer = intel_free_texture_image_buffer;
180 functions->MapTextureImage = intel_map_texture_image;
181 functions->UnmapTextureImage = intel_unmap_texture_image;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 166 nouveau_driver_functions_init(struct dd_function_table *functions)
168 functions->GetString = nouveau_get_string;
169 functions->Flush = nouveau_flush;
170 functions->Finish = nouveau_finish;
171 functions->Clear = nouveau_clear;
172 functions->DrawPixels = _mesa_meta_DrawPixels;
173 functions->CopyPixels = _mesa_meta_CopyPixels;
174 functions->Bitmap = _mesa_meta_Bitmap;
175 functions->BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer;
  /external/swiftshader/src/OpenGL/compiler/
AnalyzeCallDepth.cpp 115 for(size_t i = 0; i < functions.size(); i++)
117 delete functions[i];
178 functions.push_back(currentFunction);
201 functions.push_back(function);
245 for(size_t i = 0; i < functions.size(); i++)
247 functions[i]->removeIfUnreachable();
255 for(size_t i = 0; i < functions.size(); i++)
257 if(functions[i]->getName() == name)
259 return functions[i];
  /art/openjdkjvmti/include/
jvmti.h 1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_table.py 122 functions = []
127 functions.append([f, count])
133 print '#define _gloffset_COUNT %d' % (len(abi_functions + functions))
145 for f, index in functions:
150 for f, index in functions:
155 for f, index in abi_functions + functions:
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 628 struct dd_function_table *functions)
630 _mesa_init_shader_object_functions(functions);
631 _mesa_init_sampler_object_functions(functions);
633 st_init_blit_functions(functions);
634 st_init_bufferobject_functions(screen, functions);
635 st_init_clear_functions(functions);
636 st_init_bitmap_functions(functions);
637 st_init_copy_image_functions(functions);
638 st_init_drawpixels_functions(functions);
639 st_init_rasterpos_functions(functions);
    [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...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsValidateUnquotedLiteral.java 17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
UrlEscapeFunction.java 17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
AddFunction.java 17 package com.google.clearsilver.jsilver.functions.operators;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
19 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
FirstFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
LastFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
NameFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;

Completed in 1354 milliseconds

1 2 3 4 56 7 8 91011>>