Home
last modified time | relevance | path

Searched defs:specs (Results 1 – 25 of 50) sorted by relevance

12

/external/toolchain-utils/bestflags/
Dtesting_batch.py45 def _GenerateRandomRasks(specs): argument
76 def _GenerateAllFlagsTasks(specs): argument
107 def GenerateRandomGATasks(specs, num_tasks, num_trials): argument
136 def _GenerateInitialFlags(specs, spec): argument
186 def _GenerateAllIterativeEliminationTasks(specs): argument
232 def _ComputeCost(cost_func, specs, flag_set): argument
277 def _TestAlgorithm(cost_func, specs, generations, best_result): argument
Dgenetic_algorithm.py38 def RandomMutate(specs, flag_set, mutation_rate): argument
93 def ReproduceWith(self, other, specs, mutation_rate): argument
168 def InitMetaData(stop_threshold, num_chromosomes, num_trials, specs, argument
Dhill_climb_best_neighbor.py28 def __init__(self, exe_set, parents, specs): argument
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmVariablePointersTests.cpp322 map<string, string> specs; in addVariablePointersComputeGroup() local
346 map<string, string> specs; in addVariablePointersComputeGroup() local
370 map<string, string> specs; in addVariablePointersComputeGroup() local
402 map<string, string> specs; in addVariablePointersComputeGroup() local
432 map<string, string> specs; in addVariablePointersComputeGroup() local
463 map<string, string> specs; in addVariablePointersComputeGroup() local
499 map<string, string> specs; in addVariablePointersComputeGroup() local
531 map<string, string> specs; in addVariablePointersComputeGroup() local
906 map<string, string> specs; in addComplexTypesVariablePointersComputeGroup() local
938 map<string, string> specs; in addComplexTypesVariablePointersComputeGroup() local
[all …]
DvktSpvAsm16bitStorageTests.cpp576 map<string, string> specs; in addCompute16bitStorageUniform16To32Group() local
702 map<string, string> specs; in addCompute16bitStorageUniform16To32Group() local
841 map<string, string> specs; in addCompute16bitStoragePushConstant16To32Group() local
950 map<string, string> specs; in addCompute16bitStoragePushConstant16To32Group() local
1160 map<string, string> specs; in addGraphics16BitStorageUniformInt32To16Group() local
1308 map<string, string> specs; in addCompute16bitStorageUniform32To16Group() local
1418 map<string, string> specs; in addCompute16bitStorageUniform32To16Group() local
1544 map<string, string> specs; in addGraphics16BitStorageUniformFloat32To16Group() local
1637 map<string, string> specs; in addGraphics16BitStorageUniformFloat32To16Group() local
1750 map<string, string> specs; in addGraphics16BitStorageUniformFloat32To16Group() local
[all …]
DvktSpvAsmConditionalBranchTests.cpp62 map<string, string> specs; in addComputeSameLabelsTest() local
146 map<string, string> specs; in addGraphicsSameLabelsTest() local
DvktSpvAsmIndexingTests.cpp94 map<string, string> specs; in addComputeIndexingTests() local
309 map<string, string> specs; in addGraphicsIndexingTests() local
/external/emma/ant/ant14/com/vladium/emma/instr/
DFilterCfg.java45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setValue() local
73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setIncludes() local
95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setExcludes() local
/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java60 final String [] specs = new String [_specs.size ()]; in create() local
67 public static IInclExclFilter create (final String [] specs) in create()
/external/tensorflow/tensorflow/contrib/
D__init__.py89 from tensorflow.contrib.specs import python as specs unknown
/external/selinux/libselinux/utils/
Dsefcontext_compile.c98 struct spec *specs = data->spec_arr; in write_binary_file() local
248 struct spec *specs = data->spec_arr; in free_specs() local
/external/autotest/frontend/client/src/autotest/common/table/
DJSONObjectComparator.java12 public JSONObjectComparator(SortSpec[] specs) { in JSONObjectComparator()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorIDParser.java153 Specs specs = parseFilterID(id, pos, true); in parseFilterID() local
700 private static SingleID specsToID(Specs specs, int dir) { in specsToID()
735 private static SingleID specsToSpecialInverse(Specs specs) { in specsToSpecialInverse()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorIDParser.java154 Specs specs = parseFilterID(id, pos, true); in parseFilterID() local
701 private static SingleID specsToID(Specs specs, int dir) { in specsToID()
736 private static SingleID specsToSpecialInverse(Specs specs) { in specsToSpecialInverse()
/external/skqp/src/gpu/
DGrRenderTarget.cpp105 const GrGpu::MultisampleSpecs& specs = gpu->queryMultisampleSpecs(pipeline); in getMultisampleSpecs() local
/external/icu/icu4c/source/i18n/
Dtridpars.cpp222 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID() local
817 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID()
855 TransliteratorIDParser::specsToSpecialInverse(const Specs& specs, UErrorCode &status) { in specsToSpecialInverse()
/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_device_collector.py123 def get_devices_by_spec(self, *specs):
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DBouncyCastleProviderConfiguration.java183 DHParameterSpec[] specs = (DHParameterSpec[])params; in getDHDefaultParameters() local
/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs_test.py31 specs = python variable
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.h74 struct etna_specs specs; member
/external/skqp/tests/
DGpuSampleLocationsTest.cpp94 const GrGpu::MultisampleSpecs& specs, bool flipY) { in assert_equal()
/external/deqp/modules/gles31/functional/
Des31fFboNoAttachmentTests.cpp532 const FboSpec specs[] = in createFboNoAttachmentTests() local
617 const FboSpec specs[][2] = in createFboNoAttachmentTests() local
/external/skqp/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp302 const GrGpu::MultisampleSpecs& specs = rtp.getMultisampleSpecs(pipeline); in defineSampleOffsetArray() local
/external/selinux/libselinux/src/
Dlabel_db.c84 spec_t specs[0]; member
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessor.java74 public synchronized final void setInclExclFilter (final String [] specs) in setInclExclFilter()

12