/third_party/backends/backend/genesys/ |
H A D | gl646.h | 53 void set_fe(Genesys_Device* dev, const Genesys_Sensor& sensor, std::uint8_t set) const override;
|
H A D | gl841.h | 49 void set_fe(Genesys_Device* dev, const Genesys_Sensor& sensor, std::uint8_t set) const override;
|
/third_party/gn/src/gn/ |
H A D | string_atom.cc | 10 #include <set> 25 // - a set of string pointers, corresponding to the known strings in the 111 // Ensure kEmptyString is in our set while not being allocated in StringAtomSet() 131 // Allocate new string, insert its address in the set. in find()
|
H A D | ninja_c_binary_target_writer.h | 26 using OutputFileSet = std::set<OutputFile>; 88 // Writes the stamp line for a source set. These are not linked.
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | fldset.h | 26 * one of a particular set of enum values. Each integer value (int32_t) is optional and 27 * may or may not be set. 36 * @param whichEnum which enumaration value goes with this set. Will be used to calculate string 54 * @param other the set to compare against. 56 * @return a formatted string listing which fields are set in 107 * @param inheritFrom the set inheriting from - may be null. 110 * @param status error status - set to error for failure. 121 * @param inheritFrom the set inheriting from - may be null. 124 * @param status error status - set to error for failure. 135 * Implementations of this function should call set(fiel [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ByteArrayWrapper.java | 137 public final ByteArrayWrapper set(byte[] src, int start, int limit) in set() method in ByteArrayWrapper
|
H A D | CodePointMap.java | 135 * iteration will resume after the newly set end. 142 public void set(int start, int end, int value) { in set() method in CodePointMap.Range 350 * @param range the range object that will be set to the code point range and value 373 * @param range the range object that will be set to the code point range and value
|
/third_party/icu/icu4c/source/common/ |
H A D | stringpiece.cpp | 46 void StringPiece::set(const char* str) { in set() function in StringPiece
|
H A D | unisetspan.h | 28 * Implement span() etc. for a set with strings. 59 UnicodeSetStringSpan(const UnicodeSet &set, const UVector &setStrings, uint32_t which); 61 // Copy constructor. Assumes which==ALL for a frozen set. 90 // All code points in the string are contained in the parent set. 110 // The strings of the parent set. 123 // the UTF-8 versions of the parent set's strings.
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CodePointMap.java | 124 * iteration will resume after the newly set end. 130 public void set(int start, int end, int value) { in set() method in CodePointMap.Range 329 * @param range the range object that will be set to the code point range and value 351 * @param range the range object that will be set to the code point range and value
|
H A D | ByteArrayWrapper.java | 131 public final ByteArrayWrapper set(byte[] src, int start, int limit) in set() method in ByteArrayWrapper
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | UnicodeSetPerf.java | 89 us.set(testChars); in testUnicodeSetContains()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationsets.h | 29 * Finds the set of characters and strings that sort differently in the tailoring 116 void addStrings(UChar32 start, UChar32 end, UnicodeSet *set);
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_cache_size.tex | 8 \begin{Name}{3}{unw\_set\_cache\_size}{Dave Watson}{Programming Library}{unw\_set\_cache\_size}unw\_set\_cache\_size -- set unwind cache size
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | build_tree.py | 83 dirs = set({})
|
H A D | psa_information.py | 83 used = set() 89 # Define set of regular expressions and dependencies to optionally append
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_psa_compliance.py | 100 unexpected_successes = set(EXPECTED_FAILURES)
|
H A D | psa_collect_statuses.py | 31 self.codes = set()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_get.js | 132 set: function() {}
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.h | 30 #include "util/set.h" 67 struct set masks;
|
/third_party/node/lib/ |
H A D | inspector.js | 138 this[messageCallbacksSymbol].set(id, callback);
|
/third_party/node/lib/internal/modules/esm/ |
H A D | utils.js | 132 * could be set by the caller. 147 moduleRegistries.set(idSymbol, registry); 188 * This is configured during pre-execution. Specifically it's set to true for 221 // We need the loader customizations to be set _before_ we start invoking 224 // global values are magically set in `setupUserModules` just for us and
|
/third_party/node/lib/internal/modules/ |
H A D | package_json_reader.js | 131 cache.set(jsonPath, result);
|
/third_party/node/lib/internal/streams/ |
H A D | duplex.js | 110 set(value) {
|
/third_party/node/lib/internal/ |
H A D | tty.js | 96 `The '${name}' env is ignored due to the 'FORCE_COLOR' env being set.`,
|