/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | FormatConvert.cpp | 45 float V = Vin - 128.0f; in yuvToRgbx() local 83 for (unsigned c = 0; c < width; c++) { in copyNV21toRGB32() local 119 for (unsigned c = 0; c < width; c++) { in copyYV12toRGB32() local 136 for (unsigned c = 0; c < width/2; c++) { in copyYUYVtoRGB32() local 143 uint8_t V = (srcPixel >> 24) & 0xFF; in copyYUYVtoRGB32() local
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | FormatConvert.cpp | 48 float V = Vin - 128.0f; in yuvToRgbx() local 86 for (unsigned c = 0; c < width; c++) { in copyNV21toRGB32() local 122 for (unsigned c = 0; c < width; c++) { in copyYV12toRGB32() local 139 for (unsigned c = 0; c < width/2; c++) { in copyYUYVtoRGB32() local 146 uint8_t V = (srcPixel >> 24) & 0xFF; in copyYUYVtoRGB32() local
|
/aosp12/hardware/interfaces/automotive/evs/common/utils/default/ |
H A D | FormatConvert.cpp | 54 float V = Vin - 128.0f; in yuvToRgbx() local 100 for (unsigned c = 0; c < width; c++) { in copyNV21toRGB32() local 137 for (unsigned c = 0; c < width; c++) { in copyYV12toRGB32() local 155 for (unsigned c = 0; c < width/2; c++) { in copyYUYVtoRGB32() local 162 uint8_t V = (srcPixel >> 24) & 0xFF; in copyYUYVtoRGB32() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapAccountLoader.java | 42 private static final boolean V = BluetoothMapService.VERBOSE; field in BluetoothMapAccountLoader 155 Cursor c = null; in parseAccounts() local
|
H A D | BluetoothMapUtils.java | 42 private static final boolean V = BluetoothMapService.VERBOSE; field in BluetoothMapUtils 117 public static void printCursor(Cursor c) { in printCursor() 150 int c; in getLongAsString() local 230 int c, d, i; in getLongLongAsString() local 397 char c = text.charAt(i); in stripInvalidChars() local
|
H A D | BluetoothMapContent.java | 68 private static final boolean V = BluetoothMapService.VERBOSE; field in BluetoothMapContent 325 public void setMessageColumns(Cursor c) { in setMessageColumns() 350 public void setEmailMessageColumns(Cursor c) { in setEmailMessageColumns() 358 public void setImMessageColumns(Cursor c) { in setImMessageColumns() 369 public void setEmailImConvoColumns(Cursor c) { in setEmailImConvoColumns() 399 public void setSmsColumns(Cursor c) { in setSmsColumns() 410 public void setMmsColumns(Cursor c) { in setMmsColumns() 443 private static void close(Closeable c) { in close() 739 private TYPE getType(Cursor c, FilterInfo fi) { in getType() 1406 Cursor c = null; in getContactNameFromPhone() local [all …]
|
H A D | BluetoothMapContentObserver.java | 90 private static final boolean V = BluetoothMapService.VERBOSE; field in BluetoothMapContentObserver 561 public void setConvoColunms(Cursor c) { in setConvoColunms() 1253 Cursor c; in initMsgList() local 1352 Cursor c = mProviderClient.query(uri, in initContactsList() local 1403 Cursor c; in handleMsgListChangesSms() local 1563 Cursor c; in handleMsgListChangesMms() local 1732 Cursor c; in handleMsgListChangesMsg() local 1943 Cursor c = null; in handleContactListChanges() local 2246 Cursor c = mResolver.query(uri, null, null, null, null); in deleteMessageMms() local 2282 Cursor c = mResolver.query(uri, null, null, null, null); in unDeleteMessageMms() local [all …]
|
/aosp12/system/bt/stack/smp/ |
H A D | p_256_multprecision.cc | 30 void multiprecision_init(uint32_t* c) { in multiprecision_init() 34 void multiprecision_copy(uint32_t* c, uint32_t* a) { in multiprecision_copy() 78 uint32_t multiprecision_add(uint32_t* c, uint32_t* a, uint32_t* b) { in multiprecision_add() 95 uint32_t multiprecision_sub(uint32_t* c, uint32_t* a, uint32_t* b) { in multiprecision_sub() 111 void multiprecision_lshift_mod(uint32_t* c, uint32_t* a) { in multiprecision_lshift_mod() 124 void multiprecision_rshift(uint32_t* c, uint32_t* a) { in multiprecision_rshift() 149 void multiprecision_mersenns_squa_mod(uint32_t* c, uint32_t* a) { in multiprecision_mersenns_squa_mod() 176 uint32_t multiprecision_lshift(uint32_t* c, uint32_t* a) { in multiprecision_lshift() 194 void multiprecision_mult(uint32_t* c, uint32_t* a, uint32_t* b) { in multiprecision_mult() 197 uint32_t V; in multiprecision_mult() local [all …]
|
/aosp12/system/bt/gd/security/ecc/ |
H A D | multprecision.cc | 36 void multiprecision_init(uint32_t* c) { in multiprecision_init() 40 void multiprecision_copy(uint32_t* c, const uint32_t* a) { in multiprecision_copy() 83 uint32_t multiprecision_add(uint32_t* c, const uint32_t* a, const uint32_t* b) { in multiprecision_add() 100 uint32_t multiprecision_sub(uint32_t* c, const uint32_t* a, const uint32_t* b) { in multiprecision_sub() 116 void multiprecision_lshift_mod(uint32_t* c, const uint32_t* a, const uint32_t* modp) { in multiprecision_lshift_mod() 126 void multiprecision_rshift(uint32_t* c, const uint32_t* a) { in multiprecision_rshift() 151 void multiprecision_mersenns_squa_mod(uint32_t* c, const uint32_t* a, const uint32_t* modp) { in multiprecision_mersenns_squa_mod() 174 uint32_t multiprecision_lshift(uint32_t* c, const uint32_t* a) { in multiprecision_lshift() 192 void multiprecision_mult(uint32_t* c, const uint32_t* a, const uint32_t* b) { in multiprecision_mult() 195 uint32_t V; in multiprecision_mult() local [all …]
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppLauncherActivity.java | 68 private static final boolean V = Constants.VERBOSE; field in BluetoothOppLauncherActivity 386 int c = text.codePointAt(start); in escapeCharacterToDisplay() local
|
H A D | TestActivity.java | 100 Context c = getBaseContext(); in onCreate() local 365 private static final boolean V = Constants.VERBOSE; field in TestTcpListener 481 private static final boolean V = Constants.VERBOSE; field in TestTcpServer
|
H A D | BluetoothOppObexClientSession.java | 67 private static final boolean V = Constants.VERBOSE; field in BluetoothOppObexClientSession 674 char[] c = filename.toCharArray(); in applyRemoteDeviceQuirks() local
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | bufferCopy.cpp | 84 uint8_t V; in fillNV21FromYUYV() member 221 for (unsigned c=0; c<width/2; c++) { in fillYUYVFromUYVY() local 228 uint8_t V = (srcPixel >> 24) & 0xFF; in fillYUYVFromUYVY() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | BluetoothPbapUtils.java | 50 private static final boolean V = BluetoothPbapService.VERBOSE; field in BluetoothPbapUtils 129 Cursor c = context.getContentResolver() in getProfileName() local 225 Cursor c = context.getContentResolver() in updateSecondaryVersionCounter() local 412 Cursor c = context.getContentResolver() in fetchAndSetContacts() local
|
H A D | BluetoothPbapObexServer.java | 67 private static final boolean V = BluetoothPbapService.VERBOSE; field in BluetoothPbapObexServer 994 Cursor c = contentResolver.query(Calls.CONTENT_URI, null, in handleAppParaForResponse() local 1044 Cursor c = contentResolver.query(Calls.CONTENT_URI, null, in handleAppParaForResponse() local
|
/aosp12/frameworks/native/libs/ui/ |
H A D | Transform.cpp | 166 void Transform::set(float a, float b, float c, float d) { in set() 181 Transform H, V, R; in set() local 324 const float c = M[0][1]; in type() local 388 const float c = M[0][1]; in inverse() local
|
/aosp12/system/core/cli-test/ |
H A D | cli-test.cpp | 66 static void Print(Color c, const char* lhs, const char* fmt, ...) { in Print() 87 static void V(const char* fmt, ...) { in V() function
|
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/ |
H A D | EvsEmulatedCamera.cpp | 37 const float V = Vin - 128.0f; in yuvToRgbx() local 73 for (unsigned c = 0; c < width/2; c++) { in fillRGBAFromYUYV() local 80 uint8_t V = (srcPixel >> 24) & 0xFF; in fillRGBAFromYUYV() local
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-resizable.min.js | 12 …his.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this]… argument 19 …ction(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^… argument 29 jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);… class
|
H A D | jquery-1.6.2.min.js | 16 …{return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){… function 17 shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.ex… variable 18 )}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,… variable
|
H A D | prettify.js | 5 …,S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex… variable 18 m);w.push(dc+v(m)+ec)}return new RegExp(w.join(O),d?fc:R)}var ha=r;function Td(a){if(r===ha){var b=… argument 20 …lice(i,v+1).join(P));i=v}else g.push(d,l)}else g.push(d,l)}else{var j=Sd(l);c.push(j);d+=j.length}… variable 29 …xLiterals:o}),[Bd]);y(K([],[[U,/^[\s\S]+/]]),[Cd]);function Sa(a){var b=a.e,c=a.d;a.a=b;try{var d=… class in ce
|
/aosp12/art/runtime/ |
H A D | well_known_classes.cc | 177 ScopedLocalRef<jclass> c(env, env->FindClass(jni_class_name)); in CacheClass() local 184 static jfieldID CacheField(JNIEnv* env, jclass c, bool is_static, in CacheField() 210 static jmethodID CacheMethod(JNIEnv* env, jclass c, bool is_static, in CacheMethod() 248 #define STRING_INIT_LIST(V) \ argument
|
/aosp12/art/runtime/jni/ |
H A D | check_jni.cc | 153 jclass c; member 174 const void* V; // void member 377 ObjPtr<mirror::Class> c = o->GetClass(); in CheckInstanceFieldID() local 659 ObjPtr<mirror::Class> c = method->GetClass(); in CheckReflectedMethod() local 690 ObjPtr<mirror::Class> c = field->GetClass(); in CheckReflectedField() local 712 ObjPtr<mirror::Class> c = soa.Decode<mirror::Class>(jc); in CheckThrowableClass() local 798 ObjPtr<mirror::Class> c = o->AsClass(); in CheckFieldAccess() local 1296 bool CheckChar(jint c) { in CheckChar() 1843 static jint UnregisterNatives(JNIEnv* env, jclass c) { in UnregisterNatives() 1907 static jclass GetSuperclass(JNIEnv* env, jclass c) { in GetSuperclass() [all …]
|
/aosp12/frameworks/rs/driver/runtime/arch/ |
H A D | generic.c | 635 short V = ((short)v) - 128; in rsYuvToRGBA_uchar4() local 756 uchar4 c; in rsPackColorTo8888() local 766 uchar4 c; in rsPackColorTo8888() local 779 uchar4 c = {color.x, color.y, color.z, 255}; in rsPackColorTo8888() local 788 uchar4 c = {color.x, color.y, color.z, color.w}; in rsPackColorTo8888() local
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | valuetest.cpp | 174 char* c = strdup("world"); in TEST() local 620 Value c(x.GetString(), x.GetStringLength(), allocator); in TEST() local 1285 typedef GenericValue<UTF8<>, CrtAllocator> V; in TEST() typedef
|