Searched defs:PS (Results 1 - 14 of 14) sorted by relevance

/external/linux-tools-perf/util/
H A Dctype.c16 PS = GIT_SPACE | GIT_PRINT_EXTRA, enumerator in enum:__anon8973
24 PS,P, P, P, R, P, P, P, R, R, G, R, P, P, R, P, /* 32.. 47 */
/external/clang/docs/tools/
H A DMakefile30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
57 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD)) macro
81 ps: $(PS)
86 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
103 install-ps:: $(PS)
104 $(Echo) Installing PS Clang Tools Documentation
106 $(Verb) $(DataInstall) $(PS) $(PS_DIR)
/external/clang/test/CodeGen/
H A Ddebug-info-crash.c27 } PS; typedef in typeref:struct:P
30 PS p2;
H A Dbuiltin-memfns.c70 struct PS { struct
73 struct PS ps;
77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS));
/external/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp9 typedef S* PS; typedef
30 PS ps2 = &s;
42 // expected-warning {{'memset' call operates on objects of type 'S' while the size is based on a different type 'PS' (aka 'S *')}} expected-note{{did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?}}
45 memset(ps2, 0, sizeof(PS)); // \
/external/guava/guava-tests/test/com/google/common/net/
H A DInternetDomainNameTest.java102 private static final List<String> PS = ImmutableList.of( field in class:InternetDomainNameTest
215 for (String name : PS) {
335 VALID_NAME, PS, NO_PS, NON_PS);
/external/valgrind/main/memcheck/tests/amd64/
H A Dsse_memory.c176 #define PS 16 macro
180 TEST_INSN( &AllMask, PS,addps)
182 TEST_INSN( &AllMask, PS,andnps)
183 TEST_INSN( &AllMask, PS,andps)
184 TEST_INSN( &AllMask, PS,cmpeqps)
186 TEST_INSN( &AllMask, PS,cmpleps)
188 TEST_INSN( &AllMask, PS,cmpltps)
190 TEST_INSN( &AllMask, PS,cmpneqps)
192 TEST_INSN( &AllMask, PS,cmpnleps)
194 TEST_INSN( &AllMask, PS,cmpnltp
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsse_memory.c176 #define PS 16 macro
180 TEST_INSN( &AllMask, PS,addps)
182 TEST_INSN( &AllMask, PS,andnps)
183 TEST_INSN( &AllMask, PS,andps)
184 TEST_INSN( &AllMask, PS,cmpeqps)
186 TEST_INSN( &AllMask, PS,cmpleps)
188 TEST_INSN( &AllMask, PS,cmpltps)
190 TEST_INSN( &AllMask, PS,cmpneqps)
192 TEST_INSN( &AllMask, PS,cmpnleps)
194 TEST_INSN( &AllMask, PS,cmpnltp
[all...]
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp123 ParsedStatus PS = IsUnparsed; local
134 PS = IsUnparsedNoDirectives;
137 UpdateParsedFileStatus(*SrcManager, FID, PS);
632 ParsedStatus PS) {
642 if (PS == IsParsed) {
651 if (PS == IsUnparsedNoDirectives)
630 UpdateParsedFileStatus(SourceManager &SM, FileID FID, ParsedStatus PS) argument
/external/clang/lib/AST/
H A DDeclTemplate.cpp382 SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS) {
385 PS.clear();
386 PS.resize(PartialSpecs.size());
390 assert(!PS[P->getSequenceNumber()]);
391 PS[P->getSequenceNumber()] = P->getMostRecentDecl();
381 getPartialSpecializations( SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS) argument
/external/clang/include/clang/AST/
H A DDeclTemplate.h1524 SpecializedPartialSpecialization *PS local
1526 PS->PartialSpecialization = PartialSpec;
1527 PS->TemplateArgs = TemplateArgs;
1528 SpecializedTemplate = PS;
1912 SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1368 ClassTemplateSpecializationDecl::SpecializedPartialSpecialization *PS local
1371 PS->PartialSpecialization
1373 PS->TemplateArgs = ArgList;
1374 D->SpecializedTemplate = PS;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 431 milliseconds