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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_program.c 234 * Plug in the program and shader-related device driver functions.
237 st_init_program_functions(struct dd_function_table *functions)
239 functions->BindProgram = st_bind_program;
240 functions->UseProgram = st_use_program;
241 functions->NewProgram = st_new_program;
242 functions->DeleteProgram = st_delete_program;
243 functions->IsProgramNative = st_is_program_native;
244 functions->ProgramStringNotify = st_program_string_notify;
246 functions->NewShader = st_new_shader;
247 functions->NewShaderProgram = st_new_shader_program
    [all...]
st_cb_syncobj.c 114 void st_init_syncobj_functions(struct dd_function_table *functions)
116 functions->NewSyncObject = st_new_sync_object;
117 functions->FenceSync = st_fence_sync;
118 functions->DeleteSyncObject = st_delete_sync_object;
119 functions->CheckSync = st_check_sync;
120 functions->ClientWaitSync = st_client_wait_sync;
121 functions->ServerWaitSync = st_server_wait_sync;
  /external/chromium_org/v8/test/webkit/fast/js/
caller-property-expected.txt 24 This tests for caller property in functions. Only functions that are called from inside of other functions and have a parent should have this property set. Tests return true when caller is found and false when the caller is null.
33 FAIL nonStrictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
35 FAIL strictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
37 FAIL nonStrictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
39 FAIL strictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
42 FAIL nonStrictGetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
43 FAIL nonStrictSetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
46 FAIL strictGetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
    [all...]
  /external/icu4c/common/unicode/
ucnv_cb.h 17 * \brief C UConverter functions to aid the writers of callbacks
21 * These functions are provided here for the convenience of the callback
22 * writer. If you are just looking for callback functions to use, please
23 * see ucnv_err.h. DO NOT call these functions directly when you are
27 * A note about error codes and overflow. Unlike other ICU functions,
28 * these functions do not expect the error status to be U_ZERO_ERROR.
72 * ONLY used by FromU callback functions.
93 * ONLY used by FromU callback functions.
111 * ONLY used by fromU callback functions.
129 * ONLY used by ToU callback functions
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_program.c 234 * Plug in the program and shader-related device driver functions.
237 st_init_program_functions(struct dd_function_table *functions)
239 functions->BindProgram = st_bind_program;
240 functions->UseProgram = st_use_program;
241 functions->NewProgram = st_new_program;
242 functions->DeleteProgram = st_delete_program;
243 functions->IsProgramNative = st_is_program_native;
244 functions->ProgramStringNotify = st_program_string_notify;
246 functions->NewShader = st_new_shader;
247 functions->NewShaderProgram = st_new_shader_program
    [all...]
