/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/i18n/ |
H A D | SimpleLanguageTag.java | 20 import com.google.auto.value.AutoValue;
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | Node.java | 19 import com.google.auto.value.AutoValue;
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | strutil.py | 7 def unrepr(value):
|
/third_party/rust/crates/env_logger/examples/ |
H A D | custom_format.rs | 42 style.value(record.args()) in main()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_sys_exc.py | 1 """Fixer for sys.exc_{type, value, traceback} 24 index = Number(self.exc_info.index(sys_attr.value))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | HandleAllocator.h | 25 // Specify maximum handle value. Used for testing. 30 void setBaseHandle(GLuint value);
|
H A D | validationES3.h | 40 GLint value);
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | tls.h | 51 bool SetTLSValue(TLSIndex index, void *value);
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | Preprocessor.h | 50 // If length is a value other than NULL, it points to an array containing 53 // corresponding string or a value less than 0 to indicate that the string 57 void predefineMacro(const char *name, int value);
|
H A D | Macro.h | 49 void PredefineMacro(MacroSet *macroSet, const char *name, int value);
|
H A D | DirectiveHandlerBase.h | 32 // Handle pragma of form: #pragma name[(value)] 35 const std::string &value,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLEventImpl.h | 33 void *value,
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | generator_magic_number_test.cpp | 33 EXPECT_THAT(std::string(spvGeneratorStr(GetParam().value())), in TEST_P()
|
H A D | text_to_binary.group_test.cpp | 42 Eq(MakeInstruction(SpvOpGroupIAdd, {1, 2, 3, GetParam().value(), 4}))); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | MockDirectiveHandler.h | 24 const std::string &value,
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DSemaphore.h | 27 uint64_t value() const { return fFenceInfo.fValue; } in value() function in GrD3DSemaphore
|
/third_party/skia/src/core/ |
H A D | SkXfermodeInterpretation.cpp | 20 switch (bm.value()) { in SkInterpretXfermode()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | DirectiveHandlerBase.h | 36 // Handle pragma of form: #pragma name[(value)] 39 const std::string &value,
|
H A D | Macro.h | 54 void PredefineMacro(MacroSet *macroSet, const char *name, int value);
|
H A D | Preprocessor.h | 48 // If length is a value other than NULL, it points to an array containing 51 // corresponding string or a value less than 0 to indicate that the string 55 void predefineMacro(const char *name, int value);
|
/third_party/openssl/include/openssl/ |
H A D | conf_api.h | 34 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | conf_api.h | 28 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | generator_magic_number_test.cpp | 33 EXPECT_THAT(std::string(spvGeneratorStr(GetParam().value())), in TEST_P()
|
H A D | text_to_binary.group_test.cpp | 42 Eq(MakeInstruction(SpvOpGroupIAdd, {1, 2, 3, GetParam().value(), 4}))); in TEST_P()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | utmscale.h | 279 * Similar to Unix time (linear value from 1970) and struct timeval 288 * The first unused time scale value. The limit of this enum 289 * @deprecated ICU 59 The numeric value may change over time, see ICU ticket #12420. 316 * The constant used to select the epoch offset value 326 * The constant used to select the minimum from value 336 * The constant used to select the maximum from value 346 * The constant used to select the minimum to value 356 * The constant used to select the maximum to value 367 * The constant used to select the epoch plus one value 370 * NOTE: This is an internal value [all...] |