| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_model.h | 41 std::string types; member 62 jsonValue->Put("types", types.c_str()); in ToString()
|
| /foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/ |
| H A D | sys_binder.h | 20 #include <sys/types.h> 22 #include <linux/types.h>
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/ |
| H A D | hdidevice_fuzzer.cpp | 167 std::vector<int32_t> types; in DoSomethingInterestingWithMyAPI() local 168 device->GetScreenCompChange(screenId, layersId, types); in DoSomethingInterestingWithMyAPI()
|
| /third_party/f2fs-tools/tools/ |
| H A D | fibmap.c | 25 #include <sys/types.h> 38 #include <linux/types.h>
|
| /third_party/PyYAML/tests/lib/ |
| H A D | test_appliance.py | 2 import sys, os, os.path, types, traceback, pprint namespace 15 if isinstance(value, types.FunctionType) and hasattr(value, 'unittest'):
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | RbPath.java | 206 private boolean typeSuffixIsAnyOf(String... types) { in typeSuffixIsAnyOf() argument 208 for (String type : types) { in typeSuffixIsAnyOf()
|
| H A D | IcuConverterConfig.java | 78 * Sets the output types which will be converted. This is optional and defaults to {@link 81 public Builder setOutputTypes(Iterable<OutputType> types) { in setOutputTypes() argument 82 this.outputTypes = ImmutableSet.copyOf(types); in setOutputTypes()
|
| /third_party/ltp/testcases/kernel/device-drivers/include/ |
| H A D | includeTest.c | 29 #include <linux/types.h> 38 #include <asm/types.h>
|
| /third_party/node/test/common/ |
| H A D | heap.js | 58 function readHeapInfo(raw, fields, types, strings) { 65 let type = types[j];
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| H A D | fuse_kernel.h | 39 #include <sys/types.h> 44 #include <asm/types.h>
|
| /third_party/libinput/include/linux/linux/ |
| H A D | input.h | 15 #include <sys/types.h> 16 #include <linux/types.h> 269 * MT_TOOL types 460 * Force feedback effect types 476 * Force feedback periodic effect types
|
| /third_party/libevdev/include/linux/linux/ |
| H A D | input.h | 15 #include <sys/types.h> 16 #include <linux/types.h> 278 * MT_TOOL types 469 * Force feedback effect types 485 * Force feedback periodic effect types
|
| /third_party/ltp/testcases/kernel/syscalls/fanotify/ |
| H A D | fanotify22.c | 24 #include <sys/types.h> 31 #include <sys/types.h>
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
| H A D | s-c.c | 93 static int types[] = { PTHREAD_MUTEX_NORMAL, variable 154 types[i - 1]))) { in main()
|
| /third_party/node/deps/openssl/openssl/apps/include/ |
| H A D | opt.h | 12 #include <sys/types.h> 14 #include <openssl/types.h>
|
| /third_party/node/deps/openssl/openssl/crypto/rand/ |
| H A D | randfile.c | 15 # include <sys/types.h> 33 #include <sys/types.h> 65 * __FILE_ptr32 is a type provided by DEC C headers (types.h specifically)
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | ipacl.c | 25 #include <sys/types.h> 26 #include <sys/types.h>
|
| /third_party/openssl/apps/include/ |
| H A D | opt.h | 12 #include <sys/types.h> 14 #include <openssl/types.h>
|
| /third_party/openssl/crypto/rand/ |
| H A D | randfile.c | 15 # include <sys/types.h> 34 #include <sys/types.h> 66 * __FILE_ptr32 is a type provided by DEC C headers (types.h specifically)
|
| /third_party/python/Lib/concurrent/futures/ |
| H A D | thread.py | 12 import types namespace 66 __class_getitem__ = classmethod(types.GenericAlias) 139 # We use cpu_count + 4 for both types of tasks.
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder_function_test.cc | 167 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeVoid in TEST_F() 182 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeVoid in TEST_F()
|
| /third_party/typescript/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/ |
| H A D | with-simple-project-when-solution-is-already-built.js | 346 /user/username/projects/demo/animals/node_modules/@types:
348 /user/username/projects/demo/node_modules/@types:
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | _parameterized.py | 150 import types namespace 276 and isinstance(obj, types.FunctionType)):
|
| /third_party/python/Lib/test/ |
| H A D | test_doctest.py | 18 import types namespace 544 >>> import types 545 >>> m = types.ModuleType('some_module') 748 dummy_module = types.ModuleType("dummy") 2335 >>> import types, os.path, test.test_doctest 2339 ... package=types.ModuleType('__main__'))
|
| /third_party/selinux/libselinux/src/ |
| H A D | avc_internal.c | 19 #include <sys/types.h> 21 #include <linux/types.h>
|