Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 1820) sorted by relevance

12345678910>>...73

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp350 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLCreateNullInterface() local
351 functions->fActiveTexture = nullGLActiveTexture; in GrGLCreateNullInterface()
352 functions->fAttachShader = nullGLAttachShader; in GrGLCreateNullInterface()
353 functions->fBeginQuery = nullGLBeginQuery; in GrGLCreateNullInterface()
354 functions->fBindAttribLocation = nullGLBindAttribLocation; in GrGLCreateNullInterface()
355 functions->fBindBuffer = nullGLBindBuffer; in GrGLCreateNullInterface()
356 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in GrGLCreateNullInterface()
357 functions->fBindTexture = nullGLBindTexture; in GrGLCreateNullInterface()
358 functions->fBindVertexArray = nullGLBindVertexArray; in GrGLCreateNullInterface()
359 functions->fBlendColor = noOpGLBlendColor; in GrGLCreateNullInterface()
[all …]
DSkNullGLContext.cpp399 GrGLInterface::Functions* functions = &interface->fFunctions; in create_null_interface() local
400 functions->fActiveTexture = nullGLActiveTexture; in create_null_interface()
401 functions->fAttachShader = nullGLAttachShader; in create_null_interface()
402 functions->fBeginQuery = nullGLBeginQuery; in create_null_interface()
403 functions->fBindAttribLocation = nullGLBindAttribLocation; in create_null_interface()
404 functions->fBindBuffer = nullGLBindBuffer; in create_null_interface()
405 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in create_null_interface()
406 functions->fBindTexture = nullGLBindTexture; in create_null_interface()
407 functions->fBindVertexArray = nullGLBindVertexArray; in create_null_interface()
408 functions->fBlendColor = noOpGLBlendColor; in create_null_interface()
[all …]
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp844 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLCreateDebugInterface() local
845 functions->fActiveTexture = debugGLActiveTexture; in GrGLCreateDebugInterface()
846 functions->fAttachShader = debugGLAttachShader; in GrGLCreateDebugInterface()
847 functions->fBeginQuery = debugGLBeginQuery; in GrGLCreateDebugInterface()
848 functions->fBindAttribLocation = debugGLBindAttribLocation; in GrGLCreateDebugInterface()
849 functions->fBindBuffer = debugGLBindBuffer; in GrGLCreateDebugInterface()
850 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in GrGLCreateDebugInterface()
851 functions->fBindTexture = debugGLBindTexture; in GrGLCreateDebugInterface()
852 functions->fBindVertexArray = debugGLBindVertexArray; in GrGLCreateDebugInterface()
853 functions->fBlendColor = noOpGLBlendColor; in GrGLCreateDebugInterface()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
DCoreOperators.java17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.FunctionRegistry;
20 import com.google.clearsilver.jsilver.functions.operators.AddFunction;
21 import com.google.clearsilver.jsilver.functions.operators.AndFunction;
22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction;
23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction;
24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction;
25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction;
26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction;
27 import com.google.clearsilver.jsilver.functions.operators.LessFunction;
[all …]
DClearSilverCompatibleFunctions.java17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.escape.*;
20 import com.google.clearsilver.jsilver.functions.html.CssUrlValidateFunction;
21 import com.google.clearsilver.jsilver.functions.html.HtmlStripFunction;
22 import com.google.clearsilver.jsilver.functions.html.HtmlUrlValidateFunction;
23 import com.google.clearsilver.jsilver.functions.html.TextHtmlFunction;
24 import com.google.clearsilver.jsilver.functions.numeric.AbsFunction;
25 import com.google.clearsilver.jsilver.functions.numeric.MaxFunction;
26 import com.google.clearsilver.jsilver.functions.numeric.MinFunction;
27 import com.google.clearsilver.jsilver.functions.string.CrcFunction;
[all …]
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
Djni.h765 const struct JNINativeInterface_ *functions; member
769 return functions->GetVersion(this); in GetVersion()
773 return functions->DefineClass(this, name, loader, buf, len); in DefineClass()
776 return functions->FindClass(this, name); in FindClass()
779 return functions->FromReflectedMethod(this,method); in FromReflectedMethod()
782 return functions->FromReflectedField(this,field); in FromReflectedField()
786 return functions->ToReflectedMethod(this, cls, methodID, isStatic); in ToReflectedMethod()
790 return functions->GetSuperclass(this, sub); in GetSuperclass()
793 return functions->IsAssignableFrom(this, sub, sup); in IsAssignableFrom()
797 return functions->ToReflectedField(this,cls,fieldID,isStatic); in ToReflectedField()
[all …]
DjdwpTransport.h183 const struct jdwpTransportNativeInterface_ *functions; member
187 return functions->GetCapabilities(this, capabilities_ptr); in GetCapabilities()
192 return functions->Attach(this, address, attach_timeout, handshake_timeout); in Attach()
197 return functions->StartListening(this, address, actual_address); in StartListening()
201 return functions->StopListening(this); in StopListening()
205 return functions->Accept(this, accept_timeout, handshake_timeout); in Accept()
209 return functions->IsOpen(this); in IsOpen()
213 return functions->Close(this); in Close()
217 return functions->ReadPacket(this, pkt); in ReadPacket()
221 return functions->WritePacket(this, pkt); in WritePacket()
[all …]
/external/libgdx/extensions/gdx-bullet/jni/jni-headers/
Djni.h765 const struct JNINativeInterface_ *functions; member
769 return functions->GetVersion(this); in GetVersion()
773 return functions->DefineClass(this, name, loader, buf, len); in DefineClass()
776 return functions->FindClass(this, name); in FindClass()
779 return functions->FromReflectedMethod(this,method); in FromReflectedMethod()
782 return functions->FromReflectedField(this,field); in FromReflectedField()
786 return functions->ToReflectedMethod(this, cls, methodID, isStatic); in ToReflectedMethod()
790 return functions->GetSuperclass(this, sub); in GetSuperclass()
793 return functions->IsAssignableFrom(this, sub, sup); in IsAssignableFrom()
797 return functions->ToReflectedField(this,cls,fieldID,isStatic); in ToReflectedField()
[all …]
DjdwpTransport.h183 const struct jdwpTransportNativeInterface_ *functions; member
187 return functions->GetCapabilities(this, capabilities_ptr); in GetCapabilities()
192 return functions->Attach(this, address, attach_timeout, handshake_timeout); in Attach()
197 return functions->StartListening(this, address, actual_address); in StartListening()
201 return functions->StopListening(this); in StopListening()
205 return functions->Accept(this, accept_timeout, handshake_timeout); in Accept()
209 return functions->IsOpen(this); in IsOpen()
213 return functions->Close(this); in Close()
217 return functions->ReadPacket(this, pkt); in ReadPacket()
221 return functions->WritePacket(this, pkt); in WritePacket()
[all …]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
Djni.h765 const struct JNINativeInterface_ *functions; member
769 return functions->GetVersion(this); in GetVersion()
773 return functions->DefineClass(this, name, loader, buf, len); in DefineClass()
776 return functions->FindClass(this, name); in FindClass()
779 return functions->FromReflectedMethod(this,method); in FromReflectedMethod()
782 return functions->FromReflectedField(this,field); in FromReflectedField()
786 return functions->ToReflectedMethod(this, cls, methodID, isStatic); in ToReflectedMethod()
790 return functions->GetSuperclass(this, sub); in GetSuperclass()
793 return functions->IsAssignableFrom(this, sub, sup); in IsAssignableFrom()
797 return functions->ToReflectedField(this,cls,fieldID,isStatic); in ToReflectedField()
[all …]
DjdwpTransport.h183 const struct jdwpTransportNativeInterface_ *functions; member
187 return functions->GetCapabilities(this, capabilities_ptr); in GetCapabilities()
192 return functions->Attach(this, address, attach_timeout, handshake_timeout); in Attach()
197 return functions->StartListening(this, address, actual_address); in StartListening()
201 return functions->StopListening(this); in StopListening()
205 return functions->Accept(this, accept_timeout, handshake_timeout); in Accept()
209 return functions->IsOpen(this); in IsOpen()
213 return functions->Close(this); in Close()
217 return functions->ReadPacket(this, pkt); in ReadPacket()
221 return functions->WritePacket(this, pkt); in WritePacket()
[all …]
/external/libgdx/extensions/gdx-freetype/jni/jni-headers/
Djni.h765 const struct JNINativeInterface_ *functions; member
769 return functions->GetVersion(this); in GetVersion()
773 return functions->DefineClass(this, name, loader, buf, len); in DefineClass()
776 return functions->FindClass(this, name); in FindClass()
779 return functions->FromReflectedMethod(this,method); in FromReflectedMethod()
782 return functions->FromReflectedField(this,field); in FromReflectedField()
786 return functions->ToReflectedMethod(this, cls, methodID, isStatic); in ToReflectedMethod()
790 return functions->GetSuperclass(this, sub); in GetSuperclass()
793 return functions->IsAssignableFrom(this, sub, sup); in IsAssignableFrom()
797 return functions->ToReflectedField(this,cls,fieldID,isStatic); in ToReflectedField()
[all …]
DjdwpTransport.h183 const struct jdwpTransportNativeInterface_ *functions; member
187 return functions->GetCapabilities(this, capabilities_ptr); in GetCapabilities()
192 return functions->Attach(this, address, attach_timeout, handshake_timeout); in Attach()
197 return functions->StartListening(this, address, actual_address); in StartListening()
201 return functions->StopListening(this); in StopListening()
205 return functions->Accept(this, accept_timeout, handshake_timeout); in Accept()
209 return functions->IsOpen(this); in IsOpen()
213 return functions->Close(this); in Close()
217 return functions->ReadPacket(this, pkt); in ReadPacket()
221 return functions->WritePacket(this, pkt); in WritePacket()
[all …]
/external/libgdx/gdx/jni/jni-headers/
Djni.h765 const struct JNINativeInterface_ *functions; member
769 return functions->GetVersion(this); in GetVersion()
773 return functions->DefineClass(this, name, loader, buf, len); in DefineClass()
776 return functions->FindClass(this, name); in FindClass()
779 return functions->FromReflectedMethod(this,method); in FromReflectedMethod()
782 return functions->FromReflectedField(this,field); in FromReflectedField()
786 return functions->ToReflectedMethod(this, cls, methodID, isStatic); in ToReflectedMethod()
790 return functions->GetSuperclass(this, sub); in GetSuperclass()
793 return functions->IsAssignableFrom(this, sub, sup); in IsAssignableFrom()
797 return functions->ToReflectedField(this,cls,fieldID,isStatic); in ToReflectedField()
[all …]
DjdwpTransport.h183 const struct jdwpTransportNativeInterface_ *functions; member
187 return functions->GetCapabilities(this, capabilities_ptr); in GetCapabilities()
192 return functions->Attach(this, address, attach_timeout, handshake_timeout); in Attach()
197 return functions->StartListening(this, address, actual_address); in StartListening()
201 return functions->StopListening(this); in StopListening()
205 return functions->Accept(this, accept_timeout, handshake_timeout); in Accept()
209 return functions->IsOpen(this); in IsOpen()
213 return functions->Close(this); in Close()
217 return functions->ReadPacket(this, pkt); in ReadPacket()
221 return functions->WritePacket(this, pkt); in WritePacket()
[all …]
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
Djni.h765 const struct JNINativeInterface_ *functions; member
769 return functions->GetVersion(this); in GetVersion()
773 return functions->DefineClass(this, name, loader, buf, len); in DefineClass()
776 return functions->FindClass(this, name); in FindClass()
779 return functions->FromReflectedMethod(this,method); in FromReflectedMethod()
782 return functions->FromReflectedField(this,field); in FromReflectedField()
786 return functions->ToReflectedMethod(this, cls, methodID, isStatic); in ToReflectedMethod()
790 return functions->GetSuperclass(this, sub); in GetSuperclass()
793 return functions->IsAssignableFrom(this, sub, sup); in IsAssignableFrom()
797 return functions->ToReflectedField(this,cls,fieldID,isStatic); in ToReflectedField()
[all …]
DjdwpTransport.h183 const struct jdwpTransportNativeInterface_ *functions; member
187 return functions->GetCapabilities(this, capabilities_ptr); in GetCapabilities()
192 return functions->Attach(this, address, attach_timeout, handshake_timeout); in Attach()
197 return functions->StartListening(this, address, actual_address); in StartListening()
201 return functions->StopListening(this); in StopListening()
205 return functions->Accept(this, accept_timeout, handshake_timeout); in Accept()
209 return functions->IsOpen(this); in IsOpen()
213 return functions->Close(this); in Close()
217 return functions->ReadPacket(this, pkt); in ReadPacket()
221 return functions->WritePacket(this, pkt); in WritePacket()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java24 import org.apache.xpath.functions.Function;
178 m_functions[FUNC_CURRENT] = org.apache.xpath.functions.FuncCurrent.class;
179 m_functions[FUNC_LAST] = org.apache.xpath.functions.FuncLast.class;
180 m_functions[FUNC_POSITION] = org.apache.xpath.functions.FuncPosition.class;
181 m_functions[FUNC_COUNT] = org.apache.xpath.functions.FuncCount.class;
182 m_functions[FUNC_ID] = org.apache.xpath.functions.FuncId.class;
186 org.apache.xpath.functions.FuncLocalPart.class;
188 org.apache.xpath.functions.FuncNamespace.class;
189 m_functions[FUNC_QNAME] = org.apache.xpath.functions.FuncQname.class;
191 org.apache.xpath.functions.FuncGenerateId.class;
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c327 void st_init_driver_functions(struct dd_function_table *functions) in st_init_driver_functions() argument
329 _mesa_init_shader_object_functions(functions); in st_init_driver_functions()
330 _mesa_init_sampler_object_functions(functions); in st_init_driver_functions()
332 functions->Accum = _mesa_accum; in st_init_driver_functions()
334 st_init_blit_functions(functions); in st_init_driver_functions()
335 st_init_bufferobject_functions(functions); in st_init_driver_functions()
336 st_init_clear_functions(functions); in st_init_driver_functions()
337 st_init_bitmap_functions(functions); in st_init_driver_functions()
338 st_init_drawpixels_functions(functions); in st_init_driver_functions()
339 st_init_rasterpos_functions(functions); in st_init_driver_functions()
[all …]
/external/autotest/utils/
Dparallel.py12 def __init__(self, functions, max_simultaneous_procs=20): argument
27 if not isinstance(functions, dict):
28 function_list = functions
29 functions = {}
31 functions[fn] = set()
34 for fn, deps in functions.iteritems():
36 for fn, deps in functions.iteritems():
41 self.functions = functions
48 self.functions.pop(function)
58 for fn, deps in self.functions.iteritems():
[all …]
/external/google-breakpad/src/common/
Dstabs_to_module_unittest.cc61 vector<Module::Function *> functions; in TEST() local
62 m.GetFunctions(&functions, functions.end()); in TEST()
63 ASSERT_EQ((size_t) 1, functions.size()); in TEST()
64 Module::Function *function = functions[0]; in TEST()
127 vector<Module::Function *> functions; in TEST() local
128 m.GetFunctions(&functions, functions.end()); in TEST()
129 ASSERT_EQ(1U, functions.size()); in TEST()
131 Module::Function *function = functions[0]; in TEST()
162 vector<Module::Function *> functions; in TEST() local
163 m.GetFunctions(&functions, functions.end()); in TEST()
[all …]
/external/conscrypt/src/compat/native/
DJNIHelp.h123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()
127 return jniThrowException(&env->functions, className, msg); in jniThrowException()
139 return jniThrowExceptionFmt(&env->functions, className, fmt, args); in jniThrowExceptionFmt()
144 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
148 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
152 return jniThrowIOException(&env->functions, errnum); in jniThrowIOException()
156 return jniCreateFileDescriptor(&env->functions, fd); in jniCreateFileDescriptor()
160 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor); in jniGetFDFromFileDescriptor()
164 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value); in jniSetFileDescriptorOfFD()
168 return jniGetReferent(&env->functions, ref); in jniGetReferent()
[all …]
/external/compiler-rt/lib/dfsan/scripts/
Dbuild-libc-list.py21 functions = []
32 functions.append(function_name)
33 return functions
85 functions = [] variable
88 functions += defined_function_list(l)
92 functions = list(set(functions)) variable
93 functions.sort()
95 for f in functions:
/external/llvm/test/Analysis/LazyCallGraph/
Dbasic.ll13 ; A bunch more functions just to make it easier to test several call edges at once.
130 ; CHECK-LABEL: SCC with 1 functions:
133 ; CHECK-LABEL: SCC with 1 functions:
136 ; CHECK-LABEL: SCC with 1 functions:
139 ; CHECK-LABEL: SCC with 1 functions:
142 ; CHECK-LABEL: SCC with 1 functions:
145 ; CHECK-LABEL: SCC with 1 functions:
148 ; CHECK-LABEL: SCC with 1 functions:
151 ; CHECK-LABEL: SCC with 1 functions:
154 ; CHECK-LABEL: SCC with 1 functions:
[all …]
/external/v8/test/mjsunit/regress/
Dregress-2758.js30 var functions = [ variable
40 for (var j in functions) {
41 print(functions[i])
42 assertThrows(functions[j], TypeError)
46 for (var j in functions)
47 %OptimizeFunctionOnNextCall(functions[j]);

12345678910>>...73