Home
last modified time | relevance | path

Searched defs:string (Results 51 – 75 of 12088) sorted by relevance

12345678910>>...484

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsyscall_netbsd_386.go217 func utimes(path string, timeval *[2]Timeval) (err error) {
433 func Access(path string, mode uint32) (err error) {
458 func Chdir(path string) (err error) {
473 func Chflags(path string, flags int) (err error) {
488 func Chmod(path string, mode uint32) (err error) {
503 func Chown(path string, uid int, gid int) (err error) {
518 func Chroot(path string) (err error) {
591 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
607 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
623 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dzsyscall_linux.go25 func fchmodat(dirfd int, path string, mode uint32) (err error) {
40 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
75 func Linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
95 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
111 func openat2(dirfd int, path string, open_how *OpenHow, size int) (fd int, err error) {
148 func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
170 func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
190 func Unlinkat(dirfd int, path string, flags int) (err error) {
205 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) {
286 func keyctlJoin(cmd int, arg2 string) (ret int, err error) {
[all …]
Dzsyscall_freebsd_386.go217 func utimes(path string, timeval *[2]Timeval) (err error) {
436 func Access(path string, mode uint32) (err error) {
491 func Chdir(path string) (err error) {
506 func Chflags(path string, flags int) (err error) {
521 func Chmod(path string, mode uint32) (err error) {
536 func Chown(path string, uid int, gid int) (err error) {
551 func Chroot(path string) (err error) {
614 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
630 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
646 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dzsyscall_freebsd_amd64.go217 func utimes(path string, timeval *[2]Timeval) (err error) {
436 func Access(path string, mode uint32) (err error) {
491 func Chdir(path string) (err error) {
506 func Chflags(path string, flags int) (err error) {
521 func Chmod(path string, mode uint32) (err error) {
536 func Chown(path string, uid int, gid int) (err error) {
551 func Chroot(path string) (err error) {
614 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
630 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
646 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dzsyscall_freebsd_riscv64.go217 func utimes(path string, timeval *[2]Timeval) (err error) {
436 func Access(path string, mode uint32) (err error) {
491 func Chdir(path string) (err error) {
506 func Chflags(path string, flags int) (err error) {
521 func Chmod(path string, mode uint32) (err error) {
536 func Chown(path string, uid int, gid int) (err error) {
551 func Chroot(path string) (err error) {
614 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
630 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
646 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dzsyscall_freebsd_arm.go217 func utimes(path string, timeval *[2]Timeval) (err error) {
436 func Access(path string, mode uint32) (err error) {
491 func Chdir(path string) (err error) {
506 func Chflags(path string, flags int) (err error) {
521 func Chmod(path string, mode uint32) (err error) {
536 func Chown(path string, uid int, gid int) (err error) {
551 func Chroot(path string) (err error) {
614 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
630 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
646 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dzsyscall_freebsd_arm64.go217 func utimes(path string, timeval *[2]Timeval) (err error) {
436 func Access(path string, mode uint32) (err error) {
491 func Chdir(path string) (err error) {
506 func Chflags(path string, flags int) (err error) {
521 func Chmod(path string, mode uint32) (err error) {
536 func Chown(path string, uid int, gid int) (err error) {
551 func Chroot(path string) (err error) {
614 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
630 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
646 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dxattr_bsd.go16 func xattrnamespace(fullattr string) (ns int, attr string, err error) {
50 func Getxattr(file string, attr string, dest []byte) (sz int, err error) {
62 func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) {
74 func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) {
88 func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) {
104 func Setxattr(file string, attr string, data []byte, flags int) (err error) {
120 func Lsetxattr(link string, attr string, data []byte, flags int) (err error) {
136 func Removexattr(file string, attr string) (err error) {
146 func Fremovexattr(fd int, attr string) (err error) {
156 func Lremovexattr(link string, attr string) (err error) {
[all …]
/aosp_15_r20/build/soong/android/
H A Dpaths.go37 AddNinjaFileDeps(deps ...string)
42 GlobWithDeps(globPattern string, excludes []string) ([]string, error)
62 ModuleErrorf(fmt string, args ...interface{})
63 OtherModulePropertyErrorf(module Module, property, fmt string, args ...interface{})
70 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths {
80 func GlobFiles(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths {
97 HasMutatorFinished(mutatorName string) bool
105 AddMissingDependencies(missingDeps []string)
199 Errorf(format string, args ...interface{})
207 ModuleErrorf(format string, args ...interface{})
[all …]
/aosp_15_r20/external/flatbuffers/tests/
H A Dgo_test.go195 func CheckReadBuffer(buf []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ..…
370 func CheckMutateBuffer(org []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, …
518 func CheckObjectAPI(buf []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ...…
546 func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) {
690 func FailString(name string, want, got interface{}) string {
695 func CheckByteLayout(fail func(string, ...interface{})) {
1161 func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) {
1228 func CheckGetRootAsForNonRootTable(fail func(string, ...interface{})) {
1254 func CheckGeneratedBuild(sizePrefix bool, fail func(string, ...interface{})) ([]byte, flatbuffers.U…
1308 func CheckTableAccessors(fail func(string, ...interface{})) {
[all …]
/aosp_15_r20/out/soong/.intermediates/system/vold/libvold_binder/android_arm64_armv8-2a_cortex-a55_static/gen/aidl/android/os/
DIVoldListener.h44 …ndroid::binder::Status onDiskCreated(const ::std::string& /*diskId*/, int32_t /*flags*/) override { in onDiskCreated()
47 ::android::binder::Status onDiskScanned(const ::std::string& /*diskId*/) override { in onDiskScanned()
50 …int64_t /*sizeBytes*/, const ::std::string& /*label*/, const ::std::string& /*sysPath*/) override { in onDiskMetadataChanged()
53 ::android::binder::Status onDiskDestroyed(const ::std::string& /*diskId*/) override { in onDiskDestroyed()
56 … const ::std::string& /*diskId*/, const ::std::string& /*partGuid*/, int32_t /*userId*/) override { in onVolumeCreated()
59 …olumeStateChanged(const ::std::string& /*volId*/, int32_t /*state*/, int32_t /*userId*/) override { in onVolumeStateChanged()
62 …::string& /*fsType*/, const ::std::string& /*fsUuid*/, const ::std::string& /*fsLabel*/) override { in onVolumeMetadataChanged()
65 …tatus onVolumePathChanged(const ::std::string& /*volId*/, const ::std::string& /*path*/) override { in onVolumePathChanged()
68 …ternalPathChanged(const ::std::string& /*volId*/, const ::std::string& /*internalPath*/) override { in onVolumeInternalPathChanged()
71 ::android::binder::Status onVolumeDestroyed(const ::std::string& /*volId*/) override { in onVolumeDestroyed()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go33 func Trace(op, path string) {
110 func canonicalize(path string) string {
132 func Init(wd string) error {
249 func IsDir(path string) (bool, error) {
272 func parentIsOverlayFile(name string) (string, bool) {
299 func nonFileInOverlayError(overlayPath string) error {
306 func readDir(dir string) ([]fs.FileInfo, error) {
331 func ReadDir(dir string) ([]fs.FileInfo, error) {
393 func OverlayPath(path string) (string, bool) {
402 func Open(path string) (*os.File, error) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/url/
Durl.go184 func QueryUnescape(s string) (string, error) {
195 func PathUnescape(s string) (string, error) {
201 func unescape(s string, mode encoding) (string, error) {
276 func QueryEscape(s string) string {
282 func PathEscape(s string) string {
286 func escape(s string, mode encoding) string {
386 func User(username string) *Userinfo {
398 func UserPassword(username, password string) *Userinfo {
444 func getScheme(rawURL string) (scheme, path string, err error) {
474 func Parse(rawURL string) (*URL, error) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_linux_s390x.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
175 func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) {
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc99 const std::string& /*key*/, int def_value) { return def_value; }; in SetUp()
106 [&](const config_t& /*config*/, const std::string& /*section*/, in SetUp()
107 const std::string& /*key*/, const std::string* def_value) { return def_value; }; in SetUp()
111 const std::string& /*value*/) { return; }; in SetUp()
251 [&](const config_t& /*config*/, const std::string& /*section*/, in TEST_F_WITH_FLAGS()
253 const std::string* /*def_value*/) { return &config_get_string_return_value; }; in TEST_F_WITH_FLAGS()
305 [&](const config_t& /*config*/, const std::string& /*section*/, in TEST_F_WITH_FLAGS()
307 const std::string* /*def_value*/) { return &config_get_string_return_value; }; in TEST_F_WITH_FLAGS()
352 const std::string* /*def_value*/) { return &config_get_string_return_value; }; in TEST_F_WITH_FLAGS()
401 [&](const config_t& /*config*/, const std::string& /*section*/, in TEST_F_WITH_FLAGS()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape_reflect.go49 func string1(x string) string { // ERROR "leaking param: x to result ~r0 level=0"
138 func len3(x string) int { // ERROR "x does not escape"
185 func slice2(x string) string { // ERROR "leaking param: x$"
200 func elem2(x *string) string { // ERROR "leaking param: x to result ~r0 level=1"
234 func index2(x []string) string { // ERROR "leaking param: x to result ~r0 level=0"
244 func index4(x [3]string) string { // ERROR "leaking param: x to result ~r0 level=0"
249 func index5(x string) byte { // ERROR "x does not escape"
278 func mapindex(m map[string]string, k string) string { // ERROR "m does not escape" "leaking param: …
284 func mapkeys(m map[string]string) []reflect.Value { // ERROR "m does not escape"
289 func mapiter1(m map[string]string) *reflect.MapIter { // ERROR "leaking param: m$"
[all …]
/aosp_15_r20/system/tools/aidl/build/
Daidl_interface_backends.go30 …efaultableHookContext, i *aidlInterface, version string, lang string, notFrozen bool, requireFroze…
44 …efaultableHookContext, i *aidlInterface, version string, lang string, notFrozen bool, requireFroze…
204 …roid.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozenReason…
287 …roid.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozenReason…
354 …roid.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozenReason…
422 func (i *aidlInterface) versionedName(version string) string {
430 func (i *aidlInterface) srcsForVersion(mctx android.EarlyModuleContext, version string) (srcs []str…
450 func (i *aidlInterface) versionForInitVersionCompat(version string) string {
457 func (i *aidlInterface) flagsForAidlGenRule(version string) (flags []string) {
473 func (i *aidlInterface) getImportWithVersion(version string, anImport string, other *aidlInterface)…
[all …]
/aosp_15_r20/build/soong/finder/fs/
H A Dtest.go26 func Write(t *testing.T, path string, content string, filesystem *MockFs) {
35 func Create(t *testing.T, path string, filesystem *MockFs) {
39 func Delete(t *testing.T, path string, filesystem *MockFs) {
46 func RemoveAll(t *testing.T, path string, filesystem *MockFs) {
53 func Move(t *testing.T, oldPath string, newPath string, filesystem *MockFs) {
60 func Link(t *testing.T, newPath string, oldPath string, filesystem *MockFs) {
72 func Read(t *testing.T, path string, filesystem *MockFs) string {
85 func ModTime(t *testing.T, path string, filesystem *MockFs) time.Time {
93 func SetReadable(t *testing.T, path string, readable bool, filesystem *MockFs) {
100 func SetReadErr(t *testing.T, path string, readErr error, filesystem *MockFs) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddebug_test.go180 func subTest(t *testing.T, tag string, basename string, gcflags string, moreargs ...string) {
190 func skipSubTest(t *testing.T, tag string, basename string, gcflags string, count int, moreargs ...…
202 func optSubTest(t *testing.T, tag string, basename string, gcflags string, count int, moreargs ...s…
214 func testNexting(t *testing.T, base, tag, gcflags string, count int, moreArgs ...string) {
273 …stepnext(s string) bool // step or next, possible with parameter, gets line etc. returns true for…
294 func runGo(t *testing.T, dir string, args ...string) string {
479 func canonFileName(f string) string {
500 func newDelve(t testing.TB, tag, executable string, args ...string) dbgr {
585 func newGdb(t testing.TB, tag, executable string, args ...string) dbgr {
682 func printVariableAndNormalize(v string, printer func(v string) string) string {
[all …]
/aosp_15_r20/system/core/fastboot/device/
H A Dvariables.cpp50 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion()
56 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion()
62 bool GetBasebandVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBasebandVersion()
68 bool GetOsVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetOsVersion()
74 bool GetVndkVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVndkVersion()
80 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct()
86 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial()
92 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure()
98 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant()
148 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
Dvalue.go53 func (k Key) GetValue(name string, buf []byte) (n int, valtype uint32, err error) {
70 func (k Key) getValue(name string, buf []byte) (date []byte, valtype uint32, err error) {
97 func (k Key) GetStringValue(name string) (val string, valtype uint32, err error) {
118 func (k Key) GetMUIStringValue(name string) (string, error) {
169 func ExpandString(value string) (string, error) {
195 func (k Key) GetStringsValue(name string) (val []string, valtype uint32, err error) {
229 func (k Key) GetIntegerValue(name string) (val uint64, valtype uint32, err error) {
255 func (k Key) GetBinaryValue(name string) (val []byte, valtype uint32, err error) {
266 func (k Key) setValue(name string, valtype uint32, data []byte) error {
279 func (k Key) SetDWordValue(name string, value uint32) error {
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/resources/
H A Dinvoice.proto48 optional string customer = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
134 optional string customer = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; field
138 optional string customer_descriptive_name = 11 field
145 optional string account_budget = 12 field
150 optional string account_budget_name = 13 field
155 optional string purchase_order_number = 14 field
218 optional string original_year_of_service = 2 field
223 optional string original_invoice_id = 3 field
228 optional string original_account_budget_name = 4 field
233 optional string original_purchase_order_number = 5 field
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/resources/
H A Dinvoice.proto48 optional string customer = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
134 optional string customer = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; field
138 optional string customer_descriptive_name = 11 field
145 optional string account_budget = 12 field
150 optional string account_budget_name = 13 field
155 optional string purchase_order_number = 14 field
218 optional string original_year_of_service = 2 field
223 optional string original_invoice_id = 3 field
228 optional string original_account_budget_name = 4 field
233 optional string original_purchase_order_number = 5 field
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/resources/
H A Dinvoice.proto48 optional string customer = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
134 optional string customer = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; field
138 optional string customer_descriptive_name = 11 field
145 optional string account_budget = 12 field
150 optional string account_budget_name = 13 field
155 optional string purchase_order_number = 14 field
218 optional string original_year_of_service = 2 field
223 optional string original_invoice_id = 3 field
228 optional string original_account_budget_name = 4 field
233 optional string original_purchase_order_number = 5 field
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/
H A Ddoc.go97 func isComment(line string) bool {
101 func commentSubject(line string) string {
114 func extractCommentLines(lines []string, lineNo int) (comment []string, rest []string, restLineNo i…
163 func removeBulletListMarker(line string) (string, bool) {
172 func removeOrderedListMarker(line string) (rest string, num int, ok bool) {
199 func removeCodeIndent(line string) (string, bool) {
203 func extractComment(lines []string, lineNo int) (comment []CommentBlock, rest []string, restLineNo …
285 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error…
338 func skipLine(s string) string {
349 func getNameFromDecl(decl string) (string, bool) {
[all …]

12345678910>>...484