HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 851 - 875 of 1048) sorted by null

<<31323334353637383940>>

  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 17 package com.android.dx.dex.code;
20 import com.android.dx.dex.code.form.Form10t;
21 import com.android.dx.dex.code.form.Form10x;
22 import com.android.dx.dex.code.form.Form11n;
23 import com.android.dx.dex.code.form.Form11x;
24 import com.android.dx.dex.code.form.Form12x;
25 import com.android.dx.dex.code.form.Form20t;
26 import com.android.dx.dex.code.form.Form21c;
27 import com.android.dx.dex.code.form.Form21h;
28 import com.android.dx.dex.code.form.Form21s
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 9 * 1. Redistributions of source code must retain the above copyright
393 // the action is not seen until code gen. Can't see $x.text
395 // actions first so code gen logic can use info.
411 String code = codeST.render(); local
412 String found = code.substring(code.indexOf("###")+3,code.indexOf("!!!"));
655 String code = codeST.render(); local
656 String found = code.substring(code.indexOf("###")+3,code.indexOf("!!!"))
699 String code = codeST.render(); local
725 String code = codeST.render(); local
1531 String code = codeST.render(); local
1601 String code = codeST.render(); local
1625 String code = codeST.render(); local
1685 String code = codeST.render(); local
1991 String code = codeST.render(); local
2015 String code = codeST.render(); local
2040 String code = codeST.render(); local
2905 String code = codeST.render(); local
3002 String code = codeST.render(); local
3035 String code = codeST.render(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 479 short code = fFilter.acceptNode(node); local
480 switch (code) {
820 short code = fFilter.acceptNode(attr); local
821 switch (code) {
    [all...]
  /external/bzip2/
bzlib_private.h 260 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon6370
411 /* save area for scalars in the main decompress code */
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 2 // Use of this source code is governed by a BSD-style license that can be
283 // If code is an uppercase letter, assign a SHIFT key to eventDown.modifier.
1228 int code = 0; local
    [all...]
  /external/chromium_org/courgette/
adjustment_method_2.cc 2 // Use of this source code is governed by a BSD-style license that can be
133 In the code below the shingles are bigger (Shingle::kWidth = 5).
653 int code = -1; local
663 code = info->label_->index_;
664 assigned_indexes_[i] = code;
674 hash = hash_combine(hash, code);
677 assigned_indexes_[i] = code;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
InspectorBackend.js 8 * * Redistributions of source code must retain the above copyright
189 var code = InspectorBackendClass._generateCommands(schema);
190 eval(code);
570 var error = { message: "Connection is closed", code: InspectorBackendClass._DevToolsErrorCode, data: null}; property
838 if (messageObject.error && messageObject.error.code !== InspectorBackendClass._DevToolsErrorCode && !InspectorBackendClass.Options.suppressRequestErrors && !this._suppressErrorLogging)
  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc 125 // Not UTF8, emit a special symbol above the UTF8-code space
235 const EntropyCode<kSize>& code, int alphabet_size,
237 const uint8_t *depth = &code.depth_[0];
241 for (k = 0; k < code.count_; ++k) {
242 symbols[k] = code.symbols_[k];
244 for (k = 0; k < code.count_; ++k) {
245 for (j = k + 1; j < code.count_; ++j) {
255 WriteBits(2, code.count_ - 1, storage_ix, storage);
256 for (int i = 0; i < code.count_; ++i) {
259 if (code.count_ == 4)
365 int code = cmd.command_prefix_; local
385 int code = cmd.distance_prefix_; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 53 /* code, and it gets used during development builds only. */
3376 FT_UInt32 code = (FT_UInt32)charcode; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 240 // Code
287 * Unfortunately, we have to convert the UChar* currency code to char*
317 // code.]
329 UErrorCode ec2 = U_ZERO_ERROR; // local error code: soft failure
756 // If we fail to find a match, use the ISO 4217 code
832 // If we fail to find a match, use the ISO 4217 code
934 ++(*total_currency_symbol_count); // iso code
1007 char* iso = NULL; // currency ISO code
2635 int32_t code = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 385 break; /* done with code points, got a string or -1 */
1588 uint32_t code; member in struct:__anon16882
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 8 * 1. Redistributions of source code must retain the above copyright notice,
137 int code = 0; local
141 code = error_attr->code();
144 return code;
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 3 // Use of this source code is governed by a BSD-style license
33 // Five Huffman codes are used at each meta code:
151 // Decodes the next Huffman code from bit-stream.
249 if (simple_code) { // Read symbols, codes & code lengths directly.
254 // The first code is either 1 bit or 8 bit code.
258 // The second code (if present), is always 8 bit long.
266 } else { // Decode Huffman-coded code lengths.
755 int code; local
761 code = ReadSymbol(&htree_group->htrees_[GREEN], br)
845 int code; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 3 // Use of this source code is governed by a BSD-style license
390 // Mostly used to reduce code size + readability
453 // gcc-4.9 on ARM generates incorrect code in Select() when Sub3() is inlined.
1447 uint32_t code = 0xff000000; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 3 // Use of this source code is governed by a BSD-style license
302 const int ix = tokens[i].code;
340 ++histogram[tokens[i].code];
355 const int ix = tokens[i].code;
402 // bits: small tree marker: 1, count-1: 0, large 8-bit code: 0, code: 0
408 VP8LWriteBits(bw, 1, 0); // Code bit for small (1 bit) symbol value.
423 const HuffmanTreeCode* const code,
425 const int depth = code->code_lengths[code_index];
426 const int symbol = code->codes[code_index]
447 const int code = PixOrCopyCacheIdx(v); local
454 const int code = PixOrCopyLiteral(v, order[k]); local
459 int code, distance; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 255 * @code: the error number
262 __xmlIOErr(int domain, int code, const char *extra)
266 if (code == 0) {
268 if (errno == 0) code = 0;
270 else if (errno == EACCES) code = XML_IO_EACCES;
273 else if (errno == EAGAIN) code = XML_IO_EAGAIN;
276 else if (errno == EBADF) code = XML_IO_EBADF;
279 else if (errno == EBADMSG) code = XML_IO_EBADMSG;
282 else if (errno == EBUSY) code = XML_IO_EBUSY;
285 else if (errno == ECANCELED) code = XML_IO_ECANCELED
3688 int code; local
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.h 470 Instruction *code; member in struct:Proto
  /external/chromium_org/third_party/sqlite/src/src/
build.c 4 ** The author disclaims copyright to this source code. In place of
12 ** This file contains C code routines that are called by the SQLite parser
55 ** code to make the lock occur is generated by a later call to
95 ** Code an OP_TableLock instruction for each table locked by the
124 ** no VDBE code was generated.
135 /* Begin by generating some termination code at the end of the
146 ** set for each database that is used. Generate code to start a
186 /* Finally, jump back to the beginning of the executable code. */
220 ** Run the parser and code generator recursively in order to generate
221 ** code for the SQL statement given onto the end of the pParse contex
776 int code; local
2020 int code; local
2935 int code = SQLITE_DROP_INDEX; local
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 2 // Use of this source code is governed by a BSD-style license that can be
11 #include "src/code-stubs.h"
111 // Update the static counter each time a new code stub is generated.
188 // If we reach this code, 31 <= exponent <= 83.
349 // x < x is false regardless. For the others here is some code to check
516 // Both are heap numbers. Load them up then jump to the code we have
609 // NOTICE! This code is only reached after a smi-fast-case check, so
622 // One operand is a smi. EmitSmiNonsmiComparison generates code that can:
670 // or load both doubles into r0, r1, r2, r3 and jump to the code that handles
782 // This can only happen if the stub is called from non-optimized code
3639 intptr_t code = local
    [all...]
  /external/chromium_org/v8/src/
assembler.cc 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
688 RelocIterator::RelocIterator(Code* code, int mode_mask) {
689 rinfo_.host_ = code;
690 rinfo_.pc_ = code->instruction_start();
693 pos_ = code->relocation_start() + code->relocation_size();
694 end_ = code->relocation_start();
699 byte* sequence = code->FindCodeAgeSequence()
808 Code* code = Code::GetCodeFromTargetAddress(target_address()); local
848 Code* code = Code::GetCodeFromTargetAddress(addr); local
    [all...]
builtins.cc 2 // Use of this source code is governed by a BSD-style license that can be
139 // code below.
153 // changes this code has to be changed as well.
1566 Handle<Code> code = local
    [all...]
code-stubs-hydrogen.cc 2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/code-stubs.h"
83 // BuildCheckAndInstallOptimizedCode emits code to install the optimized
84 // function found in the optimized code map at map_index in js_function, if
115 // Update the static counter each time a new code stub is generated.
222 Handle<Code> HydrogenCodeStub::GenerateLightweightMissCode(
226 // Generate the new code.
230 // Update the static counter each time a new code stub is generated.
233 // Generate the code for the stub.
239 // Create the code object
275 Handle<Code> code = chunk->Codegen(); local
    [all...]
compiler.h 2 // Use of this source code is governed by a BSD-style license that can be
66 // of the compiled code produced by a compilation.
108 Handle<Code> code() const { return code_; } function in class:v8::internal::CompilationInfo
127 Handle<Code> unoptimized_code() const { return unoptimized_code_; }
131 Code::Flags flags() const;
236 void SetCode(Handle<Code> code) { code_ = code; }
279 void SetOptimizing(BailoutId osr_ast_id, Handle<Code> unoptimized)
    [all...]
frames.cc 2 // Use of this source code is governed by a BSD-style license that can be
82 // frame code that computes the caller state to access the top
357 Code* StackFrame::GetSafepointData(Isolate* isolate,
364 entry->safepoint_entry = entry->code->GetSafepointEntry(inner_pointer);
368 entry->code->GetSafepointEntry(inner_pointer)));
371 // Fill in the results and return the code.
372 Code* code = entry->code; local
374 *stack_slots = code->stack_slots()
396 Object* code = holder; local
624 Code* code = StackFrame::GetSafepointData( local
1007 Code* code = function->shared()->code(); local
1039 Code* code = opt_function->code(); local
1146 Object* code = Memory::Object_at(fp() + offset); local
1168 Code* code = NULL; local
1462 Code* code = reinterpret_cast<Code*>(object); local
1558 Code* code = Code::cast(array->get(offset + 1)); local
    [all...]
full-codegen.cc 2 // Use of this source code is governed by a BSD-style license that can be
7 #include "src/code-factory.h"
330 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION);
331 Handle<Code> code = CodeGenerator::MakeCodeEpilogue(&masm, flags, info); local
332 code->set_optimizable(info->IsOptimizable() &&
335 cgen.PopulateDeoptimizationData(code);
336 cgen.PopulateTypeFeedbackInfo(code);
1568 Handle<Code> code = Handle<Code>(fun->shared()->code()); local
    [all...]

Completed in 1786 milliseconds

<<31323334353637383940>>