HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 551 - 575 of 3045) sorted by null

<<21222324252627282930>>

  /external/llvm/test/Bindings/OCaml/
executionengine.ml 31 let fn = define_function "getglobal" (function_type i32_type [||]) m in
32 let b = builder_at_end (global_context ()) (entry_block fn) in
35 fn
38 let fn = define_function "plus" (function_type i32_type [| i32_type;
40 let b = builder_at_end (global_context ()) (entry_block fn) in
41 let add = build_add (param fn 0) (param fn 1) "sum" b in
43 fn
  /external/python/cpython2/Lib/distutils/tests/
test_build_scripts.py 34 [os.path.join(source, fn)
35 for fn in expected])
87 [os.path.join(source, fn)
88 for fn in expected])
  /external/python/cpython2/Lib/json/tests/
__init__.py 50 for fn in os.listdir(here):
51 if fn.startswith("test") and fn.endswith(".py"):
52 modname = "json.tests." + fn[:-3]
  /external/python/cpython2/Lib/test/
test_netrc.py 111 fn = os.path.join(d, '.netrc')
112 with open(fn, 'wt') as f:
119 os.chmod(fn, 0600)
123 os.chmod(fn, 0o622)
  /external/python/cpython3/Lib/distutils/tests/
test_build_scripts.py 34 [os.path.join(source, fn)
35 for fn in expected])
87 [os.path.join(source, fn)
88 for fn in expected])
  /external/python/cpython3/Lib/test/
test_netrc.py 111 fn = os.path.join(d, '.netrc')
112 with open(fn, 'wt') as f:
119 os.chmod(fn, 0o600)
123 os.chmod(fn, 0o622)
  /external/selinux/libsepol/include/sepol/
ibendports.h 42 int (*fn)(const sepol_ibendport_t *ibendport,
ibpkeys.h 42 int (*fn)(const sepol_ibpkey_t *ibpkey,
interfaces.h 44 int (*fn) (const sepol_iface_t * iface,
nodes.h 41 int (*fn) (const sepol_node_t * node,
ports.h 41 int (*fn) (const sepol_port_t * port,
  /external/skia/src/core/
SkColorSpaceXform_A2B.h 31 void addTransferFn(const SkColorSpaceTransferFn& fn, int channelIndex);
SkExecutor.cpp 52 std::function<void(void)> fn = std::move(list->front()); local
54 return fn;
57 std::function<void(void)> fn = std::move(list->back()); local
59 return fn;
  /external/skqp/src/core/
SkColorSpaceXform_A2B.h 31 void addTransferFn(const SkColorSpaceTransferFn& fn, int channelIndex);
SkExecutor.cpp 52 std::function<void(void)> fn = std::move(list->front()); local
54 return fn;
57 std::function<void(void)> fn = std::move(list->back()); local
59 return fn;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CalcSpillWeights.h 69 virtual bool runOnMachineFunction(MachineFunction &fn);
  /external/tensorflow/tensorflow/contrib/opt/python/training/
multitask_optimizer_wrapper.py 39 def _get_wrapper(fn, opt):
44 lambda: fn(grad, *args, **kwargs))
104 fn = getattr(self._opt, name)
105 wrapper = _get_wrapper(fn, self._opt)
  /external/valgrind/include/
pub_tool_libcassert.h 61 Int line, const HChar* fn,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
ast_build.h 63 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node,
67 __isl_give isl_id *(*fn)(__isl_keep isl_ast_build *build,
71 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_node *node,
75 __isl_give isl_ast_node *(*fn)(__isl_take isl_ast_build *build,