HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 126 - 150 of 44327) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_monthname_wide.pass.cpp 41 const wchar_t in[] = L"Jan"; local
44 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
45 assert(i.base() == in+3);
50 const wchar_t in[] = L"Feb"; local
53 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
59 const wchar_t in[] = L"Mar"; local
68 const wchar_t in[] = L"Apr"; local
77 const wchar_t in[] = L"May"; local
86 const wchar_t in[] = L"Jun"; local
95 const wchar_t in[] = L"Jul"; local
104 const wchar_t in[] = L"Aug"; local
113 const wchar_t in[] = L"Sep"; local
122 const wchar_t in[] = L"Oct"; local
131 const wchar_t in[] = L"Nov"; local
140 const wchar_t in[] = L"Dec"; local
149 const wchar_t in[] = L"January"; local
158 const wchar_t in[] = L"February"; local
167 const wchar_t in[] = L"March"; local
176 const wchar_t in[] = L"April"; local
185 const wchar_t in[] = L"May"; local
194 const wchar_t in[] = L"June"; local
203 const wchar_t in[] = L"July"; local
212 const wchar_t in[] = L"August"; local
221 const wchar_t in[] = L"September"; local
230 const wchar_t in[] = L"October"; local
239 const wchar_t in[] = L"November"; local
248 const wchar_t in[] = L"December"; local
257 const wchar_t in[] = L"Decemper"; local
    [all...]
  /external/valgrind/memcheck/tests/
