HomeSort by relevance Sort by last modified time
    Searched defs:functions (Results 151 - 175 of 281) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 19 import gyp.generator.make as make # Reuse global functions from make backend. namespace
166 # link dependencies. All of the out params of the functions that
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-crankshaft.js 32 // Check that the following functions are optimizable.
33 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, variable
37 for (var i = 0; i < functions.length; ++i) {
38 var func = functions[i];
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 14 // Functions not declared in GrGLBogusInterface.h (not common with the Debug GL interface).
292 GrGLInterface::Functions* functions = &interface->fFunctions; local
293 functions->fActiveTexture = nullGLActiveTexture;
294 functions->fAttachShader = nullGLAttachShader;
295 functions->fBeginQuery = nullGLBeginQuery;
296 functions->fBindAttribLocation = nullGLBindAttribLocation;
297 functions->fBindBuffer = nullGLBindBuffer;
298 functions->fBindFragDataLocation = noOpGLBindFragDataLocation;
299 functions->fBindTexture = nullGLBindTexture
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 801 // Since none of the "gl" methods are member functions they don't get
839 GrGLInterface::Functions* functions = &interface->fFunctions; local
840 functions->fActiveTexture = debugGLActiveTexture;
841 functions->fAttachShader = debugGLAttachShader;
842 functions->fBeginQuery = debugGLBeginQuery;
843 functions->fBindAttribLocation = debugGLBindAttribLocation;
844 functions->fBindBuffer = debugGLBindBuffer;
845 functions->fBindFragDataLocation = noOpGLBindFragDataLocation;
846 functions->fBindTexture = debugGLBindTexture
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 404 String functions = SystemProperties.get(property, ""); local
405 int index = functions.indexOf(function);
407 if (index > 0 && functions.charAt(index - 1) != ',') return false;
409 if (charAfter < functions.length() && functions.charAt(charAfter) != ',') return false;
433 String functions = SystemProperties.get("persist.sys.usb.config", ""); local
434 int commaIndex = functions.indexOf(',');
436 return functions.substring(0, commaIndex);
438 return functions;
  /hardware/invensense/60xx/mlsdk/mllite/
mlcontrol.h 67 /* Control Functions. */
137 // Indicates what functions will be used. Can be a bitwise OR of INV_GRID,
139 unsigned short functions; member in struct:control_params
184 /* ML Control Functions. */
  /external/chromium_org/base/win/
pe_image.cc 162 PDWORD functions = reinterpret_cast<PDWORD>(
165 return functions + ordinal - exports->Base;
269 PDWORD functions = reinterpret_cast<PDWORD>(RVAToAddr( local
276 PVOID func = RVAToAddr(functions[count]);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 298 // Some functions use context node as implicit argument, so when explicit arguments are added, they may no longer be context node sensitive.
693 static const FunctionMapping functions[] = { local
724 for (size_t i = 0; i < WTF_ARRAY_LENGTH(functions); ++i)
725 functionMap->set(functions[i].name, functions[i].function);
  /external/chromium_org/third_party/libxml/src/
gentest.py 53 # defines for specific functions
107 # Some functions really need to be skipped for the tests.
146 # Internal functions, no user space should really call them
167 # These functions have side effects on the global state
243 # Functions which deallocates one of their parameters
652 printf("Total: %d functions, %d tests, %d errors\\n",
875 # gather all the functions exported by that module
877 functions = ctxt.xpathEval("/api/symbols/function[@file='%s']" % (module)) variable
879 print "Failed to gather functions from module %s" % (module)
882 # iterate over all functions in the module generating the tes
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 30 * functions are reentrant. The notion of current context is
32 * functions. Those functions are thread-safe.
92 /*** Private Device Driver Functions ***/
326 * of our internal triangle functions, otherwise fall back to the
327 * standard swrast functions.
584 /***** Public Functions *****/
616 struct dd_function_table functions; local
706 _mesa_init_driver_functions(&functions);
707 /* override with our functions */
1089 static struct name_function functions[] = { variable in typeref:struct:name_function
    [all...]
  /external/chromium_org/tools/gn/
functions.cc 5 #include "tools/gn/functions.h"
113 namespace functions { namespace
751 } // namespace functions
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 30 * functions are reentrant. The notion of current context is
32 * functions. Those functions are thread-safe.
92 /*** Private Device Driver Functions ***/
326 * of our internal triangle functions, otherwise fall back to the
327 * standard swrast functions.
584 /***** Public Functions *****/
616 struct dd_function_table functions; local
706 _mesa_init_driver_functions(&functions);
707 /* override with our functions */
1089 static struct name_function functions[] = { variable in typeref:struct:name_function
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 44 int functions; member in struct:__anon40241
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 60 * Screen and config-related functions
230 * Framebuffer and renderbuffer-related functions.
570 * General device driver functions.
698 * Context-related functions.
715 struct dd_function_table functions; local
748 /* build table of device driver functions */
749 _mesa_init_driver_functions(&functions);
750 swrast_init_driver_functions(&functions);
759 if (!_mesa_initialize_context(mesaCtx, api, visual, sharedCtx, &functions, (void *) cPriv)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 243 /***** CLEAR Functions *****/
421 /***** PIXEL Functions *****/
896 /***** BUFFER Functions *****/
1000 /***** WMESA Functions *****/
1010 struct dd_function_table functions; local
1075 /* Set up driver functions */
1076 _mesa_init_driver_functions(&functions);
1077 functions.GetString = wmesa_get_string;
1078 functions.UpdateState = wmesa_update_state;
1079 functions.GetBufferSize = wmesa_get_buffer_size
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 60 * Screen and config-related functions
230 * Framebuffer and renderbuffer-related functions.
570 * General device driver functions.
698 * Context-related functions.
715 struct dd_function_table functions; local
748 /* build table of device driver functions */
749 _mesa_init_driver_functions(&functions);
750 swrast_init_driver_functions(&functions);
759 if (!_mesa_initialize_context(mesaCtx, api, visual, sharedCtx, &functions, (void *) cPriv)) {
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 243 /***** CLEAR Functions *****/
421 /***** PIXEL Functions *****/
896 /***** BUFFER Functions *****/
1000 /***** WMESA Functions *****/
1010 struct dd_function_table functions; local
1075 /* Set up driver functions */
1076 _mesa_init_driver_functions(&functions);
1077 functions.GetString = wmesa_get_string;
1078 functions.UpdateState = wmesa_update_state;
1079 functions.GetBufferSize = wmesa_get_buffer_size
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 61 /* Initialization/Query functions */
74 /* X11 driver bootstrap functions */
842 unsigned long functions; member in struct:__anon33325
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 28 * All the XMesa* API functions.
35 * corner of the window. Therefore, most drawing functions in this
93 /***** X Utility Functions *****/
415 /***** Misc Private Functions *****/
711 /***** Public Functions *****/
888 struct dd_function_table functions; local
903 /* initialize with default driver functions, then plug in XMesa funcs */
904 _mesa_init_driver_functions(&functions);
905 xmesa_init_driver_functions(v, &functions);
908 &functions, (void *) c))
    [all...]
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 16 // The following stub functions are required because the glXXX routines exported
607 GrGLInterface::Functions* functions = &interface->fFunctions; local
608 functions->fActiveTexture = StubGLActiveTexture;
609 functions->fAttachShader = StubGLAttachShader;
610 functions->fBeginQuery = StubGLBeginQuery;
611 functions->fBindAttribLocation = StubGLBindAttribLocation;
612 functions->fBindBuffer = StubGLBindBuffer;
613 functions->fBindFragDataLocation = StubGLBindFragDataLocation;
614 functions->fBindTexture = StubGLBindTexture
    [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 204 // Source containing functions that might be lazily compiled and all types
1975 int functions; member in struct:TestCase
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 28 * All the XMesa* API functions.
35 * corner of the window. Therefore, most drawing functions in this
93 /***** X Utility Functions *****/
415 /***** Misc Private Functions *****/
711 /***** Public Functions *****/
888 struct dd_function_table functions; local
903 /* initialize with default driver functions, then plug in XMesa funcs */
904 _mesa_init_driver_functions(&functions);
905 xmesa_init_driver_functions(v, &functions);
908 &functions, (void *) c))
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 79 "/sys/class/android_usb/android0/functions";
100 // We often get rapid connect/disconnect events when enabling USB functions,
231 String functions = null; local
234 functions = UsbManager.USB_FUNCTION_ACCESSORY + ","
237 functions = UsbManager.USB_FUNCTION_ACCESSORY;
239 functions = UsbManager.USB_FUNCTION_AUDIO_SOURCE;
242 if (functions != null) {
244 setCurrentFunctions(functions, false);
271 private static String addFunction(String functions, String function) {
272 if ("none".equals(functions)) {
    [all...]

Completed in 402 milliseconds

1 2 3 4 5 67 8 91011>>