HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1001 - 1025 of 19832) sorted by null

<<41424344454647484950>>

  /dalvik/dx/src/com/android/dx/dex/code/form/
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 */
Form3rc.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 3rc}. See the instruction format spec
34 /** {@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 */
  /development/samples/ShortcutSample/
Android.mk 29 LOCAL_AAPT_FLAGS += --version-code 10
51 LOCAL_AAPT_FLAGS += --version-code 11
73 LOCAL_AAPT_FLAGS += --version-code 12
95 LOCAL_AAPT_FLAGS += --version-code 11
118 LOCAL_AAPT_FLAGS += --version-code 12
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Attribute.java 9 * 1. Redistributions of source code must retain the above copyright
33 * A non standard class, field, method or code attribute.
75 * Returns <tt>true</tt> if this type of attribute is a code attribute.
77 * @return <tt>true</tt> if this type of attribute is a code attribute.
87 * this attribute is not a code attribute that contains labels.
109 * @param codeOff index of the first byte of code's attribute content in
111 * not a code attribute. The 6 attribute header bytes, containing the
114 * @param labels the labels of the method's code, or <tt>null</tt> if the
115 * attribute to be read is not a code attribute.
139 * @param code the bytecode of the method corresponding to this cod
    [all...]
  /external/eigen/blas/
level2_real_impl.h 6 // This Source Code Form is subject to the terms of the Mozilla
52 int code = UPLO(*uplo); local
53 if(code>=2 || func[code]==0)
56 func[code](*n, a, *lda, actual_x, actual_y, alpha);
93 int code = UPLO(*uplo); local
94 if(code>=2 || func[code]==0)
97 func[code](*n, c, *ldc, x_cpy, x_cpy, alpha);
135 int code = UPLO(*uplo) local
212 int code = UPLO(*uplo); local
259 int code = UPLO(*uplo); local
    [all...]
  /external/elfutils/libdw/
