OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_interface
(Results
1 - 7
of
7
) sorted by null
/art/compiler/dex/
verified_method.cc
143
const bool
is_interface
= inst->Opcode() == Instruction::INVOKE_INTERFACE ||
local
146
if (!
is_interface
&& !is_virtual) {
182
if (
is_interface
) {
/external/curl/lib/
connect.c
271
bool
is_interface
= FALSE;
local
278
is_interface
= TRUE;
290
if(
is_interface
) {
300
is_interface
= TRUE;
334
if(!
is_interface
) {
[
all
...]
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py
472
is_interface
= state_tracker.GetDocComment().HasFlag('interface')
474
and
is_interface
):
statetracker.py
735
self.
is_interface
= doc and doc.HasFlag('interface')
822
if self._function_stack[-1].
is_interface
:
830
self._functions_by_name[class_function_name].
is_interface
):
[
all
...]
ecmalintrules.py
701
if state.GetFunction().
is_interface
:
[
all
...]
javascriptlintrules.py
349
not function.
is_interface
and
/art/runtime/
class_linker.cc
6589
const bool
is_interface
= klass->IsInterface();
local
[
all
...]
Completed in 3327 milliseconds