/aosp12/art/test/440-stmp/src/ |
H A D | Main.java | 27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz() 28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz() 38 float g = 7.0f; field in Main 45 float n = 14.0f; field in Main
|
/aosp12/frameworks/base/cmds/incident_helper/tests/ |
H A D | PsParser_test.cpp | 222 int n = got.processes_size(); in TEST_F() local 224 PsProto::Process g = got.processes(i); in TEST_F() local
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | regexec.c | 112 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) in __weak_alias() argument 113 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) in __weak_alias() argument 118 #define STATESETUP(m, n) /* nothing */ in __weak_alias() argument 122 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) in __weak_alias() argument 159 #define SET0(v, n) ((v)[n] = 0) in __weak_alias() argument 160 #define SET1(v, n) ((v)[n] = 1) in __weak_alias() argument 161 #define ISSET(v, n) ((v)[n]) in __weak_alias() argument 174 #define INIT(o, n) ((o) = (int)(n)) argument 179 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) argument 181 #define ISSETBACK(v, n) ((v)[here - (n)]) argument [all …]
|
H A D | regcomp.c | 116 struct re_guts *g; member 192 #define NEXTn(n) (p->next += (n)) argument 206 #define DROP(n) (p->slen -= (n)) argument 240 struct re_guts *g; in regcomp() local 1391 int n = 0; in nch() local 1556 struct re_guts *g, in isinsets() 1583 struct re_guts *g, in samesets() 1610 struct re_guts *g) in categorize() 1787 struct re_guts *g) in stripsnug() 1812 struct re_guts *g) in findmust() [all …]
|
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationBuilderTest.java | 198 final Notification n = buildNotification(id); in sendNotification() local 446 final RadioGroup g = (RadioGroup)findViewById(id); in getRadioChecked() local 451 final RadioGroup g = (RadioGroup)findViewById(id); in getRadioTag() local
|
/aosp12/system/extras/runconuid/ |
H A D | runconuid.cpp | 106 gid_t g; in lookup_gid() local 138 for (size_t n = 0; n < ngroups; n++) { in lookup_groups() local
|
/aosp12/art/test/444-checker-nce/src/ |
H A D | Main.java | 139 Main n = new Main(); in phiFlowRemoveTest() local 163 Main n = new Main(); in phiFlowKeepTest() local 232 private Main g() { in g() method in Main
|
/aosp12/art/test/953-invoke-polymorphic-compiler/src/ |
H A D | Main.java | 101 int e, int f, int g, int h, in Min2Print26() 103 int m, int n, int o, int p, in Min2Print26() 190 private static String Multiply(String value, int n) { in Multiply() 198 private static byte Multiply(byte value, byte n) { in Multiply() 202 private static short Multiply(short value, short n) { in Multiply() 206 private static int Multiply(int value, int n) { in Multiply() 210 private static long Multiply(long value, long n) { in Multiply() 214 private static float Multiply(float value, float n) { in Multiply() 218 private static double Multiply(double value, double n) { in Multiply()
|
/aosp12/hardware/libhardware/tests/hwc/ |
H A D | util.c | 115 EGLint i, n, max; in select_config_for_window() local 146 EGLint r,g,b,a; in select_config_for_window() local
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 137 static glue* moreglue(int n) { in moreglue() 141 glue* g = reinterpret_cast<glue*>(data); in moreglue() local 168 int n; in __sfp() local 169 struct glue *g; in __sfp() local 213 for (glue* g = &__sglue; g != nullptr; g = g->next) { in _fwalk() local 215 for (int n = g->niobs; --n >= 0; ++fp) { in _fwalk() local 506 int n = fp->_p - p; in __sflush() local 526 int __sread(void* cookie, char* buf, int n) { in __sread() 763 char* fgets(char* buf, int n, FILE* fp) { in fgets() 773 char* fgets_unlocked(char* buf, int n, FILE* fp) { in fgets_unlocked() [all …]
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | PositionController.java | 361 Gap g = mGaps.get(i); in startOpeningAnimationIfNeeded() local 398 Gap g = mGaps.get(i); in updateScaleAndGapLimit() local 453 Gap g = mGaps.get(i); in skipAnimation() local 552 Box n = mBoxes.get(offset); // the neighbor box in startCaptureAnimationSlide() local 553 Gap g = mGaps.get(offset); // the gap between the two boxes in startCaptureAnimationSlide() local 906 Gap g = mGaps.get(i - 1); in convertBoxToRect() local 911 Gap g = mGaps.get(i); in convertBoxToRect() local 971 Gap g = mGaps.get(index); in initGap() local 978 Gap g = mGaps.get(index); in initGap() local 1154 Gap g = mGaps.get(i); in moveBox() local [all …]
|
/aosp12/hardware/interfaces/tests/safeunion/1.0/default/ |
H A D | SafeUnion.cpp | 96 Return<void> SafeUnion::setG(const LargeSafeUnion& myUnion, const hidl_string& g, setG_cb _hidl_cb)… in setG() 166 Return<void> SafeUnion::setN(const LargeSafeUnion& myUnion, hidl_bitfield<BitField> n, in setN() 251 const hidl_vec<hidl_handle>& g, setInterfaceG_cb _hidl_cb) { in setInterfaceG()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | BackupHelpers.cpp | 80 round_up(int n) in round_up() 150 const FileRec& g = snapshot.valueAt(i); in write_snapshot_file() local 381 int n = 0; in back_up_files() local 389 FileRec& g = newSnapshot.editValueAt(m); in back_up_files() local 434 FileRec& g = newSnapshot.editValueAt(m); in back_up_files() local
|
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
H A D | HidlTestJava.java | 807 int n = in.addresses.size(); in client() local 832 int n = in.size(); in client() local 1301 int n = in.addresses.size(); in someMethodWithVectorOfArray() local 1313 int n = in.size(); in someMethodTakingAVectorOfArray() local 1584 public LargeSafeUnion setG(LargeSafeUnion safeUnion, String g) { in setG() 1640 public LargeSafeUnion setN(LargeSafeUnion safeUnion, byte n) { in setN() 1707 InterfaceTypeSafeUnion safeUnion, ArrayList<NativeHandle> g) { in setInterfaceG()
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-1.6.2.min.js | 16 …g[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e==="")… argument 17 …g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=th… variable 18 …(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noC… variable
|
H A D | jquery-resizable.min.js | 12 (function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D… variable 19 (function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.… variable 29 …la&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.… function 40 (function(c){c.widget("ui.resizable",c.extend({},c.ui.mouse,{_init:function(){var e=this,j=this.opt… argument
|
H A D | prettify.js | 14 …:return parseInt(j.substring(1),8);default:return j.charCodeAt(1)}}function n(j){if(j<32)return(j<… function 20 m;++v){var w=b[v].match(Qa);if(w&&w[2]===n)if(w[1]===ra){if(--q===0)break a}else++q}if(v<m){g.push(… class 21 ….hasOwnProperty(k)){l.push(s);n[k]=r}}l.push(/[\0-\uffff]/);d=Na(l)})();var g=b.length,i=function(… variable 31 P);q={e:e,d:s,g:f};Sa(q);w()}}}if(n<d.length)setTimeout(v,250);else a&&a()}function w(){var j=q.a;i… property in v.q
|
/aosp12/bionic/linker/ |
H A D | linker_soinfo.cpp | 351 uint32_t n = gnu_bucket_[hash % gnu_nbucket_]; in ElfW() local 392 for (uint32_t n = bucket_[hash % nbucket_]; n != 0; n = chain_[n]) { in ElfW() local 431 uint32_t n = gnu_bucket_[i]; in ElfW() local 922 uint32_t h = 0, g; in calculate_elf_hash() local
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdGL.cpp | 243 EGLint numConfigs = -1, n = 0; in rsdGLInit() local 526 float r, float g, float b, float a) { in rsdGLClearColor()
|
/aosp12/system/tools/hidl/c2hal/test/ |
H A D | test.h | 47 #define g 1l + 3 macro 254 int g[4+4][6 * 6][]; member 262 unsigned int32_t * n; member
|
/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | PooledLambdaImpl.java | 525 private String commaSeparateFirstN(@Nullable Object[] arr, int n) { in commaSeparateFirstN() 551 Object d, Object e, Object f, Object g, Object h, Object i, Object j, Object k, in acquire()
|
/aosp12/art/test/107-int-math2/src/ |
H A D | Main.java | 248 long g = 0x77; in shiftTest2() local 727 static int fibonacci(int n) { in fibonacci()
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_feature_detection.cpp | 36 int i,n,aw; in db_AllocStrengthImage_f() local 264 inline void db_gxx_gxy_gyy_row_s(int *g,int *d0,int *d1,int *d2,int *d3,int *d4,int nc) in db_gxx_gxy_gyy_row_s() 384 inline void db_Filter14641_128_i(int *g,int nc) in db_Filter14641_128_i()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.cpp | 121 EGLint numConfigs = -1, n = 0; in selectConfigForAttribute() local 317 EGLint r, g, b, a; in chooseEglConfig() local 1323 void GLESRenderEngine::setupFillWithColor(float r, float g, float b, float a) { in setupFillWithColor()
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.cpp | 145 EGLint numConfigs = -1, n = 0; in selectConfigForAttribute() local 363 EGLint r, g, b, a; in chooseEglConfig() local 1402 void GLESRenderEngine::setupFillWithColor(float r, float g, float b, float a) { in setupFillWithColor()
|