Home
last modified time | relevance | path

Searched refs:EntryPoint (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py17 Distribution, EntryPoint, Requirement, safe_version, safe_name,
381 ep = EntryPoint(
389 ep = EntryPoint.parse(s, self.dist)
392 ep = EntryPoint.parse("bar baz= spammity[PING]")
398 ep = EntryPoint.parse(" fizzly = wocka:foo")
406 ep = EntryPoint.parse(spec)
414 EntryPoint.parse(reject_spec)
423 ep = EntryPoint.parse(spec)
435 feature1=EntryPoint('feature1', 'somemodule', ['somefunction']),
436 feature2=EntryPoint(
[all …]
/external/spirv-llvm/test/SPIRV/
Dlayout.ll8 ; CHECK-NEXT: {{[0-9]*}} EntryPoint
14 ; CHECK-NOT: {{[0-9]*}} EntryPoint
26 ; CHECK-NOT: {{[0-9]*}} EntryPoint
37 ; CHECK-NOT: {{[0-9]*}} EntryPoint
60 ; CHECK-NOT: {{[0-9]*}} EntryPoint
70 ; CHECK-NOT: {{[0-9]*}} EntryPoint
84 ; CHECK-NOT: {{[0-9]*}} EntryPoint
100 ; CHECK-NOT: {{[0-9]*}} EntryPoint
118 ; CHECK-NOT: {{[0-9]*}} EntryPoint
Dvec_type_hint.ll25 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_float"
26 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_double"
27 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_uint"
28 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_int"
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVExtInst.h257 isReadImage(SPIRVWord EntryPoint) { in SPIRV_DEF_NAMEMAP()
258 return EntryPoint >= OpenCLLIB::Read_imagef && in SPIRV_DEF_NAMEMAP()
259 EntryPoint <= OpenCLLIB::Read_imageui; in SPIRV_DEF_NAMEMAP()
263 isWriteImage(SPIRVWord EntryPoint) { in isWriteImage() argument
264 return EntryPoint >= OpenCLLIB::Write_imagef && in isWriteImage()
265 EntryPoint <= OpenCLLIB::Write_imageui; in isWriteImage()
269 isReadOrWriteImage(SPIRVWord EntryPoint) { in isReadOrWriteImage() argument
270 return isReadImage(EntryPoint) || isWriteImage(EntryPoint); in isReadOrWriteImage()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp59 struct EntryPoint { struct
71 std::vector<EntryPoint> entry_points_;
88 for (const EntryPoint& entry_point : entry_points_) { in Build()
94 for (const EntryPoint& entry_point : entry_points_) { in Build()
102 for (const EntryPoint& entry_point : entry_points_) { in Build()
234 EntryPoint entry_point; in TEST_P()
301 EntryPoint entry_point; in TEST_P()
373 EntryPoint entry_point; in TEST_P()
1572 EntryPoint entry_point; in TEST_P()
1695 EntryPoint entry_point; in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp59 struct EntryPoint { struct
71 std::vector<EntryPoint> entry_points_;
88 for (const EntryPoint& entry_point : entry_points_) { in Build()
94 for (const EntryPoint& entry_point : entry_points_) { in Build()
102 for (const EntryPoint& entry_point : entry_points_) { in Build()
234 EntryPoint entry_point; in TEST_P()
301 EntryPoint entry_point; in TEST_P()
373 EntryPoint entry_point; in TEST_P()
1572 EntryPoint entry_point; in TEST_P()
1695 EntryPoint entry_point; in TEST_F()
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp43 EntryPoint("entry", variable
112 void *MainAddress = Dyld.getSymbolAddress(EntryPoint); in executeInput()
114 return Error("no definition for '" + EntryPoint + "'"); in executeInput()
127 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
/external/guava/guava-gwt/test/com/google/common/
DGuavaTestsEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class GuavaTestsEntryPoint implements EntryPoint {
/external/guava/guava-gwt/src/com/google/common/
DForceGuavaCompilationEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class ForceGuavaCompilationEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/cache/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/math/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/html/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/testing/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/primitives/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/collect/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/io/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/base/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/escape/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/xml/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/net/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/util/concurrent/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/collect/testing/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
DEmbeddedSpreadsheetClient.java3 import com.google.gwt.core.client.EntryPoint;
7 public class EmbeddedSpreadsheetClient implements EntryPoint {
/external/autotest/frontend/client/src/autotest/moblab/
DMoblabSetupClient.java7 import com.google.gwt.core.client.EntryPoint;
11 public class MoblabSetupClient implements EntryPoint {
/external/autotest/frontend/client/src/autotest/tko/
DEmbeddedTkoClient.java9 import com.google.gwt.core.client.EntryPoint;
15 public class EmbeddedTkoClient implements EntryPoint, TableSwitchListener {

12345678910>>...27