Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/aosp12/bionic/libc/tzcode/
H A Dstrptime.c185 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr))) in _strptime()
191 if (!(bp = _strptime(bp, "%Y-%m-%d", tm, cr))) in _strptime()
197 if (!(bp = _strptime(bp, "%H:%M", tm, cr))) in _strptime()
455 bp += 3; in _strptime()
460 bp += 3; in _strptime()
471 bp = ep; in _strptime()
491 bp++; in _strptime()
514 --bp; in _strptime()
532 if (!isdigit(bp[0]) || !isdigit(bp[1])) in _strptime()
535 bp += 2; in _strptime()
[all …]
/aosp12/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_wext.c80 int ret, bp; in wpa_driver_wext_combo_scan() local
91 bp = WEXT_CSCAN_HEADER_SIZE; in wpa_driver_wext_combo_scan()
105 buf[bp++] = 0; in wpa_driver_wext_combo_scan()
120 iwr.u.data.length = bp; in wpa_driver_wext_combo_scan()
134 int bp, i; in wpa_driver_wext_set_cscan_params() local
151 bp = WEXT_CSCAN_HEADER_SIZE; in wpa_driver_wext_set_cscan_params()
156 buf[bp++] = channel; in wpa_driver_wext_set_cscan_params()
163 buf[bp++] = channel; in wpa_driver_wext_set_cscan_params()
188 return bp; in wpa_driver_wext_set_cscan_params()
207 int ret = 0, i = 0, bp; in wpa_driver_set_backgroundscan_params() local
[all …]
/aosp12/build/soong/cmd/extract_apks/
H A Dmain_test.go130 bp.Abi_ARMEABI_V7A: 0,
131 bp.Abi_ARM64_V8A: 1,
183 bp.Abi_ARM64_V8A: 0,
184 bp.Abi_ARMEABI_V7A: 1,
255 var toc bp.BuildApksResult
337 bp.Abi_ARM64_V8A: 0,
338 bp.Abi_ARMEABI_V7A: 1,
393 bp.Abi_ARM64_V8A: 0,
394 bp.Abi_MIPS64: 1,
395 bp.Abi_X86: 2,
[all …]
/aosp12/packages/modules/DnsResolver/
H A Dgethnamaddr.cpp171 bp = buf; in getanswer()
177 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer()
189 bp += n; in getanswer()
198 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer()
233 bp += n; in getanswer()
240 strlcpy(bp, tbuf, (size_t)(ep - bp)); in getanswer()
242 bp += n; in getanswer()
259 strlcpy(bp, tbuf, (size_t)(ep - bp)); in getanswer()
356 strlcpy(bp, qname, (size_t)(ep - bp)); in getanswer()
367 bp = (char*) ALIGN(bp); in getanswer()
[all …]
/aosp12/build/soong/java/
H A Ddexpreopt_test.go34 bp: `
44 bp: `
54 bp: `
63 bp: `
72 bp: `
88 bp: `
97 bp: `
106 bp: `
115 bp: `
124 bp: `
[all …]
H A Dapp_test.go546 bp := `
578 bp := `
673 bp := `
864 bp := `
1496 bp: `
1509 bp: `
1528 bp: `
1542 bp: `
1561 bp: `
1581 bp: `
[all …]
H A Dlint_test.go128 bp string
133 bp: `
150 bp: `
172 RunTestWithBp(t, testCase.bp)
178 bp := `
206 RunTestWithBp(t, bp)
227 bp := `
241 thisBp := strings.Replace(bp, "XXX", testCase, 1)
267 bp := `
281 thisBp := strings.Replace(bp, "XXX", testCase, 1)
/aosp12/build/soong/bp2build/
H A Dbuild_conversion_test.go42 bp: `custom {
58 bp: `custom {
74 bp: `custom {
90 bp: `custom {
109 bp: `custom {
139 bp: `custom {
212 bp: `custom {
229 bp: `custom {
246 bp: `custom {
268 bp: `custom {
[all …]
H A Dcc_library_static_conversion_test.go78 bp string
108 bp: soongCcLibraryStaticPreamble + `
247 bp: soongCcLibraryStaticPreamble + `
276 bp: soongCcLibraryStaticPreamble + `
299 bp: soongCcLibraryStaticPreamble + `
339 bp: soongCcLibraryStaticPreamble,
364 bp: soongCcLibraryStaticPreamble + `
393 bp: soongCcLibraryStaticPreamble + `
417 bp: soongCcLibraryStaticPreamble + `
453 bp: soongCcLibraryStaticPreamble + `
[all …]
H A Dcc_library_conversion_test.go51 bp string
81 bp: soongCcLibraryPreamble + `
150 bp: soongCcLibraryPreamble + `
244 bp: soongCcLibraryPreamble,
309 bp: soongCcLibraryPreamble,
349 bp: soongCcLibraryPreamble,
382 bp: soongCcLibraryPreamble,
415 bp: soongCcLibraryPreamble,
463 bp: soongCcLibraryPreamble,
503 bp: soongCcLibraryPreamble,
[all …]
/aosp12/bionic/benchmarks/linker_relocation/regen/
H A Dgen_bench.py328 bp = open(out / 'Android.bp', 'w')
332 bp.write(f'cc_defaults {{\n')
334 bp.write(f' runtime_libs: [\n')
339 bp.write(f' ],\n')
340 bp.write(f'}}\n')
354 bp.write(f'cc_binary {{\n')
357 bp.write(f'cc_test_library {{\n')
361 bp.write(f' shared_libs: [\n')
365 bp.write(f' ],\n')
368 bp.write('}\n')
[all …]
/aosp12/bionic/libc/dns/net/
H A Dgethnamaddr.c261 bp = buf; in getanswer()
282 bp += n; in getanswer()
330 bp += n; in getanswer()
337 strlcpy(bp, tbuf, (size_t)(ep - bp)); in getanswer()
339 bp += n; in getanswer()
358 strlcpy(bp, tbuf, (size_t)(ep - bp)); in getanswer()
360 bp += n; in getanswer()
460 bp += n; in getanswer()
485 strlcpy(bp, qname, (size_t)(ep - bp)); in getanswer()
487 bp += n; in getanswer()
[all …]
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp417 ASSERT_THAT(bp, NotNull()); in TEST()
423 ASSERT_THAT(bp, NotNull()); in TEST()
429 ASSERT_THAT(bp, NotNull()); in TEST()
435 ASSERT_THAT(bp, NotNull()); in TEST()
441 ASSERT_THAT(bp, NotNull()); in TEST()
447 ASSERT_THAT(bp, NotNull()); in TEST()
453 ASSERT_THAT(bp, NotNull()); in TEST()
459 ASSERT_THAT(bp, NotNull()); in TEST()
465 ASSERT_THAT(bp, NotNull()); in TEST()
471 ASSERT_THAT(bp, NotNull()); in TEST()
[all …]
/aosp12/build/soong/android/
H A Dmutator.go284 bp blueprint.TopDownMutatorContext member
412 bp blueprint.BottomUpMutatorContext member
422 bp: ctx,
459 bp: ctx,
583 return t.bp.MutatorName()
587 t.bp.Rename(name)
618 return b.bp.MutatorName()
622 b.bp.Rename(name)
671 b.bp.SetDependencyVariation(variation)
711 b.bp.ReplaceDependencies(name)
[all …]
H A Dsingleton_module.go62 bp string member
116 if smb.bp != "" {
117 ctx.ModuleErrorf("Duplicate SingletonModule %q, previously used in %s", name, smb.bp)
119 smb.bp = ctx.BlueprintsFile()
135 if smsa.sm.singletonModuleBase().bp != "" {
141 if smsa.sm.singletonModuleBase().bp != "" {
H A Dpath_properties_test.go75 bp string
80 bp: `
107 bp: `
126 bp := test.bp + `
166 FixtureWithRootAndroidBp(bp),
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DBufferingParams.java119 public Builder(BufferingParams bp) { in Builder() argument
120 mInitialMarkMs = bp.mInitialMarkMs; in Builder()
121 mResumePlaybackMarkMs = bp.mResumePlaybackMarkMs; in Builder()
131 BufferingParams bp = new BufferingParams(); in build() local
132 bp.mInitialMarkMs = mInitialMarkMs; in build()
133 bp.mResumePlaybackMarkMs = mResumePlaybackMarkMs; in build()
135 return bp; in build()
/aosp12/packages/modules/Wifi/service/tests/wifitests/
H A Dcoverage.sh35 sed -n -e p -e '/include_filter:/q' < Android.bp
39 tail -n 3 Android.bp
42 generate_new_bp > $OUTPUT_DIR/bp
44 diff -u Android.bp $OUTPUT_DIR/bp || {
45 mv $OUTPUT_DIR/bp Android.bp
49 rm -f $OUTPUT_DIR/bp
/aosp12/build/soong/genrule/
H A Dgenrule_test.go440 bp := "genrule {\n"
441 bp += "name: \"gen\",\n"
442 bp += test.prop
443 bp += "}\n"
486 bp := `
598 bp := "gensrcs {\n"
601 bp += test.prop
602 bp += "}\n"
628 bp := `
658 bp := `
[all …]
/aosp12/build/soong/rust/
H A Dproject_json_test.go34 ).RunTestWithBp(t, bp)
103 bp := `
116 jsonContent := testProjectJson(t, bp)
121 bp := `
129 jsonContent := testProjectJson(t, bp)
156 bp := `
163 jsonContent := testProjectJson(t, bp)
179 bp := `
206 jsonContent := testProjectJson(t, bp)
255 bp := `
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerService.java589 if (bp == null) { in getPermissionInfo()
687 if (bp == null) { in removePermission()
855 if (bp == null) { in updatePermissionFlagsInternal()
1222 if (bp == null) { in checkExistsAndEnforceCannotModifyImmutablyRestrictedPermission()
1557 if (bp.isDevelopment() || bp.isRole()) { in grantRuntimePermissionInternal()
2339 if (bp == null || !(bp.isInternal() || bp.isRuntime())) {
2498 if (bp != null && bp.isPermission(p)) {
3102 if (bp != null && bp.isRuntime()) {
3798 shouldGrantPermission = bp != null && (bp.isRuntime() || bp.isDevelopment())
3838 if (bp == null || !bp.isHardOrSoftRestricted()) {
[all …]
H A DLegacyPermission.java150 LegacyPermission bp = out.get(name); in read() local
152 if (bp == null || bp.mType != TYPE_CONFIG) { in read()
153 bp = new LegacyPermission(name.intern(), packageName, in read()
156 bp.mPermissionInfo.protectionLevel = readInt(parser, null, "protection", in read()
158 bp.mPermissionInfo.protectionLevel = PermissionInfo.fixProtectionLevel( in read()
159 bp.mPermissionInfo.protectionLevel); in read()
161 bp.mPermissionInfo.icon = readInt(parser, null, "icon", 0); in read()
162 bp.mPermissionInfo.nonLocalizedLabel = parser.getAttributeValue(null, "label"); in read()
164 out.put(bp.mPermissionInfo.name, bp); in read()
/aosp12/build/soong/tests/
H A Dbootstrap_test.sh52 cat > a/Android.bp <<'EOF'
63 cat > a/Android.bp <<'EOF'
83 cat > a/Android.bp <<'EOF'
105 cat > a/Android.bp <<'EOF'
116 rm a/Android.bp
135 cat > a/Android.bp <<'EOF'
368 cat > a/fooa.bp <<'EOF'
433 cat > a/foob.bp <<'EOF'
599 cat > a/Android.bp <<EOF
620 cat > a/Android.bp <<EOF
[all …]
/aosp12/build/soong/sdk/
H A Dtesting.go101 ).RunTestWithBp(t, bp)
104 func testSdkError(t *testing.T, pattern, bp string) {
108 RunTestWithBp(t, bp)
145 for _, bp := range buildParams {
146 switch bp.Rule.String() {
148 output := bp.Output
151 src := android.NormalizePathForTesting(bp.Input)
164 dest := bp.Args["destdir"]
171 info.outputZip = android.NormalizePathForTesting(bp.Output)
176 mergeInput := android.NormalizePathForTesting(bp.Input)
[all …]
/aosp12/bionic/libc/dns/nameser/
H A Dns_name.c227 bp = dst; in ns_name_pton2()
229 label = bp++; in ns_name_pton2()
245 label = bp++; in ns_name_pton2()
292 if (bp >= eom) { in ns_name_pton2()
296 *bp++ = '\0'; in ns_name_pton2()
310 label = bp++; in ns_name_pton2()
313 if (bp >= eom) { in ns_name_pton2()
317 *bp++ = (u_char)c; in ns_name_pton2()
331 if (bp >= eom) { in ns_name_pton2()
335 *bp++ = 0; in ns_name_pton2()
[all …]

12345678910>>...12