HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 151 - 175 of 3111) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencv3/samples/cpp/
kalman.cpp 38 char code = (char)-1; local
92 code = (char)waitKey(100);
94 if( code > 0 )
97 if( code == 27 || code == 'q' || code == 'Q' )
  /external/pdfium/third_party/freetype/src/cff/
cffcmap.c 85 FT_UInt code = (FT_UInt)(char_code + 1); local
90 if ( code >= 256 )
93 result = cmap->gids[code];
96 *pchar_code = code;
100 code++;
  /external/pdfium/third_party/libtiff/
t4.h 33 * worthwhile to make code & length 8 bits.
36 unsigned short length; /* bit length of g3 code */
37 unsigned short code; /* g3 code */ member in struct:tableentry
41 #define EOL 0x001 /* EOL code value - 0000 0000 0000 1 */
47 #define G3CODE_INCOMP -4 /* incomplete run code */
  /external/pdfium/third_party/zlib_v128/
inftrees.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon21699
35 01000000 - invalid code
    [all...]
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_ASCIIEncoder.cpp 2 // Use of this source code is governed by a BSD-style license that can be
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 // Original code is licensed as follows:
40 FX_WCHAR code = local
46 context.writeCodeword(code);
  /external/regex-re2/re2/
filtered_re2.cc 2 // Use of this source code is governed by a BSD-style
27 RE2::ErrorCode code = re->error_code(); local
40 return code;
  /external/regex-re2/re2/testing/
