/external/deqp-deps/amber/src/vkscript/ |
D | command_parser_test.cc | 35 Script script; in TEST_F() local 73 Script script; in TEST_F() local 95 Script script; in TEST_F() local 117 Script script; in TEST_F() local 139 Script script; in TEST_F() local 161 Script script; in TEST_F() local 172 Script script; in TEST_F() local 183 Script script; in TEST_F() local 204 Script script; in TEST_F() local 225 Script script; in TEST_F() local [all …]
|
D | parser_test.cc | 96 auto script = parser.GetScript(); in TEST_F() local 114 auto script = parser.GetScript(); in TEST_F() local 133 auto script = parser.GetScript(); in TEST_F() local 148 auto script = parser.GetScript(); in TEST_F() local 163 auto script = parser.GetScript(); in TEST_F() local 231 auto script = parser.GetScript(); in TEST_F() local 253 auto script = parser.GetScript(); in TEST_F() local 281 auto script = parser.GetScript(); in TEST_F() local 319 auto script = parser.GetScript(); in TEST_F() local 331 auto script = parser.GetScript(); in TEST_F() local [all …]
|
/external/cronet/stable/third_party/icu/source/common/ |
D | uscript_props.cpp | 250 int32_t getScriptProps(UScriptCode script) { in getScriptProps() 261 uscript_getSampleString(UScriptCode script, char16_t *dest, int32_t capacity, UErrorCode *pErrorCod… in uscript_getSampleString() 282 uscript_getSampleUnicodeString(UScriptCode script) { in uscript_getSampleUnicodeString() 292 uscript_getUsage(UScriptCode script) { in uscript_getUsage() 297 uscript_isRightToLeft(UScriptCode script) { in uscript_isRightToLeft() 302 uscript_breaksBetweenLetters(UScriptCode script) { in uscript_breaksBetweenLetters() 307 uscript_isCased(UScriptCode script) { in uscript_isCased()
|
/external/cronet/tot/third_party/icu/source/common/ |
D | uscript_props.cpp | 250 int32_t getScriptProps(UScriptCode script) { in getScriptProps() 261 uscript_getSampleString(UScriptCode script, char16_t *dest, int32_t capacity, UErrorCode *pErrorCod… in uscript_getSampleString() 282 uscript_getSampleUnicodeString(UScriptCode script) { in uscript_getSampleUnicodeString() 292 uscript_getUsage(UScriptCode script) { in uscript_getUsage() 297 uscript_isRightToLeft(UScriptCode script) { in uscript_isRightToLeft() 302 uscript_breaksBetweenLetters(UScriptCode script) { in uscript_breaksBetweenLetters() 307 uscript_isCased(UScriptCode script) { in uscript_isCased()
|
/external/icu/icu4c/source/common/ |
D | uscript_props.cpp | 258 int32_t getScriptProps(UScriptCode script) { in getScriptProps() 269 uscript_getSampleString(UScriptCode script, char16_t *dest, int32_t capacity, UErrorCode *pErrorCod… in uscript_getSampleString() 290 uscript_getSampleUnicodeString(UScriptCode script) { in uscript_getSampleUnicodeString() 300 uscript_getUsage(UScriptCode script) { in uscript_getUsage() 305 uscript_isRightToLeft(UScriptCode script) { in uscript_isRightToLeft() 310 uscript_breaksBetweenLetters(UScriptCode script) { in uscript_breaksBetweenLetters() 315 uscript_isCased(UScriptCode script) { in uscript_isCased()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlparser_unittest.cpp | 40 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 65 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 90 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 104 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 118 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 132 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 146 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 160 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 174 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local 188 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() local [all …]
|
/external/pytorch/benchmarks/static_runtime/ |
D | test_generated_ops.cc | 16 const std::string script = R"IR( in TEST() local 46 const std::string script = R"IR( in TEST() local 76 const std::string script = R"IR( in TEST() local 106 const std::string script = R"IR( in TEST() local 136 const std::string script = R"IR( in TEST() local 166 const std::string script = R"IR( in TEST() local 200 const std::string script = R"IR( in TEST() local 238 const std::string script = R"IR( in TEST() local 276 const std::string script = R"IR( in TEST() local 308 const std::string script = R"IR( in TEST() local [all …]
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | LocaleScriptInfo.java | 31 String script = getScriptFromLocale(locale); in getScriptFromLocaleOrSupplemental() local 49 String script = cLocale.getScript(); in getScriptFromLocale() local 89 String script = scripts.iterator().next(); in getScriptFromSupplementalData() local 124 int script = UScript.getScript(it.codepoint); in getExemplarUScriptId() local 136 int script = UScript.getScript(cp = UTF16.charAt(it.string, i)); in getExemplarUScriptId() local
|
D | ScriptToExemplars.java | 18 public static UnicodeSet getExemplars(String script) { in getExemplars() 32 private UnicodeSet getExemplars(String script) { in getExemplars() 51 String script = parts.next(); in try() local 72 String script = entry.getKey(); in write() local
|
/external/google-cloud-java/generation/new_client/ |
D | README.md | 132 ### API short name 137 ### Proto path 147 ### Name pretty 153 ### Product Docs 160 ### API description 165 ### Example arguments
|
/external/pytorch/benchmarks/fastrnns/ |
D | factory.py | 69 def lstm_creator(script=True, **kwargs): argument 81 def lnlstm_creator(script=True, decompose_layernorm=False, **kwargs): argument 110 def dropoutlstm_creator(script=True, **kwargs): argument 138 def lstm_premul_creator(script=True, **kwargs): argument 150 def lstm_premul_bias_creator(script=True, **kwargs): argument 162 def lstm_simple_creator(script=True, **kwargs): argument 174 def lstm_multilayer_creator(script=True, **kwargs): argument 266 def varlen_lstm_factory(cell, script): argument 306 def varlen_lstm_creator(script=False, **kwargs): argument 406 def lstm_factory(cell, script): argument [all …]
|
/external/rust/android-crates-io/crates/icu_locale_core/tests/fixtures/ |
D | langid.json | 21 "script": "Latn" string 29 "script": "Arab" string 37 "script": "Latn", string 46 "script": "Arab", string 55 "script": "Latn", string 65 "script": "Arab", string 75 "script": "Arab", string 85 "script": "Latn", string 111 "script": "Latn" string 126 "script": "Latn", string [all …]
|
/external/angle/scripts/ |
D | run_code_generation.py | 25 def get_child_script_dirname(script): argument 30 def get_executable_name(script): argument 41 def paths_from_auto_script(script, param): argument 60 def auto_script(script): argument 188 def update_output_hashes(script, outputs, new_hashes): argument
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_run_timed_execution_test.cc | 42 auto script = parser.GetScript(); in TEST_F() local 73 auto script = parser.GetScript(); in TEST_F() local 103 auto script = parser.GetScript(); in TEST_F() local 136 auto script = parser.GetScript(); in TEST_F() local 175 auto script = parser.GetScript(); in TEST_F() local 215 auto script = parser.GetScript(); in TEST_F() local 261 auto script = parser.GetScript(); in TEST_F() local
|
D | parser_buffer_test.cc | 68 auto script = parser.GetScript(); in TEST_F() local 101 auto script = parser.GetScript(); in TEST_F() local 134 auto script = parser.GetScript(); in TEST_F() local 167 auto script = parser.GetScript(); in TEST_F() local 199 auto script = parser.GetScript(); in TEST_F() local 232 auto script = parser.GetScript(); in TEST_F() local 265 auto script = parser.GetScript(); in TEST_F() local 294 auto script = parser.GetScript(); in TEST_F() local 323 auto script = parser.GetScript(); in TEST_F() local 352 auto script = parser.GetScript(); in TEST_F() local [all …]
|
/external/deqp-deps/amber/src/ |
D | executor_test.cc | 242 auto script = parser.GetScript(); in TEST_F() local 273 auto script = parser.GetScript(); in TEST_F() local 304 auto script = parser.GetScript(); in TEST_F() local 332 auto script = parser.GetScript(); in TEST_F() local 368 auto script = parser.GetScript(); in TEST_F() local 403 auto script = parser.GetScript(); in TEST_F() local 424 auto script = parser.GetScript(); in TEST_F() local 444 auto script = parser.GetScript(); in TEST_F() local 474 auto script = parser.GetScript(); in TEST_F() local 494 auto script = parser.GetScript(); in TEST_F() local [all …]
|
/external/cronet/tot/third_party/icu/source/samples/layout/ |
D | ScriptCompositeFontInstance.cpp | 45 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphAdvance() local 59 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphPoint() local 69 …etSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode … in getSubFont() 97 le_int32 script = uscript_getScript(ch, &error); in mapCharToGlyph() local
|
/external/cronet/stable/third_party/icu/source/samples/layout/ |
D | ScriptCompositeFontInstance.cpp | 45 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphAdvance() local 59 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphPoint() local 69 …etSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode … in getSubFont() 97 le_int32 script = uscript_getScript(ch, &error); in mapCharToGlyph() local
|
/external/sl4a/Common/src/com/googlecode/android_scripting/ |
D | IntentBuilders.java | 50 public static Intent buildStartInBackgroundIntent(File script) { in buildStartInBackgroundIntent() 66 public static Intent buildStartInTerminalIntent(File script) { in buildStartInTerminalIntent() 119 public static Intent buildBackgroundShortcutIntent(File script, Parcelable iconResource) { in buildBackgroundShortcutIntent() 136 public static Intent buildTerminalShortcutIntent(File script, Parcelable iconResource) { in buildTerminalShortcutIntent()
|
/external/python/cpython3/Lib/test/test_interpreters/ |
D | utils.py | 113 def wrap_script(cls, script, *, stdout=True, stderr=False, exc=False): argument 338 def _captured_script(script, *, stdout=True, stderr=False, exc=False): argument 497 def _run_string(self, interp, script): argument 509 def run_and_capture(self, interp, script): argument 568 def capturing(self, script): argument 575 def run_from_capi(self, interpid, script, *, main=False): argument 648 def exec_interp(script): argument 653 def run_interp(script): argument 656 def exec_interp(script): argument 664 def run_interp(script): argument [all …]
|
/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/ |
D | CanonicalCharacterData.java | 28 Record(int character, int script) in Record() 124 int script = UScript.getScript(character); in add() local 134 public int getMaxEquivalents(int script) in getMaxEquivalents() 143 public Record getRecord(int script, int index) in getRecord() 158 public int countRecords(int script) in countRecords()
|
/external/webrtc/infra/specs/ |
D | tryserver.webrtc.json | 9 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 32 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 55 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 78 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 101 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 124 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 147 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 171 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 195 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 219 "script": "//testing/merge_scripts/standard_gtest_merge.py" string [all …]
|
D | client.webrtc.json | 9 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 32 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 55 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 78 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 101 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 124 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 147 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 171 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 195 "script": "//testing/merge_scripts/standard_gtest_merge.py" string 219 "script": "//testing/merge_scripts/standard_gtest_merge.py" string [all …]
|
/external/apache-velocity-engine/velocity-engine-scripting/src/test/java/org/apache/velocity/script/test/ |
D | ScriptEngineTest.java | 70 String script = "<html><body>#set( $foo = 'Velocity' )Hello $foo World!</body><html>"; in testEngineEvals() local 80 String script = "$foo"; in testCompilable() local 92 …String script = "$context.class.name $context.writer.class.name $context.reader.class.name $contex… in testContext() local
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | LanguageTest.java | 46 addMap(language2script, language, script, type); in addMap() argument 47 addMap(script2language, script, language, type); in addMap() argument 68 script2likely.put(script, bestLanguage + "_" + script + "_" + bestTerritory); in script2likely.put() argument 83 final String script, in addMap() 103 String script = parser.set(language).getScript(); in TestThatLanguagesHaveScript() local 198 String script = scriptLang[0]; in TestScriptsWithoutLanguage() local 260 private String getScriptName(String script) { in getScriptName()
|