Home
last modified time | relevance | path

Searched refs:ctp (Results 1 – 6 of 6) sorted by relevance

/external/doclava/src/com/google/doclava/
DClassInfo.java363 ClassTypePair ctp = itr.next(); in interfacesWithTypes() local
364 if (ctp.classInfo().checkLevel()) { in interfacesWithTypes()
369 ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping())); in interfacesWithTypes()
392 ClassTypePair ctp = itr.next(); in allInterfacesWithTypes() local
394 ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping())); in allInterfacesWithTypes()
398 ClassTypePair ctp = toParse.remove(); in allInterfacesWithTypes() local
399 if (!visited.contains(ctp.typeInfo().fullName())) { in allInterfacesWithTypes()
400 mAllInterfacesWithTypes.add(ctp); in allInterfacesWithTypes()
401 visited.add(ctp.typeInfo().fullName()); in allInterfacesWithTypes()
402 toParse.addAll(ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping())); in allInterfacesWithTypes()
[all …]
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Daddress.pass.cpp23 const T* ctp = tp; in test_address() local
26 assert(a.address(*ctp) == tp); in test_address()
/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
Daddressof.pass.cpp38 const A* ctp = tp; in main() local
40 assert(std::addressof(*ctp) == tp); in main()
/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c424 COMMAND_TABLE *ctp = cmd_table; in do_command() local
431 while (ctp->name) { in do_command()
432 cmd_len = strlen(ctp->name); in do_command()
433 if (strncmp(ctp->name,cmdname,cmd_len) == 0) { in do_command()
434 mycmd = ctp->cmd; in do_command()
437 ctp++; in do_command()
/external/jetty/src/java/org/eclipse/jetty/servlet/
DDefaultServlet.java986 String ctp; in sendData() local
988 ctp = "multipart/x-byteranges; boundary="; in sendData()
990 ctp = "multipart/byteranges; boundary="; in sendData()
991 response.setContentType(ctp+multi.getBoundary()); in sendData()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...