st_cb_syncobj.c 114 void st_init_syncobj_functions(struct dd_function_table *functions)
116 functions->NewSyncObject = st_new_sync_object;
117 functions->FenceSync = st_fence_sync;
118 functions->DeleteSyncObject = st_delete_sync_object;
119 functions->CheckSync = st_check_sync;
120 functions->ClientWaitSync = st_client_wait_sync;
121 functions->ServerWaitSync = st_server_wait_sync;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 1 /* Prototype declarations for complex math functions;
25 This file provides prototype declarations for the math functions.
26 Most functions are declared using the macro:
33 `float' in the prototype for `NAMEf'. Reentrant variant functions are
36 Functions returning other types like `int' are declared using the macro:
51 /* Trigonometric functions. */
68 /* Hyperbolic functions. */
85 /* Exponential and logarithmic functions. */
99 /* Power functions. */
133 functions. Recent GCC handles these as builtin functions so doe
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 1 /* Prototype declarations for complex math functions;
25 This file provides prototype declarations for the math functions.
26 Most functions are declared using the macro:
33 `float' in the prototype for `NAMEf'. Reentrant variant functions are
36 Functions returning other types like `int' are declared using the macro:
51 /* Trigonometric functions. */
68 /* Hyperbolic functions. */
85 /* Exponential and logarithmic functions. */
99 /* Power functions. */
133 functions. Recent GCC handles these as builtin functions so doe
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 1 /* Prototype declarations for complex math functions;
25 This file provides prototype declarations for the math functions.
26 Most functions are declared using the macro:
33 `float' in the prototype for `NAMEf'. Reentrant variant functions are
36 Functions returning other types like `int' are declared using the macro:
51 /* Trigonometric functions. */
68 /* Hyperbolic functions. */
85 /* Exponential and logarithmic functions. */
99 /* Power functions. */
133 functions. Recent GCC handles these as builtin functions so doe
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
__init__.py 21 # Module-level functions. The original API to this module was based on
22 # functions defined directly in the module, with a singleton of the coverage()
25 # define the top-level functions to create the singleton when they are first
28 # Singleton object for use with module-level functions. The singleton is
29 # created as needed when one of the module-level functions is called.
35 The singleton object is created the first time one of these functions is
48 # Define the module-level functions.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_context.c 39 * Mesa's Driver Functions
43 i830InitDriverFunctions(struct dd_function_table *functions)
45 intelInitDriverFunctions(functions);
46 i830InitStateFuncs(functions);
56 struct dd_function_table functions; local
64 i830InitDriverFunctions(&functions);
67 sharedContextPrivate, &functions)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_syncobj.c 124 void intel_init_syncobj_functions(struct dd_function_table *functions)
126 functions->NewSyncObject = intel_new_sync_object;
127 functions->DeleteSyncObject = intel_delete_sync_object;
128 functions->FenceSync = intel_fence_sync;
129 functions->CheckSync = intel_check_sync;
130 functions->ClientWaitSync = intel_client_wait_sync;
131 functions->ServerWaitSync = intel_server_wait_sync;
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...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
FunctionRegistry.java 17 package com.google.clearsilver.jsilver.functions;
29 * Simple implementation of FunctionFinder that you can register your own functions with.
35 protected Map<String, Function> functions = new HashMap<String, Function>(); field in class:FunctionRegistry
44 Function function = functions.get(name);
70 Function function = functions.get(name);
78 * Subclasses can override this to register their own functions.
86 functions.put(name, function);
  /external/kernel-headers/original/linux/
