HomeSort by relevance Sort by last modified time
    Searched refs:any (Results 1 - 25 of 1116) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.idl 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 [Custom] void inspect(any objectId, any hints);
39 [Custom] any inspectedObject(long num);
40 [Custom] any internalConstructorName(any obj);
41 [Custom] boolean isHTMLAllCollection(any obj)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursorWithValue.idl 14 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
17 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 readonly attribute any value;
IDBKeyRange.idl 14 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
17 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 [ImplementedAs=lowerValue,CallWith=ScriptExecutionContext] readonly attribute any lower;
29 [ImplementedAs=upperValue,CallWith=ScriptExecutionContext] readonly attribute any upper;
33 [CallWith=ScriptExecutionContext, RaisesException] static IDBKeyRange only(any value);
34 [CallWith=ScriptExecutionContext, RaisesException] static IDBKeyRange lowerBound(any bound, [Default=Undefined] optional boolean open);
35 [CallWith=ScriptExecutionContext, RaisesException] static IDBKeyRange upperBound(any bound, [Default=Undefined] optional boolean open);
36 [CallWith=ScriptExecutionContext, RaisesException] static IDBKeyRange bound(any lower, any upper, [Default=Undefined] optional boolean lowerOpen, [Default=Undefined] optional boo (…)
    [all...]
IDBCursor.idl 14 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
17 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 readonly attribute any key;
30 readonly attribute any primaryKey;
33 [CallWith=ScriptState, RaisesException] IDBRequest update(any value);
35 [CallWith=ScriptExecutionContext, ImplementedAs=continueFunction, RaisesException] void continue([Default=Undefined] optional any key);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Promise.idl 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32 callback AnyCallback = any (optional any value);
41 [Custom] static Promise fulfill(any value);
42 [Custom] static Promise resolve(any value);
43 [Custom] static Promise reject(any value);
45 [Custom] static Promise _any(any... values)
    [all...]
PromiseResolver.idl 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 [Custom] void fulfill(optional any value);
36 [Custom] void resolve(optional any value);
37 [Custom] void reject(optional any value);
PopStateEvent.idl 13 * THIS SOFTWARE IS PROVIDED BY APPLE, INC. ``AS IS'' AND ANY
17 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
20 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 [InitializedByEventConstructor, CustomGetter] readonly attribute any state;
MessagePort.idl 14 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
18 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
21 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33 [Custom, RaisesException] void postMessage(any message, optional Array messagePorts);
CustomEvent.idl 13 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
17 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
20 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 [InitializedByEventConstructor, Custom] readonly attribute any detail;
34 [Default=Undefined] optional any detailArg);
  /external/chromium_org/third_party/WebKit/Source/core/page/
ImageBitmapFactories.idl 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36 [RaisesException] any createImageBitmap(HTMLImageElement image);
37 [RaisesException] any createImageBitmap(HTMLImageElement image, long sx, long sy, long sw, long sh);
38 [RaisesException] any createImageBitmap(HTMLVideoElement video);
39 [RaisesException] any createImageBitmap(HTMLVideoElement video, long sx, long sy, long sw, long sh);
40 [RaisesException] any createImageBitmap(CanvasRenderingContext2D context);
41 [RaisesException] any createImageBitmap(CanvasRenderingContext2D context, long sx, long sy, long sw, long sh)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoOperation.idl 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 any finish();
40 any abort();
  /external/llvm/bindings/ocaml/transforms/scalar/
llvm_scalar_opts.ml 10 external add_constant_propagation : [<Llvm.PassManager.any] Llvm.PassManager.t
13 external add_sccp : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
15 external add_dead_store_elimination : [<Llvm.PassManager.any] Llvm.PassManager.t
18 external add_aggressive_dce : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
21 add_scalar_repl_aggregation : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
25 add_scalar_repl_aggregation_ssa : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
29 add_scalar_repl_aggregation_with_threshold : int -> [<Llvm.PassManager.any] Llvm.PassManager.t
32 external add_ind_var_simplification : [<Llvm.PassManager.any] Llvm.PassManager.t
36 add_instruction_combination : [<Llvm.PassManager.any] Llvm.PassManager.t
39 external add_licm : [<Llvm.PassManager.any] Llvm.PassManager.
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp 17 struct any { struct
18 template<typename T> any(T);
23 any array[sizeof...(inits)] = { inits... };
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
any.pass.cpp 10 // test bool any() const;
20 assert(v.any() == false);
22 assert(v.any() == (N != 0));
26 assert(v.any() == true);
29 assert(v.any() == true);
  /bionic/libc/stdlib/
strtol.c 19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 int neg, any, cutlim; local
52 * Skip white space and pick up leading +/- sign if any.
91 * Set any if any `digits' consumed; make it negative to indicate
104 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
113 if (any < 0
    [all...]
strtoul.c 19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 int neg, any, cutlim; local
76 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
85 if (any < 0)
88 any = -1;
92 any = 1;
97 if (neg && any > 0
    [all...]
strtoumax.c 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 int neg, any, cutlim; local
89 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
98 if (any < 0)
101 any = -1;
105 any = 1;
110 if (neg && any > 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.idl 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34 [Custom, RaisesException] void postMessage(any message, optional Array messagePorts);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSetRowList.idl 17 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 [Custom] any item(unsigned long index);
  /external/openssh/openbsd-compat/
strtoll.c 19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
55 int neg, any, cutlim; local
58 * Skip white space and pick up leading +/- sign if any.
98 * Set any if any `digits' consumed; make it negative to indicate
111 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
120 if (any < 0
    [all...]
strtoul.c 19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
53 int neg, any, cutlim; local
81 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
90 if (any < 0)
93 any = -1;
97 any = 1;
102 if (neg && any > 0
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
refl_coef_to_lpc.c 22 WebRtc_Word16 any[WEBRTC_SPL_MAX_LPC_ORDER + 1]; local
29 *any = *a;
38 anyptr = any;
41 any[m + 1] = WEBRTC_SPL_RSHIFT_W16((*kptr), 3);
52 anyptr = any;
  /external/qemu/android/skin/
composer.c 8 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
24 if (p->any.type == SKIN_PLATE_SURFACE || p->group.hasRegion)
29 skin_region_reset(p->any.region);
36 skin_region_translate( r, child->any.pos.x, child->any.pos.y );
37 skin_region_union( p->any.region, r );
48 if ( p->any.type != SKIN_PLATE_SURFACE && !p->group.hasRegion ) {
51 skin_region_init_copy( region, p->any.region );
59 if (p->any.type != SKIN_PLATE_SURFACE && !p->group.hasOpaqueRegion) {
69 skin_region_translate(r, child->any.pos.x, child->any.pos.y)
    [all...]
  /external/valgrind/main/drd/
drd_clientobj.c 9 License, or (at your option) any later version.
12 WITHOUT ANY WARRANTY; without even the implied warranty of
98 if (p && p->any.type == t)
103 /** Return true if and only if the address range of any client object overlaps
114 if (a1 <= p->any.a1 && p->any.a1 < a2)
140 p->any.a1 = a1;
141 p->any.type = t;
142 p->any.first_observed_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
164 tl_assert(p->any.type == t)
    [all...]
  /external/chromium_org/net/
PRESUBMIT.py 19 if any('nss' in f.LocalPath() for f in change.AffectedFiles()):

Completed in 1077 milliseconds

1 2 3 4 5 6 7 8 91011>>