Home
last modified time | relevance | path

Searched refs:Where (Results 1 – 25 of 260) sorted by relevance

1234567891011

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatCommon.h22 AlignStyle Where; member
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount) in FmtAlign()
26 : Adapter(Adapter), Where(Where), Amount(Amount) {} in FmtAlign()
48 switch (Where) { in format()
DFormatVariadic.h51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem()
54 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem()
60 AlignStyle Where = AlignStyle::Right; member
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
112 FmtAlign Align(*W, R.Where, R.Align); in format()
/external/clang/lib/Rewrite/
DTokenRewriter.cpp70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken() argument
71 Where = TokenList.insert(Where, T); in AddToken()
74 Where)).second; in AddToken()
77 return Where; in AddToken()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyStoreResults.cpp95 MachineInstr *Where = O.getParent(); in ReplaceDominatedUses() local
98 if (&MI == Where || !MDT.dominates(&MI, Where)) in ReplaceDominatedUses()
102 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where); in ReplaceDominatedUses()
113 DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from " in ReplaceDominatedUses()
/external/e2fsprogs/lib/
Ddirpaths.h.in6 /* Where to put the messages file for internationalization support */
9 /* Where to find the mke2fs.conf and e2fsck.conf files */
/external/libnfnetlink/
DREADME28 Where can I find documentation?
35 It has bugs. Where do I report them?
46 Where do I get support?
/external/flatbuffers/tests/FlatBuffers.Test/
DProgram.cs31 ….Where(t => t.IsClass && t.GetCustomAttributes(typeof (FlatBuffersTestClassAttribute), false).Leng… in Main()
37 … .Where(m => m.GetCustomAttributes(typeof(FlatBuffersTestMethodAttribute), false).Length > 0); in Main()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleValidityChecker.java34 public static class Where { class in LocaleValidityChecker
71 public boolean isValid(ULocale locale, Where where) { in isValid()
146 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU()
315 private boolean isValidLocale(String extensionString, Where where) { in isValidLocale()
333 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleValidityChecker.java32 public static class Where { class in LocaleValidityChecker
69 public boolean isValid(ULocale locale, Where where) { in isValid()
144 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU()
313 private boolean isValidLocale(String extensionString, Where where) { in isValidLocale()
331 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl-root.cnf18 dir = ./rootCA # Where everything is kept
19 certs = $dir/certs # Where the issued certs are kept
20 crl_dir = $dir/crl # Where the issued crl are kept
Dopenssl.cnf18 dir = ./demoCA # Where everything is kept
19 certs = $dir/certs # Where the issued certs are kept
20 crl_dir = $dir/crl # Where the issued crl are kept
/external/selinux/secilc/docs/
Dcil_user_statements.md13 **Where:**
49 **Where:**
91 **Where:**
127 **Where:**
185 **Where:**
231 **Where:**
296 **Where:**
339 **Where:**
380 **Where:**
425 **Where:**
Dcil_mls_labeling_statements.md15 **Where:**
51 **Where:**
83 **Where:**
125 **Where:**
168 **Where:**
204 **Where:**
232 **Where:**
272 **Where:**
312 **Where:**
385 **Where:**
[all …]
Dcil_role_statements.md13 **Where:**
51 **Where:**
93 **Where:**
129 **Where:**
193 **Where:**
229 **Where:**
288 **Where:**
Dcil_sid_statements.md13 **Where:**
49 **Where:**
87 **Where:**
Dcil_xen_statements.md17 **Where:**
57 **Where:**
97 **Where:**
135 **Where:**
173 **Where:**
Dcil_policy_config_statements.md15 **Where:**
49 **Where:**
86 **Where:**
Dcil_type_statements.md13 **Where:**
49 **Where:**
81 **Where:**
124 **Where:**
158 **Where:**
227 **Where:**
282 **Where:**
342 **Where:**
402 **Where:**
474 **Where:**
Dcil_class_and_permission_statements.md13 **Where:**
51 **Where:**
91 **Where:**
151 **Where:**
208 **Where:**
240 **Where:**
351 **Where:**
387 **Where:**
467 **Where:**
Dcil_default_object_statements.md15 **Where:**
67 **Where:**
114 **Where:**
152 **Where:**
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java28 import com.ibm.icu.impl.locale.LocaleValidityChecker.Where;
257 Where where = new Where();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestLocaleValidity.java29 import android.icu.impl.locale.LocaleValidityChecker.Where;
258 Where where = new Where();
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.031 Where type is either
48 Where type is d.
/external/libexif/m4m/
Dgp-packaging.m446 [Where to install hotplug scripts as docs [default=autodetect]])])
61 [Where to install hotplug scripts as docs [default=autodetect]])])
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h610 void splice(iterator Where, MachineBasicBlock *Other, iterator From) {
612 if (Where != From)
613 splice(Where, Other, From, std::next(From));
621 void splice(iterator Where, MachineBasicBlock *Other,
623 Insts.splice(Where.getInstrIterator(), Other->Insts,

1234567891011