compile_test.cc 2 // Use of this source code is governed by a BSD-style
18 // the regexp compiles to the expected code.
21 // that run the compiled code.
25 const char* code; member in struct:re2::Test
123 if (s != t.code) {
124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp;
125 LOG(ERROR) << "Want:\n" << t.code;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowBinderTest.java 23 assertThat(testBinder.code, equalTo(2));
30 int code; field in class:ShadowBinderTest.TestBinder
36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
37 this.code = code;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
Code3.java 23 private final Integer code; field in class:Code3
25 public Code3(String name, Integer code) {
26 this.code = code;
31 return name + code;
37 Code3 code = (Code3) obj; local
38 return code.equals(code.code);
46 return code.hashCode()
    [all...]
  /external/strace/
ioctl.c 11 * 1. Redistributions of source code must retain the above copyright
46 const unsigned int code2 = ((struct_ioctlent *) b)->code;
51 ioctl_lookup(const unsigned int code)
55 iop = bsearch((const void *) (const unsigned long) code, ioctlent,
59 if (iop->code != code) {
70 const unsigned int code = iop->code; local
72 if (iop < ioctlent + nioctlents && iop->code == code)
187 const unsigned int code = tcp->u_arg[1]; local
229 const unsigned int code = tcp->u_arg[1]; local
    [all...]
  /external/tlsdate/src/
tlsdate-setter.c 4 * Use of this source code is governed by a BSD-style license that can be
40 const char *code; local
45 code = "EXITED";
48 code = "KILLED";
51 code = "DUMPED";
54 code = "STOPPED";
58 code = "TRAPPED";
62 code = "CONTINUED";
66 code = "???";
69 info ("tlsdate-setter exitting: code:%s status:%d pid:%d uid:%d"
    [all...]
  /external/v8/src/
code-factory.h 2 // Use of this source code is governed by a BSD-style license that can be
17 // Associates a body of code with an interface descriptor.
20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor)
21 : code_(code), descriptor_(descriptor) {}
23 Handle<Code> code() const { return code_; } function in class:v8::internal::BASE_EMBEDDED
27 const Handle<Code> code_;
64 // Code stubs. Add methods here as needed to reduce dependency on
65 // code-stubs.h
    [all...]
  /external/v8/src/compiler/
move-optimizer.h 2 // Use of this source code is governed by a BSD-style license that can be
17 MoveOptimizer(Zone* local_zone, InstructionSequence* code);
24 InstructionSequence* code() const { return code_; } function in class:v8::internal::compiler::final
26 Zone* code_zone() const { return code()->zone(); }
  /external/v8/src/ic/ppc/
stub-cache-ppc.cc 2 // Use of this source code is governed by a BSD-style license that can be
18 Code::Flags flags, StubCache::Table table,
44 // Multiply by 3 because there are 3 fields per entry (name, code, map).
70 // Get the code entry from the cache.
71 Register code = scratch2; local
73 __ LoadP(code, MemOperand(base_addr, value_off_addr - key_off_addr));
78 __ lwz(flags_reg, FieldMemOperand(code, Code::kFlagsOffset));
81 __ li(r0, Operand(Code::kFlagsNotUsedInLookup));
95 // Jump to the first instruction in the code stub
    [all...]
  /external/v8/src/ic/s390/
stub-cache-s390.cc 2 // Use of this source code is governed by a BSD-style license that can be
18 Code::Flags flags, StubCache::Table table,
44 // Multiply by 3 because there are 3 fields per entry (name, code, map).
68 // Get the code entry from the cache.
69 Register code = scratch2; local
71 __ LoadP(code, MemOperand(base_addr, value_off_addr - key_off_addr));
76 __ LoadlW(flags_reg, FieldMemOperand(code, Code::kFlagsOffset));
79 __ AndP(flags_reg, flags_reg, Operand(~Code::kFlagsNotUsedInLookup));
91 // Jump to the first instruction in the code stub
    [all...]
  /external/v8/test/cctest/
test-assembler-s390.cc 6 // * Redistributions of source code must retain the above copyright
63 Handle<Code> code = isolate->factory()->NewCode( variable
64 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
66 code->Print();
68 F2 f = FUNCTION_CAST<F2>(code->entry());
103 Handle<Code> code = isolate->factory()->NewCode variable
155 Handle<Code> code = isolate->factory()->NewCode( variable
211 Handle<Code> code = isolate->factory()->NewCode( variable
216 USE(code); variable
    [all...]
test-code-cache.cc 2 // Use of this source code is governed by a BSD-style license that can be
16 static Handle<Code> GetDummyCode(Isolate* isolate) {
25 Code::Flags flags =
26 Code::ComputeFlags(Code::LOAD_IC, kNoExtraICState, kCacheOnReceiver);
27 Handle<Code> self_ref;
42 // This number should be large enough to cause the code cache to use its
46 // Prepare name/code pairs.
48 List<Handle<Code>> codes(kEntries);
54 Code::Flags bad_flags
61 Handle<Code> code = codes.at(i); local
71 Handle<Code> code = codes.at(i); local
    [all...]
test-hashing.cc 6 // * Redistributions of source code must retain the above copyright
32 #include "src/code-stubs.h"
75 // csp is initialized by the calling (C++) code.
130 Handle<Code> code = factory->NewCode(desc, local
131 Code::ComputeFlags(Code::STUB),
133 CHECK(code->IsCode());
135 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
test-run-wasm-relocation-arm.cc 2 // Use of this source code is governed by a BSD-style license that can be
40 Handle<Code> code = isolate->factory()->NewCode( local
41 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
44 CodeRunner<int32_t> runnable(isolate, code, &csig);
50 code->Print(os);
57 for (RelocIterator it(*code, mode_mask); !it.done(); it.next()) {
69 // Call into relocated code objec
100 Handle<Code> code = isolate->factory()->NewCode( local
    [all...]
test-run-wasm-relocation-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
42 Handle<Code> code = isolate->factory()->NewCode( local
43 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
46 CodeRunner<int64_t> runnable(isolate, code, &csig);
52 code->Print(os);
59 for (RelocIterator it(*code, mode_mask); !it.done(); it.next()) {
71 // Call into relocated code objec
103 Handle<Code> code = isolate->factory()->NewCode( local
    [all...]
  /external/v8/test/unittests/wasm/
loop-assignment-analysis-unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
36 byte code[] = { 0 }; local
37 BitVector* assigned = Analyze(code, code);
42 byte code[] = {kExprLoop, 0}; local
44 BitVector* assigned = Analyze(code, code + arraysize(code));
55 byte code[] = {WASM_LOOP(1, WASM_SET_ZERO(i))}; local
56 BitVector* assigned = Analyze(code, code + arraysize(code))
66 byte code[] = {WASM_LOOP(1, WASM_SET_ZERO(i)), WASM_SET_ZERO(1)}; local
78 byte code[] = {WASM_LOOP(2, WASM_SET_ZERO(i), WASM_SET_ZERO(j))}; local
91 byte code[] = {WASM_LOOP( local
110 byte code[] = {kExprLoop, local
130 byte code[] = { local
143 byte code[] = { local
162 byte code[] = {WASM_BLOCK( local
184 byte code[] = {kExprLoop, kExprF32Neg, kExprBrTable, 0x0e, 'h', 'e', local
    [all...]
  /external/valgrind/none/tests/amd64/
smc1.c 2 /* Test Valgrind's ability to spot writes to code which has been
18 WRONG output (if you fail to spot code-writes to code[0 .. 4]) is
50 // code on the heap therefore
51 static UChar* code; variable
53 /* Make `code' be movabsq $dest, %rax ; pushq %rax ; ret */
60 code[0] = 0x48;
61 code[1] = 0xB8;
62 code[2] = (dest & 0xFF);
63 code[3] = ((dest >> 8) & 0xFF)
    [all...]
  /external/valgrind/none/tests/x86/
smc1.c 2 /* Test Valgrind's ability to spot writes to code which has been
18 WRONG output (if you fail to spot code-writes to code[0 .. 4]) is
47 static UChar code[10]; variable
49 /* Make `code' be PUSHL $dest ; ret */
53 code[0] = 0x68; /* PUSH imm32 */
54 code[1] = (dest & 0xFF);
55 code[2] = ((dest >> 8) & 0xFF);
56 code[3] = ((dest >> 16) & 0xFF);
57 code[4] = ((dest >> 24) & 0xFF)
    [all...]
  /external/webp/src/utils/
huffman_encode.h 3 // Use of this source code is governed by a BSD-style license
25 uint8_t code; // value (0..15) or escape code (16,17,18) member in struct:__anon26176
32 uint8_t* code_lengths; // Code lengths of the symbols.
51 // huffman code tree.
  /external/zlib/src/contrib/infback9/
inftree9.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon27226
35 01000000 - invalid code
    [all...]

Completed in 2041 milliseconds

1 2 3 4 5 67 8 91011>>