/external/llvm/test/CodeGen/Mips/ |
D | dsp-patterns-cmp-vselect.ll | 5 ; CHECK: pick.ph ${{[0-9]+}}, $6, $7 22 ; CHECK: pick.ph ${{[0-9]+}}, $6, $7 39 ; CHECK: pick.ph ${{[0-9]+}}, $6, $7 56 ; CHECK: pick.ph ${{[0-9]+}}, $7, $6 73 ; CHECK: pick.ph ${{[0-9]+}}, $7, $6 90 ; CHECK: pick.ph ${{[0-9]+}}, $7, $6 107 ; CHECK: pick.qb ${{[0-9]+}}, $6, $7 124 ; CHECK: pick.qb ${{[0-9]+}}, $6, $7 141 ; CHECK: pick.qb ${{[0-9]+}}, $6, $7 158 ; CHECK: pick.qb ${{[0-9]+}}, $7, $6 [all …]
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | Pick.java | 24 private Pick pick; field in Pick.Target 28 public static Target make(Pick pick, Random random, Quoter quoter) { in make() argument 30 result.pick = pick; in make() 37 pick.addTo(this); in next() 310 target.append(source.charAt(pick(target.random,0,source.size()-1))); in addTo() 357 int newLenLimit = (int) pick(target.random, lastValue.length(), newValue.length()); in addTo() 480 public boolean isFailure(Pick pick, int item) { in isFailure() argument 485 return !set.contains(pick); in isFailure() 487 public void setFailure(Pick pick, int item) { in setFailure() argument 498 set.add(pick); in setFailure() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | Pick.java | 25 private Pick pick; field in Pick.Target 29 public static Target make(Pick pick, Random random, Quoter quoter) { in make() argument 31 result.pick = pick; in make() 38 pick.addTo(this); in next() 311 target.append(source.charAt(pick(target.random,0,source.size()-1))); in addTo() 358 int newLenLimit = (int) pick(target.random, lastValue.length(), newValue.length()); in addTo() 481 public boolean isFailure(Pick pick, int item) { in isFailure() argument 486 return !set.contains(pick); in isFailure() 488 public void setFailure(Pick pick, int item) { in setFailure() argument 499 set.add(pick); in setFailure() [all …]
|
D | BNF.java | 23 private Pick pick = null; field in BNF 34 return pick.getInternal(0, new HashSet()); in getInternal() 121 pick = (Pick) map.get("$root"); in complete() 122 target = Pick.Target.make(pick, random, quoter); in complete()
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | HtmlPolicyBuilderFuzzerTest.java | 103 attributes.add(pick(rnd, ATTR_NAMES)); in testFuzzedOutput() 107 policy.openTag(pick(rnd, ELEMENT_NAMES), attributes); in testFuzzedOutput() 110 policy.closeTag(pick(rnd, ELEMENT_NAMES)); in testFuzzedOutput() 162 private static String pick(Random rnd, String[] choices) { in pick() method in HtmlPolicyBuilderFuzzerTest 167 String chunk = pick(rnd, CHUNKS); in pickChunk()
|
/external/autotest/client/profilers/powertop/src/ |
D | urbnum.c | 189 int pick; in usb_activity_hint() local 200 pick = rand() % total_active; in usb_activity_hint() 205 if (total_active == pick) { in usb_activity_hint()
|
/external/compiler-rt/ |
D | README.android | 21 * Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://… 31 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (C… 32 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (C…
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Simulation.cpp | 49 Meshes::Type pick() in pick() function in __anonaac04e910111::MeshPicker 85 glm::vec3 pick() in pick() function in __anonaac04e910111::ColorPicker 296 Meshes::Type type = mesh.pick(); in Simulation() 302 color.pick(), in Simulation()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | BNF.java | 22 private Pick pick = null; field in BNF 33 return pick.getInternal(0, new HashSet()); in getInternal() 120 pick = (Pick) map.get("$root"); in complete() 121 target = Pick.Target.make(pick, random, quoter); in complete()
|
/external/llvm/test/MC/Mips/micromips-dsp/ |
D | valid.s | 37 pick.ph $3, $4, $5 # CHECK: pick.ph $3, $4, $5 # encoding: [0x00,0xa4,0x1a,0x2d] 38 pick.qb $3, $4, $5 # CHECK: pick.qb $3, $4, $5 # encoding: [0x00,0xa4,0x19,0xed]
|
/external/llvm/test/MC/Mips/dsp/ |
D | valid.s | 82 …pick.ph $7, $15, $3 # CHECK: pick.ph $7, $15, $3 # encoding: [0x7d,0x… 83 …pick.qb $2, $4, $8 # CHECK: pick.qb $2, $4, $8 # encoding: [0x7c,0x…
|
/external/llvm/test/MC/Mips/micromips-dspr2/ |
D | valid.s | 50 pick.ph $3, $4, $5 # CHECK: pick.ph $3, $4, $5 # encoding: [0x00,0xa4,0x1a,0x2d] 51 pick.qb $3, $4, $5 # CHECK: pick.qb $3, $4, $5 # encoding: [0x00,0xa4,0x19,0xed]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/ |
D | antlr.properties | 1 # This properties file is used by ANTLR to pick up any resources
|
/external/clang/cmake/modules/ |
D | ClangConfig.cmake | 1 # This file allows users to call find_package(Clang) and pick up our targets.
|
/external/libunwind/src/dwarf/ |
D | Gexpr.c | 222 # define pick(n) \ in dwarf_eval_expr() macro 429 push (pick (0)); in dwarf_eval_expr() 439 push (pick (operand1)); in dwarf_eval_expr() 444 push (pick (1)); in dwarf_eval_expr()
|
/external/autotest/client/site_tests/platform_MetricsUploader/ |
D | control | 10 MetricsUploader must pick up the metrics from the file and upload them
|
/external/compiler-rt/test/asan/Unit/ |
D | lit.site.cfg.in | 29 # Set LD_LIBRARY_PATH to pick dynamic runtime up properly.
|
/external/llvm/test/MC/Mips/dspr2/ |
D | valid.s | 110 …pick.ph $7, $15, $3 # CHECK: pick.ph $7, $15, $3 # encoding: [0x7d,0xe3,0… 111 …pick.qb $2, $4, $8 # CHECK: pick.qb $2, $4, $8 # encoding: [0x7c,0x88,0…
|
/external/strace/xlat/ |
D | mmap_flags.in | 25 * can be asked to pick where to map the file;
|
/external/opencv3/samples/android/hello-android/ |
D | CMakeLists.txt | 29 #this is necessary to pick up android flags
|
/external/bison/ |
D | Makefile.am | 74 --strip-cherry-pick \
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | CommonIntentsFacade.java | 56 public Intent pick(@RpcParameter(name = "uri") String uri) throws JSONException { in pick() method in CommonIntentsFacade
|
D | ContactsFacade.java | 79 return mCommonIntentsFacade.pick("content://contacts/people"); in pickContact() 85 Intent data = mCommonIntentsFacade.pick("content://contacts/phones"); in pickPhone()
|
/external/clang/test/Index/ |
D | annotate-comments-objc.m | 81 // Declarations without Doxygen comments should not pick up some Doxygen comments. 91 // Ensure we don't pick up extra comments.
|
/external/protobuf/src/solaris/ |
D | libstdc++.la | 13 # By passing LDFLAGS='-Lsrc/solaris' to configure, make will pick up
|