/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 687 const char *mode; in llvmpipe_transfer_map_ms() local
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 541 NumFmtInt64Test(const char *pat, const char *num, int64_t expect, const char *FILE, int LINE, EMode mode) in NumFmtInt64Test() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tstnorm.cpp | 534 void BasicNormalizerTest::staticTest(UNormalizationMode mode, int options, in staticTest() argument 642 Normalizer::normalize(UnicodeString(src, srcLength), mode, 0, result, errorCode); in TestPreviousNext() local 833 UNormalizationMode mode; in TestConcatenate() local 631 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) TestPreviousNext() argument [all...] |
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | ctest.c | 329 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) iterateTestsWithLevel() argument [all...] |
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 424 mknod_symlink(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev, const char *link) mknod_symlink() argument 456 sfs_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) sfs_mknod() argument 462 sfs_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) sfs_mkdir() argument 811 sfs_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, fuse_file_info *fi) sfs_create() argument 978 sfs_fallocate(fuse_req_t req, fuse_ino_t ino, int mode, off_t offset, off_t length, fuse_file_info *fi) sfs_fallocate() argument [all...] |
H A D | passthrough_ll.c | 916 static void lo_fallocate(fuse_req_t req, fuse_ino_t ino, int mode, in lo_fallocate() argument 387 lo_mknod_symlink(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev, const char *link) lo_mknod_symlink() argument 417 lo_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) lo_mknod() argument 423 lo_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) lo_mkdir() argument 755 lo_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) lo_create() argument [all...] |
/third_party/libdrm/ |
H A D | xf86drmMode.h | 164 drmModeModeInfo mode; member
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 175 static int st_check_mode(struct stat *st, mode_t mode) in st_check_mode() argument 185 static int check_mode(const char *path, mode_t mode) in check_mode() argument 196 static int check_testfile_mode(const char *path, mode_t mode) in check_testfile_mode() argument 703 static int test_ftruncate(int len, int mode) in test_ftruncate() argument 1105 do_test_open(int exist, int flags, const char *flags_str, int mode) do_test_open() argument 1264 do_test_open_acc(int flags, const char *flags_str, int mode, int err) do_test_open_acc() argument [all...] |
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tinjpage.c | 229 void poison(char *msg, char *page, enum rmode mode) in poison() argument 254 void recover(char *msg, char *page, enum rmode mode) in recover() argument 290 void testmem(char *msg, char *page, enum rmode mode) in testmem() argument 535 enum rmode mode; global() member [all...] |
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
H A D | page-poisoning.c | 234 static void poison(char *msg, char *page, enum rmode mode) in poison() argument 267 static void recover(char *msg, char *page, enum rmode mode) in recover() argument 303 static void testmem(char *msg, char *page, enum rmode mode) in testmem() argument [all...] |
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tinjpage.c | 229 void poison(char *msg, char *page, enum rmode mode) in poison() argument 254 void recover(char *msg, char *page, enum rmode mode) in recover() argument 290 void testmem(char *msg, char *page, enum rmode mode) in testmem() argument 535 enum rmode mode; global() member [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | semind.c | 608 unsigned int mode; member 705 r_symbol(unsigned mode, struct position *pos, struct symbol *sym) r_symbol() argument 740 r_member(unsigned mode, struct position *pos, struct symbol *sym, struct symbol *mem) r_member() argument [all...] |
/third_party/lwip/src/netif/ppp/ |
H A D | ppp.c | 1307 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode) { in sifnpmode() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 45 TurboJsonFile(OptimizedCompilationInfo* info, std::ios_base::openmode mode) TurboJsonFile() argument
|
H A D | simplified-operator.h | 304 CheckFloat64HoleParameters(CheckFloat64HoleMode mode, in CheckFloat64HoleParameters() argument 308 CheckFloat64HoleMode mode() const { return mode_; } in mode() function in v8::internal::AbortReason::CheckFloat64HoleParameters 343 CheckTaggedInputParameters(CheckTaggedInputMode mode, in CheckTaggedInputParameters() argument 347 CheckTaggedInputMode mode() const { return mode_; } in mode() function in v8::internal::AbortReason::CheckTaggedInputParameters 381 CheckMinusZeroParameters(CheckForMinusZeroMode mode, in CheckMinusZeroParameters() argument 385 CheckForMinusZeroMode mode() const { return mode_; } in mode() function in v8::internal::AbortReason::CheckMinusZeroParameters 454 inline size_t hash_value(GrowFastElementsMode mode) { in hash_value() argument 462 GrowFastElementsParameters(GrowFastElementsMode mode, const FeedbackSource& feedback) GrowFastElementsParameters() argument 466 GrowFastElementsMode mode() const { return mode_; } mode() function in v8::internal::AbortReason::GrowFastElementsParameters 492 ElementsTransition(Mode mode, Handle<Map> source, Handle<Map> target) ElementsTransition() argument 495 Mode mode() const { return mode_; } mode() function in v8::internal::AbortReason::final [all...] |
H A D | graph-assembler.cc | 372 GrowFastElementsMode mode = IsDoubleElementsKind(kind) in MaybeGrowFastElements() local
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 937 RecordWriteMode mode; in AssembleArchInstruction() local 177 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand offset, Register value, RecordWriteMode mode, StubCallMode stub_mode, UnwindingInfoWriter* unwinding_info_writer) OutOfLineRecordWrite() argument
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 190 FlagsContinuation(FlagsMode mode, FlagsCondition condition, in FlagsContinuation() argument 201 FlagsContinuation(FlagsMode mode, FlagsCondition condition, in FlagsContinuation() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 385 CpuProfilingMode mode() const { return mode_; } in mode() function in v8::CpuProfilingOptions
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 385 CpuProfilingMode mode() const { return mode_; } in mode() function in v8::CpuProfilingOptions
|
/third_party/node/deps/v8/src/execution/ |
H A D | messages.cc | 506 Construct( Isolate* isolate, Handle<JSFunction> target, Handle<Object> new_target, Handle<Object> message, Handle<Object> options, FrameSkipMode mode, Handle<Object> caller, StackTraceCollection stack_trace_collection) Construct() argument 692 MakeGenericError( Isolate* isolate, Handle<JSFunction> constructor, MessageTemplate index, Handle<Object> arg0, Handle<Object> arg1, Handle<Object> arg2, FrameSkipMode mode) MakeGenericError() argument
|
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 51 KeyedStoreGenericAssembler(compiler::CodeAssemblerState* state, StoreMode mode) KeyedStoreGenericAssembler() argument
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-runtime-agent-impl.cc | 302 v8::debug::EvaluateGlobalMode mode = in evaluate() local 358 WrapMode mode = generatePreview.fromMaybe(false) ? WrapMode::kWithPreview in awaitPromise() local 628 WrapMode mode = generatePreview.fromMaybe(false) ? WrapMode::kWithPreview in runScript() local [all...] |
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 57 static T ComputeRounding(T a, int mode) { in ComputeRounding() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 211 Mode mode; member in v8::internal::GCTracer::RecordGCPhasesInfo
|