Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 1766) sorted by relevance

12345678910>>...71

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DObjectValues.java24 private String[] possible; field in ObjectValues
42 public void setPossible(String[] possible) { in setPossible() argument
43 this.possible = possible; in setPossible()
47 return possible; in getPossible()
DObjectValuesWithParam.java24 private T[] possible; field in ObjectValuesWithParam
42 public void setPossible(T[] possible) { in setPossible() argument
43 this.possible = possible; in setPossible()
47 return possible; in getPossible()
/external/netperf/
DREADME.windows64 …t_bsd.c(846) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
66 …_bsd.c(1303) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
68 …_bsd.c(2020) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
70 …_bsd.c(5080) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
72 …_bsd.c(5715) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
74 …_bsd.c(6591) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
76 …_bsd.c(8013) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
78 …bsd.c(11123) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
84 …erver.c(457) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
88 …tlib.c(2470) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
[all …]
/external/python/cpython2/Doc/library/
Dwebbrowser.rst37 parameters: ``-n`` opens the URL in a new browser window, if possible;
56 in the same browser window if possible. If *new* is 1, a new browser window
57 is opened if possible. If *new* is 2, a new browser page ("tab") is opened
58 if possible. If *autoraise* is ``True``, the window is raised if possible
72 Open *url* in a new window of the default browser, if possible, otherwise, open
77 Open *url* in a new page ("tab") of the default browser, if possible, otherwise
181 # Open URL in new window, raising the window if possible.
197 browser window is opened if possible. If *new* is 2, a new browser page ("tab")
198 is opened if possible.
204 possible, otherwise, open *url* in the only browser window. Alias
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dinline-asm-scalar-to-vector-error.ll4 ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type
7 ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type
10 ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type
/external/llvm/lib/Target/Mips/
DMSA.txt4 Intrinsics are lowered to SelectionDAG nodes where possible in order to enable
18 It is not possible to emit bclri.b since andi.b covers exactly the
23 It is not possible to emit vshf.w when the shuffle description is
36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the
40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the
48 It is not possible to emit splati.w since shf.w covers the same cases.
66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
/external/valgrind/memcheck/tests/
Dlks.vgtest3 …: --leak-check=full --show-leak-kinds=definite,possible,indirect --errors-for-leak-kinds=definite,
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BugReporting17 Research as many of the following areas as possible to ensure the bug
23 3. Debug as much as possible.
26 - If possible, find the fault in the code under test causing the test case
28 - If possible, create a patch to fix the fault.
/external/google-benchmark/
Dmingw.py165 possible = os.path.join(location, 'mingw64')
166 if not os.path.exists(possible):
167 possible = os.path.join(location, 'mingw32')
168 if not os.path.exists(possible):
169 raise ValueError('Failed to find unpacked MinGW: ' + possible)
170 return possible
/external/python/cpython2/Lib/ctypes/test/
Dtest_macholib.py39 possible = ['lib'+name+'.dylib', name+'.dylib', name+'.framework/'+name]
40 for dylib in possible:
/external/libxml2/result/VC/
DElementValid4.rdr1 …tValid4:7: element doc: validity error : Element c is not declared in doc list of possible children
4 …tValid4:8: element doc: validity error : Element c is not declared in doc list of possible children
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-compare-instructions.ll158 ; Using registers other than v0, v1 are possible, but would be odd.
167 ; Using registers other than v0, v1 are possible, but would be odd.
176 ; Using registers other than v0, v1 are possible, but would be odd.
185 ; Using registers other than v0, v1 are possible, but would be odd.
194 ; Using registers other than v0, v1 are possible, but would be odd.
203 ; Using registers other than v0, v1 are possible, but would be odd.
212 ; Using registers other than v0, v1 are possible, but would be odd.
270 ; Using registers other than v0, v1 are possible, but would be odd.
279 ; Using registers other than v0, v1 are possible, but would be odd.
288 ; Using registers other than v0, v1 are possible, but would be odd.
[all …]
Dneon-compare-instructions.ll180 ; Using registers other than v0, v1 are possible, but would be odd.
190 ; Using registers other than v0, v1 are possible, but would be odd.
200 ; Using registers other than v0, v1 are possible, but would be odd.
210 ; Using registers other than v0, v1 are possible, but would be odd.
220 ; Using registers other than v0, v1 are possible, but would be odd.
230 ; Using registers other than v0, v1 are possible, but would be odd.
240 ; Using registers other than v0, v1 are possible, but would be odd.
306 ; Using registers other than v0, v1 are possible, but would be odd.
316 ; Using registers other than v0, v1 are possible, but would be odd.
326 ; Using registers other than v0, v1 are possible, but would be odd.
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dsmrd.ll17 ; SMRD load with the largest possible immediate offset.
29 ; SMRD load with an offset greater than the largest possible immediate.
59 ; SMRD load with the largest possible immediate offset on VI
73 ; SMRD load with an offset greater than the largest possible immediate on VI
100 ; SMRD load using the load.const intrinsic with the largest possible immediate
114 ; largets possible immediate.
130 ; SMRD load with the largest possible immediate offset on VI
145 ; SMRD load with an offset greater than the largest possible immediate on VI
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java265 String possible = it2.next(); in getEquivalents() local
271 if (Normalizer.compare(possible, segment,0)==0) { in getEquivalents()
273 … if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible)); in getEquivalents()
274 result.add(possible); in getEquivalents()
277 … if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible)); in getEquivalents()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCanonicalIterator.java261 String possible = it2.next(); in getEquivalents() local
267 if (Normalizer.compare(possible, segment,0)==0) { in getEquivalents()
269 … if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible)); in getEquivalents()
270 result.add(possible); in getEquivalents()
273 … if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible)); in getEquivalents()
/external/llvm/test/CodeGen/ARM/
D2012-09-25-InlineAsmScalarToVectorConv2.ll4 ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type
5 ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type
/external/valgrind/docs/internals/
D3_7_BUGSTATUS.txt36 **possible 3.8.0
49 **possible 3.8.0 (redundant REX prefix)
129 **possible 3.8.0 (easy to fix?)
132 **possible 3.8.0 ? see also 301011 (32 bit)
142 **possible 3.8.0; has low risk patch
177 **possible 3.8.0; see also 295808 (64 bit)
183 **possible 3.8.0. OP queried; is this the same as 287175 ?
/external/cmockery/cmockery_0_1_2/
DChangeLog3 * Made it possible to specify additional compiler, lib tool and link
10 * Made it possible to specify executable, library and object output
/external/iptables/extensions/
Dlibipt_ttl.t7 # not possible have anything greater than 255, TTL is 8-bit long
10 # not possible have anything below 0
/external/llvm/test/CodeGen/SystemZ/
Dshift-09.ll15 ; Check that we use SLL over SLLK where possible.
35 ; Check that we use SRL over SRLK where possible.
55 ; Check that we use SRA over SRAK where possible.
/external/pcre/dist2/
DNEWS40 giving more flexibility to replacement facilities. It is now also possible to
48 6. PCRE2_INFO_HASBACKSLASHC makes it possible for a client to find out if a
49 pattern uses \C, and --never-backslash-C makes it possible to compile a version
91 making it possible to save and restore sets of compiled patterns, though
94 2. The (*NO_JIT) feature has been added; this makes it possible for a pattern
/external/valgrind/none/tests/s390x/
Dop_exception.stderr.exp6 did not recognise. There are two possible reasons for this.
19 did not recognise. There are two possible reasons for this.
32 did not recognise. There are two possible reasons for this.
45 did not recognise. There are two possible reasons for this.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.compute.basic.txt47 + This excludes all but a couple of possible variants of
56 The objective of basic compute tests is to provide a simplest possible test
58 test all possible variants, such as data types. Separate targeted test sets
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c349 unsigned possible = 0; in lp_debug_draw_bins_by_coverage() local
369 possible += 64*64; in lp_debug_draw_bins_by_coverage()
393 possible, in lp_debug_draw_bins_by_coverage()
394 total * 100.0 / (float)possible); in lp_debug_draw_bins_by_coverage()
397 _possible += possible; in lp_debug_draw_bins_by_coverage()

12345678910>>...71