Home
last modified time | relevance | path

Searched refs:EP (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/external/libmtp/logs/
Dmtp-detect-sonyericsson-mt27i-android4.txt44 bEndpointAddress 0x84 EP 4 IN
54 bEndpointAddress 0x04 EP 4 OUT
64 bEndpointAddress 0x81 EP 1 IN
84 bEndpointAddress 0x85 EP 5 IN
94 bEndpointAddress 0x05 EP 5 OUT
157 bEndpointAddress 0x84 EP 4 IN
167 bEndpointAddress 0x04 EP 4 OUT
187 bEndpointAddress 0x85 EP 5 IN
197 bEndpointAddress 0x05 EP 5 OUT
Dmtp-detect-asus-me301t.txt48 bEndpointAddress 0x81 EP 1 IN
58 bEndpointAddress 0x02 EP 2 OUT
68 bEndpointAddress 0x82 EP 2 IN
Dlsusb-canon-canoscan.txt43 bEndpointAddress 0x81 EP 1 IN
53 bEndpointAddress 0x02 EP 2 OUT
63 bEndpointAddress 0x83 EP 3 IN
Dmtp-detect-yifang-tesla.txt47 bEndpointAddress 0x81 EP 1 IN
57 bEndpointAddress 0x02 EP 2 OUT
Dmtp-detect-nokia.txt41 bEndpointAddress 0x82 EP 2 IN
51 bEndpointAddress 0x03 EP 3 OUT
61 bEndpointAddress 0x84 EP 4 IN
Dmtp-detect-hp-slate10hd.txt213 3802: TIFF EP
536 bEndpointAddress 0x81 EP 1 IN
546 bEndpointAddress 0x02 EP 2 OUT
556 bEndpointAddress 0x82 EP 2 IN
596 bEndpointAddress 0x84 EP 4 IN
616 bEndpointAddress 0x83 EP 3 IN
626 bEndpointAddress 0x03 EP 3 OUT
646 bEndpointAddress 0x85 EP 5 IN
656 bEndpointAddress 0x04 EP 4 OUT
Dmtp-detect-zte-v790.txt204 3802: TIFF EP
502 bEndpointAddress 0x81 EP 1 IN
512 bEndpointAddress 0x01 EP 1 OUT
522 bEndpointAddress 0x82 EP 2 IN
542 bEndpointAddress 0x83 EP 3 IN
552 bEndpointAddress 0x02 EP 2 OUT
Dmtp-detect-lenovo-thinkpad-tablet.txt200 3802: TIFF EP
501 bEndpointAddress 0x83 EP 3 IN
511 bEndpointAddress 0x03 EP 3 OUT
521 bEndpointAddress 0x84 EP 4 IN
541 bEndpointAddress 0x86 EP 6 IN
551 bEndpointAddress 0x05 EP 5 OUT
Dmtp-detect-blu-studio-hd.txt103 3802: TIFF EP
Dmtp-detect-sony-xperia-j.txt211 3802: TIFF EP
599 bEndpointAddress 0x81 EP 1 IN
609 bEndpointAddress 0x01 EP 1 OUT
619 bEndpointAddress 0x82 EP 2 IN
639 bEndpointAddress 0x83 EP 3 IN
649 bEndpointAddress 0x02 EP 2 OUT
Dmtp-detect-blu-studio--energy-x2.txt44 bEndpointAddress 0x81 EP 1 IN
54 bEndpointAddress 0x01 EP 1 OUT
64 bEndpointAddress 0x82 EP 2 IN
84 bEndpointAddress 0x83 EP 3 IN
94 bEndpointAddress 0x02 EP 2 OUT
331 3802: TIFF EP
Dmtp-detect-lenovo-a1000.txt80 bEndpointAddress 0x81 EP 1 IN
90 bEndpointAddress 0x01 EP 1 OUT
100 bEndpointAddress 0x82 EP 2 IN
120 bEndpointAddress 0x83 EP 3 IN
130 bEndpointAddress 0x02 EP 2 OUT
360 3802: TIFF EP
Dmtp-detect-medion-lifetab-p9514.txt93 3802: TIFF EP
Dmtp-detect-hp-touchpad.txt94 3802: TIFF EP
Dmtp-detect-sony-xperia-sx.txt119 3802: TIFF EP
Dmtp-detect-sony-xperia-m2dual.txt277 3802: TIFF EP
674 bEndpointAddress 0x81 EP 1 IN
684 bEndpointAddress 0x01 EP 1 OUT
694 bEndpointAddress 0x82 EP 2 IN
714 bEndpointAddress 0x83 EP 3 IN
724 bEndpointAddress 0x02 EP 2 OUT
/external/clang/test/CodeGen/
Dxcore-stringtype.c64 extern int* EP;
67 return I? EP : GP; in pointerType()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp62 ARCRuntimeEntryPoints EP; member in __anon56abd6c40111::ObjCARCContract
138 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall()
184 Constant *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease()
385 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong()
652 EP.init(&M); in doInitialization()
DObjCARCOpts.cpp473 ARCRuntimeEntryPoints EP; member in __anon18bb0acc0211::ObjCARCOpt
632 Constant *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeRetainRVCall()
668 Constant *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease); in OptimizeAutoreleaseRVCall()
774 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in OptimizeIndividualCalls()
1490 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in MoveCalls()
1501 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in MoveCalls()
1848 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls()
1877 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls()
2165 EP.init(&M); in doInitialization()
/external/spirv-llvm/lib/SPIRV/
DTransOCLMD.cpp148 auto EP = B.addNamedMD(kSPIRVMD::EntryPoint); in visit() local
168 EP.addOp() in visit()
/external/python/cpython2/Modules/_ctypes/libffi/
Dmsvcc.sh212 "$cl" -nologo -EP $includes $defines $src > $ppsrc || exit $?
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_dur.pkb8 … q!C�BpqA�%B����r�@0S`�@P�Ur�h1�g1�#c�'c@"�Q3 0��r�zB�EP�4R01a5r#d�#t�$…
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp583 if (PathDiagnosticEventPiece *EP = dyn_cast<PathDiagnosticEventPiece>(*I)) { in ProcessMacroPiece() local
590 << html::EscapeText(EP->getString()) in ProcessMacroPiece()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_dur.pkb79 …P 1�1�a �`0`B1� �Xp q`$0� a� G�� �� B�Q@@��i�EPĜ���01 ����@ 0!AQ…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb741 …lucose)gluecgoes0goingH golisano )>'C*J!HEFgone0 gonzalez )>'EP!HC&Jgooch)>!MLgoo…
920 )C*D*K!</&EP limiting"limitsclimpDlincoln)linear "C!*E@$Ilinen)C!*E&Elinkclinked…
1009 )&G!*EA&E opinions )&G!*EA&EP opponentAopportunities)'G&IKA!ME*K*P opportunity)'G&IKA!ME*K*op…

12345678910>>...15