HomeSort by relevance Sort by last modified time
    Searched refs:FUNCTION (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 19 * type identifier, regardless of its use in context, e.g. as function
55 cvox.SemanticAttr = function() {
537 * Invisible operator for function application.
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 250 FUNCTION = 0,
257 BuiltinFuncInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_, OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
    [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc     [all...]
ic.h 18 // inline caching code. The argument for the macro, ICU, is the function name.
87 // If the stub contains weak maps then this function adds the stub to
91 // This function is called when a weak map in the stub is dying,
155 // Get the shared function info of the caller.
335 enum CallType { METHOD, FUNCTION };
374 Handle<Object> function,
380 Handle<Object> function,
950 // Helper function for computing the condition for a compare operation.
    [all...]
objects-visiting-inl.h 465 // Add the shared function info holding an optimized code map to
474 // This function's code looks flushable. But we have to postpone
531 JSFunction* function = JSFunction::cast(object); local
534 if (IsFlushable(heap, function)) {
535 // This function's code looks flushable. But we have to postpone
541 collector->code_flusher()->AddCandidate(function);
542 // Visit shared function info immediately to avoid double checking
544 // the shared function info would eventually be visited.
545 SharedFunctionInfo* shared = function->shared();
555 StaticVisitor::MarkObject(heap, function->shared()->code())
    [all...]
log.cc 50 case Code::FUNCTION: return code->optimizable() ? "~" : "";
    [all...]
full-codegen.cc 244 // Function calls both through IC and call stub are breakable.
250 // Function calls through new are breakable.
318 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION);
321 !info->function()->dont_optimize() &&
322 info->function()->scope()->AllowsLazyCompilation());
432 // We record the offset of the function return so we can rebuild the frame
433 // if the function was inlined, i.e., this is the return address in the
434 // inlined function's frame.
440 // In debug builds, mark the return so we can verify that this function
660 // PushModuleContext runtime function, as generated by AllocateModule
894 const Runtime::Function* function = expr->function(); local
    [all...]
  /external/chromium_org/v8/tools/
generate-runtime-tests.py 22 FUNCTION = re.compile("^RUNTIME_FUNCTION\(Runtime_(\w+)")
108 "GetTemplateField", # Needs a {Function,Object}TemplateInfo.
126 # Custom definitions for function input that does not throw.
130 "Apply": ["function() {}", None, None, None, None, None],
140 "CreateJSFunctionProxy": [None, "function() {}", None, None, None],
144 "DefineOrRedefineAccessorProperty": [None, None, "function() {}",
145 "function() {}", 2, None],
148 "GetDefaultReceiver": ["function() {}", None],
155 "IsSloppyModeFunction": ["function() {}", None],
157 "NewObjectFromBound": ["(function() {}).bind({})", None]
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc 230 // The purpose of this function is to highlight salient
300 skia::RecursiveFilter::FUNCTION);
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 431 FUNCTION = 0,
443 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
469 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.c 618 #define OPJ_MACRO_TCD_ALLOCATE(FUNCTION,TYPE,FRACTION,ELEMENT,FUNCTION_ELEMENT) \
619 OPJ_BOOL FUNCTION ( opj_tcd_t *p_tcd, \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/
gmp.h 198 function names, which means although the "__" suggests an internal, we
267 void *_mp_lc; /* Pointer to function pointers structure. */
272 /* Types for function declarations in gmp files. */
363 /* "pure" is in gcc 2.96 and up, see "(gcc)Function Attributes". Basically
364 it means a function does nothing but examine its arguments and memory
389 /* An empty "throw ()" means the function doesn't throw any C++ exceptions,
419 case the function is called rather than inlined.
435 "extern" appears to be ignored, ie. it becomes a plain global function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
gmp.h 198 function names, which means although the "__" suggests an internal, we
267 void *_mp_lc; /* Pointer to function pointers structure. */
272 /* Types for function declarations in gmp files. */
363 /* "pure" is in gcc 2.96 and up, see "(gcc)Function Attributes". Basically
364 it means a function does nothing but examine its arguments and memory
389 /* An empty "throw ()" means the function doesn't throw any C++ exceptions,
419 case the function is called rather than inlined.
435 "extern" appears to be ignored, ie. it becomes a plain global function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
gmp.h 198 function names, which means although the "__" suggests an internal, we
267 void *_mp_lc; /* Pointer to function pointers structure. */
272 /* Types for function declarations in gmp files. */
363 /* "pure" is in gcc 2.96 and up, see "(gcc)Function Attributes". Basically
364 it means a function does nothing but examine its arguments and memory
389 /* An empty "throw ()" means the function doesn't throw any C++ exceptions,
419 case the function is called rather than inlined.
435 "extern" appears to be ignored, ie. it becomes a plain global function
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 33 GBLL _InFunc ;// Inside function assembly flag
40 GBLA _F ;// Function number
303 ;// at entry to the function, which means that the
598 ;// Function header and footer macros
601 ;// Function Header Macro
602 ;// Generates the function prologue
607 ;// $name = function name
616 ;// a compliant function.
625 ;// Create an area for the function
628 $name FUNCTION
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 33 GBLL _InFunc ;// Inside function assembly flag
40 GBLA _F ;// Function number
306 ;// at entry to the function, which means that the
601 ;// Function header and footer macros
604 ;// Function Header Macro
605 ;// Generates the function prologue
610 ;// $name = function name
619 ;// a compliant function.
628 ;// Create an area for the function
631 $name FUNCTION
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 577 ** make it clear to human readers when a function parameter is deliberately
578 ** left unused within the body of a function. This usually happens when
579 ** a function is called via a function pointer. For example the
584 ** When a function parameter is not used at all within the body of a function,
765 ** A hash table for function definitions.
797 ** internal function sqlite3Error() is used to set these variables
835 void (*xTrace)(void*,const char*); /* Trace function */
836 void *pTraceArg; /* Argument to the trace function */
    [all...]
  /external/mksh/src/
sh.h 708 #define E_FUNC 2 /* executing function # */
804 EXTERN const char T_function[] E_INIT(" function");
805 #define Tfunction (T_function + 1) /* "function" */
978 /* name of called builtin function (used by error functions) */
1095 struct op *t; /* "function" tree */
1099 const char *fpath; /* temporary path to undef function */
1127 #define EXPORT BIT(3) /* exported variable/function *
    [all...]

Completed in 1178 milliseconds

1 2 34 5 6 7