| /frameworks/native/libs/binder/include/binder/ |
| IAppOpsService.h | 35 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) = 0; 36 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) = 0; 37 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, 39 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, 70 virtual status_t onTransact( uint32_t code,
|
| /frameworks/native/libs/gui/ |
| IDisplayEventConnection.cpp | 64 status_t BnDisplayEventConnection::onTransact(uint32_t code, const Parcel& data, Parcel* reply, 66 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) { 67 return BBinder::onTransact(code, data, reply, flags); 69 auto tag = static_cast<Tag>(code);
|
| /prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
| swigtypemaps.swg | 128 #define SWIG_DirOutFail(code, msg) Swig::DirectorTypeMismatchException::raise(SWIG_ErrorType(code), msg) 138 #define %default_code(code) SWIG_ArgError(code) 139 #define %argument_fail(code, type, name, argn) SWIG_exception_fail(%default_code(code), %argfail_fmt(type, name, argn)) 141 #define %variable_fail(code, type, name) SWIG_exception_fail(%default_code(code), %varfail_fmt(type, name)) 145 #define %dirout_fail(code, type) SWIG_DirOutFail(%default_code(code), %outfail_fmt(type) [all...] |
| /toolchain/binutils/binutils-2.27/gold/testsuite/ |
| arm_thm_jump11.s | 12 .code 16 23 .code 32 31 .code 16 39 .code 16 52 .code 16
|
| arm_thm_jump8.s | 12 .code 16 23 .code 32 31 .code 16 39 .code 16 52 .code 16
|
| thumb_bl_in_range.s | 11 .code 16 22 .code 32 30 .code 16 38 .code 16 51 .code 16
|
| /frameworks/base/obex/javax/obex/ |
| ServerSession.java | 11 * - Redistributions of source code must retain the above copyright notice, 157 * create a <code>HeaderSet</code> object to pass to the 158 * <code>ServerRequestHandler</code> object. After the handler processes the 164 int code = ResponseCodes.OBEX_HTTP_OK; local 171 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; 176 code = mListener.onAbort(request, reply); 177 Log.v(TAG, "onAbort request handler return value- " + code); 178 code = validateResponseCode(code) 303 int code = -1; local 425 int code = ResponseCodes.OBEX_HTTP_OK; local 537 int code = -1; local [all...] |
| /external/boringssl/src/crypto/cipher_extra/asm/ |
| chacha20_poly1305_x86_64.pl | 39 $code.=<<___; 102 $code.="movdqa $t, $tmp_store\n" if ($dir =~ /store/); 103 $code.="paddd $b, $a 121 $code.="palignr \$4, $b, $b 124 $code.="palignr \$12, $b, $b 127 $code.="movdqa $tmp_store, $t\n" if ($dir =~ /load/); 132 $code.="add $src, $acc0 138 $code.="mov 0+$r_store, %rax 151 $code.="mov 8+$r_store, %rax 164 $code.="imulq $acc2, $t [all...] |
| /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
| DexMakerTest.java | 102 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 103 Local<Long> localA = code.getParameter(0, TypeId.LONG); 104 Local<Boolean> localB = code.getParameter(1, TypeId.BOOLEAN); 107 Local<Constructable> localResult = code.newLocal(constructable); 108 code.newInstance(localResult, constructor, localA, localB); 109 code.returnValue(localResult); 132 Code code = dexMaker.declare(methodId, PUBLIC); local 133 code.returnVoid() 152 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 172 Code code = dexMaker.declare(methodId, PUBLIC); local 199 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 238 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 295 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 320 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 339 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 360 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 379 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 458 Code code = dexMaker.declare(constructor, PUBLIC); local 495 Code code = dexMaker.declare(GENERATED.getMethod(returnType, "call"), PUBLIC | STATIC); local 555 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 619 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 757 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 788 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 830 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 990 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1075 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1159 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1186 Code code = dexMaker.declare(clinit, Modifier.STATIC); local 1244 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1270 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1297 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1343 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1389 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1433 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1479 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1556 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1603 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1625 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1684 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1702 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1753 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1796 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1844 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 1864 Code code = dexMaker.declare(methodId, PUBLIC | SYNCHRONIZED); local 1896 Code code = dexMaker.declare(methodId, PUBLIC); local 1924 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); local 2000 Code code = dexMaker.declare(GENERATED.getConstructor(), PUBLIC); local [all...] |
| /toolchain/binutils/binutils-2.27/bfd/ |
| elf32-ip2k.c | 51 #define IS_PAGE_OPCODE(code) \ 52 ip2k_is_opcode (code, ip2k_page_opcode) 60 #define IS_JMP_OPCODE(code) \ 61 ip2k_is_opcode (code, ip2k_jmp_opcode) 69 #define IS_SNC_OPCODE(code) \ 70 ip2k_is_opcode (code, ip2k_snc_opcode) 78 #define IS_INC_1SP_OPCODE(code) \ 79 ip2k_is_opcode (code, ip2k_inc_1sp_opcode) 87 #define IS_ADD_2SP_W_OPCODE(code) \ 88 ip2k_is_opcode (code, ip2k_add_2sp_w_opcode 348 bfd_byte code[4]; local 428 bfd_byte code[16]; local 500 bfd_byte code[2]; local 837 bfd_byte code[4]; local 908 bfd_byte code[12]; local [all...] |
| /frameworks/native/libs/binder/ |
| IAppOpsService.cpp | 39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) { 42 data.writeInt32(code); 51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) { 54 data.writeInt32(code); 63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, 68 data.writeInt32(code); 78 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, 83 data.writeInt32(code); 133 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 136 switch(code) { 139 int32_t code = data.readInt32(); local 149 int32_t code = data.readInt32(); local 160 int32_t code = data.readInt32(); local 172 int32_t code = data.readInt32(); local [all...] |
| /hardware/interfaces/wifi/1.0/vts/functional/ |
| wifi_sta_iface_hidl_test.cpp | 56 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_caps.first.code); 78 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_caps.first.code); 88 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_type.first.code); 104 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_caps.first.code); 120 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_caps.first.code); 130 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_freqs.first.code); 137 * will return a success status code. 149 .code); 152 HIDL_INVOKE(wifi_sta_iface_, getLinkLayerStats).first.code); 156 HIDL_INVOKE(wifi_sta_iface_, disableLinkLayerStatsCollection).code); [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
| SpacingAndPunctuations.java | 47 // To be able to binary search the code point. See {@link #isUsuallyPrecededBySpace(int)}. 50 // To be able to binary search the code point. See {@link #isUsuallyFollowedBySpace(int)}. 55 // To be able to binary search the code point. See {@link #isWordConnector(int)}. 95 public boolean isWordSeparator(final int code) { 96 return Arrays.binarySearch(mSortedWordSeparators, code) >= 0; 99 public boolean isWordConnector(final int code) { 100 return Arrays.binarySearch(mSortedWordConnectors, code) >= 0; 103 public boolean isWordCodePoint(final int code) { 104 return Character.isLetter(code) || isWordConnector(code); [all...] |
| /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
| LexicalPreservingPrinterTest.java | 61 String code = "class A {int i;}"; local 62 considerCode(code); 73 String code = "class A {int i;}"; local 74 considerCode(code); 86 String code = "class A {void foo(int p1, float p2) { }}"; local 87 considerCode(code); 98 String code = "class A {void foo(int p1, float p2) { }}"; local 99 considerCode(code); 111 String code = "class A {void foo(int p1, float p2) { }}"; local 112 considerCode(code); 125 String code = "import a.b.c.D;"; local 136 String code = "class A {ParseResult<T> result;}"; local 149 String code = "public @interface ClassPreamble { String author(); }"; local 160 String code = "public @interface ClassPreamble { String author(); }"; local 172 String code = "public @interface ClassPreamble { String[] author(); }"; local 184 String code = "public @interface ClassPreamble { String[] author(); }"; local 253 String code = "class A {}"; local 261 String code = "class A {}"; local 271 String code = "class A {}"; local 279 String code = "class \/*a comment*\/ A {\\t\\t"+EOL+" int f;"+EOL+EOL+EOL+" void foo(int p ) { return 'z' \\t; }}"; local 289 String code = "class \/*a comment*\/ A {\\t\\t"+EOL+" int f;"+EOL+EOL+EOL+" void foo(int p ) { return 'z' \\t; }}"; local 301 String code = "class A { void foo() {} }"; local 311 String code = "class A { void foo(char p1) {} }"; local 321 String code = "class A { void foo(float p1) {} }"; local 331 String code = "class A { void foo(char p1, int p2) {} }"; local 341 String code = "class A { void foo(char p1, int p2) {} }"; local 351 String code = "class A { void foo(char p1, int p2) {} }"; local 367 String code = "import a.b.c.D;"; local 376 String code = "import com.github.javaparser.ast.CompilationUnit;"; local 385 String code = "import static com.github.javaparser.ParseStart.*;"; local 394 String code = "class A { private final Stack<Iterator<Triple>> its = new Stack<Iterator<Triple>>(); }"; local 401 String code = "class A {{try { doit(); } catch (Exception e) {}}}"; local 409 String code = "class A {{try { doit(); } catch (Exception | AssertionError e) {}}}"; local 417 String code = "class A {{try { doit(); } catch (Exception e) {}}}"; local 429 String code = "class A {{try { doit(); } catch (Exception | AssertionError e) {}}}"; local 441 String code = "class A {{try { doit(); } catch (Exception | AssertionError e) {}}}"; local 453 String code = "class A {Function<String,String> f = a -> a;}"; local 491 String code = "class A {" + EOL + local 504 String code = "class A {" + EOL local 516 String code = "public class TestPage extends Page {" + EOL + local 783 String code = "public class TestPage extends Page {" + EOL + local 822 String code = "public class TestPage extends Page {" + EOL + local 862 String code = "public class TestPage extends Page {" + EOL + local 898 String code = "public class TestPage extends Page {" + EOL + local 926 String code = "public class TestPage extends Page {" + EOL + local 951 String code = "class A {" + EOL local 962 String code = "public final class A {}"; local 976 String code = "public abstract class A {}"; local 989 String code = "public class Foo {" + EOL + EOL local 1017 String code = "class A {" + EOL + local 1039 String code = "class A {" + EOL + local [all...] |
| /art/compiler/linker/mips/ |
| relative_patcher_mips.h | 36 void PatchCall(std::vector<uint8_t>* code, 40 void PatchPcRelativeReference(std::vector<uint8_t>* code, 44 void PatchBakerReadBarrierBranch(std::vector<uint8_t>* code,
|
| /art/compiler/linker/mips64/ |
| relative_patcher_mips64.h | 34 void PatchCall(std::vector<uint8_t>* code, 38 void PatchPcRelativeReference(std::vector<uint8_t>* code, 42 void PatchBakerReadBarrierBranch(std::vector<uint8_t>* code,
|
| /art/compiler/linker/x86/ |
| relative_patcher_x86_base.cc | 44 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, 48 DCHECK_LE(literal_offset + 4u, code->size()); 54 reinterpret_cast<unaligned_int32_t*>(&(*code)[literal_offset])[0] = displacement;
|
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| FixedSizeInsn.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpecList; 20 import com.android.dexgen.rop.code.SourcePosition; 24 * Base class for instructions which are of a fixed code size and which use {@link InsnFormat} methods to write themselves. This 30 * unknown ({@code -1}). 33 * absolutely no registers (e.g., a {@code nop} or a 39 * @param position {@code non-null;} source position 40 * @param registers {@code non-null;} register list, including a
|
| OddSpacer.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpecList; 20 import com.android.dexgen.rop.code.SourcePosition; 24 * Pseudo-instruction which either turns into a {@code nop} or 32 * unknown ({@code -1}). 34 * @param position {@code non-null;} source position
|
| /dalvik/dx/src/com/android/dx/dex/code/ |
| FixedSizeInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 24 * Base class for instructions which are of a fixed code size and 31 * unknown ({@code -1}). 34 * absolutely no registers (e.g., a {@code nop} or a 40 * @param position {@code non-null;} source position 41 * @param registers {@code non-null;} register list, including a
|
| OddSpacer.java | 17 package com.android.dx.dex.code; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 25 * Pseudo-instruction which either turns into a {@code nop} or 33 * unknown ({@code -1}). 35 * @param position {@code non-null;} source position
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
| ISO10126d2Padding.java | 51 byte code = (byte)(in.length - inOff); 59 in[inOff] = code; 61 return code;
|
| PKCS7Padding.java | 42 byte code = (byte)(in.length - inOff); 46 in[inOff] = code; 50 return code;
|
| X923Padding.java | 45 byte code = (byte)(in.length - inOff); 60 in[inOff] = code; 62 return code;
|
| /external/brotli/c/enc/ |
| prefix.h | 22 /* Here distance_code is an intermediate code, i.e. one of the special codes or 27 uint16_t* code, 30 *code = (uint16_t)distance_code; 42 *code = (uint16_t)(
|