Home
last modified time | relevance | path

Searched refs:sword (Results 1 – 25 of 34) sorted by relevance

12

/external/libcups/cgi-bin/
Dsearch.c29 *sword; /* Pointer to start of word */ in cgiCompileSearch() local
206 sword = sptr; in cgiCompileSearch()
231 if ((lword2 = strdup(sword)) == NULL) in cgiCompileSearch()
259 lword = strdup(sword); in cgiCompileSearch()
/external/llvm-project/clang/test/CodeGen/
D2009-01-21-InvalidIterator.c47 typedef int sword; typedef
52 sword CIE_delta;
/external/clang/test/CodeGen/
D2009-01-21-InvalidIterator.c47 typedef int sword; typedef
52 sword CIE_delta;
/external/flatbuffers/samples/
Dsample_binary.cpp35 auto sword = CreateWeapon(builder, weapon_one_name, weapon_one_damage); in main() local
40 weapons_vector.push_back(sword); in main()
Dsample_binary.swift20 let sword = Weapon.endWeapon(builder, start: weapon1Start) in main() variable
30 let weaponsOffset = builder.createVector(ofOffsets: [sword, axe]) in main()
Dsample_binary.rs43 let sword = Weapon::create(&mut builder, &WeaponArgs{ in main() localVariable
60 let weapons = builder.create_vector(&[sword, axe]); in main()
Dsample_binary.lua27 local sword = weapon.End(builder)
51 builder:PrependUOffsetTRelative(sword)
DSampleBinary.php41 $sword = \MyGame\Sample\Weapon::CreateWeapon($builder, $weapon_one, 3);
51 $weaps = array($sword, $axe);
Dsamplebinary.js34 var sword = MyGame.Sample.Weapon.endWeapon(builder);
47 var weaps = [sword, axe];
Dsample_binary.py44 sword = MyGame.Sample.Weapon.WeaponEnd(builder)
63 builder.PrependUOffsetTRelative(sword)
Dsample_binary.go39 sword := sample.WeaponEnd(builder)
59 builder.PrependUOffsetT(sword)
/external/selinux/mcstrans/src/
Dmcstrans.c91 word_t **sword; member
318 free(group->sword); in destroy_group()
344 group->sword = NULL; in create_group()
1041 g->sword = calloc(g->sword_len, sizeof(word_t *)); in build_regexps()
1042 if (!g->sword) { in build_regexps()
1049 g->sword[i++]=w; in build_regexps()
1051 qsort(g->sword, g->sword_len, sizeof(word_t *), word_size); in build_regexps()
1056 strcat(buffer, g->sword[i]->text); in build_regexps()
1200 word_t *w = g->sword[i]; in compute_raw_from_trans()
/external/flatbuffers/dart/example/
Dexample.dart39 final int sword = swordBuilder.finish();
54 final weapons = builder.writeList([sword, axe]);
/external/flatbuffers/docs/source/
DTutorial.md674 auto sword = CreateWeapon(builder, weapon_one_name, weapon_one_damage);
687 int sword = Weapon.createWeapon(builder, weaponOneName, weaponOneDamage);
700 val sword = Weapon.createWeapon(builder, weaponOneName, weaponOneDamage)
713 var sword = Weapon.CreateWeapon(builder, weaponOneName, (short)weaponOneDamage);
726 sword := sample.WeaponEnd(builder)
744 sword = MyGame.Sample.Weapon.WeaponEnd(builder)
762 var sword = MyGame.Sample.Weapon.endWeapon(builder);
780 let sword = MyGame.Sample.Weapon.endWeapon(builder);
793 $sword = \MyGame\Sample\Weapon::CreateWeapon($builder, $weapon_one_name, 3);
800 $weaps = array($sword, $axe);
[all …]
/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c83 snprintf( str, len, "%" PRId16, op->data.sword ); in get_operand_data_str()
671 (unsigned int)(op->data.sword + in format_operand_att()
743 (unsigned int)(op->data.sword + in format_operand_native()
823 (unsigned int)(op->data.sword + in format_operand_xml()
928 STRNCATF( buf, "%" PRId16 "|", op->data.sword, len); in format_operand_raw()
Dlibdis.h240 short sword; member
Dia32_insn.c41 return (int32_t) op->data.sword; in long_from_operand()
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersUnionTests.swift33 let sword = builder.create(string: "Sword") in testEndTableFinish() variable
35 let weaponOne = Weapon.createWeapon(builder: &builder, offset: sword, dmg: 3) in testEndTableFinish()
/external/capstone/arch/M680X/
DM680XDisassembler.c1510 int16_t sword = 0; in immediate_hdlr() local
1517 read_byte_sign_extended(info, &sword, *address); in immediate_hdlr()
1518 op->imm = sword; in immediate_hdlr()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt452 剣>'[sword]';
459 剱>'[sword]';
470 劍>'[sword]';
472 劒>'[sword]';
473 劔>'[sword]';
5566 釼>'[sword]';
5611 鋩>'[point of sword]';
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i147 short sword; member
/external/one-true-awk/testdir/
Dbib80 … and he placed at the east of the garden of Eden Cherubims, and a flaming sword which turned every…
768 And by thy sword shalt thou live, and shalt serve thy brother; and it shall come to pass when thou …
900 …u hast stolen away unawares to me, and carried away my daughters, as captives taken with the sword?
1006 …f the sons of Jacob, Simeon and Levi, Dinah's brethren, took each man his sword, and came upon the…
1007 And they slew Hamor and Shechem his son with the edge of the sword, and took Dinah out of Shechem's…
1474 …tion above thy brethren, which I took out of the hand of the Amorite with my sword and with my bow.
1636 …sert, and sacrifice unto the LORD our God; lest he fall upon us with pestilence, or with the sword.
1654 …bhorred in the eyes of Pharaoh, and in the eyes of his servants, to put a sword in their hand to s…
1930 …ll divide the spoil; my lust shall be satisfied upon them; I will draw my sword, my hand shall des…
1997 And Joshua discomfited Amalek and his people with the edge of the sword.
[all …]
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt853 太極劍 < a\-kind\-of\-traditional\-chinese\-sword\-play;
877 䘤 < a\-sword\-covering\-to\-protect\-the\-scabbard;
1532 戠 < a\-sword\.\-potter''s\-clay\.\-to\-gather;
2139 缑 < cord\-binding\-on\-hilt\-of\-sword;
2434 䥺 < name\-of\-a\-double\-edged\-sword;
3591 锟 < ancient\-treasured\-sword;
4900 寶劍 < a\-double\-edged\-sword;
6775 銧 < point\-of\-a\-sword;
7792 㻍 < name\-of\-a\-sword;
8198 鋩 < point\-of\-sword;
[all …]
/external/brotli/tests/testdata/
Dasyoulik.txt1124 Or with a base and boisterous sword enforce
1254 my sword upon a stone and bid him take that for
1587 [Enter ORLANDO, with his sword drawn]
1630 In the which hope I blush, and hide my sword.
4022 His brother here and put him to the sword:
Dplrabn12.txt1168 Of thunder and the sword of Michael
4869 Saw where the sword of Michael smote, and felled
4897 Ere this avenging sword begin thy doom,
4939 In might or swift prevention: But the sword
4943 The sword of Satan, with steep force to smite
4948 The griding sword with discontinuous wound
5333 Gird on, and sword upon thy puissant thigh;
9249 Cherubick watch; and of a sword the flame
9376 As in a glistering zodiack, hung the sword,
9801 Proceeded, and oppression, and sword-law,
[all …]

12