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

1 2 3 45 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
SubtractFunction.java 17 package com.google.clearsilver.jsilver.functions.operators;
19 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
19 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
SliceFunction.java 17 package com.google.clearsilver.jsilver.functions.string;
19 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
NameFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 47 * Mesa's Driver Functions
85 i915InitDriverFunctions(struct dd_function_table *functions)
87 intelInitDriverFunctions(functions);
88 i915InitStateFunctions(functions);
89 i915InitFragProgFuncs(functions);
90 functions->UpdateState = i915InvalidateState;
154 struct dd_function_table functions; local
166 i915InitDriverFunctions(&functions);
169 sharedContextPrivate, &functions)) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 55 * Mesa's Driver Functions
59 struct dd_function_table *functions)
61 intelInitDriverFunctions( functions );
63 brwInitFragProgFuncs( functions );
64 brw_init_queryobj_functions(functions);
66 functions->BeginTransformFeedback = brw_begin_transform_feedback;
69 functions->EndTransformFeedback = gen7_end_transform_feedback;
71 functions->EndTransformFeedback = brw_end_transform_feedback;
86 struct dd_function_table functions; local
142 brwInitDriverFunctions(screen, &functions);
    [all...]
  /external/openssl/apps/
progs.h 65 FUNCTION functions[] = { variable
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 29 GrGLInterface::Functions* functions = &interface->fFunctions; local
31 functions->fActiveTexture = glActiveTexture;
32 functions->fAttachShader = glAttachShader;
33 functions->fBindAttribLocation = glBindAttribLocation;
34 functions->fBindBuffer = glBindBuffer;
35 functions->fBindTexture = glBindTexture;
36 functions->fBindVertexArray = glBindVertexArrayOES;
37 functions->fBlendColor = glBlendColor;
38 functions->fBlendFunc = glBlendFunc
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java 21 package org.apache.xpath.functions;
85 // functions. Shouldn't be a problem for last(), and it shouldn't be
FuncSubstring.java 21 package org.apache.xpath.functions;
FuncTranslate.java 21 package org.apache.xpath.functions;
FunctionDef1Arg.java 21 package org.apache.xpath.functions;
31 * Base class for functions that accept one argument that can be defaulted if
SecuritySupport.java 22 package org.apache.xpath.functions;
FuncId.java 21 package org.apache.xpath.functions;
FuncSystemProperty.java 21 package org.apache.xpath.functions;
Function2Args.java 21 package org.apache.xpath.functions;
29 * Base class for functions that accept two arguments.
Function3Args.java 21 package org.apache.xpath.functions;
29 * Base class for functions that accept three arguments.
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 22 // Many of the gnome_keyring_* functions use variable arguments, which makes
28 // functions. Note that it has only static fields.
35 // The list of functions is divided into those we plan to mock in the unittest,
69 static const FunctionInfo functions[]; member in class:GnomeKeyringLoader
  /external/chromium_org/third_party/angle/src/compiler/translator/
DetectCallDepth.h 57 // functions that are directly called by this function.
69 TVector<FunctionNode*> functions; member in class:DetectCallDepth
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.c 175 struct dd_function_table functions; local
236 /* Init default driver functions then plug in our Radeon-specific functions
237 * (the texture functions are especially important)
239 _mesa_init_driver_functions( &functions );
240 radeonInitTextureFuncs( &rmesa->radeon, &functions );
241 radeonInitQueryObjFunctions(&functions);
243 if (!radeonInitContext(&rmesa->radeon, &functions,
  /external/chromium_org/tools/gn/
function_toolchain.cc 6 #include "tools/gn/functions.h"
14 namespace functions { namespace
316 } // namespace functions
  /external/chromium_org/tools/site_compare/drivers/win32/
mouse.py 8 This module contains functions that can be used to simulate a user
17 import win32gui # for window functions namespace
  /external/chromium_org/v8/test/webkit/
array-enumerators-functions.js 25 "This test checks the behavior of the various array enumeration functions in certain edge case scenarios"
28 var functions = ["every", "forEach", "some", "filter", "reduce", "map", "reduceRight"]; variable
81 for (var f = 0; f < functions.length; f++) {
84 var functionName = functions[f];
97 for (var f = 0; f < functions.length; f++) {
100 var functionName = functions[f];
131 for (var f = 0; f < functions.length; f++) {
134 var functionName = functions[f];
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
SimpleEscapingFunction.java 17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
24 * Base class to make writing fast, simple escaping functions easy. A simple escaping function is
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 175 struct dd_function_table functions; local
236 /* Init default driver functions then plug in our Radeon-specific functions
237 * (the texture functions are especially important)
239 _mesa_init_driver_functions( &functions );
240 radeonInitTextureFuncs( &rmesa->radeon, &functions );
241 radeonInitQueryObjFunctions(&functions);
243 if (!radeonInitContext(&rmesa->radeon, &functions,

Completed in 384 milliseconds

1 2 3 45 6 7 8 91011>>