HomeSort by relevance Sort by last modified time
    Searched full:context_copy (Results 1 - 6 of 6) sorted by null

  /development/samples/NotePad/res/menu/
list_context_menu.xml 5 <item android:id="@+id/context_copy"
  /external/libchrome/base/
md5.cc 267 MD5Context context_copy; local
268 memcpy(&context_copy, context, sizeof(context_copy));
269 MD5Final(digest, &context_copy);
  /external/dbus/bus/
config-parser.c 196 char *context_copy; local
199 context_copy = NULL;
210 context_copy = _dbus_strdup (context);
211 if (context_copy == NULL)
214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy))
218 context_copy = NULL;
227 if (context_copy)
228 dbus_free (context_copy);
1711 char *context_copy; local
    [all...]
  /external/selinux/libsepol/src/
expand.c 2087 static int context_copy(context_struct_t * dst, context_struct_t * src, function
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 400 case R.id.context_copy:
  /external/selinux/libsepol/
ChangeLog 79 * Move context_copy() after switch block in ocontext_copy_*().

Completed in 411 milliseconds