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

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FunctionOneArg.java 21 package org.apache.xpath.functions;
29 * Base class for functions that accept one argument.
FunctionMultiArgs.java 21 package org.apache.xpath.functions;
30 * Base class for functions that accept an undetermined number of multiple
FuncExtFunction.java 21 package org.apache.xpath.functions;
ObjectFactory.java 22 package org.apache.xpath.functions;
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 88 NPPluginFuncs* PluginLib::functions() { function in class:content::PluginLib
178 // intercepts LoadLibrary calls from chrome.dll and wraps NPAPI functions
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp 125 // Declare functions
126 UPerfFunction *functions[5]; local
127 functions[0] = new DateFmtFunction(40, "en");
128 functions[1] = new BreakItFunction(10000, true); // breakIterator word
129 functions[2] = new BreakItFunction(10000, false); // breakIterator char
130 functions[3] = new NumFmtFunction(100000, "en");
131 functions[4] = new CollationFunction(400, "en");
139 t[j] += (functions[j]->time(1, &status) / 10);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_context.c 137 /* Initialize the driver's misc functions.
139 static void r200InitDriverFuncs( struct dd_function_table *functions )
141 functions->GetBufferSize = NULL; /* OBSOLETE */
142 functions->GetString = r200GetString;
209 struct dd_function_table functions; local
270 /* Init default driver functions then plug in our R200-specific functions
271 * (the texture functions are especially important)
273 _mesa_init_driver_functions(&functions);
274 r200InitDriverFuncs(&functions);
    [all...]
  /external/chromium_org/tools/cygprofile/
patch_orderfile.py 21 # Map addresses to list of functions at that address. There are multiple
22 # functions at an address because of aliasing.
75 functions = [] variable
88 functions.append(functionName)
108 (functions, size) = binary_search (addr, 0, len(uniqueAddrs))
111 for function in functions:
  /external/chromium_org/tools/gn/
function_get_path_info.cc 7 #include "tools/gn/functions.h"
12 namespace functions { namespace
239 } // namespace functions
function_rebase_path.cc 7 #include "tools/gn/functions.h"
15 namespace functions { namespace
282 } // namespace functions
function_exec_script.cc 16 #include "tools/gn/functions.h"
38 namespace functions { namespace
417 } // namespace functions
functions_target.cc 5 #include "tools/gn/functions.h"
22 namespace functions { namespace
150 return ExecuteGenericTarget(functions::kAction, scope, function, args,
230 return ExecuteGenericTarget(functions::kActionForEach, scope, function, args,
274 (component_mode_value->string_value() != functions::kSharedLibrary &&
275 component_mode_value->string_value() != functions::kStaticLibrary &&
276 component_mode_value->string_value() != functions::kSourceSet)) {
349 TargetGenerator::GenerateTarget(scope, function, args, functions::kCopy, err);
373 return ExecuteGenericTarget(functions::kExecutable, scope, function, args,
413 return ExecuteGenericTarget(functions::kGroup, scope, function, args
    [all...]
  /external/guava/guava/src/com/google/common/hash/
AbstractCompositeHashFunction.java 8 * An abstract composition of multiple hash functions. {@linkplain #newHasher()} delegates to the
9 * {@code Hasher} objects of the delegate hash functions, and in the end, they are used by
15 final HashFunction[] functions; field in class:AbstractCompositeHashFunction
17 AbstractCompositeHashFunction(HashFunction... functions) {
18 this.functions = functions;
22 * Constructs a {@code HashCode} from the {@code Hasher} objects of the functions. Each of them
24 * the hashers are the same order as the functions given to the constructor.
31 final Hasher[] hashers = new Hasher[functions.length];
33 hashers[i] = functions[i].newHasher()
    [all...]
  /external/icu/icu4c/source/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...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 17 package com.google.clearsilver.jsilver.functions.html;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
TextHtmlFunction.java 17 package com.google.clearsilver.jsilver.functions.html;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
20 import com.google.clearsilver.jsilver.functions.escape.HtmlEscapeFunction;
21 import com.google.clearsilver.jsilver.functions.escape.SimpleEscapingFunction;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 137 /* Initialize the driver's misc functions.
139 static void r200InitDriverFuncs( struct dd_function_table *functions )
141 functions->GetBufferSize = NULL; /* OBSOLETE */
142 functions->GetString = r200GetString;
209 struct dd_function_table functions; local
270 /* Init default driver functions then plug in our R200-specific functions
271 * (the texture functions are especially important)
273 _mesa_init_driver_functions(&functions);
274 r200InitDriverFuncs(&functions);
    [all...]
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 70 * application, or internally as built-in functions (see ExpressionEvaluator.h)
137 FunctionCallback functions[MAX_FUNCTION_CALLBACKS]; member in struct:ExpressionParser_t
146 * Nesting of functions is NOT SUPPORTED
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 215 var functions = objectNames.split(','); variable
216 for (var i = 0; i < functions.length; i++) {
217 var objectName = functions[i];
225 if (i == (functions.length - 1)) {
  /external/chromium_org/ppapi/thunk/
enter.h 40 // Resource member functions: EnterResource
83 // Keep non-templatized since we need non-inline functions here.
237 PPB_Instance_API* functions() const { return functions_; } function in class:ppapi::thunk::EnterInstance
252 PPB_Instance_API* functions() { return functions_; } function in class:ppapi::thunk::EnterInstanceNoLock
285 ApiT* functions() const { return functions_; } function in class:ppapi::thunk::EnterInstanceAPI
308 ResourceCreationAPI* functions() { return functions_; } function in class:ppapi::thunk::EnterResourceCreation
321 ResourceCreationAPI* functions() { return functions_; } function in class:ppapi::thunk::EnterResourceCreationNoLock
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.c 122 struct dd_function_table functions; local
129 _mesa_init_driver_functions(&functions);
130 nouveau_driver_functions_init(&functions);
131 nouveau_bufferobj_functions_init(&functions);
132 nouveau_texture_functions_init(&functions);
133 nouveau_fbo_functions_init(&functions);
137 share_ctx, &functions, NULL);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 122 struct dd_function_table functions; local
129 _mesa_init_driver_functions(&functions);
130 nouveau_driver_functions_init(&functions);
131 nouveau_bufferobj_functions_init(&functions);
132 nouveau_texture_functions_init(&functions);
133 nouveau_fbo_functions_init(&functions);
137 share_ctx, &functions, NULL);
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.cc 46 const GnomeKeyringLoader::FunctionInfo GnomeKeyringLoader::functions[] = { member in class:GnomeKeyringLoader
66 for (size_t i = 0; functions[i].name; ++i) {
68 *functions[i].pointer = dlsym(handle, functions[i].name);
72 << functions[i].name << ": " << error;
253 // Action methods. These call gnome_keyring_* functions. Call from UI thread.
  /external/chromium_org/third_party/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/chromium_org/third_party/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...]

Completed in 558 milliseconds

1 2 3 4 56 7 8 91011>>