HomeSort by relevance Sort by last modified time
    Searched defs:function (Results 201 - 225 of 956) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libchrome/base/debug/
profiler.cc 146 FARPROC function; member in struct:base::debug::__anon24166::FunctionSearchContext
149 // Callback function to PEImage::EnumImportChunks.
158 DCHECK(!context->function);
161 // at this point. Let's retrieve the first such function and use it to
164 reinterpret_cast<const wchar_t*>(import_address_table->u1.Function);
166 // Retrieve the module by a function in the module.
175 // See whether this module exports the function we're looking for.
178 // We found it, return the function and terminate the enumeration.
179 context->function = exported_func;
197 return reinterpret_cast<FunctionType>(ctx.function);
    [all...]
  /external/libedit/src/editline/
readline.h 40 typedef int Function(const char *, int);
65 Function *function; member in struct:_keymap_entry
111 extern Function *rl_completion_entry_function;
120 extern Function *rl_pre_input_hook;
121 extern Function *rl_startup_hook;
197 int rl_add_defun(const char *, Function *, int);
  /external/lzma/C/
CpuArch.c 58 void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
68 __asm mov EAX, function; local
102 : "0" (function)) ;
109 __cpuid(CPUInfo, function);
  /external/mesa3d/src/compiler/glsl/
ir_function_detect_recursion.cpp 28 * Consider the (possibly disjoint) graph of function calls in a shader. If a
29 * program contains recursion, this graph will contain a cycle. If a function
31 * calls another function).
33 * To detect recursion, the function call graph is constructed. The graph is
34 * repeatedly reduced by removing any function that either has no callees
43 * function appearing more than once at any one time in the run-time stack
44 * of function calls. That is, a function may not call itself either
95 * present if the static function call graph of the program contains
103 * - Is it an error to have a recursive function that is never staticall
136 class function { class in namespace:__anon29185
138 function(ir_function_signature *sig) function in class:__anon29185::function
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 460 * Build a callable function pointer.
462 * We use function pointer constants instead of LLVMAddGlobalMapping()
474 LLVMValueRef function; local
478 function = lp_build_const_int_pointer(gallivm, ptr);
480 function = LLVMBuildBitCast(gallivm->builder, function,
484 return function;
lp_bld_flow.c 51 * Note: this function has no dependencies on the flow code and could
72 LLVMValueRef function = LLVMGetBasicBlockParent(current_block); local
73 new_block = LLVMAppendBasicBlockInContext(gallivm->context, function, name);
462 LLVMValueRef function = LLVMGetBasicBlockParent(current_block); local
463 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function);
486 * the function. Being in the entry block guarantees that the alloca is only
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 51 * vertices, and an llvm-generated function which calculates the
67 LLVMValueRef function; member in struct:lp_setup_variant
69 /* The actual generated setup function:
  /external/mesa3d/src/gallium/tools/trace/
format.py 45 def function(self, name): member in class:Formatter
76 def function(self, name): member in class:AnsiFormatter
78 Formatter.function(self, name)
145 def function(self, name): member in class:WindowsConsoleFormatter
147 Formatter.function(self, name)
  /external/perf_data_converter/src/
builder.cc 56 Function fn(name_index, system_name_index, file_index, start_line);
66 auto function = profile_->add_function(); local
67 function->set_id(index);
68 function->set_name(name_index);
69 function->set_system_name(system_name_index);
70 function->set_filename(file_index);
71 function->set_start_line(start_line);
131 for (const auto &function : profile.function()) {
132 const int64 id = function.id()
    [all...]
  /external/python/cpython2/Include/
descrobject.h 28 void *function; member in struct:wrapperbase
36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
67 void *d_wrapped; /* This can be any function pointer */
  /external/python/cpython3/Include/
descrobject.h 29 void *function; member in struct:wrapperbase
37 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
71 void *d_wrapped; /* This can be any function pointer */
  /external/selinux/libsepol/cil/test/unit/
CuTest.h 69 TestFunction function; member in struct:CuTest
76 void CuTestInit(CuTest* t, const char* name, TestFunction function);
77 CuTest* CuTestNew(const char* name, TestFunction function);
  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 59 /** This struct includes everything that is necessary to execute a function
64 which is used to block the application thread until the function finished. */
66 /** The return value of the function executed in tcpip_thread. */
68 /** Depending on the executed function, one of these union members is used */
117 /** This struct contains a function to execute in another thread context and
118 a struct api_msg_msg that serves as an argument for this function.
121 /** function to execute in tcpip_thread context */
122 void (* function)(struct api_msg_msg *msg); member in struct:api_msg
123 /** arguments for this function */
tcpip.h 75 /** Function prototype for the init_done function passed to tcpip_init */
77 /** Function prototype for functions passed to tcpip_callback() */
98 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block);
140 tcpip_callback_fn function; member in struct:tcpip_msg::__anon37155::__anon37157
  /external/tensorflow/tensorflow/contrib/summary/
