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

<<11121314151617181920>>

  /prebuilts/build-tools/common/bison/
glr.cc 222 # Let glr.c believe that the user arguments include the parser itself.
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
keybindingDialog.py 250 msg = 'The shift modifier by itself may not be used with'\
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
keybindingDialog.py 250 msg = 'The shift modifier by itself may not be used with'\
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 309 // for a struct containing a reflect.Value, which itself has
493 // for a struct containing a reflect.Value, which itself has
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 274 // containing block b; the header must dominate b. loop itself
310 // IF s itself dominates b, then s is a loop header;
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 164 nothing. Otherwise, the Go handler removes itself, unblocks the
167 reinstalls itself and continues execution of the program.
  /prebuilts/go/darwin-x86/src/testing/
sub_test.go 241 // itself subtests of parallel tests, the counts can get askew.
260 // itself subtests of parallel tests, the counts can get askew.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/nettest/
conntest.go 403 // It assumes that everything written into c is echoed back to itself.
423 // It assumes that everything written into c is echoed back to itself.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
alg.go 309 // for a struct containing a reflect.Value, which itself has
493 // for a struct containing a reflect.Value, which itself has
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 274 // containing block b; the header must dominate b. loop itself
310 // IF s itself dominates b, then s is a loop header;
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 164 nothing. Otherwise, the Go handler removes itself, unblocks the
167 reinstalls itself and continues execution of the program.
  /prebuilts/go/linux-x86/src/testing/
sub_test.go 241 // itself subtests of parallel tests, the counts can get askew.
260 // itself subtests of parallel tests, the counts can get askew.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/nettest/
conntest.go 403 // It assumes that everything written into c is echoed back to itself.
423 // It assumes that everything written into c is echoed back to itself.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 250 msg = 'The shift modifier by itself may not be used with'\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 250 msg = 'The shift modifier by itself may not be used with'\
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 268 ;; clear Dr7 while executing debugger itself
  /external/ImageMagick/www/api/
blob.php 245 <p>InjectImageBlob() injects the image with a copy of itself in the specified format (e.g. inject JPEG into a PDF image).</p>
  /external/golang-protobuf/proto/
decode.go 408 // If the object can unmarshal itself, let it.
440 // If the object can unmarshal itself, let it.
909 // If the object can unmarshal itself, let it.
953 // If the object can unmarshal itself, let it.
equal_test.go 142 {"int32 extension vs. itself", messageWithInt32Extension1, messageWithInt32Extension1, true},
  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 88 // Use extension that is itself a message.
  /external/python/cpython2/Mac/Modules/menu/
_Menumodule.c 36 PyObject *OptMenuObj_New(MenuRef itself)
38 if (itself == NULL) {
42 return MenuObj_New(itself);
68 PyObject *MenuObj_New(MenuHandle itself)
73 it->ob_itself = itself;
2544 MenuHandle itself; local
    [all...]
  /external/python/cpython2/Mac/Modules/snd/
_Sndmodule.c 57 static PyObject *SndCh_New(SndChannelPtr itself)
62 it->ob_itself = itself;
    [all...]
  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 56 PyObject *WinObj_New(WindowPtr itself)
59 if (itself == NULL) return PyMac_Error(resNotFound);
63 it->ob_itself = itself;
65 if (GetWRefCon(itself) == 0)
67 SetWRefCon(itself, (long)it);
2597 WindowPtr itself; local
    [all...]
  /external/skia/resources/lua/
slides.lua 138 -- The animation.proc returns itself or another animation (which means keep animating)
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
slides.lua 138 -- The animation.proc returns itself or another animation (which means keep animating)

Completed in 674 milliseconds

<<11121314151617181920>>