HomeSort by relevance Sort by last modified time
    Searched refs:itself (Results 151 - 175 of 800) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin_amd64.go 23 // tv itself.
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.cryptoki/
pkcs11wrapper.md 24 Alternately, this acknowledgment may appear in the software itself, if and
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.xml.bind/
freebxml.md 37 Alternately, this acknowlegement may appear in the software itself, if and wherever
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.cryptoki/
pkcs11wrapper.md 24 Alternately, this acknowledgment may appear in the software itself, if and
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.xml.bind/
freebxml.md 37 Alternately, this acknowlegement may appear in the software itself, if and wherever
  /external/python/cpython2/Mac/Modules/res/
_Resmodule.c 51 PyObject *ResObj_New(Handle itself)
54 if (itself == NULL) return PyMac_Error(resNotFound);
57 it->ob_itself = itself;
583 Handle itself; local
584 char *kw[] = {"itself", 0};
586 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, ResObj_Convert, &itself))
588 ((ResourceObject *)_self)->ob_itself = itself;
593 if ((itself = NewHandle(srclen)) == NULL)
598 ((ResourceObject *)_self)->ob_itself = itself;
601 HLock(itself);
    [all...]
  /external/python/cpython2/Mac/Modules/file/
_Filemodule.c 51 static PyObject *FSRef_New(FSRef *itself);
53 static PyObject *FInfo_New(FInfo *itself);
55 static PyObject *FSSpec_New(FSSpec *itself);
59 static PyObject *Alias_New(AliasHandle itself);
110 PyMac_BuildHFSUniStr255(HFSUniStr255 *itself)
113 return Py_BuildValue("u#", itself->unicode, itself->length);
176 static PyObject *FSCatalogInfo_New(FSCatalogInfo *itself)
179 if (itself == NULL) { Py_INCREF(Py_None); return Py_None; }
182 it->ob_itself = *itself;
657 FInfo *itself = NULL; local
985 AliasHandle itself = NULL; local
    [all...]
  /external/python/cpython2/Mac/Modules/list/
_Listmodule.c 49 PyObject *ListObj_New(ListHandle itself)
52 if (itself == NULL) {
58 it->ob_itself = itself;
61 SetListRefCon(itself, (long)it);
744 ListHandle itself; local
745 char *kw[] = {"itself", 0};
747 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, ListObj_Convert, &itself)) return NULL;
749 ((ListObject *)_self)->ob_itself = itself;
    [all...]
  /build/soong/third_party/zip/
register.go 17 // The Compressor itself must be safe to invoke from multiple goroutines
24 // The Decompressor itself must be safe to invoke from multiple goroutines
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 112 or ANTLR (see L<http://www.antlr.org/license.html>) itself.
  /prebuilts/go/darwin-x86/src/archive/zip/
register.go 17 // The Compressor itself must be safe to invoke from multiple goroutines
24 // The Decompressor itself must be safe to invoke from multiple goroutines
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune.go 139 // PruneFrom removes all nodes beneath the lowest node matching dropRx, not including itself.
147 // Prune(A, nil) returns [B,C,B,D] by removing A itself.
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_unix.go 87 // seeds itself by reading from entropy. If entropy == nil,
88 // the generator seeds itself by reading from the system's
  /prebuilts/go/linux-x86/src/archive/zip/
register.go 17 // The Compressor itself must be safe to invoke from multiple goroutines
24 // The Decompressor itself must be safe to invoke from multiple goroutines
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune.go 139 // PruneFrom removes all nodes beneath the lowest node matching dropRx, not including itself.
147 // Prune(A, nil) returns [B,C,B,D] by removing A itself.
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_unix.go 87 // seeds itself by reading from entropy. If entropy == nil,
88 // the generator seeds itself by reading from the system's
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 43 # the GLES renderer disables itself if host GL acceleration isn't available.
  /build/soong/android/
writedocs.go 49 // the dependency on the primary builder itself. There are no dependencies on the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 284 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
285 self.argumentList.append(self.itself)
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidJsonException.cs 43 /// is thrown when the JSON may be valid in and of itself, but cannot be parsed as a protocol buffer
  /external/python/cpython2/Mac/Modules/scrap/
_Scrapmodule.c 34 PyObject *ScrapObj_New(ScrapRef itself)
39 it->ob_itself = itself;
  /external/python/cpython2/Tools/bgen/bgen/
bgenGenerator.py 284 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
285 self.argumentList.append(self.itself)
  /packages/apps/Email/
Android.mk 17 # Build the Email application itself, along with its tests and tests for the emailcommon
  /prebuilts/go/darwin-x86/src/cmd/go/internal/fmtcmd/
fmt.go 39 To run gofmt with specific options, run gofmt itself.
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 36 For the p command, each file is prefixed by the name on a line by itself.

Completed in 997 milliseconds

1 2 3 4 5 67 8 91011>>