HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 451 - 475 of 2854) sorted by null

<<11121314151617181920>>

  /external/regex-re2/util/
test.h 20 TestRegisterer(void (*fn)(void), const char *s) {
21 RegisterTest(fn, s);
  /external/skia/bench/
SwizzleBench.cpp 13 SwizzleBench(const char* name, SkOpts::Swizzle_8888 fn) : fName(name), fFn(fn) {}
  /external/skia/include/core/
SkICC.h 41 * equation, returns true and sets |fn| to the proper values.
49 bool isNumericalTransferFn(SkColorSpaceTransferFn* fn) const;
97 * Write an ICC profile with transfer function |fn| and gamut |toXYZD50|.
99 static sk_sp<SkData> WriteToICC(const SkColorSpaceTransferFn& fn, const SkMatrix44& toXYZD50);
  /external/skia/include/private/
SkOnce.h 24 template <typename Fn, typename... Args>
25 void operator()(Fn&& fn, Args&&... args) {
32 // If it looks like no one has started calling fn(), try to claim that job.
36 // Great! We'll run fn() then notify the other threads by releasing Done into fState.
37 fn(std::forward<Args>(args)...);
41 // Some other thread is calling fn().
  /external/skia/src/core/
SkColorSpaceXform_A2B.h 35 void addTransferFns(const SkColorSpaceTransferFn& fn, int channelCount);
37 void addTransferFn(const SkColorSpaceTransferFn& fn, int channelIndex);
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
analysis.ml 23 let fn = define_function "valid_fn" fty m in var
24 let at_entry = builder_at_end context (entry_block fn) in
34 if not (verify_function fn) then bomb "valid function failed verification!";
46 if verify_function fn then bomb "invalid function passed verification!";
  /external/v8/src/crankshaft/arm64/
delayed-masm-arm64-inl.h 32 void DelayedMasm::Fmov(FPRegister fd, FPRegister fn) {
34 __ Fmov(fd, fn);
  /frameworks/minikin/tests/perftests/
main.cpp 28 const char* fn = "/system/usr/icu/" U_ICUDATA_NAME ".dat"; local
29 int fd = open(fn, O_RDONLY);
  /frameworks/minikin/tests/unittest/
ICUTestBase.h 34 const char* fn = "/system/usr/icu/" U_ICUDATA_NAME ".dat"; variable
35 int fd = open(fn, O_RDONLY);
  /prebuilts/go/darwin-x86/src/net/
main_unix_test.go 30 for _, fn := range extraTestHookInstallers {
31 fn()
43 for _, fn := range extraTestHookUninstallers {
44 fn()
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug123.go 9 func fn(i int) int {
  /prebuilts/go/linux-x86/src/net/
main_unix_test.go 30 for _, fn := range extraTestHookInstallers {
31 fn()
43 for _, fn := range extraTestHookUninstallers {
44 fn()
  /prebuilts/go/linux-x86/test/fixedbugs/
bug123.go 9 func fn(i int) int {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
tlsd.d 8 0+000 <fn>:
13 5: e8 00 00 00 00 [ ]*call a <fn\+0xa>
19 18: e8 fc ff ff ff [ ]*call 19 <fn\+0x19>
23 23: e8 fc ff ff ff [ ]*call 24 <fn\+0x24>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-6.d 13 2: R_MMIX_BASE_PLUS_OFFSET fn
  /toolchain/binutils/binutils-2.25/libiberty/
xatexit.c 11 @deftypefun int xatexit (void (*@var{fn}) (void))
63 /* Register function FN to be run by xexit.
67 xatexit (void (*fn) (void))
84 p->fns[p->ind++] = fn;
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 166 static const char fn [] = "RouteDataSet::import"; local
167 ALOGV("%s: enter", fn);
179 ALOGV("%s: fail parse", fn);
186 ALOGE("%s: fail root element", fn);
189 ALOGV("%s: root=%s", fn, node1->name);
199 ALOGV("%s: found SecElemSelectedRoutes", fn);
212 ALOGV("%s: found DefaultRoutes", fn);
233 ALOGV("%s: exit; return=%u", fn, retval);
250 static const char fn [] = "RouteDataSet::saveToFile"; local
261 ALOGE("%s: fail to open file", fn);
473 static const char fn [] = "RouteDataSet::deleteFile"; local
516 static const char fn [] = "RouteDataSet::printDiagnostic"; local
    [all...]
  /prebuilts/go/darwin-x86/src/compress/lzw/
writer_test.go 26 func testFile(t *testing.T, fn string, order Order, litWidth int) {
28 golden, err := os.Open(fn)
30 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err)
36 raw, err := os.Open(fn)
38 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err)
53 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err0)
58 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err1)
73 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err0)
77 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err1)
81 t.Errorf("%s (order=%d litWidth=%d): length mismatch %d != %d", fn, order, litWidth, len(b1), len(b0)
    [all...]
  /prebuilts/go/linux-x86/src/compress/lzw/
writer_test.go 26 func testFile(t *testing.T, fn string, order Order, litWidth int) {
28 golden, err := os.Open(fn)
30 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err)
36 raw, err := os.Open(fn)
38 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err)
53 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err0)
58 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err1)
73 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err0)
77 t.Errorf("%s (order=%d litWidth=%d): %v", fn, order, litWidth, err1)
81 t.Errorf("%s (order=%d litWidth=%d): length mismatch %d != %d", fn, order, litWidth, len(b1), len(b0)
    [all...]
  /bionic/libc/arch-mips/bionic/
__bionic_clone.S 33 // pid_t __bionic_clone(int flags, void* child_stack, pid_t* parent_tid, void* tls, pid_t* child_tid, int (*fn)(void*), void* arg);
41 lw t0,20(sp) # fn
43 sw t0,0(a1) # fn
60 lw a0,0(sp) # fn
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
cert.h 54 const char *fn; /* Filename to save the certificate */ member in struct:cert_s
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p1.cpp 12 typedef void Fn();
13 Fn ar4[10]; // expected-error {{array of functions}}
15 struct Abstract { virtual void fn() = 0; }; // expected-note {{pure virtual}}
  /external/fio/lib/
tp.h 11 tp_work_fn *fn; member in struct:tp_work
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ProcessImplicitDefs.h 46 virtual bool runOnMachineFunction(MachineFunction &fn);
  /external/valgrind/none/tests/
valgrind_cpp_test.cpp 44 Int line, const HChar* fn, const HChar* format, ... )

Completed in 1224 milliseconds

<<11121314151617181920>>