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

1 2 3 4 5 6 7 891011>>

  /external/python/cpython2/Mac/Modules/file/
filesupport.py 152 static PyObject *FInfo_New(FInfo *itself);
153 static PyObject *FSRef_New(FSRef *itself);
154 static PyObject *FSSpec_New(FSSpec *itself);
155 static PyObject *Alias_New(AliasHandle itself);
203 PyMac_BuildHFSUniStr255(HFSUniStr255 *itself)
206 return Py_BuildValue("u#", itself->unicode, itself->length);
499 Output("if (itself == NULL) { Py_INCREF(Py_None); return Py_None; }")
554 Output("if (itself == NULL) return PyMac_Error(resNotFound);")
565 Output("%s *itself = NULL;", self.itselftype
    [all...]
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 40 - The problem manifests itself with a segmentation fault inside a memory copy routine and during startup you will get the following warning: "WARNING: Error in initializing MVAPICH2 ptmalloc library. Continuing without InfiniBand registration cache support."
  /frameworks/base/services/robotests/
Android.mk 42 # weren't included in Robolectric's Android jar files. However, we are testing the framework itself
  /prebuilts/go/darwin-x86/src/bufio/
example_test.go 99 // but does not trigger an error to be returned from Scan itself.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
trim.go 112 // - it should not loop back to itself
  /prebuilts/go/darwin-x86/src/cmd/go/internal/tool/
tool.go 68 args[0] = toolPath // in case the tool wants to re-exec itself, e.g. cmd/dist
  /prebuilts/go/darwin-x86/src/cmd/vet/
unsafeptr.go 33 // is safe to convert to unsafe.Pointer. It is safe if x is itself derived
  /prebuilts/go/darwin-x86/src/reflect/
example_test.go 32 // Obtain the function value itself (likely nil) as a reflect.Value
deepequal.go 169 // Specifically, it is possible for a value to be unequal to itself,
171 // or because it is a floating-point NaN value (not equal to itself in floating-point comparison),
  /prebuilts/go/linux-x86/src/bufio/
example_test.go 99 // but does not trigger an error to be returned from Scan itself.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
trim.go 112 // - it should not loop back to itself
  /prebuilts/go/linux-x86/src/cmd/go/internal/tool/
tool.go 68 args[0] = toolPath // in case the tool wants to re-exec itself, e.g. cmd/dist
  /prebuilts/go/linux-x86/src/cmd/vet/
unsafeptr.go 33 // is safe to convert to unsafe.Pointer. It is safe if x is itself derived
  /prebuilts/go/linux-x86/src/reflect/
example_test.go 32 // Obtain the function value itself (likely nil) as a reflect.Value
deepequal.go 169 // Specifically, it is possible for a value to be unequal to itself,
171 // or because it is a floating-point NaN value (not equal to itself in floating-point comparison),
  /external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
1.s 10 # debug info by itself).
  /prebuilts/go/darwin-x86/src/cmd/link/
link_test.go 29 The one great principle of the English law is, to make business for itself. There is no other principle distinctly, certainly, and consistently maintained through all its narrow turnings. Viewed by this light it becomes a coherent scheme, and not the monstrous maze the laity are apt to think it. Let them but once clearly perceive that its grand principle is to make business for itself at their expense, and surely they will cease to grumble.`
  /prebuilts/go/darwin-x86/src/crypto/rsa/
example_test.go 96 // message, rather than the message itself, is signed. This requires
116 // message, rather than the message itself, is signed. This requires
  /prebuilts/go/linux-x86/src/cmd/link/
link_test.go 29 The one great principle of the English law is, to make business for itself. There is no other principle distinctly, certainly, and consistently maintained through all its narrow turnings. Viewed by this light it becomes a coherent scheme, and not the monstrous maze the laity are apt to think it. Let them but once clearly perceive that its grand principle is to make business for itself at their expense, and surely they will cease to grumble.`
  /prebuilts/go/linux-x86/src/crypto/rsa/
example_test.go 96 // message, rather than the message itself, is signed. This requires
116 // message, rather than the message itself, is signed. This requires
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 57 QtTimeRecord_New(TimeRecord *itself)
59 if (itself->base)
60 return Py_BuildValue("O&lO&", PyMac_Buildwide, &itself->value, itself->scale,
61 TimeBaseObj_New, itself->base);
63 return Py_BuildValue("O&lO", PyMac_Buildwide, &itself->value, itself->scale,
108 PyObject *IdleManagerObj_New(IdleManager itself)
111 if (itself == NULL) {
117 it->ob_itself = itself;
162 IdleManager itself; local
1282 MovieController itself; local
1776 TimeBase itself; local
2147 UserData itself; local
3389 Media itself; local
4737 Track itself; local
7290 Movie itself; local
7414 SGOutput itself; local
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
convert.go 60 // First, see if the value itself knows how to convert
61 // itself to a driver type. For example, a NullString
74 // Second, ask the column to sanity check itself. For
  /prebuilts/go/linux-x86/src/database/sql/
convert.go 60 // First, see if the value itself knows how to convert
61 // itself to a driver type. For example, a NullString
74 // Second, ask the column to sanity check itself. For
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 42 PyObject *QdRGB_New(RGBColorPtr itself)
45 return Py_BuildValue("lll", (long)itself->red, (long)itself->green, (long)itself->blue);
64 PyObject *QdFI_New(FontInfo *itself)
67 return Py_BuildValue("hhhh", itself->ascent, itself->descent,
68 itself->widMax, itself->leading);
84 PyObject *GrafObj_New(GrafPtr itself)
1349 GrafPtr itself; local
1548 BitMapPtr itself; local
    [all...]
  /build/blueprint/
doc.go 31 // change to Blueprint itself will cause Blueprint to rebuild, and then rebuild

Completed in 494 milliseconds

1 2 3 4 5 6 7 891011>>