/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | psa_storage.py | 109 material: bytes #pylint: disable=used-before-assignment 119 self.material = material #type: bytes 158 material = self.pack('L', len(self.material)) + self.material 161 return header + attributes + material 184 material=b'@ABCDEFGHIJKLMNO') 195 material=b'\x00' * length) 203 material [all...] |
/third_party/skia/experimental/sorttoy/ |
H A D | SortKey.h | 9 // These are the material IDs that are stored in the sort key for each class of material 17 // field: | transparent | clipID | depth | material | 19 // Note: the depth and material fields are swapped when the key is opaque and the depth's 20 // order is reversed. This forces all opaque draws with the be sorted by material first 46 explicit SortKey(bool transparent, uint32_t depth, uint32_t material) { in SortKey() argument 47 SkASSERT(depth != 0 /* && material != 0*/); in SortKey() 49 SkASSERT(!(material & ~kMaterialMask)); in SortKey() 51 // TODO: better encapsulate the reversal of the depth & material when the key is opaque in SortKey() 55 (material in SortKey() 83 uint32_t material() const { material() function in SortKey [all...] |
H A D | sorttoy.cpp | 47 * Each test is specified by a set of RectCmds (which have a unique ID and carry their material 120 SkASSERT(k.material() == 0); in key_test() 126 SkASSERT(k1.material() == 3); in key_test() 132 SkASSERT(k2.material() == 1); in key_test() 366 // So, front to back w/in each material type. 370 // Note: This pushes sorting by material above sorting by Z. Thus we'll get less front to in test5()
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-armv4.pl | 253 ldmia sp,{r0-r9} @ load key material 295 ldr @t[0],[sp,#4*(0)] @ load key material 310 add @x[0],@x[0],@t[0] @ accumulate key material 343 ldmia @t[0],{@t[0]-@t[3]} @ load key material 348 add @x[4],@x[4],@t[0] @ accumulate key material 381 ldmia @t[0],{@t[0]-@t[3]} @ load key material 388 add @x[0],@x[0],@t[0] @ accumulate key material 426 ldmia @t[0],{@t[0]-@t[3]} @ load key material 430 add @x[4],@x[4],@t[0] @ accumulate key material 506 add @x[$j+0],@x[$j+0],@t[0] @ accumulate key material [all...] |
H A D | chacha-c64xplus.pl | 100 ||[!A1] STDW @Y[2]:@Y[0],*FP[-12] ; offload key material to stack 392 ADD @K2x[0],@X[0],@X[0] ; accumulate key material 535 || [A0] LDDW *FP[-12],@X[2]:@X[0] ; re-load key material from stack 564 [A0] DMV @X[2],@X[0],@Y[2]:@Y[0] ; duplicate key material 717 ADD @Y[0],@X[0],@X[0] ; accumulate key material 801 [A0] DMV @Y[2],@Y[0],@X[2]:@X[0] ; duplicate key material
|
H A D | chacha-ia64.pl | 274 { .mmi; mov @k[4]=0 // wipe key material
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-armv4.pl | 253 ldmia sp,{r0-r9} @ load key material 295 ldr @t[0],[sp,#4*(0)] @ load key material 310 add @x[0],@x[0],@t[0] @ accumulate key material 343 ldmia @t[0],{@t[0]-@t[3]} @ load key material 348 add @x[4],@x[4],@t[0] @ accumulate key material 381 ldmia @t[0],{@t[0]-@t[3]} @ load key material 388 add @x[0],@x[0],@t[0] @ accumulate key material 426 ldmia @t[0],{@t[0]-@t[3]} @ load key material 430 add @x[4],@x[4],@t[0] @ accumulate key material 506 add @x[$j+0],@x[$j+0],@t[0] @ accumulate key material [all...] |
H A D | chacha-c64xplus.pl | 100 ||[!A1] STDW @Y[2]:@Y[0],*FP[-12] ; offload key material to stack 392 ADD @K2x[0],@X[0],@X[0] ; accumulate key material 535 || [A0] LDDW *FP[-12],@X[2]:@X[0] ; re-load key material from stack 564 [A0] DMV @X[2],@X[0],@Y[2]:@Y[0] ; duplicate key material 717 ADD @Y[0],@X[0],@X[0] ; accumulate key material 801 [A0] DMV @Y[2],@Y[0],@X[2]:@X[0] ; duplicate key material
|
H A D | chacha-ia64.pl | 272 { .mmi; mov @k[4]=0 // wipe key material
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/ |
H A D | chacha-armv4.S | 80 ldmia sp,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9} @ load key material 226 ldr r8,[sp,#4*(0)] @ load key material 241 add r0,r0,r8 @ accumulate key material 274 ldmia r8,{r8,r9,r10,r11} @ load key material 279 add r4,r4,r8 @ accumulate key material 312 ldmia r8,{r8,r9,r10,r11} @ load key material 319 add r0,r0,r8 @ accumulate key material 357 ldmia r8,{r8,r9,r10,r11} @ load key material 361 add r4,r4,r8 @ accumulate key material 421 add r0,r0,r8 @ accumulate key material [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
H A D | chacha-armv4.S | 80 ldmia sp,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9} @ load key material 226 ldr r8,[sp,#4*(0)] @ load key material 241 add r0,r0,r8 @ accumulate key material 274 ldmia r8,{r8,r9,r10,r11} @ load key material 279 add r4,r4,r8 @ accumulate key material 312 ldmia r8,{r8,r9,r10,r11} @ load key material 319 add r0,r0,r8 @ accumulate key material 357 ldmia r8,{r8,r9,r10,r11} @ load key material 361 add r4,r4,r8 @ accumulate key material 421 add r0,r0,r8 @ accumulate key material [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 466 _debug_printf("\t\t.material.diffuse[0] = %f\n", (*cmd).material.diffuse[0]); in dump_SVGA3dCmdSetMaterial() 467 _debug_printf("\t\t.material.diffuse[1] = %f\n", (*cmd).material.diffuse[1]); in dump_SVGA3dCmdSetMaterial() 468 _debug_printf("\t\t.material.diffuse[2] = %f\n", (*cmd).material.diffuse[2]); in dump_SVGA3dCmdSetMaterial() 469 _debug_printf("\t\t.material.diffuse[3] = %f\n", (*cmd).material.diffuse[3]); in dump_SVGA3dCmdSetMaterial() 470 _debug_printf("\t\t.material.ambient[0] = %f\n", (*cmd).material in dump_SVGA3dCmdSetMaterial() [all...] |
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
H A D | NotFormattableFragment.java | 10 import com.google.android.material.chip.Chip; 11 import com.google.android.material.snackbar.Snackbar;
|
H A D | ResultActivity.java | 11 import com.google.android.material.tabs.TabLayout; 12 import com.google.android.material.tabs.TabLayoutMediator;
|
H A D | FormattableFragment.java | 11 import com.google.android.material.snackbar.Snackbar;
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 516 '"' + key.material.hex() + '"', 535 material=b'L', 568 material=b'K', 619 material=key_material, 663 material=b'K', 670 material=b'L', 748 material=key_material,
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/ |
H A D | MyApplication.java | 4 import com.google.android.material.color.DynamicColors;
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | stateblock9.c | 314 dst->ff.material = src->ff.material; in nine_state_copy_common() 488 dst->ff.material = src->ff.material; in nine_state_copy_common_all()
|
H A D | nine_state.h | 160 D3DMATERIAL9 material; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1Renderer.cpp | 337 const auto &material = gles1State.mMaterial; in prepareForDraw() local 339 setUniform4fv(programObject, programState.materialAmbientLoc, 1, material.ambient.data()); in prepareForDraw() 340 setUniform4fv(programObject, programState.materialDiffuseLoc, 1, material.diffuse.data()); in prepareForDraw() 341 setUniform4fv(programObject, programState.materialSpecularLoc, 1, material.specular.data()); in prepareForDraw() 342 setUniform4fv(programObject, programState.materialEmissiveLoc, 1, material.emissive.data()); in prepareForDraw() 344 material.specularExponent); in prepareForDraw()
|
H A D | queryutils.cpp | 2423 MaterialParameters &material = state->materialParameters(); in SetMaterialParameters() local 2427 material.ambient = ColorF::fromData(params); in SetMaterialParameters() 2430 material.diffuse = ColorF::fromData(params); in SetMaterialParameters() 2433 material.ambient = ColorF::fromData(params); in SetMaterialParameters() 2434 material.diffuse = ColorF::fromData(params); in SetMaterialParameters() 2437 material.specular = ColorF::fromData(params); in SetMaterialParameters() 2440 material.emissive = ColorF::fromData(params); in SetMaterialParameters() 2443 material.specularExponent = *params; in SetMaterialParameters() 2456 const MaterialParameters &material = state->materialParameters(); in GetMaterialParameters() local 2468 material in GetMaterialParameters() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 1006 SVGA3dMaterial material; member 1520 SVGA3dMaterial material; member 1521 } material; member
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/ |
H A D | CountryDropdown.java | 11 import com.google.android.material.textfield.TextInputLayout;
|
H A D | MainActivity.java | 15 import com.google.android.material.snackbar.Snackbar;
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 61 LDNDW *${INPB}[0],B17:B16 ; load key material
|