Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dinstall.cmake12 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT ${_library}
13 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT ${_library}
14 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT ${_library})
18 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc)
37 DESTINATION "${_extract_to}"
74 DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${_file_path}"
109 DESTINATION "${CMAKE_INSTALL_CMAKEDIR}"
114 DESTINATION "${CMAKE_INSTALL_CMAKEDIR}"
121 install(DIRECTORY ../examples/ DESTINATION examples
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java131 query.getProjection()[Queries.Query.DESTINATION] + " IN (" in getMatchingRecipients()
253 String address = c.getString(Queries.Query.DESTINATION); in processContactEntries()
258 c.getString(Queries.Query.DESTINATION), in processContactEntries()
282 + " ADDRESS :" + c.getString(Queries.Query.DESTINATION)); in processContactEntries()
500 final String destination = original.getString(Query.DESTINATION); in removeUndesiredDestinations()
508 original.getString(Query.DESTINATION), in removeUndesiredDestinations()
576 c.getString(Queries.Query.DESTINATION), in getRecipientEntry()
DQueries.java77 public static final int DESTINATION = 1; // String field in Queries.Query
DBaseRecipientAdapter.java176 this.destination = cursor.getString(Queries.Query.DESTINATION); in TemporaryEntry()