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

1 2 3 4 5 6 7 891011>>

  /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/webrtc/webrtc/tools/loopback_test/
stat_tracker.js 25 function StatTracker(pc, pollInterval) {
38 this.dataTable = function() { return dataTable; }
43 this.recordStat = function (varName, recordName, statName) {
45 samplingFunctions[varName] = function (report, rowIndex) {
54 this.stop = function() {
62 function poll() {
63 pc.getStats(function (report) {
81 function mergeDataTable(dataTable1, dataTable2) {
82 function allColumns(cols) {
  /frameworks/base/core/java/com/android/internal/util/
ToBooleanFunction.java 19 import java.util.function.Function;
22 * Represents a function that produces an boolean-valued result. This is the
23 * {@code boolean}-producing primitive specialization for {@link Function}.
28 * @param <T> the type of the input to the function
30 * @see Function
37 * Applies this function to the given argument.
39 * @param value the function argument
40 * @return the function result
  /libcore/ojluni/src/main/java/java/util/function/
ToDoubleBiFunction.java 25 package java.util.function;
28 * Represents a function that accepts two arguments and produces a double-valued
35 * @param <T> the type of the first argument to the function
36 * @param <U> the type of the second argument to the function
45 * Applies this function to the given arguments.
47 * @param t the first function argument
48 * @param u the second function argument
49 * @return the function result
ToIntBiFunction.java 25 package java.util.function;
28 * Represents a function that accepts two arguments and produces an int-valued
35 * @param <T> the type of the first argument to the function
36 * @param <U> the type of the second argument to the function
45 * Applies this function to the given arguments.
47 * @param t the first function argument
48 * @param u the second function argument
49 * @return the function result
ToLongBiFunction.java 25 package java.util.function;
28 * Represents a function that accepts two arguments and produces a long-valued
35 * @param <T> the type of the first argument to the function
36 * @param <U> the type of the second argument to the function
45 * Applies this function to the given arguments.
47 * @param t the first function argument
48 * @param u the second function argument
49 * @return the function result
  /libcore/ojluni/src/main/java/java/util/stream/
TerminalSink.java 27 import java.util.function.Supplier;
  /libnativehelper/platform_include/nativehelper/
jni_macros.h 18 * Compile-time, zero-cost checking of JNI signatures against their C++ function type.
20 * (a) The signature specified does not conform to the JNI function descriptor syntax.
21 * (b) The C++ function is itself an invalid JNI function (e.g. missing JNIEnv*, etc).
22 * (c) The descriptor does not match the C++ function (e.g. "()V" will not match jint(jint)).
59 * [FAST_|CRITICAL_]NATIVE_METHOD_AUTOSIG - Return JNINativeMethod, sig inferred from function.
77 * C++ function types
79 * A normal or @FastNative JNI function type must be of the form
83 * A @CriticalNative JNI function type:
92 * C++ function types not conforming to the above requirements are rejected
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/function/
BiConsumer.java 17 package com.android.dialer.function;
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/scripts/
linewrap.js 46 function toggleLineWrap() {
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/scripts/
linewrap.js 46 function toggleLineWrap() {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/
operator_bool.pass.cpp 12 // class function<R(ArgTypes...)>
24 std::function<int(int)> f;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc.pass.cpp 13 // class function<R(ArgTypes...)>
15 // template<class A> function(allocator_arg_t, const A&);
27 std::function<int(int)> f(std::allocator_arg, bare_allocator<int>());
alloc_F.fail.cpp 13 // class function<R(ArgTypes...)>
15 // template<class F, class A> function(allocator_arg_t, const A&, F);
28 std::function<void(int)> f(std::allocator_arg, std::allocator<int>(), foo);
alloc_nullptr.fail.cpp 13 // class function<R(ArgTypes...)>
15 // template<class A> function(allocator_arg_t, const A&, nullptr_t);
26 std::function<int(int)> f(std::allocator_arg, std::allocator<int>(), nullptr);
alloc_nullptr.pass.cpp 13 // class function<R(ArgTypes...)>
15 // template<class A> function(allocator_arg_t, const A&, nullptr_t);
26 std::function<int(int)> f(std::allocator_arg, bare_allocator<int>(), nullptr);
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/vax/
entrymask.s 8 .type label2,@function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
dwarf.s 5 .type testfunc, @function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
bl-local-2.s 6 .type myfunction, %function
15 .type caller, %function
29 .type mythumbfunction, %function
38 .type armcaller, %function
dis-data2.s 2 .type main, %function
pr12198-1.s 3 .type f, %function
pr12198-2.s 3 .type f, %function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
type.s 3 .size function,1
4 .type function,%function
5 function: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
list-1.s 6 .type hex, @function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
align2.s 3 .type f1,@function
13 .type f2,@function
23 .type f3,@function
32 .type f4,@function

Completed in 494 milliseconds

1 2 3 4 5 6 7 891011>>