Searched refs:has (Results 101 - 125 of 479) sorted by relevance

1234567891011>>

/external/chromium_org/tools/clang/scripts/
H A Drepackage.sh64 echo The clang package has been repackaged with $LIBNAME
/external/chromium_org/tools/vim/
H A Dclang-format.vim13 if has('mac')
H A Dninja-build.vim13 " Requires that gyp has already generated build.ninja files, and that ninja is
92 if !has('gui_running')
121 if has('mac')
124 elseif has('win32')
127 elseif has('unix')
/external/droiddriver/src/com/google/android/droiddriver/base/
H A DBaseDroidDriver.java44 public boolean has(Finder finder) { method in class:BaseDroidDriver
55 public boolean has(Finder finder, long timeoutMillis) { method in class:BaseDroidDriver
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3.s30 # ddiv has been re-encoded. See valid.s
31 # ddivu has been re-encoded. See valid.s
32 # div has been re-encoded. See valid.s
33 # divu has been re-encoded. See valid.s
/external/valgrind/main/drd/tests/
H A Dpth_cond_race.stderr.exp3 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
H A Dbar_bad.stderr.exp18 initialise a barrier which has threads waiting on it
27 destroy a barrier that has waiting threads
/external/valgrind/main/memcheck/tests/
H A Dwrap8.stderr.exp16 Valgrind has to exit now. Sorry.
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DHeaders.h41 bool has(const String& key, ExceptionState&);
/external/libhevc/decoder/arm/
H A Dihevcd_itrans_recon_dc_chroma.s76 @ r6 has the dc_value
77 @ r4 has the trans_size value
78 @ r8 has the row value
79 @ r9 has the col value
H A Dihevcd_itrans_recon_dc_luma.s77 @ r6 has the dc_value
78 @ r4 has the trans_size value
79 @ r8 has the row value
80 @ r9 has the col value
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-obj-errors.s8 @only trigger when the file has successfully parsed and the object file is about
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips1.s23 # div has been re-encoded. See valid.s
24 # divu has been re-encoded. See valid.s
/external/lzma/xz-embedded/
H A Dxz.h7 * This file has been put into the public domain.
45 * allocated once the required size has been
189 * may allocate once it has parsed the dictionary size from the stream
255 * If CRC64 support has been enabled with XZ_USE_CRC64, a CRC64
264 # error Using CRC64 in the kernel has not been implemented.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb59 alternative has been chosen successfully and the prediction procedure ends. If
60 the current state is not an <i>accept state</i>, the prediction has failed and
69 The smallest value of the next input symbol that has
72 The largest value of the next input symbol that has
90 that has been predicted
92 If positive and the input stream has been exhausted,
93 this is the alternative number that has been predicted.
226 | The prediction loop has exceeded a maximum limit of 50000 iterations
290 | The prediction loop has exceeded a maximum limit of 50000 iterations
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp38 if (!TLI->has(LibFunc::strlen))
64 /// be of size_t type, and the return value has 'intptr_t' type.
67 if (!TLI->has(LibFunc::strnlen))
94 /// and the return value has 'i8*' type.
97 if (!TLI->has(LibFunc::strchr))
123 if (!TLI->has(LibFunc::strncmp))
156 if (!TLI->has(LibFunc::strcpy))
180 if (!TLI->has(LibFunc::strncpy))
207 if (!TLI->has(LibFunc::memcpy_chk))
235 if (!TLI->has(LibFun
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dpolicy_android.css181 tbody.has-overflowed-value span.value {
185 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
189 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp461 DeclarationMatcher HasClassX = recordDecl(has(recordDecl(hasName("X"))));
466 recordDecl(hasName("Y"), has(recordDecl(hasName("X"))));
476 has(recordDecl(
477 has(recordDecl(hasName("X"))),
478 has(recordDecl(hasName("Y"))),
480 has(recordDecl(
481 has(recordDecl(hasName("A"))),
482 has(recordDecl(hasName("B"))),
535 has(recordDecl(
537 has(recordDec
[all...]
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp162 // conversion here, which depends on whether the input or output has
873 "Computed GetElementPtr has unexpected type!");
1284 // "cos", but has length 8.
1480 if (Name == "acos" && TLI->has(LibFunc::acos))
1482 else if (Name == "asin" && TLI->has(LibFunc::asin))
1484 else if (Name == "atan" && TLI->has(LibFunc::atan))
1488 if (Name == "ceil" && TLI->has(LibFunc::ceil))
1490 else if (Name == "cos" && TLI->has(LibFunc::cos))
1492 else if (Name == "cosh" && TLI->has(LibFunc::cosh))
1494 else if (Name == "cosf" && TLI->has(LibFun
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIPortMap.h31 bool has(const String& key) const { return m_entries.contains(key); } function in class:blink::MIDIPortMap
122 return has(key) ? m_entries.get(key) : 0;
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DJsoMap.java146 // JSONObject.keys() has no type information.
170 * Check if the object has specified key.
176 return super.has(key);
198 if (!super.has(name)) {
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dtree.css50 .tree-row[has-children=false] .expand-icon {
/external/clang/test/CodeGenCXX/
H A Dreferences.cpp213 HasX has; member in struct:N2::HasXContainer
229 const X &xr = getZ().has.x;
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs7 isRoot: treat this node as if it has children and insert a section node.
/external/libunwind/doc/
H A Dunw_strerror.tex25 \Var{err\_code} has no corresponding message, the text "invalid error

Completed in 3630 milliseconds

1234567891011>>