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

<<11121314151617181920>>

  /external/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/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/guava/guava-tests/test/com/google/common/collect/
MapsTransformValuesTest.java 28 import com.google.common.base.Functions;
59 Functions.<String>identity());
68 return Maps.transformValues(underlying, Functions.toStringFunction());
98 ImmutableMap.<String, Integer>of(), Functions.toStringFunction());
104 ImmutableMap.of("a", 1), Functions.toStringFunction());
113 underlying, Functions.<Integer>identity());
119 ImmutableMap.of("a", 1), Functions.toStringFunction());
143 = Maps.transformValues(underlying, Functions.toStringFunction());
177 = Maps.transformValues(underlying, Functions.toStringFunction());
202 = Maps.transformValues(underlying, Functions.toStringFunction())
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
README 12 Database and low-level normalization functions (pairwise canonical
22 functions for the HarfBuzz OpenType shaping library. For this purpose,
35 just use the functions as documented in ucdn.h.
  /external/icu4c/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.
72 /*Internal functions used*/
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 61 /* MACRO definitions for safe string functions */
62 /* Replace standard string functions with safe functions if available */
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 61 /* MACRO definitions for safe string functions */
62 /* Replace standard string functions with safe functions if available */
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 19 ** library functions. Rewrite the function if necessary to avoid using
20 ** I/O and execution termination functions that call malloc or free.
37 /* The standard I/O functions called a heap function and caused
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.h 1 //===- ProfilingUtils.h - Helper functions shared by profilers --*- C++ -*-===//
10 // This file defines a few helper functions which are used by profile
12 // to worry about *what* to insert, and these functions take care of *how* to do
  /external/llvm/test/Transforms/DeadArgElim/
deadretval2.ll 37 ; These test if returning another functions return value properly marks that
38 ; other function's return value as live. We do this twice, with the functions in
40 ; and then the caller) since DAE processes functions one by one and handles
  /external/mesa3d/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)
  /frameworks/av/include/media/stagefright/
MediaAdapter.h 36 // Inherited functions from MediaSource
46 // Inherited functions from MediaBufferObserver
52 // Non-inherited functions:
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cStringIO.h 9 Functions are provided for calling cStringIO objects and
13 Before calling any of the functions or macros, you must initialize
28 /* Basic functions to manipulate cStringIO objects from C */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py 2 atexit.py - allow programmer to define multiple exit functions to be executed
14 """run any registered exit functions
16 _exithandlers is traversed in reverse order so functions are executed
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cStringIO.h 9 Functions are provided for calling cStringIO objects and
13 Before calling any of the functions or macros, you must initialize
28 /* Basic functions to manipulate cStringIO objects from C */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py 2 atexit.py - allow programmer to define multiple exit functions to be executed
14 """run any registered exit functions
16 _exithandlers is traversed in reverse order so functions are executed
  /bionic/libm/include/i387/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
92 /* Additional support functions to set/query floating point traps */
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
92 /* Additional support functions to set/query floating point traps */
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
Android.mk 2 # OS-specific support functions for:
  /device/samsung/manta/
init.smdk5250.usb.rc 14 write /sys/class/android_usb/android0/functions ${sys.usb.config}
22 write /sys/class/android_usb/android0/functions ${sys.usb.config}
31 write /sys/class/android_usb/android0/functions ${sys.usb.config}
40 write /sys/class/android_usb/android0/functions ${sys.usb.config}
  /device/samsung/manta/recovery/
Android.mk 15 # Edify extension functions for doing bootloader updates on manta devices.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java 26 import org.apache.xpath.functions.FuncCurrent;
27 import org.apache.xpath.functions.FuncExtFunction;
28 import org.apache.xpath.functions.Function;
41 * or functions that may make it context dependent.
  /external/chromium/app/sql/
init_status.h 11 // Used as the return value for some databases' init functions.
  /external/chromium/base/third_party/icu/
README.chromium 10 macros should ICU be in use on the system. For the same reason, the functions
  /external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac.h 5 // Download utility functions for Mac OS X.

Completed in 600 milliseconds

<<11121314151617181920>>