HomeSort by relevance Sort by last modified time
    Searched refs:already (Results 76 - 100 of 1312) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/flag/
example_test.go 52 return errors.New("interval flag already set")
82 // the testing suite has already parsed the flags.
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 191 EADDRINUSE Errno = 98 /* Address already in use */
199 EISCONN Errno = 106 /* Socket is already connected */
207 EALREADY Errno = 114 /* Socket already connected */
208 EINPROGRESS Errno = 115 /* Connection already in progress */
314 EADDRINUSE: "Address already in use",
321 EISCONN: "Socket is already connected",
328 EALREADY: "Socket already connected",
329 EINPROGRESS: "Connection already in progress",
errors_plan9.go 33 EEXIST = NewError("file already exists")
  /prebuilts/go/linux-x86/src/flag/
example_test.go 52 return errors.New("interval flag already set")
82 // the testing suite has already parsed the flags.
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 191 EADDRINUSE Errno = 98 /* Address already in use */
199 EISCONN Errno = 106 /* Socket is already connected */
207 EALREADY Errno = 114 /* Socket already connected */
208 EINPROGRESS Errno = 115 /* Connection already in progress */
314 EADDRINUSE: "Address already in use",
321 EISCONN: "Socket is already connected",
328 EALREADY: "Socket already connected",
329 EINPROGRESS: "Connection already in progress",
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 33 DeviceView_Process_Already_Being_Debugged=The process is already being debugged\!
34 DeviceView_Process_Debug_Already_In_Use=The process debug port is already in use\!
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_vpool.s 54 # no error when code is align already.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
RTSMBoot.asm 44 In some platform, this region is already initialized and the implementation of this function can
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/Arm/
ArmPlatformLibNullBoot.asm 39 In some platform, this region is already initialized and the implementation of this function can
  /device/linaro/bootloader/edk2/BaseTools/
get_vsvars.bat 20 @rem Do nothing if already found, otherwise call vsvars32.bat if there
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDebugLib.h 388 Macro that calls DebugAssert() if a protocol is already installed in the
417 _ASSERT (Guid already installed in database); \
421 _ASSERT (Guid already installed on Handle); \
  /external/curl/docs/cmdline-opts/
ftp-port.d 21 make curl pick the same IP address that is already used for the control
  /external/freetype/src/tools/
afblue.pl 260 Warn("overwriting already defined enumeration \`$curr_enum'")
262 Warn("overwriting already defined array \`$curr_array'")
264 Warn("overwriting already defined maximum value \`$curr_max'")
341 Die("#else already seen") if $prev_else;
  /external/icu/icu4c/source/data/mappings/
ucmebcdic.mk 6 # ibm-37 and ibm-1047 are already mentioned in makedata.mak and Makefile.in
  /external/vboot_reference/utility/
chromeos-tpm-recovery-test 199 echo "tpm is already owned"
217 echo TCSD is already started
227 echo TCSD is already stopped
  /prebuilts/go/darwin-x86/misc/cgo/test/
test22906.go 35 // Note: jvalue is already a non-pointer type due to it being a C union.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 51 // Cannot happen because we only have slices of already-scanned text,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 28 index int // index is the number of successor edges of b that have already been explored.
199 continue // already visited
205 // ancestor[v] already zero
208 // if it has a dfnum, we've already visited it
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
note.go 75 // header. The caller has already opened filename, to get f, and read
78 // Assume the note content is in the data, already read.
170 // The caller has already opened filename, to get f, and read a few kB out, in data.
174 // If the data we want has already been read, don't worry about Mach-O parsing.
  /prebuilts/go/darwin-x86/src/go/types/
object_test.go 40 {NewTypeName(0, nil, "rune", Typ[Rune]), true}, // type name refers to basic type rune which is an alias already
  /prebuilts/go/darwin-x86/src/sync/
mutex.go 48 // already running on CPU and there can be lots of them, so a woken up
70 // If the lock is already in use, the calling goroutine
129 // If we were already waiting before, queue at the front of the queue.
189 // If there are no waiters or a goroutine has already
  /prebuilts/go/darwin-x86/src/time/
sleep.go 55 // It returns true if the call stops the timer, false if the timer has already
62 // For example, assuming the program has not received from t.C already:
72 // has already expired and the function f has been started in its own goroutine;
105 // If a program has already received a value from t.C, the timer is known
  /prebuilts/go/darwin-x86/test/
tinyfin.go 51 panic("already finalized")
  /prebuilts/go/linux-x86/misc/cgo/test/
test22906.go 35 // Note: jvalue is already a non-pointer type due to it being a C union.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
slice.go 51 // Cannot happen because we only have slices of already-scanned text,

Completed in 6619 milliseconds

1 2 34 5 6 7 8 91011>>