HomeSort by relevance Sort by last modified time
    Searched refs:funcs (Results 201 - 225 of 394) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/vulkan-validation-layers/
vk-layer-introspect.py 293 funcs = {}
295 funcs["vkGetInstanceProcAddr"] = layer.gipa_name
297 funcs["vkGetDeviceProcAddr"] = layer.gdpa_name
298 if funcs:
299 layer_data["functions"] = funcs
  /external/libunwind/tests/
Gia64-test-nat.c 51 typedef void save_func_t (void *funcs, unsigned long *vals);
93 static save_func_t *funcs[MAX_CHECKS + 1]; variable
547 start_checks (void *funcs, unsigned long *vals)
593 funcs[i] = all_funcs[index].func;
597 funcs[num_checks] = start_checks;
600 (*funcs[0]) (funcs + 1, values);
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 305 const glw::Functions& funcs = context.getRenderContext().getFunctions(); local
306 m_posLoc = funcs.getAttribLocation(m_program->getProgram(), "a_position");
307 m_byteVecLoc = funcs.getAttribLocation(m_program->getProgram(), "a_byteVec");
515 const glw::Functions& funcs = context.getRenderContext().getFunctions();
516 m_posLoc = funcs.getAttribLocation(m_program->getProgram(), "a_position");
517 m_colorLoc = funcs.getAttribLocation(m_program->getProgram(), "a_color");
  /external/libvterm/src/
vterm.c 35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata)
38 VTerm *vt = (*funcs->malloc)(sizeof(VTerm), allocdata);
40 vt->allocator = funcs;
  /frameworks/rs/driver/
rsdCore.cpp 325 rsc->mHal.funcs.allocation.destroy = sAllocationDestroy;
326 rsc->mHal.funcs.allocation.ioSend = sAllocationIoSend;
327 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface;
  /art/test/964-default-iface-init-gen/util-src/
generate_java.py 251 {funcs}
327 funcs = self.DEFAULT_FUNC_TEMPLATE.format(class_name = self.class_name)
329 funcs = ""
333 funcs = funcs,
  /build/soong/android/
mutator.go 52 register := func(funcs []RegisterMutatorFunc) {
53 for _, f := range funcs {
  /external/freetype/include/freetype/internal/
psaux.h 119 /* funcs :: A table of method pointers for this object. */
134 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
427 /* funcs :: A table of functions for the parser. */
437 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
562 /* funcs :: An array of function pointers for the builder. */
589 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
696 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
    [all...]
  /external/libdrm/freedreno/
freedreno_device.c 145 dev->funcs->destroy(dev);
  /external/libpcap/msdos/
pktdrvr.h 53 BYTE funcs; /* Basic/Extended/HiPerf functions */ member in struct:__anon23992
  /external/pdfium/third_party/freetype/include/freetype/internal/
psaux.h 118 /* funcs :: A table of method pointers for this object. */
133 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
426 /* funcs :: A table of functions for the parser. */
436 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
561 /* funcs :: An array of function pointers for the builder. */
588 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
694 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
    [all...]
  /external/selinux/libsemanage/src/
handle.h 79 struct semanage_policy_table *funcs; member in struct:semanage_handle
  /frameworks/rs/
rsContext.cpp 52 int32_t ret = mHal.funcs.initGraphics(this);
66 mHal.funcs.shutdownGraphics(this);
340 rsc->mHal.funcs.swap(rsc);
424 mHal.funcs.setPriority(this, mThreadPriority);
568 if (mHal.funcs.shutdownDriver && mHal.drv) {
569 mHal.funcs.shutdownDriver(this);
577 mHal.funcs.setSurface(this, w, h, sur);
675 if (mHal.funcs.finish) {
676 mHal.funcs.finish(this);
rsElement.cpp 39 e->getContext()->mHal.funcs.freeRuntimeMem(ptr);
251 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Element), 0);
315 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Element), 0);
395 if (rsc->mHal.funcs.element.updateCachedObject != nullptr) {
396 rsc->mHal.funcs.element.updateCachedObject(rsc, this, (rs_element *)dstObj);
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 134 funcs = template.FuncMap{"join": strings.Join}
137 masterTmpl, err := template.New("master").Funcs(funcs).Parse(master)
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 134 funcs = template.FuncMap{"join": strings.Join}
137 masterTmpl, err := template.New("master").Funcs(funcs).Parse(master)
  /external/boringssl/src/crypto/asn1/
tasn_utl.c 98 const ASN1_AUX *aux = it->funcs;
125 aux = it->funcs;
  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 216 def RunAsync(funcs, watcher=None):
220 funcs: List of functions to perform on their own threads.
226 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
  /external/libmojo/third_party/catapult/devil/devil/utils/
reraiser_thread.py 216 def RunAsync(funcs, watcher=None):
220 funcs: List of functions to perform on their own threads.
226 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
  /external/pdfium/core/fpdfapi/page/
cpdf_meshstream.cpp 94 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
98 m_funcs(funcs),
  /prebuilts/go/darwin-x86/test/
closure.go 104 println("newfunc returned broken funcs")
  /prebuilts/go/linux-x86/test/
closure.go 104 println("newfunc returned broken funcs")
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 1053 ContextClosureFuncs funcs; member in struct:OT::ContextClosureLookupContext
1059 ContextCollectGlyphsFuncs funcs; member in struct:OT::ContextCollectGlyphsLookupContext
1065 ContextApplyFuncs funcs; member in struct:OT::ContextApplyLookupContext
1550 ContextClosureFuncs funcs; member in struct:OT::ChainContextClosureLookupContext
1556 ContextCollectGlyphsFuncs funcs; member in struct:OT::ChainContextCollectGlyphsLookupContext
1562 ContextApplyFuncs funcs; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 686 PIMAGE_RUNTIME_FUNCTION_ENTRY funcs = local
692 for (DWORD i = 0; i < exception_size / sizeof(*funcs); i++) {
693 DWORD unwind_rva = funcs[i].UnwindInfoAddress;
780 funcs[i].BeginAddress,
781 funcs[i].EndAddress - funcs[i].BeginAddress, rip_offset);
783 funcs[i].BeginAddress, stack_size);
    [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 645 static bool verifyKernelTraceFuncs(const char* funcs)
656 // Make sure that every function listed in funcs is in the list we just
659 char* myFuncs = strdup(funcs);
678 static bool setKernelTraceFuncs(const char* funcs)
682 if (funcs == NULL || funcs[0] == '\0') {
700 char* myFuncs = strdup(funcs);
710 ok &= verifyKernelTraceFuncs(funcs);
    [all...]

Completed in 1392 milliseconds

1 2 3 4 5 6 7 891011>>