Searched refs:functions (Results 276 - 300 of 497) sorted by relevance

<<11121314151617181920

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc89 // compilation unit, and their entourage. It includes member functions
175 // StartRootDIE member functions, passing it appropriate attributes as
240 // The following Test* functions should be called after calling
244 // Test that the number of functions defined in the module this.module_ is
298 // If functions_filled_ is true, this is a table of functions we've
808 // Test data for pairing functions and lines.
811 Range functions[2], lines[2]; member in struct:Situation
814 // functions, and the address ranges.
818 // The number of functions that are not entirely covered by lines,
871 s.functions[
1486 vector<Module::Function *> functions; local
[all...]
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c30 * functions are reentrant. The notion of current context is
32 * functions. Those functions are thread-safe.
326 * of our internal triangle functions, otherwise fall back to the
327 * standard swrast functions.
616 struct dd_function_table functions; local
706 _mesa_init_driver_functions(&functions);
707 /* override with our functions */
708 functions.GetString = get_string;
709 functions
1089 static struct name_function functions[] = { variable in typeref:struct:name_function
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c353 intelInitTextureImageFuncs(struct dd_function_table *functions) argument
355 functions->TexImage = intelTexImage;
358 functions->EGLImageTargetTexture2D = intel_image_target_texture_2d;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c353 intelInitTextureImageFuncs(struct dd_function_table *functions) argument
355 functions->TexImage = intelTexImage;
358 functions->EGLImageTargetTexture2D = intel_image_target_texture_2d;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_image.c353 intelInitTextureImageFuncs(struct dd_function_table *functions) argument
355 functions->TexImage = intelTexImage;
358 functions->EGLImageTargetTexture2D = intel_image_target_texture_2d;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncKey.java33 import org.apache.xpath.functions.Function2Args;
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncId.java21 package org.apache.xpath.functions;
H A DFuncSystemProperty.java21 package org.apache.xpath.functions;
H A DFunctionMultiArgs.java21 package org.apache.xpath.functions;
30 * Base class for functions that accept an undetermined number of multiple
H A DSecuritySupport12.java22 package org.apache.xpath.functions;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant73 if [ -f /usr/share/java-utils/java-functions ] ; then
74 . /usr/share/java-utils/java-functions
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DInterpretedTemplate.java24 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h66 extern void r200InitIoctlFuncs( struct dd_function_table *functions );
/external/openssh/contrib/redhat/
H A Dsshd.init.old16 . /etc/rc.d/init.d/functions
24 # Some functions to make the below more readable
/external/valgrind/drd/tests/
H A Dannotate_rwlock.c23 has built-in functions for atomic memory access.
/external/valgrind/helgrind/tests/
H A Dannotate_rwlock.c33 has built-in functions for atomic memory access.
/external/compiler-rt/make/
H A Dlib_util.mk27 # Helper functions that select the entire list of subdirs where a function is
/external/compiler-rt/make/platform/
H A Dclang_macho_embedded.mk1 # These are the functions which clang needs when it is targeting a previous
2 # version of the OS. The issue is that the backend may use functions which were
5 # the extra functions which might be referenced.
238 # functions. Filter them out for now.
/external/lldb/scripts/Python/interface/
H A DSBSymbolContextList.i125 __swig_getmethods__["functions"] = get_function_array
126 if _newclass: functions = property(get_function_array, None, doc='''Returns a list() of lldb.SBFunction objects, one for each function in each SBSymbolContext object in this list.''')
/external/lldb/test/functionalities/inline-stepping/
H A DTestInlineStepping.py1 """Test stepping over and into inlined functions."""
17 """Test stepping over and into inlined functions."""
23 @expectedFailureIcc # Not really a bug. ICC combines two inlined functions.
25 """Test stepping over and into inlined functions."""
33 """Test stepping over and into inlined functions."""
40 """Test stepping over and into inlined functions."""
50 functions = ['caller_ref_1', 'caller_ref_2', 'inline_ref_1', 'inline_ref_2', 'called_by_inline_ref', 'caller_trivial_1', 'caller_trivial_2', 'inline_trivial_1', 'inline_trivial_2', 'called_by_inline_trivial' ]
51 for name in functions:
/external/llvm/test/MC/ARM/
H A Deh-directive-section.s8 @ For the functions in .text section, the exception handling index (EXIDX)
12 @ For the functions in custom section specified by .section directives,
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec37 Xlib functions but there is no colormap associated with pixmaps.
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_feedback.c72 * GL Feedback functions
203 * GL Selection functions
304 void st_init_feedback_functions(struct dd_function_table *functions) argument
306 functions->RenderMode = st_RenderMode;
H A Dst_cb_rasterpos.c274 void st_init_rasterpos_functions(struct dd_function_table *functions) argument
276 functions->RasterPos = st_RasterPos;
/external/valgrind/massif/tests/
H A Dlong-names.post.exp41 100.00% (4,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.

Completed in 508 milliseconds

<<11121314151617181920