/aosp12/system/tools/aidl/ |
H A D | aidl_to_java.cpp | 216 c.writer << c.parcel << ".writeByte(" << c.var << ");\n"; in WriteToParcelFor() 232 c.writer << c.parcel << ".writeInt(" << c.var << ");\n"; in WriteToParcelFor() 240 c.writer << c.parcel << ".writeLong(" << c.var << ");\n"; in WriteToParcelFor() 344 c.writer << c.var << ".writeToParcel(" << c.parcel << ", " << GetFlagFor(c) << ");\n"; in WriteToParcelFor() 402 c.writer << c.var << ".writeToParcel(" << c.parcel << ", " << GetFlagFor(c) << ");\n"; in WriteToParcelFor() 584 c.writer << c.var << " = " << c.parcel in CreateFromParcelFor() 619 c.writer << c.var << " = " << c.type.GetName() << ".Stub.asInterface(" << c.parcel in CreateFromParcelFor() 750 c.writer << c.parcel << ".readTypedArray(" << c.var in ReadFromParcelFor() 762 c.writer << c.parcel << ".readTypedArray(" << c.var << ", " << c.type.GetName() in ReadFromParcelFor() 785 c.writer << c.var; in ToStringFor() [all …]
|
/aosp12/build/soong/android/ |
H A D | config.go | 70 return c.buildDir 74 return c.buildDir 82 return c.srcDir 348 newConfig, err := NewConfig(c.srcDir, c.buildDir, c.moduleListFile, c.env) 514 return filepath.Join(c.buildDir, "host", c.PrebuiltOS(), "bin") 549 return fmt.Sprintf("%s/prebuilts/go/%s", c.srcDir, c.PrebuiltOS()) 574 c.envLock.Lock() 580 if c.envFrozen { 610 c.envLock.Lock() 613 return c.envDeps [all …]
|
H A D | rule_builder.go | 768 c.inputs = append(c.inputs, path) 1002 c.tools = append(c.tools, path) 1003 return c.Text(c.PathForTool(path)) 1008 c.tools = append(c.tools, path) 1014 c.tools = append(c.tools, paths...) 1024 return c.Tool(c.rule.ctx.Config().HostToolPath(c.rule.ctx, tool)) 1039 return c.Text(c.addInput(path)) 1105 c.outputs = append(c.outputs, path) 1138 c.outputs = append(c.outputs, path) 1281 (c >= 'A' && c <= 'Z') || [all …]
|
/aosp12/build/soong/ui/build/ |
H A D | exec.go | 58 c.Env = c.Environment.Environ() 64 c.ctx.Verbosef("%q executing %q %v\n", c.name, c.Path, c.Args) 75 c.name, c.Cmd.ProcessState.ExitCode(), 91 c.report() 98 c.report() 105 c.report() 118 c.ctx.Fatalf("Failed to run %s: %v", c.name, err) 129 c.ctx.Fatalf("Failed to run %s: %v", c.name, err) 135 c.reportError(c.Run()) 140 c.reportError(c.Wait()) [all …]
|
H A D | config.go | 321 c := Config{ret} 323 return c 603 c.parallel = parseArgNum(c.parallel) 615 c.dist = true 620 c.arguments = append(c.arguments, arg) 786 return c.dist 957 if c.Dist() { 1026 return c.UseGoma() || c.UseRBE() 1063 return filepath.Join(c.OutDir(), "env"+c.KatiSuffix()+".sh") 1110 return filepath.Join(c.hostOutRoot(), c.HostPrebuiltTag()) [all …]
|
/aosp12/bionic/libc/include/ |
H A D | stdint.h | 109 #define INT8_C(c) c argument 110 #define INT_LEAST8_C(c) INT8_C(c) argument 113 #define UINT8_C(c) c argument 117 #define INT16_C(c) c argument 121 #define UINT16_C(c) c argument 124 #define INT32_C(c) c argument 128 #define UINT32_C(c) c ## U argument 141 # define INT64_C(c) c ## L argument 142 # define UINT64_C(c) c ## UL argument 147 # define INT64_C(c) c ## LL argument [all …]
|
/aosp12/art/test/957-methodhandle-transforms/ |
H A D | expected-stdout.txt | 19 a: a, b:b, c: c 20 a: a, b:b, c: c 21 a: a, b:b, c: c 22 a: a, b:b, c: c 23 a: a, b:b, c: c 24 a: a, b:b, c: c 25 a: a, b:b, c: c 31 a: a, b:b, c: c 32 a: a, b:b, c: c 33 a: a, b:b, c: c [all …]
|
/aosp12/art/test/491-current-method/src/ |
H A D | Main.java | 26 c = c / 42; in $noinline$foo() 34 c = c / 42; in $noinline$foo() 36 c = c / 42; in $noinline$foo() 38 c = c / 42; in $noinline$foo() 40 c = c / 42; in $noinline$foo() 42 c = c / 42; in $noinline$foo() 44 c = c / 42; in $noinline$foo() 46 c = c / 42; in $noinline$foo() 48 c = c / 42; in $noinline$foo() 50 c = c / 42; in $noinline$foo() [all …]
|
/aosp12/system/bt/stack/smp/ |
H A D | p_256_multprecision.cc | 117 multiprecision_sub(c, c, modp); in multiprecision_lshift_mod() 119 multiprecision_sub(c, c, modp); in multiprecision_lshift_mod() 160 multiprecision_sub(c, c, modp); in multiprecision_add_mod() 162 multiprecision_sub(c, c, modp); in multiprecision_add_mod() 172 if (borrow) multiprecision_add(c, c, modp); in multiprecision_sub_mod() 284 c[0] += E; in multiprecision_fast_mod_P256() 289 c[0] -= A; in multiprecision_fast_mod_P256() 301 c[1] += F; in multiprecision_fast_mod_P256() 441 multiprecision_add(c, c, modp); in multiprecision_fast_mod_P256() 446 multiprecision_sub(c, c, modp); in multiprecision_fast_mod_P256() [all …]
|
/aosp12/system/bt/gd/security/ecc/ |
H A D | multprecision.cc | 119 multiprecision_sub(c, c, modp); in multiprecision_lshift_mod() 121 multiprecision_sub(c, c, modp); in multiprecision_lshift_mod() 159 multiprecision_sub(c, c, modp); in multiprecision_add_mod() 161 multiprecision_sub(c, c, modp); in multiprecision_add_mod() 170 if (borrow) multiprecision_add(c, c, modp); in multiprecision_sub_mod() 281 c[0] += E; in multiprecision_fast_mod_P256() 286 c[0] -= A; in multiprecision_fast_mod_P256() 298 c[1] += F; in multiprecision_fast_mod_P256() 438 multiprecision_add(c, c, modp); in multiprecision_fast_mod_P256() 443 multiprecision_sub(c, c, modp); in multiprecision_fast_mod_P256() [all …]
|
/aosp12/bionic/libc/stdio/ |
H A D | parsefloat.c | 66 if (c == '-' || c == '+') in parsefloat() 103 if (c != 'A' && c != 'a') in parsefloat() 107 if (c != 'N' && c != 'n') in parsefloat() 120 } else if (!isalnum(c) && c != '_') in parsefloat() 128 if (c == 'X' || c == 'x') { in parsefloat() 161 if (c == '-' || c == '+') in parsefloat() 216 if (c == '-' || c == '+') in wparsefloat() 253 if (c != 'A' && c != 'a') in wparsefloat() 257 if (c != 'N' && c != 'n') in wparsefloat() 278 if (c == 'X' || c == 'x') { in wparsefloat() [all …]
|
/aosp12/system/bt/gd/rust/shim/src/ |
H A D | bridge.rs | 39 fn controller_supports_role_switch(c: &Controller) -> bool; in controller_supports_role_switch() 46 fn controller_supports_sco(c: &Controller) -> bool; in controller_supports_sco() 55 fn controller_supports_hold_mode(c: &Controller) -> bool; in controller_supports_hold_mode() 56 fn controller_supports_sniff_mode(c: &Controller) -> bool; in controller_supports_sniff_mode() 57 fn controller_supports_park_mode(c: &Controller) -> bool; in controller_supports_park_mode() 61 fn controller_supports_ble(c: &Controller) -> bool; in controller_supports_ble() 63 fn controller_supports_privacy(c: &Controller) -> bool; in controller_supports_privacy() 94 fn controller_get_acl_buffers(c: &Controller) -> u16; in controller_get_acl_buffers() 95 fn controller_get_le_buffers(c: &Controller) -> u8; in controller_get_le_buffers() 96 fn controller_get_iso_buffers(c: &Controller) -> u8; in controller_get_iso_buffers() [all …]
|
/aosp12/frameworks/wilhelm/tools/hashgen/ |
H A D | Makefile | 3 install : IID_to_MPH.c 9 %.o : %.c 12 IID_to_MPH.c : part1.c part2.c part3.c part4.c part5.c part6.c part7.c part8.c 14 cat part1.c part2.c part3.c part4.c part5.c part6.c part7.c part8.c >> $@ 18 part2.c : part23in.c 22 part3.c : part23in.c 34 part7.c : part23in.c hash.sed 49 part5gen.c : frag2.c part23in.c frag3.c 51 cp frag2.c $@ 68 $(RM) part23in.gperf part5gen.c part23in.c [all …]
|
/aosp12/bionic/libm/ |
H A D | Android.bp | 36 "upstream-freebsd/lib/msun/src/catrig.c", 38 "upstream-freebsd/lib/msun/src/e_acos.c", 58 "upstream-freebsd/lib/msun/src/e_j0.c", 209 "digittoint.c", 212 "significandl.c", 213 "fake_long_double.c", 289 "arm/fenv.c", 316 "arm64/fenv.c", 349 "i387/fenv.c", 418 "amd64/fenv.c", [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/database/ |
H A D | DatabaseCursorTest.java | 137 c.close(); in testRealColumns() 189 for (c.moveToFirst(), i = 0; !c.isAfterLast(); c.moveToNext(), i++) { in testCursor1() 201 c.close(); in testCursor1() 220 for (c.moveToFirst(), i = 0; !c.isAfterLast(); c.moveToNext(), i++) { in testCursor2() 230 c.close(); in testCursor2() 257 c.close(); in testLargeField() 312 c.close(); in testManyRowsLong() 346 c.close(); in testManyRowsTxt() 384 c.close(); in testManyRowsTxtLong() 397 c.close(); in testRequery() [all …]
|
/aosp12/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
H A D | sha1.c | 109 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); nR0(c,d,e,a,b, 3); in do_R01() 110 nR0(b,c,d,e,a, 4); nR0(a,b,c,d,e, 5); nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); in do_R01() 183 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform() 184 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform() 185 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform() 186 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform() 187 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform() 188 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform() 189 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform() 190 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform() [all …]
|
/aosp12/art/test/055-enum-performance/src/ |
H A D | Main.java | 136 Enum.valueOf(c, "ONE"); in test1() 137 Enum.valueOf(c, "TWO"); in test1() 141 Enum.valueOf(c, "SIX"); in test1() 145 Enum.valueOf(c, "TEN"); in test1() 164 Enum.valueOf(c, "ONE"); in test2() 165 Enum.valueOf(c, "TWO"); in test2() 169 Enum.valueOf(c, "SIX"); in test2() 173 Enum.valueOf(c, "TEN"); in test2() 192 Enum.valueOf(c, "ONE"); in test3() 193 Enum.valueOf(c, "TWO"); in test3() [all …]
|
/aosp12/system/sepolicy/build/soong/ |
H A D | policy.go | 75 c.AddProperties(&c.properties) 77 return c 111 if c.cts() { 118 if c.cts() { 125 if c.cts() { 132 if c.cts() { 178 c.installSource = c.transformPolicyToConf(ctx) 180 ctx.InstallFile(c.installPath, c.stem(), c.installSource) 252 c.AddProperties(&c.properties) 254 return c [all …]
|
/aosp12/build/soong/cc/ |
H A D | cc.go | 1034 c.AddProperties(&c.Properties, &c.VendorProperties) 1045 c.AddProperties(c.stl.props()...) 1054 c.AddProperties(c.sabi.props()...) 1060 c.AddProperties(c.lto.props()...) 1063 c.AddProperties(c.pgo.props()...) 1069 android.InitAndroidArchModule(c, c.hod, c.multilib) 1095 !c.UseVndk() && !c.InRamdisk() && !c.InRecovery() && !c.InVendorRamdisk() 1783 if c.HasStubsVariants() && c.NotInPlatform() && !c.InRamdisk() && 1784 !c.InRecovery() && !c.UseVndk() && !c.static() && !c.isCoverageVariant() && 2955 !c.InRamdisk() && !c.InVendorRamdisk() && !c.InRecovery() { [all …]
|
/aosp12/frameworks/av/camera/ |
H A D | Camera.cpp | 58 return c; in create() 92 return c->lock(); in lock() 99 return c->unlock(); in unlock() 152 if (c == 0) return; in stopPreview() 153 c->stopPreview(); in stopPreview() 161 if (c == 0) return; in stopRecording() 162 c->stopRecording(); in stopRecording() 170 if (c == 0) return; in releaseRecordingFrame() 178 if (c == 0) return; in releaseRecordingFrameHandle() 186 if (c == 0) return; in releaseRecordingFrameHandleBatch() [all …]
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/ |
H A D | TelephonyConnectionTest.java | 54 c.setIsImsConnection(true); in testSetupCommunicator() 72 c.setIsImsConnection(true); in testDoNotSetupCommunicatorWhenDisabled() 87 c.setIsImsConnection(false); in testDoNotSetupCommunicatorForNonIms() 102 c.setIsImsConnection(true); in testDoNotSetupCommunicatorNoTransports() 120 c.setIsImsConnection(true); in testSetupRtpOnly() 158 c.setIsImsConnection(true); in testSetupDtmfOnly() 179 c.setIsImsConnection(true); in testCodecInIms() 180 c.updateState(); in testCodecInIms() 189 c.setIsImsConnection(true); in testConferenceNotSupportedForDownGradedVideoCall() 190 c.setIsVideoCall(false); in testConferenceNotSupportedForDownGradedVideoCall() [all …]
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | CapsModeUtilsTests.java | 75 allPathsForCaps("Word", c, sp, false); in testGetCapsMode() 76 allPathsForCaps("Word.", c, sp, false); in testGetCapsMode() 79 allPathsForCaps("Word..", c, sp, false); in testGetCapsMode() 131 allPathsForCaps("Word", c, sp, false); in testGetCapsMode() 132 allPathsForCaps("Word.", c, sp, false); in testGetCapsMode() 142 allPathsForCaps("Word?", c, sp, false); in testGetCapsMode() 145 allPathsForCaps("Word!", c, sp, false); in testGetCapsMode() 148 allPathsForCaps("Word;", c, sp, false); in testGetCapsMode() 153 allPathsForCaps("Word?", c, sp, false); in testGetCapsMode() 156 allPathsForCaps("Word!", c, sp, false); in testGetCapsMode() [all …]
|
/aosp12/art/test/411-checker-hdiv-hrem-const/src/ |
H A D | RemTest.java | 299 return c; in $noinline$UnsignedIntRem01() 321 return c; in $noinline$UnsignedIntRem02() 343 return c; in $noinline$UnsignedIntRem03() 365 return c; in $noinline$UnsignedIntRem04() 386 return c; in $noinline$UnsignedIntRem05() 429 return c; in $noinline$SignedIntRem01() 451 return c; in $noinline$SignedIntRem02() 471 return c; in $noinline$SignedIntRem03() 496 return c; in $noinline$SignedIntRem04() 525 return c; in $noinline$SignedIntRem05() [all …]
|
H A D | DivTest.java | 291 return c; in $noinline$UnsignedIntDiv01() 311 return c; in $noinline$UnsignedIntDiv02() 331 return c; in $noinline$UnsignedIntDiv03() 351 return c; in $noinline$UnsignedIntDiv04() 391 return c; in $noinline$UnsignedIntDiv06() 449 return c; in $noinline$SignedIntDiv01() 469 return c; in $noinline$SignedIntDiv02() 487 return c; in $noinline$SignedIntDiv03() 510 return c; in $noinline$SignedIntDiv04() 537 return c; in $noinline$SignedIntDiv05() [all …]
|
/aosp12/bionic/libc/bionic/ |
H A D | ctype.cpp | 35 return isalnum(c); in isalnum_l() 39 return isalpha(c); in isalpha_l() 43 return isblank(c); in isblank_l() 47 return iscntrl(c); in iscntrl_l() 51 return isdigit(c); in isdigit_l() 55 return isgraph(c); in isgraph_l() 59 return islower(c); in islower_l() 63 return isprint(c); in isprint_l() 67 return ispunct(c); in ispunct_l() 71 return isspace(c); in isspace_l() [all …]
|