compiler.h 83 * Allow us to mark functions as 'deprecated' and have gcc emit a nice
84 * warning for each use, in hopes of speeding the functions removal.
103 * Allow us to avoid 'defined but not used' warnings on functions and data,
106 * As of gcc 3.3, static functions that are not marked with attribute((used))
110 * In prior versions of gcc, such functions and data would be emitted, but
120 * Many functions have no effects except the return value and their
144 * Many functions do not examine any values except their arguments,
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.c 39 * Mesa's Driver Functions
43 i830InitDriverFunctions(struct dd_function_table *functions)
45 intelInitDriverFunctions(functions);
46 i830InitStateFuncs(functions);
56 struct dd_function_table functions; local
64 i830InitDriverFunctions(&functions);
67 sharedContextPrivate, &functions)) {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c 124 void intel_init_syncobj_functions(struct dd_function_table *functions)
126 functions->NewSyncObject = intel_new_sync_object;
127 functions->DeleteSyncObject = intel_delete_sync_object;
128 functions->FenceSync = intel_fence_sync;
129 functions->CheckSync = intel_check_sync;
130 functions->ClientWaitSync = intel_client_wait_sync;
131 functions->ServerWaitSync = intel_server_wait_sync;
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunctionResolver.java 26 * <p>XPath functions are resolved by name and arity.
27 * The resolver is not needed for XPath built-in functions and the resolver
28 * <strong><em>cannot</em></strong> be used to override those functions.</p>
30 * <p>In particular, the resolver is only called for functions in an another
31 * namespace (functions with an explicit prefix). This means that you cannot
37 * <p>If you wish to implement additional built-in functions, you will have to
48 * <p>Find a function in the set of available functions.</p>
  /external/clang/test/SemaCXX/
destructor.cpp 125 struct S1 { // expected-warning {{has virtual functions but non-virtual destructor}}
130 ~S2(); // expected-warning {{has virtual functions but non-virtual destructor}}
134 struct S3 : public S1 { // expected-warning {{has virtual functions but non-virtual destructor}}
138 struct S4 : public S2 { // expected-warning {{has virtual functions but non-virtual destructor}}
169 template<class T> class TS2 { // expected-warning {{'nonvirtualdtor::TS2<int>' has virtual functions but non-virtual destructor}}
179 struct B { // expected-warning {{has virtual functions but non-virtual destructor}}
183 struct D: B {}; // expected-warning {{has virtual functions but non-virtual destructor}}
185 struct F final: B {}; // expected-warning {{has virtual functions but non-virtual destructor}}
201 // expected-warning {{delete called on 'dnvd::B' that has virtual functions but non-virtual destructor}} \
202 // expected-warning {{delete called on 'dnvd::D' that has virtual functions but non-virtual destructor}
    [all...]
  /external/elfutils/libelf/
gelf_xlate.c 1 /* Transformation functions for ELF data types.
29 functions from the Approved Interfaces without causing the resulting
80 /* We'll optimize the definition of the conversion functions here a
81 bit. We need only functions for 16, 32, and 64 bits. The
82 functions referenced in the table will be aliases for one of these
83 functions. Which one is decided by the ELFxx_FSZ_type. */
104 /* Now define the conversion functions for the basic types. We use here
108 At the same time we define inline functions which we will use to
152 /* Now the tricky part: define the transformation functions for the
172 /* Signal that we are generating conversion functions. *
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 354 SimpleBindingMemoryManager(const SimpleBindingMMFunctions& Functions,
368 SimpleBindingMMFunctions Functions;
373 const SimpleBindingMMFunctions& Functions,
375 : Functions(Functions), Opaque(Opaque) {
376 assert(Functions.AllocateCodeSection &&
378 assert(Functions.AllocateDataSection &&
380 assert(Functions.FinalizeMemory &&
382 assert(Functions.Destroy &&
387 Functions.Destroy(Opaque)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_detect_recursion.cpp 35 * (leaf functions) or has no caller. Eventually the only functions that
36 * remain will be the functions in the cycles.
110 * about functions that aren't in any cycle, but are in the part of the call
164 /** List of functions called by this function. */
167 /** List of functions that call this function. */
332 /* Collect all of the information about which functions call which other
333 * functions.
337 /* Remove from the set all of the functions that either have no caller or
338 * call no other functions. Repeat until no functions are removed
    [all...]
  /external/mesa3d/src/glsl/
ir_function_detect_recursion.cpp 35 * (leaf functions) or has no caller. Eventually the only functions that
36 * remain will be the functions in the cycles.
110 * about functions that aren't in any cycle, but are in the part of the call
164 /** List of functions called by this function. */
167 /** List of functions that call this function. */
332 /* Collect all of the information about which functions call which other
333 * functions.
337 /* Remove from the set all of the functions that either have no caller or
338 * call no other functions. Repeat until no functions are removed
    [all...]
  /external/chromium_org/tools/gn/
command_help.cc 12 #include "tools/gn/functions.h"
57 // Functions.
58 OutputString("\nBuildfile functions (type \"gn help <function>\" for more "
60 const functions::FunctionInfoMap& function_map = functions::GetFunctions();
62 for (functions::FunctionInfoMap::const_iterator i = function_map.begin();
121 // Check functions.
122 const functions::FunctionInfoMap& function_map = functions::GetFunctions();
123 functions::FunctionInfoMap::const_iterator found_function
    [all...]
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.cpp 126 // Declare functions
127 UPerfFunction *functions[FUNCTION_COUNT]; local
129 functions[0] = new DateFmtFunction(40, "en");
130 functions[1] = new BreakItFunction(10000, true); // breakIterator word
131 functions[2] = new BreakItFunction(10000, false); // breakIterator char
132 functions[3] = new NumFmtFunction(100000, "en");
133 functions[4] = new CollationFunction(400, "en");
134 functions[5] = new StdioNumFmtFunction(100000, "en");
151 t[j] += (functions[j]->time(1, &status) / ITER_COUNT);
180 out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" << endl
    [all...]

Completed in 562 milliseconds

<<11121314151617181920>>