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

1 2 3 4 5 6 7 891011>>

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form22t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 22t}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form22x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 22x}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form23x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 23x}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form31i.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 31i}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
Form31t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 31t}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form32x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 32x}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form51l.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
30 * Instruction format {@code 51l}. See the instruction format spec
34 /** {@code non-null;} unique instance of this class */
  /dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java 17 package com.android.dx.rop.code;
28 /** {@code non-null;} standard instance of this class */
112 * @param sources {@code non-null;} list of SSA registers
113 * @return {@code >= 0;} rop-form width in register units
FillArrayDataInsn.java 17 package com.android.dx.rop.code;
44 * @param opcode {@code non-null;} the opcode
45 * @param position {@code non-null;} source position
46 * @param sources {@code non-null;} specs for all the sources
47 * @param initValues {@code non-null;} list of initial values to fill the array
48 * @param cst {@code non-null;} type of the new array
73 * @return {@code non-null;} list of init values
81 * @return {@code non-null;} array type
InsnList.java 17 package com.android.dx.rop.code;
27 * Constructs an instance. All indices initially contain {@code null}.
38 * do that, this will throw {@code NullPointerException}.
40 * @param n {@code >= 0, < size();} which index
41 * @return {@code non-null;} element at that index
50 * @param n {@code >= 0, < size();} which index
51 * @param insn {@code non-null;} the instruction to set at {@code n}
59 * {@code get(size() - 1)}.
61 * @return {@code non-null;} the last instructio
    [all...]
LocalItem.java 17 package com.android.dx.rop.code;
25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
38 * @return {@code non-null;} appropriate instance.
51 * @param name {@code null-ok;} local variable name
52 * @param signature {@code null-ok;} local variable signature
129 * @return {@code null-ok;} name
138 * @return {@code null-ok;} signatur
    [all...]
SwitchInsn.java 17 package com.android.dx.rop.code;
29 /** {@code non-null;} list of switch cases */
35 * @param opcode {@code non-null;} the opcode
36 * @param position {@code non-null;} source position
37 * @param result {@code null-ok;} spec for the result, if any
38 * @param sources {@code non-null;} specs for all the sources
39 * @param cases {@code non-null;} list of switch cases
93 * never encounters {@code SwitchInsn}s
114 * @return {@code non-null;} the case list
ThrowingCstInsn.java 17 package com.android.dx.rop.code;
30 /** {@code non-null;} list of exceptions caught */
36 * @param opcode {@code non-null;} the opcode
37 * @param position {@code non-null;} source position
38 * @param sources {@code non-null;} specs for all the sources
39 * @param catches {@code non-null;} list of exceptions caught
40 * @param cst {@code non-null;} the constant
ThrowingInsn.java 17 package com.android.dx.rop.code;
23 * Instruction which possibly throws. The {@code successors} list in the
30 /** {@code non-null;} list of exceptions caught */
37 * @param catches {@code non-null;} the catches list
38 * @return {@code non-null;} the string form
57 * @param opcode {@code non-null;} the opcode
58 * @param position {@code non-null;} source position
59 * @param sources {@code non-null;} specs for all the sources
60 * @param catches {@code non-null;} list of exceptions caught
  /external/chromium_org/base/
native_library.h 2 // Use of this source code is governed by a BSD-style license that can be
56 NativeLibraryLoadError() : code(0) {}
63 DWORD code; member in struct:base::NativeLibraryLoadError
  /external/chromium_org/content/public/test/
test_file_error_injector.h 2 // Use of this source code is governed by a BSD-style license that can be
64 FileOperationCode code; // Operation to affect. member in struct:content::TestFileErrorInjector::FileErrorInfo
65 int operation_instance; // 0-based count of operation calls, for each code.
107 static std::string DebugString(FileOperationCode code);
  /external/chromium_org/content/test/
mock_keyboard_driver_win.cc 2 // Use of this source code is governed by a BSD-style license that can be
59 // driver for mapping a virtual key-code to a Unicode character.
155 // Retrieve Unicode characters composed from the input key-code and
158 wchar_t code[16]; local
160 &keyboard_states_[0], &code[0], arraysize(code), 0,
163 output->assign(code);
  /external/chromium_org/net/spdy/