dwarf_child.c 37 /* Some arbitrary value not conflicting with any existing code. */
148 const unsigned char *code = addr; local
152 if (unlikely (code >= endp)) /* Truncated section. */
154 if (unlikely (*code == 0x80))
155 ++code;
159 if (unlikely (*code == '\0'))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 45 public String get(ULocale locale, String code, Object context);
110 public String get(ULocale loc, String code, Object context) {
111 return ULocale.getDisplayLanguage(code, loc);
116 public String get(ULocale loc, String code, Object context) {
118 return ULocale.getDisplayScript("en_"+code, loc);
123 public String get(ULocale loc, String code, Object context) {
125 return ULocale.getDisplayCountry("en_"+code, loc);
130 public String get(ULocale loc, String code, Object context) {
131 Currency s = Currency.getInstance(code);
141 public String get(ULocale loc, String code, Object context)
384 String code = codes[j]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 42 public String get(ULocale locale, String code, Object context);
107 public String get(ULocale loc, String code, Object context) {
108 return ULocale.getDisplayLanguage(code, loc);
113 public String get(ULocale loc, String code, Object context) {
115 return ULocale.getDisplayScript("en_"+code, loc);
120 public String get(ULocale loc, String code, Object context) {
122 return ULocale.getDisplayCountry("en_"+code, loc);
127 public String get(ULocale loc, String code, Object context) {
128 Currency s = Currency.getInstance(code);
138 public String get(ULocale loc, String code, Object context)
381 String code = codes[j]; local
    [all...]
  /external/libxaac/decoder/drc_src/
impd_drc_tables.c 68 delta_time_code_tbl_item[0].code = -1;
72 delta_time_code_tbl_item[1].code = 0x0;
76 delta_time_code_tbl_item[n + 2].code = 0x4 + n;
81 delta_time_code_tbl_item[n + 6].code = 0x10 + n;
88 delta_time_code_tbl_item[n + 14].code = (0x3 << Z) + n;
  /external/oauth/core/src/main/java/net/oauth/
OAuthProblemException.java 94 Object code = getParameters().get(HttpResponseMessage.STATUS_CODE); local
95 if (code == null) {
97 } else if (code instanceof Number) { // the usual case
98 return ((Number) code).intValue();
100 return Integer.parseInt(code.toString());
  /external/syslinux/com32/gplinclude/dmi/
dmi_processor.h 109 const char *dmi_processor_type(uint8_t code);
110 const char *dmi_processor_family(uint8_t code, char *manufacturer);
111 const char *dmi_processor_status(uint8_t code);
112 const char *dmi_processor_upgrade(uint8_t code);
113 void dmi_processor_cache(uint16_t code, const char *level, uint16_t ver,
  /external/zopfli/src/zopfli/
tree.c 35 unsigned code; local
41 /* 1) Count the number of codes for each code length. Let bl_count[N] be the
50 /* 2) Find the numerical value of the smallest code for each code length. */
51 code = 0;
54 code = (code + bl_count[bits-1]) << 1;
55 next_code[bits] = code;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voicefac.c 32 Word16 code[], /* (i) Q9 : Fixed codebook excitation */
33 Word16 gain_code, /* (i) Q0 : gain of code */
53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2));
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
  /frameworks/native/libs/gui/
IConsumerListener.cpp 79 status_t BnConsumerListener::onTransact(uint32_t code, const Parcel& data, Parcel* reply,
81 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) {
82 return BBinder::onTransact(code, data, reply, flags);
84 auto tag = static_cast<Tag>(code);
  /hardware/interfaces/wifi/1.1/vts/functional/
wifi_chip_hidl_test.cpp 62 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_caps.first.code);
77 EXPECT_EQ(WifiStatusCode::SUCCESS, status.code);
79 EXPECT_EQ(WifiStatusCode::ERROR_NOT_SUPPORTED, status.code);
91 EXPECT_EQ(WifiStatusCode::SUCCESS, status.code);
93 EXPECT_EQ(WifiStatusCode::ERROR_NOT_SUPPORTED, status.code);
  /hardware/interfaces/wifi/1.2/vts/functional/
wifi_sta_iface_hidl_test.cpp 50 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_caps.first.code);
60 * code.
66 HIDL_INVOKE(wifi_sta_iface_, setMacAddress, kMac).code);
88 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_caps.first.code);
102 HIDL_INVOKE(wifi_sta_iface_, installApfPacketFilter, kCmd, data).code,
106 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_data.first.code);
  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher_s390x.go 2 // Use of this source code is governed by a BSD-style
12 type code int type
16 aes128 code = 18
22 function code // code for cipher message instruction
28 // the given function code. This is equivalent to AES in ECB
31 func cryptBlocks(c code, key, dst, src *byte, length int)
40 var function code
78 // The decrypt function code is equal to the function code + 128
    [all...]
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_s390x.go 2 // Use of this source code is governed by a BSD-style
12 type code int type
16 aes128 code = 18
22 function code // code for cipher message instruction
28 // the given function code. This is equivalent to AES in ECB
31 func cryptBlocks(c code, key, dst, src *byte, length int)
40 var function code
78 // The decrypt function code is equal to the function code + 128
    [all...]
  /system/bt/service/
logging_helpers.cc 22 #define CASE_RETURN_TEXT(code) \
23 case code: \
24 return #code
62 return "unknown state code";
71 return "unknown discovery state code";
100 return "unknown status code";
130 return "unknown state code";
134 const char* BtAclText(const bt_acl_state_t code) {
135 switch (code) {
139 return "unknown ACL code";
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips32.s 47 wait 0 # disassembles without code
51 # as a 20-bit code, placing it in the opcode differently to
55 break 0 # disassembles without code
57 break 0x48,0x345 # this still specifies a 20-bit code
62 sdbbp 0 # disassembles without code
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 36 int code; local
44 conv_descriptor, &fd, &code, &str, &len)) {
52 ret = fcntl(fd, code, buf);
66 conv_descriptor, &fd, &code, &arg)) {
70 ret = fcntl(fd, code, arg);
90 corresponding to the return value of the fcntl call in the C code.");
101 format for the 'code' parameter because Python turns 0x8000000
113 unsigned int code; local
122 conv_descriptor, &fd, &code,
150 ret = ioctl(fd, code, arg);
252 int code; local
310 int fd, code, ret, whence = 0; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 19 // * Redistribution's of source code must retain the above copyright notice,
258 int code = m_strm.GetWord(); local
259 int len = code & 255;
260 code >>= 8;
267 clr[0] = m_palette[code >> 4];
268 clr[1] = m_palette[code & 15];
269 gray_clr[0] = gray_palette[code >> 4];
270 gray_clr[1] = gray_palette[code & 15];
284 else if( code > 2 ) // absolute mode
286 if( data + code*nch > line_end ) goto decode_rle4_bad
347 int code = m_strm.GetWord(); local
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 36 int code; local
44 conv_descriptor, &fd, &code, &str, &len)) {
52 ret = fcntl(fd, code, buf);
66 conv_descriptor, &fd, &code, &arg)) {
70 ret = fcntl(fd, code, arg);
91 corresponding to the return value of the fcntl call in the C code.");
102 format for the 'code' parameter because Python turns 0x8000000
114 unsigned int code; local
123 conv_descriptor, &fd, &code,
151 ret = ioctl(fd, code, arg)
254 int code; local
312 int fd, code, ret, whence = 0; local
    [all...]

Completed in 1303 milliseconds

<<41424344454647484950>>