HomeSort by relevance Sort by last modified time
    Searched defs:fn (Results 126 - 150 of 693) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tensorflow/tensorflow/python/util/
tf_should_use.py 57 def fn(self, *args, **kwargs): function in function:_add_should_use_warning.override_method
59 return fn
92 def should_use_result(fn):
112 fn: The function to wrap.
118 return _add_should_use_warning(fn(*args, **kwargs))
120 fn, wrapped, 'should_use_result',
121 ((fn.__doc__ or '') +
128 def must_use_result_or_fatal(fn):
148 fn: The function to wrap.
154 return _add_should_use_warning(fn(*args, **kwargs), fatal_error=True
    [all...]
  /external/valgrind/memcheck/tests/
wrap5.c 54 OrigFn fn; local
55 VALGRIND_GET_ORIG_FN(fn);
58 CALL_FN_W_W(r, fn, n);
68 OrigFn fn; local
69 VALGRIND_GET_ORIG_FN(fn);
72 CALL_FN_W_W(r, fn, n);
  /prebuilts/go/darwin-x86/test/
func5.go 35 func fn() func(int, int) int { func
69 three(call(fn(), 1, 2))
70 three(call1(fn(), 1, 2))
reorder.go 122 x, x = fn()
123 checkOAS2XXX(x, "x, x = fn()")
143 func fn() (bool, bool) { return false, true } func
  /prebuilts/go/linux-x86/test/
func5.go 35 func fn() func(int, int) int { func
69 three(call(fn(), 1, 2))
70 three(call1(fn(), 1, 2))
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
FileContent.java 56 private File fn; field in class:FileContent
59 fn = new File(ROOT,
70 String nm = fn.getName();
90 fc = new RandomAccessFile(fn, "r").getChannel();
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
FileContent.java 56 private File fn; field in class:FileContent
59 fn = new File(ROOT,
70 String nm = fn.getName();
90 fc = new RandomAccessFile(fn, "r").getChannel();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/tuple/tuple.apply/
constexpr_types.pass.cpp 85 constexpr A_int_1 fn; local
86 static_assert(3 == ex::apply(fn, t), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
unique_ptr.pass.cpp 47 void fn ( const std::shared_ptr<int> &) {} function
48 void fn ( const std::shared_ptr<B> &) { assert (false); } function
93 fn(std::unique_ptr<int>(new int));
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
pass.cpp 42 for (auto& fn : *module)
43 id2function[fn.result_id()] = &fn;
53 ir::Function* fn = id2function[fi]; local
54 modified = pfn(fn) || modified;
56 AddCalls(fn, &todo);
  /test/vti/dashboard/src/main/webapp/js/
search_header.js 189 $.fn.createSearchHeader = function(label, value, onRefreshCallback) {
test_results.js 293 $.fn.showTests = function(metadataList, showTestNames=false) {
  /test/vti/test_serving/gae/webapp/static/bootstrap/js/
bootstrap.min.js 6 !function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on(" (…)
    [all...]
  /art/test/ti-agent/
common_load.cc 132 OnLoad fn = nullptr; local
134 fn = &MinimalOnLoad;
140 fn = lib->load;
142 return fn(vm, remaining_options, reserved);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
key.h 46 char *fn; /* Filename to load/store the key */ member in struct:key_s
  /external/clang/test/SemaTemplate/
instantiate-decl-init.cpp 17 void fn(T t, const arg& arg) { function
22 fn(1, arg());
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR20855_tuple_ref_binding_diagnostics.pass.cpp 73 auto fn = &F<int, std::string const&>; local
74 fn(std::tuple<int, std::string const&>(42, std::string("a")));
75 fn(std::make_tuple(42, std::string("a")));
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
AlaLib.cpp 36 static const char fn[] = "ALA_Init"; local
39 ALOGD("%s: enter", fn);
54 ALOGE("%s: failed", fn);
65 ALOGE("%s:Open DWP communication is failed", fn);
70 ALOGE("%s:Open DWP communication is success", fn);
76 ALOGE("%s: NULL DWP channel", fn);
98 static const char fn[] = "ALA_Start"; local
103 ALOGE("%s: name is %s", fn, name);
105 ALOGE("%s: Dest is %s", fn, dest);
115 ALOGE("%s: Exit; status=0x0%X", fn, status)
130 static const char fn[] = "ALA_DeInit"; local
219 static const char fn[] = "ALA_GetCertificateKey"; local
246 static const char fn[] = "ALA_lsGetVersion"; local
272 static const char fn[] = "ALA_lsGetStatus"; local
298 static const char fn[] = "ALA_lsGetStatus"; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconintra.c 54 intra_pred_fn fn; local
61 fn = dc_pred[x->left_available][x->up_available][SIZE_16];
63 fn = pred[mode][SIZE_16];
66 fn(ypred_ptr, y_stride, yabove_row, yleft_col);
85 intra_pred_fn fn; local
93 fn = dc_pred[x->left_available][x->up_available][SIZE_8];
95 fn = pred[uvmode][SIZE_8];
98 fn(upred_ptr, pred_stride, uabove_row, uleft_col);
99 fn(vpred_ptr, pred_stride, vabove_row, vleft_col);
  /external/mesa3d/src/compiler/glsl/
lower_subroutine.cpp 90 ir_function *fn = this->state->subroutines[s]; local
91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index);
95 for (int i = 0; i < fn->num_subroutine_types; i++) {
96 if (ir->sub_var->type->without_array() == fn->subroutine_types[i]) {
110 fn->exact_matching_signature(this->state,
  /external/python/cpython3/Lib/
shlex.py 333 fn = sys.argv[1] variable
334 with open(fn) as f:
335 _print_tokens(shlex(f, fn))
  /external/skia/bench/
SkRasterPipelineBench.cpp 91 auto fn = p.compile(); variable
93 fn(0,0,N,1);
108 SkColorSpaceTransferFn fn = {0,0,0,0,0,0,0}; local
109 fn.fG = g;
110 fn.fA = 1;
111 return fn;
  /external/skqp/bench/
SkRasterPipelineBench.cpp 91 auto fn = p.compile(); variable
93 fn(0,0,N,1);
108 SkColorSpaceTransferFn fn = {0,0,0,0,0,0,0}; local
109 fn.fG = g;
110 fn.fA = 1;
111 return fn;
  /external/tensorflow/tensorflow/core/framework/
shape_inference_testutil_test.cc 50 const string& expected_outs, OpShapeInferenceFn fn) {
61 global_fn_ptr = &fn;
139 auto fn = [](InferenceContext* c) { local
145 EXPECT_CONTAINS(RunInferShapes(op, ins, "[?,2,?,d2_0]", fn),
147 EXPECT_CONTAINS(RunInferShapes(op, ins, "[0,2,?,d2_0]", fn),
150 RunInferShapes(op, ins, "[d0_0,2,?,d2_0]", fn),
152 EXPECT_CONTAINS(RunInferShapes(op, ins, "[x,2,?,d2_0]", fn),
155 EXPECT_CONTAINS(RunInferShapes(op, ins, "[d0_0|d0_2,2,?,d2_0]", fn),
158 EXPECT_CONTAINS(RunInferShapes(op, ins, "[d0_1,?,?,d0_0|d2_0]", fn),
163 RunInferShapes(op, ins, "[d0_1,2,8,d0_0|d2_0]", fn));
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 37 void (*fn)(void); member in struct:ThreadStart
66 * Call fn in the 6c world.
68 void crosscall_amd64(void (*fn)(void));
71 * Call fn in the 8c world.
73 void crosscall_386(void (*fn)(void));

Completed in 675 milliseconds

1 2 3 4 56 7 8 91011>>