Home
last modified time | relevance | path

Searched refs:sep1 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dlogmerge.py39 sep1 = '='*77 + '\n' # file separator variable
84 if line == sep1:
/external/r8/src/main/java/com/android/tools/r8/bisect/
DBisectState.java123 int sep1 = nonLastEntry.indexOf(':'); in Run() local
124 good = nonLastEntry.substring(0, sep1).trim().equals("good"); in Run()
125 String rangeEntry = nonLastEntry.substring(sep1 + 1).trim(); in Run()
/external/llvm/test/Analysis/DependenceAnalysis/
DSeparability.ll90 define void @sep1([100 x [100 x i32]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
/external/curl/lib/
Dftp.c1894 const char sep1 = separator[0]; in ftp_state_pasv_resp() local
1900 if(separator[i] != sep1) { in ftp_state_pasv_resp()