hpack_input_stream_test.cc 2 // Use of this source code is governed by a BSD-style license that can be
30 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); local
31 EXPECT_TRUE(huffman_table_.Initialize(&code[0], code.size()));
  /external/chromium_org/net/test/embedded_test_server/
http_response.h 2 // Use of this source code is governed by a BSD-style license that can be
37 // The response code.
38 HttpStatusCode code() const { return code_; } function in class:net::test_server::BasicHttpResponse
39 void set_code(HttpStatusCode code) { code_ = code; }
  /external/chromium_org/sandbox/win/src/
filesystem_interception.cc 2 // Use of this source code is governed by a BSD-style license that can be
69 ResultCode code = CrossCall(ipc, IPC_NTCREATEFILE_TAG, name, attributes, local
72 if (SBOX_ALL_OK != code)
138 ResultCode code = CrossCall(ipc, IPC_NTOPENFILE_TAG, name, attributes, local
140 if (SBOX_ALL_OK != code)
203 ResultCode code = CrossCall(ipc, IPC_NTQUERYATTRIBUTESFILE_TAG, name, local
208 if (SBOX_ALL_OK != code)
264 ResultCode code = CrossCall(ipc, IPC_NTQUERYFULLATTRIBUTESFILE_TAG, name, local
269 if (SBOX_ALL_OK != code)
339 // really helps to simplify the code
344 ResultCode code = CrossCall(ipc, IPC_NTSETINFO_RENAME_TAG, file, local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ScriptRunnerTest.cpp 2 // Use of this source code is governed by a BSD-style license that can be
26 // test and use it in code(), fielname() and url().
40 WTF::String code() const function in class:blink::__anon15534::V8ScriptRunnerTest
43 // - Add counter to trick V8 code cache.
67 v8String(isolate(), code()), filename(), WTF::TextPosition(),
139 // FIXME: Code caching is presently still disabled.
140 // Enable EXPECT when code caching lands.
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaKeyError.h 7 * 1. Redistributions of source code must retain the above copyright
47 typedef unsigned short Code;
49 static PassRefPtrWillBeRawPtr<MediaKeyError> create(Code code, unsigned long systemCode = 0)
51 return adoptRefWillBeNoop(new MediaKeyError(code, systemCode));
54 Code code() const { return m_code; } function in class:blink::FINAL
60 MediaKeyError(Code code, unsigned long systemCode)
61 : m_code(code), m_systemCode(systemCode) {
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.c 41 /* Stores code in table[0], table[step], table[2*step], ..., table[end] */
45 HuffmanCode code) {
48 table[end] = code;
53 of bit lengths for the remaining symbols, len is the code length of the next
71 HuffmanCode code; /* current table entry */ local
73 int len; /* current code length */
75 int key; /* reversed prefix code */
82 int* sorted; /* symbols sorted by code length */
91 /* build histogram of code lengths */
96 /* generate offsets into sorted symbol table by code length *
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1cmap.c 71 FT_UInt code, n; local
75 /* convert character code to Adobe SID string */
76 code = cmap->code_to_sid[char_code];
77 glyph_name = cmap->sid_to_string( code );
  /external/chromium_org/ui/events/ozone/evdev/
key_event_converter_evdev.cc 2 // Use of this source code is governed by a BSD-style license that can be
22 ui::KeyboardCode KeyboardCodeFromButton(unsigned int code) {
154 if (code < arraysize(kLinuxBaseKeyMap))
155 return kLinuxBaseKeyMap[code];
157 LOG(ERROR) << "Unknown key code: " << code;
161 int ModifierFromButton(unsigned int code) {
162 switch (code) {
188 bool IsLockButton(unsigned int code) { return code == KEY_CAPSLOCK;
240 ui::KeyboardCode code = KeyboardCodeFromButton(key); local
    [all...]

Completed in 1312 milliseconds

1 2 3 4 5 6 7 891011>>