Home
last modified time | relevance | path

Searched defs:possible (Results 1 – 20 of 20) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DObjectValues.java24 private String[] possible; field in ObjectValues
42 public void setPossible(String[] possible) { in setPossible()
DObjectValuesWithParam.java24 private T[] possible; field in ObjectValuesWithParam
42 public void setPossible(T[] possible) { in setPossible()
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Ddevicedb.cc32 const DeviceDecisionTreeEdge* possible = in Find() local
/external/libwebsockets/include/libwebsockets/
Dlws-jwk.h67 unsigned short possible; member
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DSeekableInMemoryByteChannel.java111 int possible = size - position; in read() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
DModuleCombiner.cpp33 std::string possible = (newSymName + llvm::utostr(++lastUsedID)).str(); in renameSymbol() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java265 String possible = it2.next(); in getEquivalents() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCanonicalIterator.java261 String possible = it2.next(); in getEquivalents() local
/external/icu/icu4c/source/common/
Dcaniter.cpp382 UnicodeString possible(*((UnicodeString *)(ne2->value.pointer))); in getEquivalents() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java214 final Set<DtdType> possible = x.getValue(); in checkBadAttributes() local
252 final Set<R2<DtdType, String>> possible = x.getValue(); in checkBadAttributes() local
/external/libkmsxx/kms++/src/
Dcard.cpp373 for (auto possible : conn->get_possible_crtcs()) { in get_connected_pipelines() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c349 unsigned possible = 0; in lp_debug_draw_bins_by_coverage() local
/external/igt-gpu-tools/tests/
Dkms_lease.c1002 bool possible; in check_crtc_masks() local
1021 bool possible; in check_crtc_masks() local
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.c657 bool (*possible)(XFER_ARGS); in nv30_transfer_rect() member
/external/cldr/tools/java/org/unicode/cldr/util/
DLenientDateParser.java293 EnumSet<Type> possible = integerToken.allowsAt; in parse() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java790 Object possible = highestShared(locale, children); in TestDefaultContents() local
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh373 const CompositeGlyphChain *possible = &StructAfter<CompositeGlyphChain, in __next__() local
/external/stressapptest/src/
Dworker.cc763 datacast_t possible; in CheckRegion() local
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c2379 xcb_randr_output_t *possible = in wsi_display_find_crtc_for_output() local
/external/webrtc/p2p/base/
Dport_unittest.cc821 bool possible) { in TestConnectivity()