HomeSort by relevance Sort by last modified time
    Searched refs:extra1 (Results 1 - 20 of 20) sorted by null

  /external/freetype/src/otvalid/
otvjstf.c 37 /* uses otvalid->extra1 (GSUB lookup count) */
39 /* sets otvalid->extra1 (counter) */
66 gsub_lookup_count = otvalid->extra1;
71 otvalid->extra1 = gsub_lookup_count;
83 otvalid->extra1 = gpos_lookup_count;
104 otvalid->extra1 = gsub_lookup_count;
116 otvalid->extra1 = gpos_lookup_count;
137 otvalid->extra1 = gsub_lookup_count;
173 otvalid->extra1 = otvalid->glyph_count;
200 /* sets otvalid->extra1 (GSUB lookup count) *
    [all...]
otvgsub.c 123 /* sets otvalid->extra1 (glyph count) */
143 otvalid->extra1 = otvalid->glyph_count;
164 /* sets otvalid->extra1 (glyph count) */
184 otvalid->extra1 = otvalid->glyph_count;
279 /* sets otvalid->extra1 (lookup count) */
303 otvalid->extra1 = otvalid->lookup_count;
338 /* sets otvalid->extra1 (lookup count) */
362 otvalid->extra1 = otvalid->lookup_count;
otvcommn.c 514 /* uses otvalid->extra1 (number of features) */
535 if ( ReqFeatureIndex != 0xFFFFU && ReqFeatureIndex >= otvalid->extra1 )
542 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 )
591 /* sets otvalid->extra1 (number of features) */
611 otvalid->extra1 = otv_Feature_get_count( features );
716 /* uses otvalid->extra1 (if > 0: array value limit) */
735 if ( otvalid->extra1 )
738 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 )
749 /* uses otvalid->extra1 (array value limit) */
779 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 )
    [all...]
otvgpos.c 55 /* uses valid->extra1 (counter) */
74 OTV_LIMIT_CHECK( Count * otvalid->extra1 * 2 );
76 table_size = Count * otvalid->extra1 * 2 + 2;
79 for ( count1 = otvalid->extra1; count1 > 0; count1-- )
104 /* sets otvalid->extra1 (class count) */
134 otvalid->extra1 = ClassCount;
777 /* sets otvalid->extra1 (lookup count) */
801 otvalid->extra1 = otvalid->lookup_count;
836 /* sets otvalid->extra1 (lookup count) */
860 otvalid->extra1 = otvalid->lookup_count
    [all...]
otvgdef.c 44 /* sets valid->extra1 (0) */
72 otvalid->extra1 = 0;
otvcommn.h 57 FT_UInt extra1; /* for passing parameters */ member in struct:OTV_ValidatorRec_
  /external/v8/src/third_party/vtune/
ittnotify_config.h 336 int extra1; /*!< Reserved to the runtime */ member in struct:___itt_thread_info
394 h->extra1 = 0; /* reserved */ \
411 h->extra1 = 0; /* reserved */ \
427 h->extra1 = 0; /* reserved */ \
443 h->extra1 = 0; /* reserved */ \
458 h->extra1 = 0; /* reserved */ \
473 h->extra1 = 0; /* reserved */ \
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SafeCleanerRuleTest.java 187 final Exception extra1 = new Exception("1"); local
197 return ImmutableList.of(extra1, extra2);
215 .containsExactly(testException, error1, error2, extra1, extra2, extra3)
224 final Exception extra1 = new Exception("1"); local
235 return ImmutableList.of(extra1, extra2);
249 .containsExactly(testException, error1, error2, extra1, extra2, extra3)
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 307 int extra1; /*!< Reserved to the runtime */ member in struct:___itt_thread_info
365 h->extra1 = 0; /* reserved */ \
382 h->extra1 = 0; /* reserved */ \
398 h->extra1 = 0; /* reserved */ \
414 h->extra1 = 0; /* reserved */ \
429 h->extra1 = 0; /* reserved */ \
444 h->extra1 = 0; /* reserved */ \
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
VpnTestHelper.java 205 private static byte[] createIcmpMessage(int type, int code, int extra1, int extra2,
212 stream.writeShort((short) extra1);
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fip_create.sh 31 --tos-fw-extra1 FILENAME Secure Payload BL32 Extra1 (Trusted OS Extra1)
74 --tos-fw-extra1 | \
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
dynamic_stitch_op.cc 191 const int extra1 = data1_shape.dims() - indices1.dims(); local
192 if (extra0 != extra1) return false;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
platform.mk 28 # Add the build options to pack Trusted OS Extra1 and Trusted OS Extra2 images
31 $(eval $(call FIP_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
  /external/tensorflow/tensorflow/core/kernels/
dynamic_stitch_op.cc 64 const int extra1 = data1.dims() - indices1.dims(); local
65 if (extra0 != extra1) return false;
  /device/linaro/bootloader/arm-trusted-firmware/make_helpers/tbbr/
tbbr_tools.mk 99 $(eval $(call CERT_ADD_CMD_OPT,${BL32_EXTRA1},--tos-fw-extra1,true))
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_common.mk 91 # Add the build options to pack Trusted OS Extra1 and Trusted OS Extra2 images
94 $(eval $(call FIP_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
platform.mk 35 # Add the build options to pack Trusted OS Extra1 and Trusted OS Extra2 images
38 $(eval $(call FIP_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
platform.mk 133 # Add the build options to pack Trusted OS Extra1 and Trusted OS Extra2 images
136 $(eval $(call FIP_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
  /external/valgrind/memcheck/
mc_errors.c 968 MC_Error* extra1 = VG_(get_error_extra)(e1); local
    [all...]
  /external/tensorflow/tensorflow/python/framework/
op_def_library_test.py 160 self._lib.apply_op("Simple", a=6, extra1="bogus", extra2="also_bogus")
162 "apply_op() got unexpected keyword arguments: extra1, "
    [all...]

Completed in 739 milliseconds