/third_party/nghttp2/integration-tests/ |
H A D | req-return.rb | 2 def on_req(env)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | switchStatementsWithMultipleDefaults.js | 26 def\u0061ult: // Error, fourth 'default' clause.
|
H A D | templateStringInObjectLiteral.js | 3 a: `abc${ 123 }def`, 13 a: "abc".concat(123, "def")
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | w32-lcc.mk | 17 include $(TOP_DIR)/builds/windows/win32-def.mk
|
H A D | w32-bccd.mk | 18 include $(TOP_DIR)/builds/windows/win32-def.mk
|
H A D | w32-dev.mk | 24 include $(TOP_DIR)/builds/windows/win32-def.mk
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | parameter.h | 25 int GetParameter(const char *key, const char *def, char *value, unsigned int len);
|
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | sysparam_dynamic.c | 20 int GetFscryptParameter(const char *key, const char *def, char *value, unsigned int *len) in GetFscryptParameter() argument
|
H A D | sysparam_static.c | 20 int GetFscryptParameter(const char *key, const char *def, char *value, unsigned int *len) in GetFscryptParameter() argument
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp_gmin_platform.h | 26 const char *var, int def);
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | has-builtin.c | 30 123 __has_builtin(abc) def 41 123 0 def
|
/third_party/skia/third_party/externals/freetype/builds/os2/ |
H A D | os2-dev.mk | 21 include $(TOP_DIR)/builds/os2/os2-def.mk
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | generated_code_test.rb | 11 def test_generated_msg
|
/third_party/protobuf/ruby/tests/ |
H A D | generated_code_proto2_test.rb | 12 def test_generated_msg
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | queue.h | 23 #include <pulse/def.h>
|
/third_party/skia/experimental/tools/ |
H A D | gerrit_percent_encode | 7 def gerrit_percent_encode(value):
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_opencl.c | 221 srcs[i] = ssa->def; in handle_instr() 668 ncomps[i] = comps[i]->def; in _handle_v_load_store() 679 ssa->def = nir_channel(&b->nb, val->def, i); in _handle_v_load_store() 685 ssa->def = nir_f2f16(&b->nb, ssa->def); in _handle_v_load_store() 687 ssa->def = nir_convert_alu_types(&b->nb, 16, ssa->def, in _handle_v_load_store() 688 nir_type_float | ssa->def->bit_size, in _handle_v_load_store() 821 nir_ssa_def *field_src = vtn_ssa_value(b, w_src[i])->def; in handle_printf() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 90 assert((!ForVNI || ForVNI->def == Def) && in createDeadDef() 102 assert(S->valno->def == S->start && "Inconsistent existing value def"); in createDeadDef() 111 S->start = S->valno->def = Def; in createDeadDef() 114 assert(SlotIndex::isEarlierInstr(Def, S->start) && "Already live at def"); in createDeadDef() 237 " (did you def the same reg twice in a MachineInstr?)"); in addSegment() 381 return CalcLiveRangeUtilSet(this).createDeadDef(VNI->def, nullptr, VNI); in createDeadDef() 383 return CalcLiveRangeUtilVector(this).createDeadDef(VNI->def, nullptr, VNI); in createDeadDef() 901 const MachineInstr *MI = Indexes.getInstructionFromIndex(VNI->def); 1032 OS << vni->def; [all...] |
H A D | InlineSpiller.cpp | 354 /// There is an alternative def earlier in the same MBB. 358 /// x = def 362 /// Hoisting the spill of s to immediately after the def removes the 365 /// x = def 376 assert(VNI && VNI->def == Idx.getRegSlot() && "Not defined by copy"); in hoistSpillInsideBB() 383 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB() 397 // We are going to spill SrcVNI immediately after its def, so clear out in hoistSpillInsideBB() 401 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB() 406 MachineInstr *DefMI = LIS.getInstructionFromIndex(SrcVNI->def); in hoistSpillInsideBB() 411 // Insert spill without kill flag immediately after def in hoistSpillInsideBB() [all...] |
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hencoder.cpp | 398 OMX_PARAM_PORTDEFINITIONTYPE def; in UpdateInPortFormat() local 399 InitOMXParam(def); in UpdateInPortFormat() 400 def.nPortIndex = OMX_DirInput; in UpdateInPortFormat() 401 if (!GetParameter(OMX_IndexParamPortDefinition, def)) { in UpdateInPortFormat() 405 PrintPortDefinition(def); in UpdateInPortFormat() 406 uint32_t w = def.format.video.nFrameWidth; in UpdateInPortFormat() 407 uint32_t h = def.format.video.nFrameHeight; in UpdateInPortFormat() 408 inBufferCnt_ = def.nBufferCountActual; in UpdateInPortFormat() 430 OMX_PARAM_PORTDEFINITIONTYPE def; in UpdateOutPortFormat() local 431 InitOMXParam(def); in UpdateOutPortFormat() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sungem.c | 1266 features = gp->phy_mii.def->features; in gem_begin_auto_negotiation() 1322 gp->phy_mii.def->ops->setup_aneg(&gp->phy_mii, advertise); in gem_begin_auto_negotiation() 1326 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, speed, duplex); in gem_begin_auto_negotiation() 1349 if (gp->phy_mii.def->ops->read_link(&gp->phy_mii)) in gem_set_link_modes() 1455 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, in gem_mdio_link_not_up() 1465 if (gp->phy_mii.def->magic_aneg) in gem_mdio_link_not_up() 1469 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, SPEED_100, in gem_mdio_link_not_up() 1480 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, SPEED_10, in gem_mdio_link_not_up() 1520 if (found_mii_phy(gp) && gp->phy_mii.def->ops->poll_link(&gp->phy_mii)) { in gem_link_timer() 1533 gp->phy_mii.def in gem_link_timer() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sungem.c | 1266 features = gp->phy_mii.def->features; in gem_begin_auto_negotiation() 1322 gp->phy_mii.def->ops->setup_aneg(&gp->phy_mii, advertise); in gem_begin_auto_negotiation() 1326 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, speed, duplex); in gem_begin_auto_negotiation() 1349 if (gp->phy_mii.def->ops->read_link(&gp->phy_mii)) in gem_set_link_modes() 1455 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, in gem_mdio_link_not_up() 1465 if (gp->phy_mii.def->magic_aneg) in gem_mdio_link_not_up() 1469 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, SPEED_100, in gem_mdio_link_not_up() 1480 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, SPEED_10, in gem_mdio_link_not_up() 1520 if (found_mii_phy(gp) && gp->phy_mii.def->ops->poll_link(&gp->phy_mii)) { in gem_link_timer() 1533 gp->phy_mii.def in gem_link_timer() [all...] |
/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_definition.h | 241 * @param def Basic information about the plugin 247 virtual Status AddPlugin(const PluginDefBase& def) = 0; 265 * @param def plugin packaging information. 271 virtual Status AddPackage(const PackageDef& def) = 0;
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | cpu_mf.h | 102 unsigned int def:16; /* 0-15 Data Entry Format */ member 120 unsigned int def:16; /* 0-15 Data Entry Format */ member
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.h | 133 CharClass *addCharClass(const UnicodeString &name, const UnicodeString &def, UErrorCode &status); 134 void addRule(const UnicodeString &name, const UnicodeString &def, UErrorCode &status);
|