/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataTest.java | 2400 String function = st.nextToken(); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
kvm.h | 165 __u32 function; member in struct:kvm_cpuid_entry 181 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
kvm.h | 171 __u32 function; member in struct:kvm_cpuid_entry 187 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
kvm.h | 171 __u32 function; member in struct:kvm_cpuid_entry 187 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/ |
kvm.h | 206 __u32 function; member in struct:kvm_cpuid_entry 222 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/ |
kvm.h | 206 __u32 function; member in struct:kvm_cpuid_entry 222 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/ |
kvm.h | 206 __u32 function; member in struct:kvm_cpuid_entry 222 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/ |
kvm.h | 206 __u32 function; member in struct:kvm_cpuid_entry 222 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/ |
kvm.h | 206 __u32 function; member in struct:kvm_cpuid_entry 222 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/ |
kvm.h | 206 __u32 function; member in struct:kvm_cpuid_entry 222 __u32 function; member in struct:kvm_cpuid_entry2
|
/toolchain/binutils/binutils-2.25/bfd/ |
aoutx.h | 355 FUNCTION 395 FUNCTION 439 FUNCTION 452 environment's "finish up" function just before returning, to 488 /* Setting of EXEC_P has been deferred to the bottom of this function. */ 664 FUNCTION 697 FUNCTION 848 FUNCTION 2814 const char *function = func->name; local [all...] |
/prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/ |
xsom-20140925.jar | |
/external/dbus/dbus/ |
dbus-connection.c | 98 * function dbus_bus_get() is provided to automatically open a 113 * The function dbus_connection_read_write_dispatch() for example does all 131 * you to set a function to be used to monitor the dispatch status. 191 * The most useful function to call from multiple threads at once 229 * Internal struct representing a message filter function 234 * Internal struct representing a message filter function 239 DBusHandleMessageFunction function; /**< Function to call to filter */ member in struct:DBusMessageFilter 240 void *user_data; /**< User data for the function */ 241 DBusFreeFunction free_user_data_function; /**< Function to free the user data * 4258 DBusDispatchStatusFunction function; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
vktSpvAsmInstructionTests.cpp | 207 " OpNop\n" // Inside a function body 264 "OpLine %fname1 1 1\n" // Before a function 269 "OpLine %fname1 1 1\n" // In a function 598 "%vec4ptr_f = OpTypePointer Function %vec4\n" 615 "%v_vec4 = OpVariable %vec4ptr_f Function\n" 656 "%f32arr100ptr_f = OpTypePointer Function %f32arr100\n" 668 "%var = OpVariable %f32arr100ptr_f Function\n" 711 "%vec4stptr = OpTypePointer Function %buf\n" 718 "%var = OpVariable %vec4stptr Function\n" 750 "%f32ptr_f = OpTypePointer Function %f32\n 5844 const char function[] = local 5936 const char function[] = local 6049 const char function[] = local 6531 const char function[] = local 6598 const char function[] = local 7070 const char* function = local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderTextureFunctionTests.cpp | 21 * \brief Texture access function tests. 56 enum Function 72 inline bool functionHasAutoLod (glu::ShaderType shaderType, Function function) 75 (function == FUNCTION_TEXTURE || 76 function == FUNCTION_TEXTUREPROJ || 77 function == FUNCTION_TEXTUREPROJ3); 80 inline bool functionHasProj (Function function) 82 return function == FUNCTION_TEXTUREPROJ | 105 Function function; member in struct:deqp::gles3::Functional::__anon10936::TextureLookupSpec 745 Function function = m_lookupSpec.function; local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 227 class function_entry *function; /* Set on TGSI_OPCODE_CAL or TGSI_OPCODE_BGNSUB */ member in class:glsl_to_tgsi_instruction 262 * identifier of this function signature used by the program. 264 * At the point that TGSI instructions for function calls are 266 * the function body. So we make the BranchTarget that is called a 272 * Pointer to first instruction of the function body. 274 * Set during function body emits after main() is processed. 279 * Index of the first instruction of the function body in actual TGSI. 525 inst->function = NULL; [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 58 * It's important that this function is inlined when compiled with 606 * For linear interpolation between mipmap levels N and N+1, this function 657 * will be minified, magnified, or split between the two. This function 683 * We can't really use this because the inaccuracy in the LOG2 function 3551 GLenum function; local [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | 1302 Register const function = r0; \/\/ Function (rhs). local [all...] |
/external/v8/src/ |
builtins.cc | 128 // A builtin function is defined by writing: 134 // In the body of the builtin function the arguments can be accessed 302 Isolate* isolate, Handle<JSFunction> function, 314 function, 3104 Handle<JSFunction> function; local 3179 Handle<JSBoundFunction> function; local 3396 Handle<JSFunction> function = args.target(); local [all...] |
/external/v8/src/compiler/ |
js-typed-lowering.cc | 978 Handle<JSFunction> function = local 1141 Handle<JSFunction> function = local 2094 Handle<JSFunction> function = local 2165 Handle<JSFunction> function = local [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-arm.cc | 237 function()->PrintTo(stream); 254 function()->PrintTo(stream); 267 function()->PrintTo(stream); 296 function()->PrintTo(stream); 992 LOperand* function = UseRegisterAtStart(instr->function()); local 993 LWrapReceiver* result = new(zone()) LWrapReceiver(receiver, function); 999 LOperand* function = UseFixed(instr->function(), r1); local 1003 LApplyArguments* result = new(zone()) LApplyArguments(function, 1023 LOperand* function = UseRegister(store_code_entry->function()); local 1064 LOperand* function = UseFixed(instr->function(), r1); local 1101 LOperand* function = UseFixed(instr->function(), r1); local 1221 LOperand* function = UseFixed(instr->function(), r1); local 2629 LOperand* function = UseRegisterAtStart(instr->function()); local [all...] |
lithium-arm.h | 529 LWrapReceiver(LOperand* receiver, LOperand* function) { 531 inputs_[1] = function; 538 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final 544 LApplyArguments(LOperand* function, 548 inputs_[0] = function; 556 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final 1569 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final 1720 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final 1779 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final 1841 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final 1863 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final 1909 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final 2627 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LAllocateBlockContext [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-arm64.cc | 71 function()->PrintTo(stream); 141 function()->PrintTo(stream); 154 function()->PrintTo(stream); 263 function()->PrintTo(stream); 899 LOperand* function = UseFixed(instr->function(), x1); local 903 LApplyArguments* result = new(zone()) LApplyArguments(function, 1020 LOperand* function = UseFixed(instr->function(), x1); local 1022 LCallJSFunction* result = new(zone()) LCallJSFunction(function); 1058 LOperand* function = UseFixed(instr->function(), x1); local 1564 LOperand* function = UseFixed(instr->function(), x1); local 1631 LOperand* function = UseRegister(instr->function()); local 2259 LOperand* function = UseRegister(instr->function()); local 2710 LOperand* function = UseRegister(instr->function()); local 2725 LOperand* function = UseRegisterAtStart(instr->function()); local [all...] |
lithium-arm64.h | 631 LApplyArguments(LOperand* function, 635 inputs_[0] = function; 643 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final 812 explicit LCallJSFunction(LOperand* function) { 813 inputs_[0] = function; 816 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final 818 DECLARE_CONCRETE_INSTRUCTION(CallJSFunction, "call-js-function") 829 LCallFunction(LOperand* context, LOperand* function, LOperand* slot, 832 inputs_[1] = function; 838 LOperand* function() { return inputs_[1]; function in class:v8::internal::final 884 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::final 1537 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final 1635 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final 2703 LOperand* function() { return inputs_[0]; } function in class:v8::internal::final 2960 LOperand* function() { return inputs_[1]; } function in class:v8::internal::LAllocateBlockContext 2980 LOperand* function() { return inputs_[1]; } function in class:v8::internal::final [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-ia32.cc | 256 function()->PrintTo(stream); 273 function()->PrintTo(stream); 286 function()->PrintTo(stream); 317 function()->PrintTo(stream); 1031 LOperand* function = UseRegister(instr->function()); local 1034 new(zone()) LWrapReceiver(receiver, function, temp); 1040 LOperand* function = UseFixed(instr->function(), edi); local 1044 LApplyArguments* result = new(zone()) LApplyArguments(function, 1064 LOperand* function = UseRegister(store_code_entry->function()); local 1105 LOperand* function = UseFixed(instr->function(), edi); local 1141 LOperand* function = UseFixed(instr->function(), edi); local 1258 LOperand* function = UseFixed(instr->function(), edi); local 2686 LOperand* function = UseRegisterAtStart(instr->function()); local [all...] |