/external/python/setuptools/pkg_resources/tests/ |
D | test_resources.py | 17 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/ |
D | layout.ll | 8 ; 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
|
D | vec_type_hint.ll | 25 ; 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/ |
D | SPIRVExtInst.h | 257 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/ |
D | val_builtins_test.cpp | 59 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/ |
D | val_builtins_test.cpp | 59 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/ |
D | llvm-rtdyld.cpp | 43 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/ |
D | GuavaTestsEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class GuavaTestsEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/src/com/google/common/ |
D | ForceGuavaCompilationEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class ForceGuavaCompilationEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/cache/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/math/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/html/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/testing/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/primitives/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/collect/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/io/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/base/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/escape/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/xml/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/net/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/util/concurrent/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/guava/guava-gwt/test/com/google/common/collect/testing/ |
D | TestModuleEntryPoint.java | 19 import com.google.gwt.core.client.EntryPoint; 26 public class TestModuleEntryPoint implements EntryPoint {
|
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/ |
D | EmbeddedSpreadsheetClient.java | 3 import com.google.gwt.core.client.EntryPoint; 7 public class EmbeddedSpreadsheetClient implements EntryPoint {
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | MoblabSetupClient.java | 7 import com.google.gwt.core.client.EntryPoint; 11 public class MoblabSetupClient implements EntryPoint {
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | EmbeddedTkoClient.java | 9 import com.google.gwt.core.client.EntryPoint; 15 public class EmbeddedTkoClient implements EntryPoint, TableSwitchListener {
|