HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 376 - 400 of 2176) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/
deferprint.go 7 // Test that we can defer the predeclared functions print and println.
inline_variadic.go 7 // Test more aggressive inlining (-l=3 allows variadic functions)
  /prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
pkg2.go 5 // Use the functions in one.go so that the inlined
  /prebuilts/go/linux-x86/test/fixedbugs/
bug433.go 8 // functions in the right order. This failed with gccgo.
bug494.go 7 // Gccgo incorrectly executed functions multiple times when they
gcc67968.go 9 // gccgo compiler crash building the equality and hash functions for a
issue18410.go 8 // used to create value.method functions have their
issue4323.go 7 // Issue 4323: inlining of functions with local variables
issue5056.go 7 // issue 5056: escape analysis not applied to wrapper functions
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19609-1h.d 3 #ld: -pie -E -Bsymbolic-functions -melf_i386 --no-dynamic-linker
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.2/
kotlin-gradle-plugin-core-1.0.2.jar 
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_queryobj.c 475 /* Initialize Gen6+-specific query object functions. */
476 void gen6_init_queryobj_functions(struct dd_function_table *functions)
478 functions->BeginQuery = gen6_begin_query;
479 functions->EndQuery = gen6_end_query;
480 functions->CheckQuery = gen6_check_query;
481 functions->WaitQuery = gen6_wait_query;
482 functions->QueryCounter = gen6_query_counter;
intel_buffer_objects.c 372 * internally uses our functions directly.
639 intelInitBufferObjectFuncs(struct dd_function_table *functions)
641 functions->NewBufferObject = brw_new_buffer_object;
642 functions->DeleteBuffer = brw_delete_buffer;
643 functions->BufferData = brw_buffer_data;
644 functions->BufferSubData = brw_buffer_subdata;
645 functions->GetBufferSubData = brw_get_buffer_subdata;
646 functions->MapBufferRange = brw_map_buffer_range;
647 functions->FlushMappedBufferRange = brw_flush_mapped_buffer_range;
648 functions->UnmapBuffer = brw_unmap_buffer
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_program.c 301 * Plug in the program and shader-related device driver functions.
304 st_init_program_functions(struct dd_function_table *functions)
306 functions->NewProgram = st_new_program;
307 functions->DeleteProgram = st_delete_program;
308 functions->ProgramStringNotify = st_program_string_notify;
309 functions->NewATIfs = st_new_ati_fs;
311 functions->LinkShader = st_link_shader;
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /art/tools/wrapagentproperties/
wrapagentproperties.cc 54 const struct JNIInvokeInterface* functions; member in struct:wrapagentproperties::ProxyJavaVM
62 : functions(CreateInvokeInterface()),
131 const_cast<jvmtiInterface_1_*>(env->functions));
132 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&env->functions);
141 const_cast<jvmtiInterface_1_*>(env->functions));
158 const_cast<jvmtiInterface_1_*>(env->functions));
196 const_cast<jvmtiInterface_1_*>(env->functions));
208 // number of functions makes it not worth it.
216 memcpy(new_iface, real_env->functions, sizeof(jvmtiInterface_1_));
218 new_iface->original_interface = real_env->functions;
    [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /external/v8/src/wasm/
wasm-objects.cc 205 WasmFunction& func = compiled_module->module()->functions[func_index];
311 DEFINE_OBJ_ACCESSORS(WasmTableObject, functions, kFunctions, FixedArray)
313 uint32_t WasmTableObject::current_length() { return functions()->length(); }
333 table->functions()->length(), count);
733 WasmFunction& func = compiled_module->module()->functions[func_index];
867 std::vector<WasmFunction>& functions = module()->functions; local
874 std::vector<WasmFunction>& functions = module()->functions; local
1047 std::vector<WasmFunction>& functions = module()->functions; local
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar 

Completed in 890 milliseconds

<<11121314151617181920>>