OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:api_function
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
spec.py
121
api_function
= '' # API call that a check appears under
144
api_function
= code_text_list[1].strip('(')
145
print "Found API function: %s" % (
api_function
)
164
self.val_error_dict[enum_str]['api'] =
api_function
/external/v8/src/compiler/
js-call-reducer.cc
403
ApiFunction
api_function
(v8::ToCData<Address>(call_handler_info->callback()));
405
&
api_function
, ExternalReference::DIRECT_API_CALL, isolate);
[
all
...]
Completed in 172 milliseconds