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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-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 */
  /prebuilts/libs/libedit/include/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);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.cpp 47 // TType helper function needs a place to live.
226 // Change all function entries in the table with the non-mangled name
236 TFunction* function = (*candidate).second->getAsFunction(); local
237 function->relateToOperator(op);
244 // Make all function overloads of the given name require an extension(s).
330 TFunction *function = new TFunction(*this); local
332 return function;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslAttributes.h 102 TFunctionDeclarator() : function(nullptr), body(nullptr) { }
104 TFunction* function; member in class:glslang::TFunctionDeclarator
  /prebuilts/python/darwin-x86/2.7.5/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 */
  /prebuilts/python/linux-x86/2.7.5/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 */
  /system/core/init/
action.cpp 36 Result<Success> RunBuiltinFunction(const BuiltinFunction& function,
49 return function(builtin_arguments);
90 return Error() << "no function map available";
93 auto function = function_map_->FindFunction(args); local
94 if (!function) return Error() << function.error();
96 commands_.emplace_back(function->second, function->first, args, line);
148 // This function checks that all property triggers are satisfied, that is
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerRunner.cpp 94 void *function = dlsym(handle, function_name.c_str()); local
100 return function;
  /external/clang/test/SemaCXX/
member-init.cpp 75 Y::Y() try { // expected-note{{in instantiation of member function 'PR10578::X<int>::X' requested here}}
82 class function : base { class in namespace:PR14838
83 ~function() {} // expected-note {{implicitly declared private here}}
85 function(...) {} function in class:PR14838::function
90 // expected-error@-1 {{temporary of type 'const PR14838::function' has private destructor}}
92 const function &r; // expected-note {{reference member declared here}}
177 template struct X<float>; // expected-note {{in instantiation of member function 'explicit_instantiation::X<float>::X' requested here}}
186 void g() { f<int>(); } // expected-note {{in instantiation of function template specialization 'local_class::f<int>' requested here}}
  /art/disassembler/
disassembler_mips.cc 531 uint32_t function = (instruction & 0x3f); // R-type. local
532 opcode = StringPrintf("op=%d fn=%d", op, function);
    [all...]
  /development/scripts/
native_heapdump_viewer.py 102 def __init__(self, function, location, library):
103 self.function = function
190 function = splitted[2*x]; variable
192 resolved_addrs[addrs_by_lib[lib][x]] = FrameDescription(function, location, lib)
234 print "%9d %6.2f%% %6.2f%% %8d %s%s %s %s %s" % (node.size, total_percent, parent_percent, node.number, indent, node.addr, fd.library, fd.function, fd.location)
250 label = "%d %6.2f%% %6d %s%s %s %s" % (node.size, total_percent, node.number, extra, lib, fd.function, fd.location)
310 print "%9s %6s %6s %8s %s %s %s %s" % ("BYTES", "%TOTAL", "%PARENT", "COUNT", "ADDR", "LIBRARY", "FUNCTION", "LOCATION")
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
AbstractLeastSquaresOptimizer.java 83 /** Current objective function value. */
113 /** Objective function. */
114 private DifferentiableMultivariateVectorialFunction function; field in class:AbstractLeastSquaresOptimizer
116 /** Objective function derivatives. */
187 * @exception FunctionEvaluationException if the function jacobian
208 * Update the residuals array and cost function value.
209 * @exception FunctionEvaluationException if the function cannot be evaluated
220 objective = function.value(point);
265 * @exception FunctionEvaluationException if the function jacobian cannot
304 * @exception FunctionEvaluationException if the function jacobian cannot b evaluate
    [all...]
  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 38 BinaryOperator function; member in struct:OperatorFunction
57 /* A mock fprintf function that checks the value of strings printed to the
72 /* A mock printf function that checks the value of strings printed to the
86 // A mock binary operator function.
159 /* Ensure find_operator_function_by_string() returns the correct function when
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 36 char *function; member in struct:__sanitizer::AddressInfo
55 // The object cannot be accessed after the call to this function.
142 /// Platform-specific function for creating a Symbolizer object.
  /external/giflib/
egif_lib.c 138 Output constructor that takes user supplied output function.
207 int function = local
208 GifFile->SavedImages[i].ExtensionBlocks[j].Function;
210 if (function == COMMENT_EXT_FUNC_CODE
211 || function == GRAPHICS_EXT_FUNC_CODE
212 || function == PLAINTEXT_EXT_FUNC_CODE
213 || function == APPLICATION_EXT_FUNC_CODE)
218 int function = GifFile->ExtensionBlocks[i].Function; local
220 if (function == COMMENT_EXT_FUNC_COD
    [all...]
  /external/google-breakpad/src/processor/
basic_source_line_resolver.cc 87 linked_ptr<Function> cur_func;
144 // StoreRange will fail if the function has an invalid address or size.
145 // We'll silently ignore this, the function and any corresponding lines
169 LogParseError("Found source line data without a function",
195 // is no such function, we can use the next function to bound the
197 // need to check that address indeed falls within the function we
199 linked_ptr<Function> func;
251 // we can use the function to bound the extent of the PUBLIC symbol,
253 // falls within the retrieved function's range; do the rang
255 linked_ptr<Function> function; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Tables.java 24 import com.google.common.base.Function;
239 private static final Function<Cell<?, ?, ?>, Cell<?, ?, ?>> TRANSPOSE_CELL =
240 new Function<Cell<?, ?, ?>, Cell<?, ?, ?>>() {
251 return Iterators.transform(original.cellSet().iterator(), (Function) TRANSPOSE_CELL);
306 * Returns a view of a table where each value is transformed by a function.
315 * null values provided that the function is capable of accepting null input.
316 * The transformed table might contain null values, if the function sometimes
322 * <p>The function is applied lazily, invoked when needed. This is necessary
323 * for the returned table to be a view, but it means that the function will be
325 * {@code Table.toString()}. For this to perform well, {@code function} shoul
340 final Function<? super V1, V2> function; field in class:Tables.TransformedTable
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
FunctionsTest.java 39 Function<String, String> identity = Functions.identity();
45 Function<Long, Long> identity = Functions.identity();
72 Function<String, Integer> function = Functions.forMap(map); local
74 assertEquals(1, function.apply("One").intValue());
75 assertEquals(3, function.apply("Three").intValue());
76 assertNull(function.apply("Null"));
79 function.apply("Two");
85 .addEqualityGroup(function, Functions.forMap(map))
95 Function<String, Integer> function = Functions.forMap(map, 42) local
112 Function<String, Integer> function = Functions.forMap(map, null); local
129 Function<String, Number> function = Functions.forMap(map, number); local
305 Function<Object, Integer> function = Functions.forSupplier(supplier); local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
EscapingEvaluator.java 57 * is the output of an escaping function. If not, any expression that contains an escaping function
90 // This function generates a boolean expression that evaluates to true
144 * Process AST node for a function (e.g. dosomething(...)).
151 // Because the function name may have dots in, the parser would have broken
170 setEscaping(function(fullFunctionName.toString(), args)); method
174 * Do not escape the output of a function if either the function is an escaping function, or any
177 private JavaExpression function(String name, PExpression... csExpressions) method in class:EscapingEvaluator
    [all...]
  /external/libxml2/python/
generator.py 63 if tag == 'function':
66 self.function = None
73 self.function = attrs['name']
108 if tag == 'function':
109 if self.function != None:
110 function(self.function, self.function_descr,
138 def function(name, desc, ret, args, file, cond): function
303 # the next function is defined in libxml.c
356 print("failed to get function %s infos"
    [all...]
  /external/mesa3d/src/amd/common/
ac_llvm_util.c 181 fprintf(stderr, "Unhandled function attribute: %x\n", attr);
199 fprintf(stderr, "Unhandled function attribute: %x\n", attr);
207 ac_add_function_attr(LLVMValueRef function,
215 LLVMAddFunctionAttr(function, llvm_attr);
217 LLVMAddAttribute(LLVMGetParam(function, attr_idx - 1), llvm_attr);
220 LLVMContextRef context = LLVMGetModuleContext(LLVMGetGlobalParent(function));
225 LLVMAddAttributeAtIndex(function, attr_idx, llvm_attr);
234 LLVMValueRef function; local
236 function = LLVMGetNamedFunction(ctx->module, name);
237 if (!function) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_cached.c 155 LLVMValueRef function; local
163 * to write a function doing this for all pixels in a block (either as
164 * an external c function or with generated code). Don't ask.
169 * Function to call looks like:
186 /* make const pointer for the C fetch_rgba_8unorm function */
187 function = lp_build_const_int_pointer(gallivm,
190 /* cast the callee pointer to the function's type */
191 function = LLVMBuildBitCast(builder, function,
220 LLVMBuildCall(builder, function, args, ARRAY_SIZE(args), "")
    [all...]
lp_bld_intr.c 108 LLVMValueRef function; local
113 function = LLVMAddFunction(module, name, function_type);
115 LLVMSetFunctionCallConv(function, LLVMCCallConv);
116 LLVMSetLinkage(function, LLVMExternalLinkage);
118 assert(LLVMIsDeclaration(function));
120 return function;
136 _debug_printf("Unhandled function attribute: %x\n", attr);
154 _debug_printf("Unhandled function attribute: %x\n", attr);
162 lp_add_function_attr(LLVMValueRef function,
170 LLVMAddFunctionAttr(function, llvm_attr)
193 LLVMValueRef function; local
    [all...]
lp_bld_tgsi_aos.c 149 * XXX: could be factored into a reusable function.
1047 LLVMValueRef function = LLVMGetBasicBlockParent(block); local
1050 lp_debug_dump_value(function);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 69 const char *function; member in struct:debug_memory_header
124 debug_malloc(const char *file, unsigned line, const char *function,
133 file, line, function,
141 hdr->function = function;
164 debug_free(const char *file, unsigned line, const char *function,
176 file, line, function,
185 hdr->file, hdr->line, hdr->function,
212 debug_calloc(const char *file, unsigned line, const char *function,
215 void *ptr = debug_malloc( file, line, function, count * size )
    [all...]

Completed in 786 milliseconds

1 2 3 4 5 6 7 8 91011>>