Searched refs:is (Results 501 - 525 of 6381) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/openssl/openssl/crypto/mdc2/
H A Dmdc2.h5 * This package is an SSL implementation written
9 * This library is free for commercial and non-commercial use as long as
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
18 * If this package is used in a product, Eric Young should be given attribution
69 #error MDC2 is disabled.
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
23 FontInputStream::FontInputStream(InputStream* is) argument
24 : stream_(is), position_(0), length_(0), bounded_(false) {
27 FontInputStream::FontInputStream(InputStream* is, size_t length) argument
28 : stream_(is), position_(0), length_(length), bounded_(true) {
/external/chromium_org/third_party/skia/tools/lua/
H A Dglyph-usage.lua24 startcanvas() is called at the start of each picture file, passing the
28 where t is a table of parameters that were passed to that draw-op.
30 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
32 when a given picture is done, we call endcanvas(canvas, fileName)
39 Called when the current canvas is done drawing.
46 Called with the parameters to each canvas.draw call, where canvas is the
70 -- array is an array of bools (true), using glyphID as the index
71 -- other is just an array[1...N] of numbers (glyphIDs)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Djmpfar.asm8 jmp far far1 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
12 jmp far far2 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm4 ; This file is loaded as a DOS .COM file.
9 ; 9B0h is desired.
H A Dmultisect2.asm7 msg db "this is a message", 0
26 cmp dl, 9 ; is it in the "A" to "F" range?
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64.asm60 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
65 # Assumes that L0 is in third section, and has an address of 0x00000056
71 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
76 # Assumes that L0 is in third section, and has address of 0x00000056
83 # Assumes that _prev is the first nonlocal label 0x12 bytes
90 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
93 # No relocations. This is an assembly time constant.
95 # Assumes that _prev is the first nonlocal label 0x12 bytes before L
/external/chromium_org/v8/src/
H A Dcode.h2 // Use of this source code is governed by a BSD-style license that can be
29 bool is_reg() const { return !reg_.is(no_reg); }
/external/chromium_org/v8/test/mjsunit/
H A Dobject-is.js32 assertSame(expected, Object.is(x, y));
/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp5 // This file is distributed under the University of Illinois Open Source
50 if (FilenameTok.is(tok::eod))
/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c7 // expected-note{{'malloc' is a builtin with type 'void *}}
13 // expected-note{{'calloc' is a builtin with type 'void *}}
23 // expected-note{{'strcpy' is a builtin with type 'char *(char *, const char *)'}}
28 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
33 // expected-note{{'__builtin_object_size' is a builtin with type}}
42 // expected-note{{'realloc' is a builtin with type 'void *(void *,}}
48 // expected-note{{'snprintf' is a builtin}}
H A Dimplicit-decl.c12 if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // expected-note {{previous implicit declaration is here}} \
13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
H A Dincomplete-decl.c6 struct foo f; // expected-error{{tentative definition has type 'struct foo' that is never completed}}
10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DImageVideoModelLoader.java49 InputStream is = null;
52 is = streamFetcher.loadData(priority);
70 if (is == null) {
75 return new ImageVideoWrapper(is, fileDescriptor);
/external/libunwind/doc/
H A Dunw_set_caching_policy.tex28 that is shared by all threads. If global caching is unavailable or
37 If caching is enabled, an application must be prepared to make
45 caching is turned off by default. For the local address space
46 \Func{unw\_local\_addr\_space}, caching is turned on by default.
51 Otherwise the negative value of one of the error-codes below is
56 \Func{unw\_set\_caching\_policy}() is thread-safe but \emph{not} safe
63 established because the application is out of memory.
/external/lldb/scripts/Python/interface/
H A DSBInstructionList.i5 // This file is distributed under the University of Illinois Open Source
69 if type(key) is int:
73 elif type(key) is SBAddress:
/external/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli5 * This file is distributed under the University of Illinois Open Source
19 raises [Error msg] otherwise, where [msg] is a description of the error
/external/llvm/test/MC/ARM/
H A Dinst-thumb-overflow.s12 @ CHECK-ERROR: inst.n operand is too big, use inst.w instead
H A Dudf-thumb-2-diagnostics.s10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
/external/llvm/test/MC/AsmParser/
H A Ddirective_lsym.s3 # FIXME: This is currently unsupported. If it turns out no one uses it, we
/external/llvm/test/MC/COFF/
H A Dsymbol-alias.s1 // The purpose of this test is to verify that symbol aliases
26 # Order is important here. Assign _bar_alias_alias before _bar_alias.
/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s5 # after it is relaxed.
/external/mesa3d/docs/
H A DMESA_pack_invert.spec28 OpenGL 1.0 or later is required
29 This extensions is written against the OpenGL 1.4 Specification.
40 order. As it is, OpenGL reads images from the frame buffer in
90 that starts with "If the format is RED, GREEN, BLUE...":
92 "The parameter PACK_INVERT_MESA controls whether the image is packed
94 3.8 is modified as follows:
96 ... the first element of the Nth row is indicated by
98 p + Nk, if PACK_INVERT_MESA is false
99 p + k * (H - 1) - Nk, if PACK_INVERT_MESA is true, where H is th
[all...]
/external/openssl/crypto/mdc2/
H A Dmdc2.h5 * This package is an SSL implementation written
9 * This library is free for commercial and non-commercial use as long as
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
18 * If this package is used in a product, Eric Young should be given attribution
69 #error MDC2 is disabled.
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
23 FontInputStream::FontInputStream(InputStream* is) argument
24 : stream_(is), position_(0), length_(0), bounded_(false) {
27 FontInputStream::FontInputStream(InputStream* is, size_t length) argument
28 : stream_(is), position_(0), length_(length), bounded_(true) {

Completed in 3905 milliseconds

<<21222324252627282930>>