summary_ops.py 147 which can happen before or after this function is called.
151 This function will not write the default graph by default. When
225 to a database. Only SQLite is supported right now. This function
319 def summary_writer_function(name, tensor, function, family=None):
320 """Helper function to write summaries.
325 function: function taking a tag and a scope which writes the summary
334 with ops.control_dependencies([function(tag, scope)]):
349 def function(tag, scope): function in function:generic
364 return summary_writer_function(name, tensor, function, family=family
387 def function(tag, scope): function in function:scalar
402 def function(tag, scope): function in function:histogram
417 def function(tag, scope): function in function:image
436 def function(tag, scope): function in function:audio
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.h 137 string function() const { return trace_->function() + suffix_; } function in class:tensorflow::tfprof::CodeNode
  /external/tpm2/
TpmFail.c 14 // structures. The alignment of the structures is not important as this function does not use any of the
37 UINT32 function; member in struct:__anon40505::__anon40506
78 // Function to marshal a 16 bit value to the output buffer.
93 // Function to marshal a 32 bit value to the output buffer.
133 // This function is called by the simulator to enable failure mode testing.
148 // This function is called by TPM.lib when a failure occurs. It will set up the failure values to be returned on
153 const char *function,
159 // of the function name where the error occurred.
160 memcpy(&s_failFunction, function, sizeof(s_failFunction));
178 // This function is called by the interface code when the platform is in failure mode
    [all...]
  /external/v8/src/builtins/
builtins-api.cc 20 // Returns the holder JSObject if the function can legally be called with this
44 Isolate* isolate, Handle<HeapObject> function,
72 // This function cannot be called with the given receiver. Abort!
90 // This function cannot be called with the given receiver. Abort!
107 FunctionCallbackArguments custom(isolate, data_obj, *function, raw_holder,
130 Handle<JSFunction> function = args.target(); local
133 Handle<FunctionTemplateInfo> fun_data(function->shared()->get_api_func_data(),
137 isolate, HandleApiCallHelper<true>(isolate, function, new_target,
141 isolate, HandleApiCallHelper<false>(isolate, function, new_target,
166 Handle<HeapObject> function,
    [all...]
  /external/v8/src/ffi/
ffi-compiler.cc 120 Handle<JSFunction> function = isolate->factory()->NewFunction( local
122 function->set_shared(*shared);
123 return function;
  /external/v8/src/runtime/
runtime-compiler.cc 25 CONVERT_ARG_HANDLE_CHECKED(JSFunction, function, 0);
28 if (FLAG_trace_lazy && !function->shared()->is_compiled()) {
30 function->PrintName();
37 if (!Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) {
40 DCHECK(function->is_compiled());
41 return function->code();
47 CONVERT_ARG_HANDLE_CHECKED(JSFunction, function, 0);
50 if (!Compiler::CompileBaseline(function)) {
53 DCHECK(function->is_compiled());
54 return function->code()
170 Handle<JSFunction> function = deoptimizer->function(); local
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.h 85 const WasmFunction* function() const { return function_; } function in class:v8::internal::wasm::InterpretedFrame
100 InterpretedFrame(const WasmFunction* function, int pc, int fp, int sp)
101 : function_(function), pc_(pc), fp_(fp), sp_(sp) {}
139 void PushFrame(const WasmFunction* function, WasmVal* args);
157 // Returns the number of calls / function frames executed on this thread.
162 // bool SetBreakpoint(const WasmFunction* function, int pc, bool enabled);
163 // bool GetBreakpoint(const WasmFunction* function, int pc);
178 // Set a breakpoint at {pc} in {function} to be {enabled}. Returns the
180 bool SetBreakpoint(const WasmFunction* function, pc_t pc, bool enabled);
182 // Gets the current state of the breakpoint at {function}
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DoubleAccumulator.java 39 import java.util.function.DoubleBinaryOperator;
43 * value updated using a supplied function. When updates (method
54 * <p>The supplied accumulator function should be side-effect-free,
56 * contention among threads. The function is applied with the current
82 private final DoubleBinaryOperator function; field in class:DoubleAccumulator
86 * Creates a new instance using the given accumulator function
88 * @param accumulatorFunction a side-effect-free function of two arguments
89 * @param identity identity (initial value) for the accumulator function
93 this.function = accumulatorFunction;
106 (function.applyAsDoubl
244 private final DoubleBinaryOperator function; field in class:DoubleAccumulator.SerializationProxy
    [all...]
LongAccumulator.java 39 import java.util.function.LongBinaryOperator;
43 * value updated using a supplied function. When updates (method
60 * not matter. The supplied accumulator function should be
62 * fail due to contention among threads. The function is applied with
84 private final LongBinaryOperator function; field in class:LongAccumulator
88 * Creates a new instance using the given accumulator function
90 * @param accumulatorFunction a side-effect-free function of two arguments
91 * @param identity identity (initial value) for the accumulator function
95 this.function = accumulatorFunction;
107 (r = function.applyAsLong(b = base, x)) != b && !casBase(b, r))
241 private final LongBinaryOperator function; field in class:LongAccumulator.SerializationProxy
    [all...]
  /packages/services/Car/evs/app/
ConfigManager.h 27 std::string function = ""; // The expected use for this camera ("reverse", "left", "right") member in struct:ConfigManager::CameraInfo
  /prebuilts/gdb/darwin-x86/include/python2.7/
descrobject.h 28 void *function; member in struct:wrapperbase
36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
67 void *d_wrapped; /* This can be any function pointer */

Completed in 511 milliseconds

1 2 3 4 5 6 7 891011>>