OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOrCreateGlobalContext
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/include/bcc/
BCCContext.h
46
static BCCContext *
GetOrCreateGlobalContext
();
/frameworks/compile/libbcc/lib/
BCCContext.cpp
29
BCCContext *BCCContext::
GetOrCreateGlobalContext
() {
49
// We're deleting the context returned from
GetOrCreateGlobalContext
().
/external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc
50
GemmContext*
GetOrCreateGlobalContext
() {
298
GemmContext* context =
GetOrCreateGlobalContext
();
335
GemmContext* context =
GetOrCreateGlobalContext
();
396
GemmContext* context =
GetOrCreateGlobalContext
();
Completed in 794 milliseconds