Searched refs:walrus (Results 1 – 25 of 30) sorted by relevance
12
/external/toybox/tests/ |
D | test.test | 46 touch walrus 51 chmod 000 walrus 53 chmod $((7777-$MASK)) walrus 60 chmod 000 walrus 61 chmod ${i:1}+s walrus 66 chmod $i walrus 70 rm -f walrus
|
D | cp.test | 31 touch walrus 37 rm -rf two three walrus 106 touch walrus 107 chmod 644 walrus 108 ln -s walrus woot 113 rm -rf walrus woot carpenter
|
D | rmdir.test | 10 touch walrus 23 rm walrus
|
D | pwd.test | 24 export PWD=walrus
|
D | sh.test | 261 rm -f walrus 489 touch walrus wallpapers 493 rm -f walrus wallpapers
|
D | touch.test | 77 rm walrus walrus2
|
D | split.test | 22 rm walrus*
|
D | mkdir.test | 67 rm -rf walrus
|
/external/llvm/test/DebugInfo/X86/ |
D | generate-odr-hash.ll | 38 ; struct walrus { 39 ; walrus() {} 43 ; walrus w; 65 ; Ensure the CU-local type 'walrus' is not placed in a type unit. 67 ; CHECK-NEXT: DW_AT_name{{.*}}"walrus" 151 ; CHECK-DAG: [[WALRUS]] "(anonymous namespace)::walrus" 171 %"struct.<anonymous namespace>::walrus" = type { i8 } 178 @w = internal global %"struct.<anonymous namespace>::walrus" zeroinitializer, align 1 195 call void @_ZN12_GLOBAL__N_16walrusC2Ev(%"struct.<anonymous namespace>::walrus"* @w), !dbg !50 200 define internal void @_ZN12_GLOBAL__N_16walrusC2Ev(%"struct.<anonymous namespace>::walrus"* %this) … [all …]
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | generate-odr-hash.ll | 37 ; struct walrus { 38 ; walrus() {} 42 ; walrus w; 64 ; Ensure the CU-local type 'walrus' is not placed in a type unit. 66 ; CHECK-NEXT: DW_AT_name{{.*}}"walrus" 152 ; CHECK-DAG: [[WALRUS]] "(anonymous namespace)::walrus" 174 %"struct.<anonymous namespace>::walrus" = type { i8 } 181 @w = internal global %"struct.<anonymous namespace>::walrus" zeroinitializer, align 1, !dbg !16 198 call void @_ZN12_GLOBAL__N_16walrusC2Ev(%"struct.<anonymous namespace>::walrus"* @w), !dbg !49 203 define internal void @_ZN12_GLOBAL__N_16walrusC2Ev(%"struct.<anonymous namespace>::walrus"* %this) … [all …]
|
/external/clang/test/Sema/ |
D | attr-target.c | 6 int __attribute__((target("fpmath=387"))) walrus() { return 4; } //expected-warning {{Ignoring unsu… in walrus() function
|
/external/llvm-project/clang/test/Sema/ |
D | attr-target.c | 12 int __attribute__((target("fpmath=387"))) walrus() { return 4; } in walrus() function
|
/external/clang/test/CodeGen/ |
D | attr-target-x86.c | 7 int __attribute__((target("tune=sandybridge"))) walrus(int a) { return 4; } in walrus() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | attr-target-x86.c | 33 int __attribute__((target("tune=sandybridge"))) walrus(int a) { return 4; } in walrus() function
|
/external/toybox/toys/example/ |
D | skeleton.c | 86 if (FLAG(walrus)) printf("Saw --walrus\n");
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.1rc1.rst | 61 walrus operator was not allowed within generator expressions.
|
D | 3.9.0a6.rst | 838 lib2to3 now recognizes named assignment expressions (the walrus operator,
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 695 :ref:`walrus operator <why-can-t-i-use-an-assignment-in-an-expression>` ``:=``.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.8.rst | 77 expression. It is affectionately known as "the walrus operator" due to 78 its resemblance to `the eyes and tusks of a walrus 110 Try to limit use of the walrus operator to clean cases that reduce
|
/external/python/cpython3/Doc/faq/ |
D | design.rst | 158 Assignment expressions using the walrus operator `:=` assign a variable in an
|
/external/python/cpython3/Doc/library/ |
D | ast.rst | 550 operator (also known as the walrus operator). As opposed to the :class:`Assign`
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 1663 "walrus") assigns an :token:`expression` to an :token:`identifier`, while also
|
/external/brotli/tests/testdata/ |
D | alice29.txt | 397 first she thought it must be a walrus or hippopotamus, but then
|
/external/guava/android/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 395 first she thought it must be a walrus or hippopotamus, but then
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 395 first she thought it must be a walrus or hippopotamus, but then
|
12