HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 401 - 425 of 12738) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/com/android/internal/view/
IInputMethodSession.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
34 void updateExtractedText(int token, in ExtractedText text);
42 void updateCursor(in Rect newCursor);
44 void displayCompletions(in CompletionInfo[] completions);
46 void dispatchKeyEvent(int seq, in KeyEvent event, IInputMethodCallback callback);
48 void dispatchTrackballEvent(int seq, in MotionEvent event, IInputMethodCallback callback);
50 void appPrivateCommand(String action, in Bundle data);
  /frameworks/base/services/java/com/android/server/net/
NetworkIdentitySet.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
40 public NetworkIdentitySet(DataInputStream in) throws IOException {
41 final int version = in.readInt();
42 final int size = in.readInt();
45 final int ignored = in.readInt();
47 final int type = in.readInt();
48 final int subType = in.readInt();
49 final String subscriberId = readOptionalString(in);
52 networkId = readOptionalString(in);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1StringType.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
62 @Override public Object getDecodedObject(BerInputStream in) throws IOException {
63 return new String(in.buffer, in.contentOffset, in.length, Charsets.UTF_8);
88 public Object decode(BerInputStream in) throws IOException {
89 in.readString(this);
91 if (in.isVerify) {
94 return getDecodedObject(in);
    [all...]
ASN1Integer.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
54 * that is represented as byte array in two's-complement notation.
62 public Object decode(BerInputStream in) throws IOException {
63 in.readInteger();
65 if (in.isVerify) {
68 return getDecodedObject(in);
76 public Object getDecodedObject(BerInputStream in) throws IOException {
77 byte[] bytesEncoded = new byte[in.length];
78 System.arraycopy(in.buffer, in.contentOffset, bytesEncoded, 0
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
MD5.cpp 1 // The original file was copied from sqlite, and was in the public domain.
6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above
14 * in the documentation and/or other materials provided with the
23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 * written by Colin Plumb in 1993, no copyright is claimed.
36 * This code is in the public domain; do with it what you wish.
119 // This is the central step in the MD5 algorithm
    [all...]
  /external/linux-tools-perf/util/
pager.c 15 * Work around bug in "less" by not starting it until we
18 fd_set in; local
20 FD_ZERO(&in);
21 FD_SET(0, &in);
22 select(1, &in, NULL, &in, NULL);
74 pager_process.in = -1;
81 dup2(pager_process.in, 1);
83 dup2(pager_process.in, 2);
84 close(pager_process.in);
    [all...]
  /external/openssl/crypto/bf/
bf_skey.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
76 BF_LONG *p,ri,in[2]; local
    [all...]
  /external/webkit/Source/WebCore/editing/
HTMLInterchange.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
53 String convertHTMLTextToInterchangeFormat(const String& in, const Text* node)
57 return in;
63 while (i < in.length()) {
65 if (isCollapsibleWhitespace(in[i]))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/config/
build.py 3 # Redistribution and use in source and binary forms, with or without
8 # 2. Redistributions in binary form must reproduce the above copyright
9 # notice, this list of conditions and the following disclaimer in the
15 # DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR
19 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
20 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40 assert(target_platform in ("mac-leopard", "mac-snowleopard", "win"))
101 (r"\.exp(?:\.in)?$", ["mac"]),
112 # See if the file is in one of the known directories.
113 for directory, platforms in directories
    [all...]
  /frameworks/base/core/java/android/database/
BulkCursorDescriptor.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 public BulkCursorDescriptor createFromParcel(Parcel in) {
34 d.readFromParcel(in);
69 public void readFromParcel(Parcel in) {
70 cursor = BulkCursorNative.asInterface(in.readStrongBinder());
71 columnNames = in.readStringArray();
72 wantsAllOnMoveCalls = in.readInt() != 0;
73 count = in.readInt();
74 if (in.readInt() != 0)
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CdmaCellIdentity.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 * Longitude is a decimal number as specified in 3GPP2 C.S0005-A v6.0.
36 * It is represented in units of 0.25 seconds and ranges from -2592000
42 * Latitude is a decimal number as specified in 3GPP2 C.S0005-A v6.0.
43 * It is represented in units of 0.25 seconds and ranges from -1296000
70 private CdmaCellIdentity(Parcel in) {
71 super(in);
72 mNetworkId = in.readInt();
73 mSystemId = in.readInt()
    [all...]
GsmCellIdentity.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 // 16-bit GSM Cell Identity described in TS 27.007, 0..65535
36 // 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455
38 // 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511
60 private GsmCellIdentity(Parcel in) {
61 super(in);
62 mMcc = in.readInt();
63 mMnc = in.readInt();
64 mLac = in.readInt()
    [all...]
LteCellIdentity.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
59 private LteCellIdentity(Parcel in) {
60 super(in);
61 mMcc = in.readInt();
62 mMnc = in.readInt();
63 mCi = in.readInt();
64 mPci = in.readInt();
65 mTac = in.readInt();
133 public LteCellIdentity createFromParcel(Parcel in) {
    [all...]
  /bootable/recovery/
bootloader.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
26 * This structure describes the content of a block in flash
52 int set_bootloader_message(const struct bootloader_message *in);
  /dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
Mutf8Test.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
26 ByteInput in = new ByteArrayByteInput( local
28 assertEquals('A', in.readByte());
29 assertEquals("BC\u0000", Mutf8.decode(in, new char[3]));
30 assertEquals('E', in.readByte());
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
NullDigest.java 23 public void update(byte in)
25 bOut.write(in);
28 public void update(byte[] in, int inOff, int len)
30 bOut.write(in, inOff, len);
  /external/chromium/base/json/
string_escape_unittest.cc 3 // found in the LICENSE file.
28 std::string in = json_narrow_cases[i].to_escape; local
30 JsonDoubleQuote(in, false, &out);
34 std::string in = json_narrow_cases[0].to_escape; local
36 JsonDoubleQuote(in, false, &out);
40 JsonDoubleQuote(in, true, &out_quoted);
44 // now try with a NULL in the string
47 in = null_prepend + in;
51 JsonDoubleQuote(in, false, &out)
74 string16 in = WideToUTF16(json_wide_cases[i].to_escape); local
79 string16 in = WideToUTF16(json_wide_cases[0].to_escape); local
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_misc.h 3 int base64_encode(const unsigned char *in, unsigned long len,
6 int base64_decode(const unsigned char *in, unsigned long len,
  /external/dropbear/libtomcrypt/testprof/
base64_test.c 5 unsigned char in[64], out[256], tmp[64]; local
9 yarrow_read(in, x, &yarrow_prng);
11 DO(base64_encode(in, x, out, &l1));
14 if (l2 != x || memcmp(tmp, in, x)) {
  /external/libmtp/examples/
pathutils.h 11 * This library is distributed in the hope that it will be useful,
27 char *basename(char *in);
  /external/mesa3d/src/glsl/tests/
function-03.glsl 3 vec4 foo(in float x, in float y, float z, float w)
  /external/openssh/regress/
broken-pipe.sh 2 # Placed in the Public Domain.
6 for p in 1 2; do
8 for i in 1 2 3 4; do
  /external/openssl/crypto/evp/
e_null.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/sqlite/android/
PhoneNumberUtils.h 6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
25 bool phone_number_stripped_reversed_inter(const char* in, char* out, const int len, int *outlen);
  /external/valgrind/main/memcheck/tests/
leak-tree.stderr.exp 1 leaked: 64 bytes in 4 blocks
2 dubious: 0 bytes in 0 blocks
3 reachable: 48 bytes in 3 blocks
4 suppressed: 0 bytes in 0 blocks
5 16 bytes in 1 blocks are definitely lost in loss record ... of ...
11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...

Completed in 1000 milliseconds

<<11121314151617181920>>