HomeSort by relevance Sort by last modified time
    Searched refs:own (Results 26 - 50 of 561) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/hostsidetests/incident/apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /cts/hostsidetests/statsd/apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /cts/tests/tests/simpleperf/
Android.mk 54 # Build the test APKs using their own makefiles
  /external/curl/docs/cmdline-opts/
next.d 10 options. This allows you to send several URL requests, each with their own
  /frameworks/base/core/tests/hosttests/
Android.mk 19 # Build the test APKs using their own makefiles
  /frameworks/base/core/tests/hosttests/test-apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9026/
issue9026.go 3 // This file appears in its own package since the assertion tests the
  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher_generic.go 16 // own version of newCipher (which may then call
  /prebuilts/go/linux-x86/misc/cgo/test/issue9026/
issue9026.go 3 // This file appears in its own package since the assertion tests the
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_generic.go 16 // own version of newCipher (which may then call
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 21 #define SWIG_ConvertPtrAndOwn(obj, pp, type, flags,own) SWIG_Perl_ConvertPtrAndOwn(SWIG_PERL_OBJECT_CALL obj, pp, type, flags, own)
234 SWIG_Perl_ConvertPtrAndOwn(SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags, int *own) {
239 if (own)
240 *own = 0;
298 assert(own); /* badly formed typemap which will lead to a memory leak - it must set and use own to delete *ptr */
299 if (own)
300 *own = *own | SWIG_CAST_NEW_MEMORY
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pikerun.swg 69 SWIG_Pike_NewPointerObj(void *ptr, swig_type_info *type, int own) {
  /system/update_engine/
UpdateEngine.conf 5 <allow own="org.chromium.UpdateEngine" />
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-3.d 14 # got-page-3c.s should get its own GOT, and needs no page entries.
  /tools/tradefederation/core/tests/test-apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /tools/tradefederation/core/util-apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 15 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
377 int own;
508 SwigPyObject_New(void *ptr, swig_type_info *ty, int own);
515 if (sobj->own == SWIG_POINTER_OWN) {
586 sobj->own = 0;
598 sobj->own = SWIG_POINTER_OWN;
607 if (!PyArg_ParseTuple(args,(char *)"|O:own",&val))
609 if (!PyArg_UnpackTuple(args, (char *)"own", 0, 1, &val))
611 if (!PyArg_UnpackTuple(args, "own", 0, 1, &val))
    [all...]
  /external/dhcpcd-6.8.2/
if-sun.c 177 if_checkipv6(struct dhcpcd_ctx *ctx, const char *ifname, int own)
  /external/llvm/test/MC/X86/AlignedBundling/
relax-in-bundle-group.s 7 # fixup is short enough not to warrant relaxation on its own.
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_cp.h 46 ilo_cp_callback own; member in struct:ilo_cp_owner
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
symtab.h 98 unsigned int nslots, unsigned int nelements, bool own);
  /prebuilts/misc/common/swig/include/2.0.11/php/
director.swg 67 GCItem_Object(int own) : _own(own)
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
BasicVerifier.java 390 String own = ((MethodInsnNode) insn).owner; local
391 if (own.charAt(0) != '[') { // can happen with JDK1.5 clone()
392 own = "L" + own + ";";
394 Type owner = Type.getType(own);
  /build/make/core/tasks/
cts.mk 17 # TODO: Fix the following two lines after harness is moved to its own repo
  /cts/hostsidetests/appsecurity/
Android.mk 42 # Build the test APKs using their own makefiles

Completed in 616 milliseconds

12 3 4 5 6 7 8 91011>>