/external/chromium_org/sandbox/win/src/ |
D | interception_agent.h | 48 bool OnDllLoad(const UNICODE_STRING* full_path, const UNICODE_STRING* name, 62 bool DllMatch(const UNICODE_STRING* full_path, const UNICODE_STRING* name,
|
D | sandbox_nt_util.h | 132 UNICODE_STRING* GetImageInfoFromModule(HMODULE module, uint32* flags); 138 UNICODE_STRING* GetBackingFilePath(PVOID address); 144 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path); 151 UNICODE_STRING* AnsiToUnicode(const char* string);
|
D | sandbox_nt_util.cc | 331 UNICODE_STRING* AnsiToUnicode(const char* string) { in AnsiToUnicode() 341 sizeof(UNICODE_STRING); in AnsiToUnicode() 343 UNICODE_STRING* out_string = reinterpret_cast<UNICODE_STRING*>( in AnsiToUnicode() 363 UNICODE_STRING* GetImageInfoFromModule(HMODULE module, uint32* flags) { in GetImageInfoFromModule() 364 UNICODE_STRING* out_name = NULL; in GetImageInfoFromModule() 394 UNICODE_STRING* GetBackingFilePath(PVOID address) { in GetBackingFilePath() 422 return reinterpret_cast<UNICODE_STRING*>(section_name); in GetBackingFilePath() 426 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path) { in ExtractModuleName() 456 char* str_buffer = new(NT_ALLOC) char[size_bytes + sizeof(UNICODE_STRING)]; in ExtractModuleName() 460 UNICODE_STRING* out_string = reinterpret_cast<UNICODE_STRING*>(str_buffer); in ExtractModuleName()
|
D | sync_policy.cc | 41 UNICODE_STRING symbolic_link_directory_string = {}; in ResolveSymbolicLink() 57 UNICODE_STRING name_string = {}; in ResolveSymbolicLink() 70 UNICODE_STRING target_path = {}; in ResolveSymbolicLink() 121 UNICODE_STRING directory_name = {}; in GetBaseNamedObjectsDirectory() 198 UNICODE_STRING unicode_event_name = {}; in CreateEventAction() 235 UNICODE_STRING unicode_event_name = {}; in OpenEventAction()
|
D | interception_agent.cc | 63 bool InterceptionAgent::DllMatch(const UNICODE_STRING* full_path, in DllMatch() 64 const UNICODE_STRING* name, in DllMatch() 66 UNICODE_STRING current_name; in DllMatch() 84 bool InterceptionAgent::OnDllLoad(const UNICODE_STRING* full_path, in OnDllLoad() 85 const UNICODE_STRING* name, in OnDllLoad()
|
D | nt_internals.h | 40 } UNICODE_STRING; typedef 41 typedef UNICODE_STRING *PUNICODE_STRING; 42 typedef const UNICODE_STRING *PCUNICODE_STRING; 435 UNICODE_STRING SectionFileName; 465 UNICODE_STRING ObjectName; 466 UNICODE_STRING ObjectTypeName; 479 UNICODE_STRING TypeName; 508 UNICODE_STRING Name; 552 UNICODE_STRING ObjectName;
|
D | policy_engine_opcodes.cc | 15 UNICODE_STRING* ustring) { in InitStringUnicode() 316 UNICODE_STRING match_ustr; in OpcodeEval() 318 UNICODE_STRING source_ustr; in OpcodeEval() 330 UNICODE_STRING match_ustr; in OpcodeEval() 332 UNICODE_STRING source_ustr; in OpcodeEval()
|
D | target_interceptions.cc | 47 UNICODE_STRING* module_name = in TargetNtMapViewOfSection() 49 UNICODE_STRING* file_name = GetBackingFilePath(*base); in TargetNtMapViewOfSection()
|
D | registry_policy.cc | 58 UNICODE_STRING* class_name, in NtCreateKeyInTarget() 191 UNICODE_STRING uni_name = {0}; in CreateKeyAction() 216 UNICODE_STRING uni_name = {0}; in OpenKeyAction()
|
D | filesystem_policy.cc | 249 UNICODE_STRING uni_name = {0}; in CreateFileAction() 280 UNICODE_STRING uni_name = {0}; in OpenFileAction() 309 UNICODE_STRING uni_name = {0}; in QueryAttributesFileAction() 334 UNICODE_STRING uni_name = {0}; in QueryFullAttributesFileAction()
|
D | sandbox_utils.h | 24 UNICODE_STRING* uni_name);
|
/external/chromium_org/tools/win/ChromeDebug/LowLevel/ |
D | Types.cs | 142 public struct UNICODE_STRING { struct in ChromeDebug.LowLevel.LowLevelTypes 159 private UNICODE_STRING imagePathName; 161 private UNICODE_STRING commandLine; 163 public UNICODE_STRING ImagePathName { get { return imagePathName; } } 164 public UNICODE_STRING CommandLine { get { return commandLine; } }
|
/external/chromium_org/sandbox/win/tools/finder/ |
D | ntundoc.h | 18 } UNICODE_STRING; typedef 21 UNICODE_STRING ObjectName; 22 UNICODE_STRING ObjectTypeName; 29 UNICODE_STRING *ObjectName; 44 UNICODE_STRING TypeName; 59 UNICODE_STRING Name; 84 UNICODE_STRING ObjectName;
|
/external/icu4c/i18n/ |
D | smpdtfst.cpp | 36 fDateIgnorables = new UnicodeSet(UNICODE_STRING("[-,./[:whitespace:]]", 20), *status); in SimpleDateFormatStaticSets() 37 fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:whitespace:]]", 19), *status); in SimpleDateFormatStaticSets() 38 fOtherIgnorables = new UnicodeSet(UNICODE_STRING("[:whitespace:]", 14), *status); in SimpleDateFormatStaticSets()
|
D | tolowtrn.cpp | 29 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | toupptrn.cpp | 29 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/external/chromium_org/chrome_frame/crash_reporting/ |
D | nt_loader.h | 123 UNICODE_STRING FullDllName; // 0x024 124 UNICODE_STRING BaseDllName; // 0x02c
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/ |
D | tricky-reordering.txt | 2 ./hb-unicode-encode UNICODE_STRING...
|
/external/icu4c/common/ |
D | rbbiscan.cpp | 489 if (opt == UNICODE_STRING("chain", 5)) { in doParseActions() 491 } else if (opt == UNICODE_STRING("LBCMNoChain", 11)) { in doParseActions() 493 } else if (opt == UNICODE_STRING("forward", 7)) { in doParseActions() 495 } else if (opt == UNICODE_STRING("reverse", 7)) { in doParseActions() 497 } else if (opt == UNICODE_STRING("safe_forward", 12)) { in doParseActions() 499 } else if (opt == UNICODE_STRING("safe_reverse", 12)) { in doParseActions() 501 } else if (opt == UNICODE_STRING("lookAheadHardBreak", 18)) { in doParseActions()
|
D | rbbisetb.cpp | 445 UnicodeString setName = UNICODE_STRING("anon", 4); in printRanges() 485 UnicodeString setName = UNICODE_STRING("anon", 4); in printRangeGroups() 536 setName = UNICODE_STRING("anonymous", 9); in printSets() 684 … if (setName.compare(UNICODE_STRING("dictionary", 10)) == 0) { // TODO: no string literals. in setDictionaryFlag()
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbiscan.cpp | 488 if (opt == UNICODE_STRING("chain", 5)) { in doParseActions() 490 } else if (opt == UNICODE_STRING("LBCMNoChain", 11)) { in doParseActions() 492 } else if (opt == UNICODE_STRING("forward", 7)) { in doParseActions() 494 } else if (opt == UNICODE_STRING("reverse", 7)) { in doParseActions() 496 } else if (opt == UNICODE_STRING("safe_forward", 12)) { in doParseActions() 498 } else if (opt == UNICODE_STRING("safe_reverse", 12)) { in doParseActions() 500 } else if (opt == UNICODE_STRING("lookAheadHardBreak", 18)) { in doParseActions()
|
D | rbbisetb.cpp | 445 UnicodeString setName = UNICODE_STRING("anon", 4); in printRanges() 485 UnicodeString setName = UNICODE_STRING("anon", 4); in printRangeGroups() 536 setName = UNICODE_STRING("anonymous", 9); in printSets() 684 … if (setName.compare(UNICODE_STRING("dictionary", 10)) == 0) { // TODO: no string literals. in setDictionaryFlag()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | tolowtrn.cpp | 29 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | toupptrn.cpp | 29 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | ustrtest.cpp | 145 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestBasicManipulation() 430 UnicodeString s=UNICODE_STRING("a\\u0308b", 8).unescape(); in TestCompare() 479 if(test5!=UNICODE_STRING("Now is ", 7)) { in TestExtract() 579 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestExtract() 1004 test=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape(); in TestReverse() 1108 test1=UNICODE_STRING("la", 2); in TestMiscellaneous() 1109 test1.append(UNICODE_STRING(" lila", 5).getTerminatedBuffer(), 0, -1); in TestMiscellaneous() 1110 if(test1!=UNICODE_STRING("la lila", 7)) { in TestMiscellaneous() 1114 test1.insert(3, UNICODE_STRING("dudum ", 6), 0, INT32_MAX); in TestMiscellaneous() 1115 if(test1!=UNICODE_STRING("la dudum lila", 13)) { in TestMiscellaneous() [all …]
|