HomeSort by relevance Sort by last modified time
    Searched refs:fun (Results 251 - 275 of 422) sorted by null

<<11121314151617

  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 321 isa->funcUnit_lookup_table[n].u.fun = n;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.S 93 ## just for fun, let's do a software interrupt to see if we correctly land in the exception handler...
    [all...]
efi64.S 109 ## just for fun, let's do a software interrupt to see if we correctly land in the exception handler...
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-cxx11.cpp 160 decltype(a) fun(decltype(a) x, decltype(a)) { return x; }
161 // CHECK-DAG: @"\01?fun@PR18022@@YA?AU<unnamed-type-a>@1@U21@0@Z"
  /external/clang/test/SemaCXX/
conversion.cpp 131 bool fun() { function in namespace:test7
  /external/v8/src/debug/
liveedit.h 57 void FunctionStarted(FunctionLiteral* fun);
  /external/v8/src/
json-stringifier.cc 201 Handle<Object> fun; local
202 ASSIGN_RETURN_ON_EXCEPTION(isolate_, fun, Object::GetProperty(&it), Object);
203 if (!fun->IsCallable()) return object;
209 Execution::Call(isolate_, fun, object, 1, argv),
messages.cc 218 Handle<JSFunction> fun,
223 return iter.GetDataValue().is_identical_to(fun);
228 return pair->getter() == *fun || pair->setter() == *fun;
    [all...]
api-natives.cc 332 JSFunction* fun = JSFunction::cast(new_target);
333 if (fun->shared()->function_data() != info->constructor()) return false;
335 return fun->context()->native_context() == isolate->raw_native_context();
  /external/libedit/src/
readline.c     [all...]
history.c 569 FUN(history,init)(void)
600 FUN(history,end)(TYPE(History) *h)
933 FUNW(history)(TYPE(History) *h, TYPE(HistEvent) *ev, int fun, ...)
939 va_start(va, fun);
943 switch (fun) {
1061 FUN(history,end)(h);
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /external/skia/src/pathops/
SkOpSegment.h 165 void debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding);
166 void debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding, int oppWinding);
  /external/v8/src/runtime/
runtime-debug.cc     [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go 48 // The fun begins.
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 48 // The fun begins.
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 133 (fun meth args -> class_f (get_object ob_r) meth args) in
  /external/v8/src/asmjs/
asm-typer.h 223 AsmType* ValidateModule(FunctionLiteral* fun);
  /external/v8/src/ast/
ast-expression-rewriter.cc 62 AST_REWRITE_PROPERTY(FunctionLiteral, node, fun);
ast-literal-reindexer.cc 117 VisitFunctionLiteral(node->fun());
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 168 void CallRuntime(const Runtime::Function* fun,
  /prebuilts/go/darwin-x86/src/mime/
mediatype_test.go 124 m("title", "This is ***fun***")},
138 m("title", "This is even more ***fun*** isn't it!")},
  /prebuilts/go/linux-x86/src/mime/
mediatype_test.go 124 m("title", "This is ***fun***")},
138 m("title", "This is even more ***fun*** isn't it!")},
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 176 * The simple math function Y = fun(X) to draw on the chart.
180 protected static float fun(float x) { method in class:InteractiveLineGraphView
532 * Draws the currently visible portion of the data series defined by {@link #fun(float)} to the
538 mSeriesLinesBuffer[1] = getDrawY(fun(mCurrentViewport.left));
548 mSeriesLinesBuffer[i * 4 + 3] = getDrawY(fun(x));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]

Completed in 860 milliseconds

<<11121314151617