HomeSort by relevance Sort by last modified time
    Searched defs:Multi (Results 1 - 8 of 8) sorted by null

  /external/libunwind/doc/
libunwind.tex 201 \section{Cross-platform and Multi-platform Unwinding}
215 multi-platform unwinding is very simple: for native unwinding, a
221 for ELF-based HP PA-RISC, or \File{x86} for 80386). Multi-platform
  /external/lzma/CPP/Common/
CommandLineParser.h 28 bool Multi;
  /external/python/cpython3/Lib/unittest/test/testmock/
testcallable.py 107 class Multi(SomeClass, Sub):
111 for Klass in CallableX, Sub, Multi:
  /external/python/mock/mock/tests/
testcallable.py 107 class Multi(SomeClass, Sub):
118 for Klass in CallableX, Sub, Multi, OldStyle, OldStyleSub:
  /external/deqp-deps/SPIRV-Tools/test/tools/
spirv_test_framework_nosetest.py 98 class Multi(R1, R2):
121 assert_equal(get_all_superclasses(Multi), [R1, R2])
155 get_all_test_methods(Multi), ['check_r1', 'check_r2', 'check_multi'])
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 21 public bool Multi;
26 public SwitchForm(string idString, SwitchType type, bool multi,
31 Multi = multi;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
40 public SwitchForm(string idString, SwitchType type, bool multi):
41 this(idString, type, multi, 0)
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
  /external/swiftshader/third_party/SPIRV-Tools/test/tools/
spirv_test_framework_nosetest.py 98 class Multi(R1, R2):
121 assert_equal(get_all_superclasses(Multi), [R1, R2])
155 get_all_test_methods(Multi), ['check_r1', 'check_r2', 'check_multi'])
  /external/tensorflow/tensorflow/core/graph/
testlib.cc 242 Node* Multi(Graph* g, const string& func, gtl::ArraySlice<Node*> ins) {

Completed in 1112 milliseconds