/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
edd.h | 87 __u8 function; member in struct:edd_device_params::__anon68484::__anon68486
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
edd.h | 87 __u8 function; member in struct:edd_device_params::__anon69261::__anon69263
|
/bionic/libc/kernel/uapi/linux/ |
ncp.h | 36 __u8 function; member in struct:ncp_request_header
|
/development/ndk/platforms/android-21/include/linux/ |
ncp.h | 36 __u8 function; member in struct:ncp_request_header
|
/development/ndk/platforms/android-3/include/linux/ |
mod_devicetable.h | 132 __u8 function; member in struct:pcmcia_device_id
|
ncp.h | 30 __u8 function; member in struct:ncp_request_header
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
AbstractRealVector.java | 826 public RealVector map(UnivariateRealFunction function) throws FunctionEvaluationException { 827 return copy().mapToSelf(function); 831 public RealVector mapToSelf(UnivariateRealFunction function) throws FunctionEvaluationException { 832 Iterator<Entry> it = (function.value(0) == 0) ? sparseIterator() : iterator(); 835 e.setValue(function.value(e.getValue()));
|
/external/deqp/modules/gles2/functional/ |
es2fDepthStencilTests.cpp | 74 deUint32 function; member in struct:deqp::gles2::Functional::DepthStencilCaseUtil::StencilParams 85 : function (0) 121 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.function) << "\n" 354 cmd.params.stencil[rr::FACETYPE_FRONT].function = GL_EQUAL; 370 dst.func = sglr::rr_util::mapGLTestFunc(src.function); 445 glStencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask); 763 params.stencil[ndx].function = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs)); 873 params.stencil[visible].function = hasStencilFunc ? compareFuncs[stencilFunc].func : 0; 881 params.stencil[notVisible].function = GL_ALWAYS; 944 params.stencil[visible].function = opCombinationCases[ndx].func [all...] |
es2fShaderTextureFunctionTests.cpp | 21 * \brief Texture access function tests. 49 enum Function 61 inline bool functionHasProj (Function function) 63 return function == FUNCTION_TEXTUREPROJ || 64 function == FUNCTION_TEXTUREPROJ3 || 65 function == FUNCTION_TEXTUREPROJLOD || 66 function == FUNCTION_TEXTUREPROJLOD3; 69 inline bool functionHasLod (Function function) 78 Function function; member in struct:deqp::gles2::Functional::__anon10767::TextureLookupSpec 417 Function function = m_lookupSpec.function; local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fDepthStencilTests.cpp | 74 deUint32 function; member in struct:deqp::gles3::Functional::DepthStencilCaseUtil::StencilParams 85 : function (0) 121 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.function) << "\n" 354 cmd.params.stencil[rr::FACETYPE_FRONT].function = GL_EQUAL; 370 dst.func = sglr::rr_util::mapGLTestFunc(src.function); 445 glStencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask); 763 params.stencil[ndx].function = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs)); 873 params.stencil[visible].function = hasStencilFunc ? compareFuncs[stencilFunc].func : 0; 881 params.stencil[notVisible].function = GL_ALWAYS; 944 params.stencil[visible].function = opCombinationCases[ndx].func [all...] |
/external/google-breakpad/src/google_breakpad/processor/ |
minidump.h | 641 string function() const { function in class:google_breakpad::MinidumpAssertion [all...] |
/external/icu/icu4c/source/i18n/ |
transreg.cpp | 445 Transliterator::Factory function; member in struct:TransliteratorEntry::__anon13388::__anon13389 500 u.factory.function = factory; [all...] |
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
PerfTest.java | 34 * PerfTest.Function testTheName() 65 * determines what test function is measures, and the number of iterations that 116 public PerfTest.Function getTestCmd(String name); 176 public Function getTestCmd(String aname) { 185 return (Function) m.invoke(refer, new Object[] {}); 195 * Subclasses of PerfTest will need to create subclasses of Function that 200 public abstract static class Function { 270 public FunctionRunner(Function f, long loops, int id) { 282 private Function f; 388 Function testFunction = testProvider.getTestCmd(meth) [all...] |
/external/kernel-headers/original/uapi/linux/ |
ncp.h | 28 __u8 function; member in struct:ncp_request_header
|
/external/libxml2/include/libxml/ |
xpath.h | 131 * A conversion function is associated to a type and used to cast 139 * Extra type: a name and a conversion function. 146 xmlXPathConvertFunc func; /* the conversion function */ 163 * @nargs: the number of arguments passed to the function 165 * An XPath evaluation function, the parameters are on the XPath context stack. 172 * Extra function: a name and a evaluation function. 178 const xmlChar *name; /* the function name */ 179 xmlXPathEvalFunc func; /* the evaluation function */ 187 * An axis traversal function. To traverse an axis, the engine call 331 const xmlChar *function; member in struct:_xmlXPathContext [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_fs.c | 43 * muster the LLVM JIT execution engine to create a function that follows an 755 * Generate the runtime callable function for the whole fragment pipeline. 756 * Note that the function which we generate operates on a block of 16 795 LLVMValueRef function; local 848 * Generate the function prototype. Any change here must be reflected in 849 * lp_jit.h's lp_jit_frag_func function pointer type, and vice-versa. 874 function = LLVMAddFunction(gallivm->module, func_name, func_type); 875 LLVMSetFunctionCallConv(function, LLVMCCallConv); 877 variant->function[partial_mask] = function; [all...] |
/external/v8/src/ |
accessors.cc | 836 // Find the name of the function calling eval. 871 Handle<JSFunction> function) { 872 if (!function->has_prototype()) { 873 Handle<Object> proto = isolate->factory()->NewFunctionPrototype(function); 874 JSFunction::SetPrototype(function, proto); 876 return Handle<Object>(function->prototype(), isolate); 881 Isolate* isolate, Handle<JSFunction> function, Handle<Object> value) { 883 bool is_observed = function->map()->is_observed(); 885 if (function->has_prototype()) 886 old_value = handle(function->prototype(), isolate) 917 Handle<JSFunction> function = local 959 Handle<JSFunction> function = local 1046 Handle<JSFunction> function = local 1214 Handle<JSFunction> function = local 1351 Handle<JSFunction> function = local [all...] |
compiler.cc | 84 explicit CompilationInfoWithZone(Handle<JSFunction> function) 85 : CompilationInfo(new ParseInfo(&zone_, function)) {} 191 set_output_code_kind(Code::FUNCTION); 271 os << "--- FUNCTION SOURCE (" << shared->DebugName()->ToCString().get() 502 // Type-check the function. 663 Handle<JSFunction> function = info()->closure(); local 664 if (!function->IsOptimized()) { 666 int opt_count = function->shared()->opt_count(); 667 function->shared()->set_opt_count(opt_count + 1); 674 function->ShortPrint() 893 Handle<JSFunction> function = info->closure(); local [all...] |
frames.h | 119 // function. StandardFrame::IterateExpressions assumes that kLastObjectOffset 326 // Sets a callback function for return-address rewriting profilers 332 // Resolves pc_address through the resolution address function if one is set. 541 FrameSummary(Object* receiver, JSFunction* function, Code* code, int offset, 545 Handle<JSFunction> function() { return function_; } function in class:v8::internal::BASE_EMBEDDED 567 inline JSFunction* function() const; 634 static void PrintFunctionAndOffset(JSFunction* function, Code* code, 815 // function invocations through 'new'. 858 // A helper function, can return a NULL pointer.
|
/external/v8/src/ast/ |
scopes.h | 61 // Sloppy block-scoped function declarations to var-bind 97 // scope only contains the single lazily compiled function, so this 135 // the name of named function literal is kept in an intermediate scope 144 // Declare the function variable for a function literal. This variable 145 // is in an intermediate scope between this function scope and the the 146 // outer scope. Only possible for function scopes; at most one variable. 149 // Handle implicit declaration of the function name in named function 291 // * For the scope of a function literal or decalaratio 416 VariableDeclaration* function() const { function in class:v8::internal::Scope [all...] |
/external/v8/src/compiler/ |
instruction-selector.cc | 414 Node* function = state->InputAt(kFrameStateFunctionInput); local 424 values_descriptor, inputs, g, deduplicator, function, [all...] |
js-generic-lowering.cc | 227 const Runtime::Function* fun = Runtime::FunctionForId(f); 624 Runtime::Function const* function = member in class:v8::internal::compiler::Runtime 627 zone(), function->function_id, 1, Operator::kNoProperties, 631 jsgraph()->CEntryStubConstant(function->result_size), object, 632 jsgraph()->ExternalConstant(function->function_id), [all...] |
pipeline.cc | 1076 FunctionLiteral* function = info()->literal(); local [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 40 // Per the MIPS ABI, register t9 must be used for indirect function call 46 // Flags used for LeaveExitFrame function. 60 // Flags used for the ObjectToDoubleFPURegister function. 76 // Flags used for the li macro-assembler function. 1252 const Runtime::Function* function = Runtime::FunctionForId(id); local 1260 const Runtime::Function* function = Runtime::FunctionForId(fid); local [all...] |
/external/v8/src/mips64/ |
macro-assembler-mips64.h | 40 // Per the MIPS ABI, register t9 must be used for indirect function call 46 // Flags used for LeaveExitFrame function. 60 // Flags used for the ObjectToDoubleFPURegister function. 76 // Flags used for the li macro-assembler function. 1375 const Runtime::Function* function = Runtime::FunctionForId(fid); local 1383 const Runtime::Function* function = Runtime::FunctionForId(fid); local [all...] |