HomeSort by relevance Sort by last modified time
    Searched refs:newobj (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
symbol.py 63 newobj = cls.__new__(cls)
64 newobj.policy = self.policy
65 newobj.qpol_symbol = self.qpol_symbol
66 memo[id(self)] = newobj
67 return newobj
__init__.py 101 newobj = SELinuxPolicy.__new__(SELinuxPolicy)
102 newobj.policy = self.policy
103 newobj.filename = self.filename
104 memo[id(self)] = newobj
105 return newobj
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclapi.swg 88 int newobj;
90 Tcl_SetHashValue(Tcl_CreateHashEntry(&swigconstTable, name, &newobj), (ClientData) obj);
tclrun.swg 92 int newobj;
93 Tcl_CreateHashEntry(SWIG_Tcl_ObjectTable(), (char *) ptr, &newobj);
508 Tcl_Obj *newObj = 0;
551 newObj = Tcl_DuplicateObj(Tcl_GetObjResult(interp));
552 if (!name) name = Tcl_GetStringFromObj(newObj,NULL);
556 newObj = Tcl_DuplicateObj(objv[thisarg]);
557 if (!name) name = Tcl_GetStringFromObj(newObj,NULL);
566 if (SWIG_Tcl_ConvertPtr(interp,newObj, (void **) &thisvalue, *(classptr->type), 0) != SWIG_OK) {
567 Tcl_DecrRefCount(newObj);
571 newinst->thisptr = newObj;
    [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 192 Handle<Object> oldobj, Handle<Object> newobj) {
194 T newval = FromObject<T>(newobj);
267 Handle<Object> newobj) {
270 uint8_t newval = ClampToUint8(FromObject<convert_type>(newobj));
356 CONVERT_NUMBER_ARG_HANDLE_CHECKED(newobj, 3);
366 return DoCompareExchange<ctype>(isolate, source, index, oldobj, newobj);
373 newobj);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aepack.py 356 newobj = mkobject(dict)
359 newobj.__class__ = classtype
360 return newobj
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 356 newobj = mkobject(dict)
359 newobj.__class__ = classtype
360 return newobj
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_registry.py 157 newobj = {keylist[depth]: depth}
158 wsgiapp = RegistryMiddleMan(wsgiapp, regobj, newobj, depth)
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/c-ares/
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
ltmain.sh     [all...]
  /external/libmicrohttpd/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]

Completed in 535 milliseconds

1 2