HomeSort by relevance Sort by last modified time
    Searched full:functions (Results 401 - 425 of 22576) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.c 211 intelInitTextureFuncs(struct dd_function_table *functions)
213 functions->NewTextureObject = intelNewTextureObject;
214 functions->NewTextureImage = intelNewTextureImage;
215 functions->DeleteTextureImage = intelDeleteTextureImage;
216 functions->DeleteTexture = intelDeleteTextureObject;
217 functions->AllocTextureImageBuffer = intel_alloc_texture_image_buffer;
218 functions->FreeTextureImageBuffer = intel_free_texture_image_buffer;
219 functions->AllocTextureStorage = intel_alloc_texture_storage;
220 functions->MapTextureImage = intel_map_texture_image;
221 functions->UnmapTextureImage = intel_unmap_texture_image
    [all...]
  /device/samsung/manta/
init.manta.usb.rc 20 write /sys/class/android_usb/android0/functions ${sys.usb.config}
28 write /sys/class/android_usb/android0/functions ${sys.usb.config}
37 write /sys/class/android_usb/android0/functions ${sys.usb.config}
46 write /sys/class/android_usb/android0/functions ${sys.usb.config}
56 write /sys/class/android_usb/android0/functions ${sys.usb.config}
64 write /sys/class/android_usb/android0/functions ${sys.usb.config}
  /external/bison/lib/
unlocked-io.h 1 /* Prefer faster, non-thread-safe stdio functions if available.
23 /* These are wrappers for functions/macros from the GNU C library, and
24 from other C libraries supporting POSIX's optional thread-safe functions.
26 The standard I/O functions are thread-safe. These *_unlocked ones are
31 the *_unlocked functions directly. On hosts that lack those
32 functions, invoke the non-thread-safe versions instead. */
  /external/e2fsprogs/intl/
intl-compat.c 1 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
28 /* This file redirects the gettext functions (without prefix) to those
35 features that the functions in the libc don't have (namely, logging). */
49 /* When building a DLL, we must export some functions. Note that because
50 the functions are only defined for binary backward compatibility, we
  /external/openssh/
loginrec.h 83 * login recording functions
86 /** 'public' functions */
106 /** End of public functions */
117 * lastlog retrieval functions
119 /* lastlog *entry* functions fill out a logininfo */
121 /* lastlog *time* functions return time_t equivalent (uint) */
  /ndk/docs/text/
ANDROID-ATOMICS.text 7 and uses any of the following functions defined in the `<sys/atomics.h>`
30 The main issue is that the implementation of these functions, as provided
35 The functions were only exposed through the NDK by mistake, they were not
55 using these functions entirely. Very fortunately, GCC provides handy
56 intrinsics functions that work with very reasonable performance and always
66 See the [GCC documentation about __sync_ functions](http://gcc.gnu.org/onlinedocs/gcc/_005f_005fsync-Builtins.html#_005f_005fsync-Builtins) for more information:
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 1 /* Prefer faster, non-thread-safe stdio functions if available.
23 /* These are wrappers for functions/macros from the GNU C library, and
24 from other C libraries supporting POSIX's optional thread-safe functions.
26 The standard I/O functions are thread-safe. These *_unlocked ones are
31 the *_unlocked functions directly. On hosts that lack those
32 functions, invoke the non-thread-safe versions instead. */
  /external/chromium/base/
file_util_deprecated.h 7 // functions. By hiding them here rather in the main header, we hope
10 // See file_util.h for documentation on all functions that don't have
20 // We've successfully deprecated all of these functions on non-Windows
  /external/chromium/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.h 13 // This set of functions lets C++ code interact with the cocoa pasteboard
18 // This should be used for copy/paste functions.
23 // for drag and drop functions.
  /external/chromium/chrome/browser/history/
download_database.h 23 // Must call InitDownloadTable before using any other functions.
38 // On the next start such entries are considered canceled. This functions
55 // Returns the database for the functions in this interface.
  /external/chromium/chrome/common/
time_format.h 22 // TimeElapsed, TimeRemaining and TimeRemainingShort functions:
23 // These functions return a localized string of approximate time duration. The
24 // conditions are simpler than PastTime since these functions are used for
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
api_reference.html 15 {{?api.functions}}
17 {{#f:api.functions}}
20 {{/api.functions}}
  /external/chromium_org/chrome/renderer/resources/extensions/
pepper_request.js 14 var functions = schemaRegistry.GetSchema(schemaName).functions;
15 var parameters = utils.lookup(functions, 'name', functionName).parameters;
  /external/chromium_org/extensions/common/manifest_handlers/
shared_module_info.h 29 // Utility functions.
35 // Functions relating to exporting resources.
40 // Functions relating to importing resources.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_dummy.cc 14 // "real" functions, i.e. the unwrapped original functions. For Windows/Linux
15 // host builds we don't wrap, so the real functions aren't accessible. In most
  /external/chromium_org/testing/
multiprocess_func_list.h 10 // This file provides the plumbing to register functions to be executed
31 // Type for child process main functions.
34 // Type for child setup functions.
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.h 46 // ColorChooserUIController functions:
49 // ColorChooser functions
52 // PagePopupClient functions:
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
numeric_lex.h 7 // numeric_lex.h: Functions to extract numeric values from string.
31 // The following functions parse the given string to extract a numerical
32 // value of the given type. These functions assume that the string is
  /external/chromium_org/third_party/freetype/src/raster/
rastpic.c 28 /* forward declaration of PIC init functions from ftraster.c */
86 /* re-route these init and free functions to the above functions */
  /external/chromium_org/third_party/freetype/src/smooth/
ftspic.c 28 /* forward declaration of PIC init functions from ftgrays.c */
87 /* re-route these init and free functions to the above functions */
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.h 30 * The function used to test getMillis, setMillis, setDate and setDateTime functions extensively
35 * the calendar get and set functions of calendar fields.
68 /*Internal functions used*/
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 37 Xlib functions but there is no colormap associated with pixmaps.
50 New Procedures and Functions
59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}}
11 int (*f5 [[carries_dependency]])(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}}
24 [[carries_dependency]] // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}}
  /external/clang/utils/
FindSpecRefs 112 ('7.1.4 Use of library functions', '166'),
120 ('7.3.5 Trigonometric functions', '172'),
121 ('7.3.6 Hyperbolic functions', '174'),
122 ('7.3.7 Exponential and logarithmic functions', '176'),
123 ('7.3.8 Power and absolute-value functions', '177'),
124 ('7.3.9 Manipulation functions', '178'),
126 ('7.4.1 Character classification functions', '181'),
127 ('7.4.2 Character case mapping functions', '184'),
137 ('7.8.2 Functions for greatest-width integer types', '199'),
147 ('7.12.4 Trigonometric functions', '218')
    [all...]
  /external/dropbear/libtommath/
tommath_superclass.h 11 LTM's mpi.o with all functions [striped] is 142KiB in size.
39 /* here we are on the last pass so we turn things off. The functions classes are still there
40 * but we remove them specifically from the build. This also invokes tweaks in functions

Completed in 3957 milliseconds

<<11121314151617181920>>