Searched refs:function (Results 151 - 175 of 1483) sorted by relevance

1234567891011>>

/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c51 void _apple_glx_log(int level, const char *file, const char *function, argument
55 _apple_glx_vlog(level, file, function, line, fmt, v);
73 void _apple_glx_vlog(int level, const char *file, const char *function, argument
97 _asl_level_string(level), file, line, function, thread);
105 if (function)
106 asl_set(msg, "Function", function);
H A Dapple_glx_log.h39 void _apple_glx_log(int level, const char *file, const char *function,
46 void _apple_glx_vlog(int level, const char *file, const char *function,
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as9 public function RewriteRuleNodeStream(adaptor:TreeAdaptor, elementDescription:String, element:Object = null) {
13 public function nextNode():Object {
17 protected override function toTree(el:Object):Object {
21 protected override function dup(el:Object):Object {
H A DBaseTreeAdaptor.as18 public function nil():Object {
33 public function errorNode(input:TokenStream, start:Token, stop:Token,
40 public function isNil(tree:Object):Boolean {
44 public function dupTree(tree:Object):Object {
52 public function dupTreeWithParent(t:Object, parent:Object):Object {
76 public function addChild(t:Object, child:Object):void {
108 public function becomeRoot(newRoot:Object, oldRoot:Object):Object {
136 public function rulePostProcessing(root:Object):Object {
152 public function createFromToken(tokenType:int, fromToken:Token, text:String = null):Object {
161 public function createFromTyp
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.extensions70 PythonTokenSource = function(stream) {
89 getSourceName: function() {
115 nextToken: function() {
128 insertImaginaryIndentDedentTokens: function()
199 push: function(i) {
207 pop: function() {
216 peek: function() {
221 findPreviousIndent: function(i) {
230 stackString: function() {
/external/chromium_org/sandbox/win/src/
H A Dinterception.cc61 // Magic constant that identifies that this function is not to be patched.
77 InterceptionData function; local
78 function.type = interception_type;
79 function.id = id;
80 function.dll = dll_name;
81 function.function = function_name;
82 function.interceptor_address = replacement_code_address;
84 interceptions_.push_back(function);
92 InterceptionData function; local
278 FunctionInfo* function = reinterpret_cast<FunctionInfo*>(*buffer); local
[all...]
H A Dinterception.h77 // The new function should match the prototype and calling convention of the
78 // function to intercept except for one extra argument (the first one) that
79 // contains a pointer to the original function, to simplify the development
91 // // call the original function
100 // // call the original function
129 // This function must be called only once, after all interceptions have been
139 std::string function; // Name of function to intercept. member in struct:sandbox::InterceptionManager::InterceptionData
140 std::string interceptor; // Name of interceptor function.
174 // function t
[all...]
H A Dinterception_agent.cc153 const FunctionInfo* function = reinterpret_cast<const FunctionInfo*>( local
157 if (!IsWithinRange(dll_info, dll_info->record_bytes, function->function)) {
162 ResolverThunk* resolver = GetResolver(function->type);
166 const char* interceptor = function->function +
167 g_nt.strlen(function->function) + 1;
169 if (!IsWithinRange(function, function
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFunctionValue.h38 static PassRefPtr<CSSFunctionValue> create(CSSParserFunction* function) argument
40 return adoptRef(new CSSFunctionValue(function));
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.h39 void _apple_glx_log(int level, const char *file, const char *function,
46 void _apple_glx_vlog(int level, const char *file, const char *function,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobext.asm3 [global hashlookup:function]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunctionRegistry.java44 Function function = functions.get(name);
45 if (function == null) {
48 Value result = function.execute(args);
70 Function function = functions.get(name);
71 if (function == null) {
74 return function.isEscapingFunction();
85 public void registerFunction(String name, Function function) { argument
86 functions.put(name, function);
117 // This function escapes its input. Hence the output is
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
/external/llvm/test/MC/ELF/
H A Dtype.s5 .type foo,%function
22 .type func,@function
/external/skia/src/pdf/
H A DSkPDFShader.cpp53 @param result The result ps function.
105 /* Generate Type 4 function code to map t=[0,1) to the passed gradient,
207 * Returns PS function code that applies inverse perspective
209 * The function assumes that the stack has at least two elements,
256 SkString function("{");
258 function.append(apply_perspective_to_coordinates(perspectiveRemover));
260 function.append("pop\n"); // Just ditch the y value.
261 tileModeCode(info.fTileMode, &function);
262 gradientFunctionCode(info, &function);
263 function
937 SkPDFStream* function = makePSFunction(functionCode, domain.get()); local
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_dispatcher.cc278 scoped_refptr<ExtensionFunction> function(
285 if (!function.get()) {
295 function->AsIOThreadExtensionFunction();
302 function->set_include_incognito(
305 if (!CheckPermissions(function.get(), extension, params, callback)) {
316 function.get(),
324 function->Run();
331 function->OnQuotaExceeded(violation_error);
380 scoped_refptr<ExtensionFunction> function(
388 if (!function
457 CheckPermissions( ExtensionFunction* function, const Extension* extension, const ExtensionHostMsg_Request_Params& params, const ExtensionFunction::ResponseCallback& callback) argument
531 ExtensionFunction* function = local
[all...]
H A Dwindow_controller_list.cc65 const UIThreadExtensionFunction* function,
68 if (controller && function->CanOperateOnWindow(controller))
74 const UIThreadExtensionFunction* function) const {
79 if (function->CanOperateOnWindow(*iter)) {
64 FindWindowForFunctionById( const UIThreadExtensionFunction* function, int id) const argument
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFShader.cpp54 @param result The result ps function.
106 /* Generate Type 4 function code to map t=[0,1) to the passed gradient,
208 SkString function("{pop\n"); // Just ditch the y value.
209 tileModeCode(info.fTileMode, &function);
210 gradientFunctionCode(info, &function);
211 function.append("}");
212 return function;
216 SkString function("{");
218 function.append("dup " // x y y
226 tileModeCode(info.fTileMode, &function);
819 SkPDFStream* function = makePSFunction(functionCode, domain.get()); local
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DFailedPredicateException.as39 public function FailedPredicateException(input:IntStream,
/external/bison/src/
H A Drelation.h44 void relation_digraph (relation r, relation_node size, bitsetv *function);
/external/chromium/net/socket/
H A Dnss_ssl_util.h22 const char* function,
/external/chromium_org/net/socket/
H A Dnss_ssl_util.h24 const char* function,
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpreproc.h30 xsltTransformFunction function);

Completed in 690 milliseconds

1234567891011>>