wrap8.stdout.exp 2 in wrapper1-pre: fact(15)
3 in wrapper2-pre: fact(14)
4 in wrapper1-pre: fact(13)
5 in wrapper2-pre: fact(12)
6 in wrapper1-pre: fact(11)
7 in wrapper2-pre: fact(10)
8 in wrapper1-pre: fact(9)
9 in wrapper2-pre: fact(8)
10 in wrapper1-pre: fact(7)
11 in wrapper2-pre: fact(6
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
TBCPadding.java 39 * add the pad bytes to the passed in block, returning the
43 * passed to it inside in. i.e. if inOff is zero, indicating the
44 * entire block is to be overwritten with padding the value of in
49 byte[] in,
52 int count = in.length - inOff;
57 code = (byte)((in[inOff - 1] & 0x01) == 0 ? 0xff : 0x00);
61 code = (byte)((in[in.length - 1] & 0x01) == 0 ? 0xff : 0x00);
64 while (inOff < in.length)
66 in[inOff] = code
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/aidl/
IImsCallSessionListener.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
36 void callSessionProgressing(in ImsStreamMediaProfile profile);
37 void callSessionInitiated(in ImsCallProfile profile);
38 void callSessionInitiatedFailed(in ImsReasonInfo reasonInfo);
39 void callSessionTerminated(in ImsReasonInfo reasonInfo);
44 void callSessionHeld(in ImsCallProfile profile);
45 void callSessionHoldFailed(in ImsReasonInfo reasonInfo);
46 void callSessionHoldReceived(in ImsCallProfile profile);
47 void callSessionResumed(in ImsCallProfile profile)
    [all...]
  /system/bt/binder/android/bluetooth/
IBluetoothHeadsetClient.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
29 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
38 boolean startVoiceRecognition(in BluetoothDevice device);
39 boolean stopVoiceRecognition(in BluetoothDevice device)
    [all...]
IBluetoothHearingAid.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
28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setActiveDevice(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
42 long getHiSyncId(in BluetoothDevice device)
    [all...]
IBluetoothHealth.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
31 boolean registerAppConfiguration(in BluetoothHealthAppConfiguration config,
32 in IBluetoothHealthCallback callback);
33 boolean unregisterAppConfiguration(in BluetoothHealthAppConfiguration config);
34 boolean connectChannelToSource(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
35 boolean connectChannelToSink(in BluetoothDevice device, in BluetoothHealthAppConfiguration config,
37 boolean disconnectChannel(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id)
    [all...]
  /external/zlib/src/examples/
gzjoin.c 7 warranty. In no event will the author be held liable for any damages
16 in a product, an acknowledgment in the product documentation would be
39 decompress all of the input data in order to find the bits in the compressed
48 compressed data in order to connect the streams. The output gzip file
65 /* exit with an error (return a value to allow use in an expression) */
75 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
87 local void bclose(bin *in)
89 if (in != NULL)
102 bin *in; local
285 bin *in; \/* buffered input file *\/ local
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzjoin.c 7 warranty. In no event will the author be held liable for any damages
16 in a product, an acknowledgment in the product documentation would be
39 decompress all of the input data in order to find the bits in the compressed
48 compressed data in order to connect the streams. The output gzip file
65 /* exit with an error (return a value to allow use in an expression) */
75 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
87 local void bclose(bin *in)
89 if (in != NULL)
102 bin *in; local
285 bin *in; \/* buffered input file *\/ local
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
get_line_delim.pass.cpp 26 std::istringstream in(" abc* def** ghij");
28 getline(in, s, '*');
29 assert(in.good());
31 getline(in, s, '*');
32 assert(in.good());
34 getline(in, s, '*');
35 assert(in.good());
37 getline(in, s, '*');
38 assert(in.eof());
42 std::wistringstream in(L" abc* def** ghij")
    [all...]
  /external/tpm2/
PCR_Extend.c 19 PCR_Extend_In *in // IN: input parameter list
32 // data left over. In either case, it will cause an unmarshaling error and this
36 if(in->pcrHandle == TPM_RH_NULL)
40 if(!PCRIsExtendAllowed(in->pcrHandle))
45 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE)
55 for(i = 0; i < in->digests.count; i++)
57 PCRExtend(in->pcrHandle, in->digests.digests[i].hashAlg,
58 CryptGetHashDigestSize(in->digests.digests[i].hashAlg)
    [all...]
HashSequenceStart.c 18 HashSequenceStart_In *in, // IN: input parameter list
24 if(in->hashAlg == TPM_ALG_NULL)
27 return ObjectCreateEventSequence(&in->auth, &out->sequenceHandle);
31 return ObjectCreateHashSequence(in->hashAlg, &in->auth, &out->sequenceHandle);
PCR_Reset.c 19 PCR_Reset_In *in // IN: input parameter list
27 if(!PCRIsResetAllowed(in->pcrHandle))
32 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE)
42 // Reset selected PCR in all banks to 0
43 PCRSetValue(in->pcrHandle, 0);
47 PCRChanged(in->pcrHandle);
GetCapability.c 14 // TPM_RC_HANDLE value of property is in an unsupported handle range for the
21 GetCapability_In *in, // IN: input parameter list
28 out->capabilityData.capability = in->capability;
30 switch(in->capability)
33 out->moreData = AlgorithmCapGetImplemented((TPM_ALG_ID) in->property,
34 in->propertyCount, &out->capabilityData.data.algorithms);
37 switch(HandleGetType((TPM_HANDLE) in->property))
41 out->moreData = ObjectCapGetLoaded((TPM_HANDLE) in->property,
42 in->propertyCount
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string.io/
get_line_delim.pass.cpp 26 std::istringstream in(" abc* def** ghij");
28 getline(in, s, '*');
29 assert(in.good());
31 getline(in, s, '*');
32 assert(in.good());
34 getline(in, s, '*');
35 assert(in.good());
37 getline(in, s, '*');
38 assert(in.eof());
42 std::wistringstream in(L" abc* def** ghij")
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.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
90 // Since these transactions are also called from native code, these must be kept in sync with
91 // the ones in frameworks/native/libs/binder/include/binder/IActivityManager.h
93 ParcelFileDescriptor openContentUri(in String uriString);
94 void registerUidObserver(in IUidObserver observer, int which, int cutpoint,
96 void unregisterUidObserver(in IUidObserver observer);
101 void handleApplicationCrash(in IBinder app,
102 in ApplicationErrorReport.ParcelableCrashInfo crashInfo);
103 int startActivity(in IApplicationThread caller, in String callingPackage, in Intent intent
    [all...]
  /external/fec/
sumsq.c 22 unsigned long long sumsq(signed short *in,int cnt){
26 return sumsq_port(in,cnt);
30 return sumsq_mmx(in,cnt);
32 return sumsq_sse2(in,cnt);
37 return sumsq_av(in,cnt);
  /external/llvm/test/CodeGen/SystemZ/Large/
spill-02.py 39 for i in range(count):
46 for j in range(4):
47 for i in range(count):
52 # index for the alloca area. Also throw in a volatile store, so that this
66 for j in range(4):
67 for i in range(count):
  /frameworks/base/core/java/android/service/quicksettings/
IQSService.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
26 Tile getTile(in IBinder tile);
27 void updateQsTile(in Tile tile, in IBinder service);
28 void updateStatusIcon(in IBinder tile, in Icon icon,
30 void onShowDialog(in IBinder tile);
31 void onStartActivity(in IBinder tile);
34 void startUnlockAndRun(in IBinder tile)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Interp.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
51 ImageTypeShortBase *in = img->ptr[yi-1] + xi - 1; local
54 tmpf[0] = in[0] * ciTable[off + 40];
55 tmpf[0] += in[1] * ciTable[off];
56 tmpf[0] += in[2] * ciTable[40 - off];
57 tmpf[0] += in[3] * ciTable[80 - off];
58 in += img->pitch;
59 tmpf[1] = in[0] * ciTable[off + 40];
60 tmpf[1] += in[1] * ciTable[off]
    [all...]
MatrixUtils.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
63 static void convert9to33(double out[3][3], double in[9]) {
64 out[0][0] = in[0];
65 out[0][1] = in[1];
66 out[0][2] = in[2];
68 out[1][0] = in[3];
69 out[1][1] = in[4];
70 out[1][2] = in[5];
72 out[2][0] = in[6]
    [all...]
  /frameworks/base/core/java/android/service/carrier/
ICarrierMessagingService.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
40 in MessagePdu pdu, String format, int destPort, int subId,
41 in ICarrierMessagingCallback callback);
55 in ICarrierMessagingCallback callback);
69 void sendDataSms(in byte[] data, int subId, String destAddress, int destPort,
70 int sendSmsFlag, in ICarrierMessagingCallback callback);
83 void sendMultipartTextSms(in List<String> parts, int subId, String destAddress,
84 int sendSmsFlag, in ICarrierMessagingCallback callback);
97 void sendMms(in Uri pduUri, int subId, in Uri location
    [all...]
  /packages/services/Car/car-lib/src/android/car/vms/
IVmsSubscriberService.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
33 in IVmsSubscriberClient subscriber) = 0;
39 in IVmsSubscriberClient subscriber,
40 in VmsLayer layer) = 1;
47 void addVmsSubscriberPassive(in IVmsSubscriberClient subscriber) = 2;
53 in IVmsSubscriberClient subscriber,
54 in VmsLayer layer,
63 in IVmsSubscriberClient subscriber) = 4;
69 in IVmsSubscriberClient subscriber
    [all...]
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/sun/
MagicInstantiator.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
114 * Will generate the bytes for a class extending the type passed in parameter. This class will
125 DataOutputStream in = null; local
128 in = new DataOutputStream(bIn);
130 in.write(MAGIC);
131 in.write(VERSION);
132 in.writeShort(CONSTANT_POOL_COUNT);
137 in.writeByte(CONSTANT_Class);
138 in.writeShort(INDEX_UTF8_INSTANTIATOR_CLASS)
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/
ContentTypeDetector.java 42 private final InputStream in; field in class:ContentTypeDetector
51 * @param in
56 public ContentTypeDetector(final InputStream in) throws IOException {
57 if (in.markSupported()) {
58 this.in = in;
60 this.in = new BufferedInputStream(in, BUFFER_SIZE);
62 this.in.mark(BUFFER_SIZE);
63 this.type = determineType(this.in);
    [all...]

Completed in 397 milliseconds

1 2 3 4 56 7 8 91011>>