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

1 2 3 4 5 6 7 8

  /external/v8/tools/clang/pylib/clang/
plugin_testing.py 62 passing = []
83 passing.append(test_name)
86 len(passing) + len(failing), len(passing), len(failing))
  /external/proguard/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
proguardgui.bat 6 REM Note: when passing file names containing spaces to this script,
retrace.bat 6 REM Note: when passing file names containing spaces to this script,
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug497.go 7 // Gccgo used to miscompile passing a global variable with a
  /prebuilts/go/linux-x86/test/fixedbugs/
bug497.go 7 // Gccgo used to miscompile passing a global variable with a
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
proguardgui.bat 6 REM Note: when passing file names containing spaces to this script,
retrace.bat 6 REM Note: when passing file names containing spaces to this script,
  /prebuilts/go/darwin-x86/src/crypto/rand/
util_test.go 31 // Test that passing bits < 2 causes Prime to return nil, error
57 // Test that passing a new big.Int as max causes Int to panic
63 // Test that passing a negative value as max causes Int to panic
  /prebuilts/go/linux-x86/src/crypto/rand/
util_test.go 31 // Test that passing bits < 2 causes Prime to return nil, error
57 // Test that passing a new big.Int as max causes Int to panic
63 // Test that passing a negative value as max causes Int to panic
  /external/ppp/pppd/
Android.mk 29 # options.c:623:21: error: passing 'const char *' to parameter of type 'char *' discards qualifiers.
  /external/ltp/testcases/network/rpc/rpc-tirpc/
rpc_test.sh 49 executes clprog passing it the remote host value.
  /prebuilts/go/darwin-x86/src/cmd/vet/
cgo.go 5 // Check for invalid cgo pointer passing.
6 // This looks for code that uses cgo to call C code passing values
48 f.Badf(arg.Pos(), "possibly passing Go type with embedded pointer to C")
51 // Check for passing the address of a bad type.
57 f.Badf(arg.Pos(), "possibly passing Go type with embedded pointer to C")
  /prebuilts/go/linux-x86/src/cmd/vet/
cgo.go 5 // Check for invalid cgo pointer passing.
6 // This looks for code that uses cgo to call C code passing values
48 f.Badf(arg.Pos(), "possibly passing Go type with embedded pointer to C")
51 // Check for passing the address of a bad type.
57 f.Badf(arg.Pos(), "possibly passing Go type with embedded pointer to C")
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.S 244 # .org 0x01B6 # Just for passing build.
251 # .org 0x01B7 # Just for passing build.
257 # .org 0x01B8 # Just for passing build.
263 # .org 0x01BC # Just for passing build.
269 # .org 0x01BE # Just for passing build.
281 # .org 0x01CE # Just for passing build.
283 # .org 0x01DE # Just for passing build.
285 # .org 0x01EE # Just for passing build.
292 # .org 0x01FE # Just for passing build.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
SwitchStack.asm 24 ; @return Nothing. Goes to the Entry Point passing in the new parameters
  /external/skia/tests/
ProcessorTest.cpp 380 bool passing = true; local
392 for (int y = 0; y < 256 && passing; ++y) {
393 for (int x = 0; x < 256 && passing; ++x) {
414 passing = false;
436 passing = false;
445 passing = false;
447 if (!passing) {
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
o32.S 95 REG_L a2, 2*FFI_SIZEOF_ARG($sp) # passing a double
102 REG_L a1, 1*FFI_SIZEOF_ARG($sp) # passing a float
110 l.d $f14, 2*FFI_SIZEOF_ARG($sp) # passing two doubles
116 l.s $f14, 1*FFI_SIZEOF_ARG($sp) # passing two floats
124 l.s $f14, 2*FFI_SIZEOF_ARG($sp) # passing double and float
132 l.d $f14, 2*FFI_SIZEOF_ARG($sp) # passing double and float
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
ProcessorAsms.S 141 # Nothing. Goes to the Entry Point passing in the new parameters
179 # Nothing. Goes to the Entry Point passing in the new parameters
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
SwitchStack.asm 27 ; @return Nothing. Goes to the Entry Point passing in the new parameters
  /external/regex-re2/doc/
mksyntaxgo 32 Parts of the syntax can be disabled by passing alternate flags to Parse.
  /external/skia/tools/lua/
filter-counter.lua 24 startcanvas() is called at the start of each picture file, passing the
scrape.lua 25 startcanvas() is called at the start of each picture file, passing the
  /prebuilts/go/darwin-x86/src/testing/internal/testdeps/
deps.go 20 // suitable for passing to testing.MainStart.

Completed in 2453 milliseconds

1 2 3 4 5 6 7 8