Searched refs:has (Results 176 - 200 of 479) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/doc/reference/
H A Dnacl-manifest-format.rst13 Every Native Client application has a `JSON-formatted <http://www.json.org/>`_
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
H A DFrameworkBlackboxDialog.js135 if (newPattern && (oldPattern === newPattern || !this._entries.has(newPattern)))
207 if (!pattern || this._entries.has(pattern))
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DHeaders.cpp164 bool Headers::has(const String& name, ExceptionState& exceptionState) function in class:blink::Headers
166 // "The has(|name|) method, when invoked, must run these steps:"
174 return m_headerList->has(name);
/external/chromium_org/third_party/icu/source/data/zone/
H A Dreslocal.mk7 # the size (and/or their target OS already has ICU with the full locale data.)
/external/chromium_org/third_party/libxslt/libxslt/
H A Dattrvt.c260 "Attribute '%s': The AVT has an unmatched '{'.\n",
307 "Attribute '%s': The AVT has an unmatched '}'.\n",
333 * doing it. If a re-alloc has taken place, then the pointer
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_resize_buffers.spec34 Mesa cannot automatically detect when a window has been resized.
57 determines that a window has been resized. Calling
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp64 template <typename T> friend bool has(const A&);
66 template <typename T> bool has(const A &x) { function in namespace:test1
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc52 // Swap a and b if necessary so that a has the larger absolute value.
/external/compiler-rt/make/
H A Dlib_info.mk3 # This should be included once the subdirectory information has been loaded, and
/external/libpcap/msdos/
H A Dpkt_rx0.asm107 ;; NOTE. rxInOfs is updated after the packet has been copied
117 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
118 ; BX has client handle (stored in RX_ELEMENT.handle).
119 ; CX has # of bytes in packet on both call. They should be equal.
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt13 NOTE: This project will be removed from libpng-1.5.0. It has
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli60 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
65 Is invalid if [gv] has a bitwidth greater than the host bit width (but the
71 [nativeint]. Is invalid if [gv] has a bitwidth greater than
76 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
/external/mesa3d/docs/
H A DMESA_resize_buffers.spec34 Mesa cannot automatically detect when a window has been resized.
57 determines that a window has been resized. Calling
/external/stlport/test/eh/
H A Dsunpro42.mak48 echo 'Info: For CC 4.x, warnings from ld in the form "symbol `XXX' has differing sizes" are normal.'
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp114 // If the receiver has type 'id'...
700 static bool has(StringRef suff, StringRef &text) { function in struct:Suff
710 if (Suff::has("u", text)) {
712 } else if (Suff::has("U", text)) {
714 } else if (Suff::has("ll", text)) {
716 } else if (Suff::has("LL", text)) {
718 } else if (Suff::has("l", text)) {
720 } else if (Suff::has("L", text)) {
722 } else if (isFloat && Suff::has("f", text)) {
724 } else if (isFloat && Suff::has("
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCClient.java241 if (roomJson.has("error")) {
313 if (!json.has(type) || !json.optBoolean(type, true)) {
398 server.has("credential") ? server.getString("credential") : "";
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl192 changes made to the primary target, by knowing I<what> has changed and I<how>.
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHostListLoader.java132 if (data.has("items")) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFaceSet.h86 bool has(FontFace*, ExceptionState&) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DImageQualityController.cpp63 bool ImageQualityController::has(RenderObject* renderer) function in class:blink::ImageQualityController
197 // Live resize has ended, paint in HQ and remove this object from the list.
232 // This object has been resized to two different sizes while the timer
/external/clang/include/clang/Basic/
H A DMakefile55 $(Verb) $(ClangTableGen) -gen-clang-attr-has-attribute-impl -o $(call SYSPATH, $@) \
/external/clang/test/SemaCXX/
H A Dexplicit.cpp133 // TODO: After constexpr has been implemented
140 switch (b) {} // expected-warning {{switch condition has boolean value}}
142 expected-warning {{switch condition has boolean value}}
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DDomFront.java192 if (runnerInfo.dominanceFrontiers.has(b)) {
/external/iproute2/doc/
H A Dip-tunnels.tex56 connected network has not any exceptions. You may tell kernel, that
81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
112 {\bf 2.2} has {\em one\/} module \verb|ipip|. Loading it you get base
120 {\bf In 2.2} this command has the same semantics on all
198 it with another devices. Certainly, the configuration of tunnels has
232 Command \verb|ip tunnel add| has several additional options.
378 And vice versa, if administrator has already created a tunnel,
453 Suppose that CBQ class \verb|1:ABC| has been created on device \verb|eth0|
/external/iptables/iptables/
H A Diptables-apply27 The program has been published under the terms of the Artistic Licence 2.0

Completed in 9023 milliseconds

1234567891011>>