HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 76 - 100 of 5523) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/network/traceroute/
traceroute_tests.sh 54 # Function: init
62 init() function
84 tst_brkm TBROK "INIT: Unable to create temporary directory"
89 chk_ifexists INIT tst_resm || return $RC
90 chk_ifexists INIT traceroute || return $RC
91 chk_ifexists INIT awk || return $RC
92 chk_ifexists INIT head || return $RC
93 chk_ifexists INIT cat || return $RC
94 chk_ifexists INIT diff || return $RC
104 "INIT: unable to create expected file $LTPTMP/tst_traceroute.exp
    [all...]
  /external/ltp/testcases/network/xinetd/
xinetd_tests.sh 52 # Function: init
60 init() function
88 tst_brkm TBROK NULL "INIT: Unable to create temporary directory"
96 chk_ifexists INIT tst_resm || return $RC
97 chk_ifexists INIT xinetd || return $RC
98 chk_ifexists INIT diff || return $RC
99 chk_ifexists INIT ip || return $RC
100 chk_ifexists INIT $TELNET_COMM || return $RC
157 "INIT: unable to create expected file $LTPTMP/tst_xinetd.exp.1"
171 "INIT: unable to create expected file $LTPTMP/tst_xinetd.exp.1
    [all...]
  /external/parameter-framework/upstream/utility/
Utility.h 59 auto init = *first++; local
61 return std::accumulate(first, last, init, op);
  /external/parameter-framework/upstream/xmlserializer/
XmlMemoryDocSource.cpp 45 init();
48 void CXmlMemoryDocSource::init() function in class:CXmlMemoryDocSource
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVNameMapEnum.h 57 SPIRVMap<SourceLanguage, std::string>::init() { function in class:SPIRV::SPIRVMap
67 SPIRVMap<ExecutionModel, std::string>::init() { function in class:SPIRV::SPIRVMap
79 SPIRVMap<AddressingModel, std::string>::init() { function in class:SPIRV::SPIRVMap
87 SPIRVMap<MemoryModel, std::string>::init() { function in class:SPIRV::SPIRVMap
95 SPIRVMap<ExecutionMode, std::string>::init() { function in class:SPIRV::SPIRVMap
131 SPIRVMap<StorageClass, std::string>::init() { function in class:SPIRV::SPIRVMap
148 SPIRVMap<Dim, std::string>::init() { function in class:SPIRV::SPIRVMap
160 SPIRVMap<SamplerAddressingMode, std::string>::init() { function in class:SPIRV::SPIRVMap
170 SPIRVMap<SamplerFilterMode, std::string>::init() { function in class:SPIRV::SPIRVMap
177 SPIRVMap<ImageFormat, std::string>::init() { function in class:SPIRV::SPIRVMap
222 SPIRVMap<ImageChannelOrder, std::string>::init() { function in class:SPIRV::SPIRVMap
242 SPIRVMap<ImageChannelDataType, std::string>::init() { function in class:SPIRV::SPIRVMap
264 SPIRVMap<FPRoundingMode, std::string>::init() { function in class:SPIRV::SPIRVMap
273 SPIRVMap<LinkageType, std::string>::init() { function in class:SPIRV::SPIRVMap
281 SPIRVMap<AccessQualifier, std::string>::init() { function in class:SPIRV::SPIRVMap
289 SPIRVMap<FunctionParameterAttribute, std::string>::init() { function in class:SPIRV::SPIRVMap
302 SPIRVMap<Decoration, std::string>::init() { function in class:SPIRV::SPIRVMap
351 SPIRVMap<BuiltIn, std::string>::init() { function in class:SPIRV::SPIRVMap
397 SPIRVMap<Scope, std::string>::init() { function in class:SPIRV::SPIRVMap
407 SPIRVMap<GroupOperation, std::string>::init() { function in class:SPIRV::SPIRVMap
415 SPIRVMap<KernelEnqueueFlags, std::string>::init() { function in class:SPIRV::SPIRVMap
423 SPIRVMap<Capability, std::string>::init() { function in class:SPIRV::SPIRVMap
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_tdata.s 4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
tdata.s 3 _a$tlv$init:
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
  /external/testng/src/test/java/test/dataprovider/
TestInstanceFactory.java 7 public Object[] init() { method in class:TestInstanceFactory
  /external/testng/src/test/java/test/thread/
FactorySampleTest.java 11 public Object[] init() { method in class:FactorySampleTest
  /frameworks/compile/libbcc/include/bcc/
Initialization.h 22 namespace init { namespace in namespace:bcc
26 } // end namespace init
  /prebuilts/go/darwin-x86/misc/cgo/test/
cgo_thread_lock.go 29 func init() { func
issue3775.go 20 func init() { func
21 // Same as test3775 but run during init so that
23 // (1 for init, 1 for cgo).
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 19 // the shared library without using any exported symbols. The init
27 func init() { func
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/altpath/src/common/
common.go 9 func init() { func
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/common/
common.go 9 func init() { func
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/host/
host.go 17 func init() { func
129 // plugin2 has no exported symbols, only an init function.
  /prebuilts/go/darwin-x86/src/archive/tar/
stat_unix.go 14 func init() { func
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
trace.go 14 func init() { func
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 63 func init() { func
AMD64Ops.go 69 func init() { func
    [all...]
ARM64Ops.go 103 func init() { func
ARMOps.go 67 func init() { func
    [all...]
MIPS64Ops.go 107 func init() { func
MIPSOps.go 91 func init() { func
PPC64Ops.go 101 func init() { func

Completed in 549 milliseconds

1 2 34 5 6 7 8 91011>>