HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 276 - 300 of 38930) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_weekday_wide.pass.cpp 41 const wchar_t in[] = L"Sun"; local
44 I i = f.get_weekday(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"Suny"; local
53 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
59 const wchar_t in[] = L"Sund"; local
68 const wchar_t in[] = L"sun"; local
77 const wchar_t in[] = L"sunday"; local
86 const wchar_t in[] = L"Mon"; local
95 const wchar_t in[] = L"Mony"; local
104 const wchar_t in[] = L"Mond"; local
113 const wchar_t in[] = L"mon"; local
122 const wchar_t in[] = L"monday"; local
131 const wchar_t in[] = L"Tue"; local
140 const wchar_t in[] = L"Tuesday"; local
149 const wchar_t in[] = L"Wed"; local
158 const wchar_t in[] = L"Wednesday"; local
167 const wchar_t in[] = L"Thu"; local
176 const wchar_t in[] = L"Thursday"; local
185 const wchar_t in[] = L"Fri"; local
194 const wchar_t in[] = L"Friday"; local
203 const wchar_t in[] = L"Sat"; local
212 const wchar_t in[] = L"Saturday"; local
    [all...]
get_year.pass.cpp 40 const char in[] = "0"; local
43 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
44 assert(i.base() == in+sizeof(in)-1);
49 const char in[] = "00"; local
52 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t)
58 const char in[] = "1"; local
67 const char in[] = "68"; local
76 const char in[] = "69"; local
85 const char in[] = "99"; local
94 const char in[] = "100"; local
103 const char in[] = "1900"; local
112 const char in[] = "1968"; local
121 const char in[] = "2000"; local
130 const char in[] = "2999c"; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.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
30 boolean connect(in BluetoothDevice device);
31 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);
40 boolean isA2dpPlaying(in BluetoothDevice device);
42 oneway void setCodecConfigPreference(in BluetoothCodecConfig codecConfig)
    [all...]
  /frameworks/base/media/java/android/media/tv/
ITvInputService.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 * Top-level interface to a TV input component (implemented in a Service).
30 void registerCallback(in ITvInputServiceCallback callback);
31 void unregisterCallback(in ITvInputServiceCallback callback);
32 void createSession(in InputChannel channel, in ITvInputSessionCallback callback,
33 in String inputId);
34 void createRecordingSession(in ITvInputSessionCallback callback, in String inputId)
    [all...]
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.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
42 in ConnectionRequest request,
43 in ParcelableConnection connection,
44 in Session.Info sessionInfo);
46 void setActive(String callId, in Session.Info sessionInfo);
48 void setRinging(String callId, in Session.Info sessionInfo);
50 void setDialing(String callId, in Session.Info sessionInfo);
52 void setPulling(String callId, in Session.Info sessionInfo);
54 void setDisconnected(String callId, in DisconnectCause disconnectCause
    [all...]
  /external/webrtc/webrtc/base/
json.cc 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
21 bool GetStringFromJson(const Json::Value& in, std::string* out) {
22 if (!in.isString()) {
24 if (in.isBool()) {
25 s << std::boolalpha << in.asBool();
26 } else if (in.isInt())
    [all...]
json.h 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
29 // Robust conversion operators, better than the ones in JsonCpp.
30 bool GetIntFromJson(const Json::Value& in, int* out);
31 bool GetUIntFromJson(const Json::Value& in, unsigned int* out);
32 bool GetStringFromJson(const Json::Value& in, std::string* out);
33 bool GetBoolFromJson(const Json::Value& in, bool* out)
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
DLLX.idl 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
252 [id(1), helpstring("method SetValue")] HRESULT SetValue([in] BSTR key, [in] VARIANT value);
254 [id(2), helpstring("method RemoveValue")] HRESULT RemoveValue([in] BSTR key);
256 [id(3), helpstring("method ContainsKey")] HRESULT ContainsKey([in] BSTR key, [out,retval] VARIANT_BOOL* retval);
258 [id(4), helpstring("method GetValueForKey")] HRESULT GetValueForKey([in] BSTR key, [out,retval] VARIANT* value);
262 [id(6), helpstring("method GetKeyAtIndex")] HRESULT GetKeyAtIndex([in] ULONG index, [out,retval] BSTR* retval);
264 [id(7), helpstring("method GetValueAtIndex")] HRESULT GetValueAtIndex([in] ULONG index, [out,retval] VARIANT* retval);
286 [id(1), helpstring("method Update")] HRESULT Update([in] DNSSDFlags flags, [in] VARIANT rdata, [in] ULONG ttl)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_year.pass.cpp 40 const char in[] = "0"; local
43 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
44 assert(i.base() == in+sizeof(in)-1);
49 const char in[] = "00"; local
52 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t)
58 const char in[] = "1"; local
67 const char in[] = "68"; local
76 const char in[] = "69"; local
85 const char in[] = "99"; local
94 const char in[] = "100"; local
103 const char in[] = "1900"; local
112 const char in[] = "1968"; local
121 const char in[] = "2000"; local
130 const char in[] = "2999c"; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_year.pass.cpp 40 const char in[] = "0"; local
43 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
44 assert(i.base() == in+sizeof(in)-1);
49 const char in[] = "00"; local
52 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t)
58 const char in[] = "1"; local
67 const char in[] = "68"; local
76 const char in[] = "69"; local
85 const char in[] = "99"; local
94 const char in[] = "100"; local
103 const char in[] = "1900"; local
112 const char in[] = "1968"; local
121 const char in[] = "2000"; local
130 const char in[] = "2999c"; local
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
input.go 3 // license that can be found in the LICENSE file.
22 func (in *input) setBytes(str []byte) {
23 in.str = ""
24 in.bytes = str
27 func (in *input) setString(str string) {
28 in.str = str
29 in.bytes = nil
32 func (in *input) _byte(p int) byte {
33 if in.bytes == nil {
34 return in.str[p
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
input.go 3 // license that can be found in the LICENSE file.
22 func (in *input) setBytes(str []byte) {
23 in.str = ""
24 in.bytes = str
27 func (in *input) setString(str string) {
28 in.str = str
29 in.bytes = nil
32 func (in *input) _byte(p int) byte {
33 if in.bytes == nil {
34 return in.str[p
    [all...]
  /external/elfutils/tests/
run-get-aranges.sh 11 # elfutils is distributed in the hope that it will be useful, but
24 0x804842b: not in range
28 0x804845a: not in range
29 0x804845b: not in range
33 0x8048466: not in range
34 0x8048467: not in range
38 0x8048472: not in range
45 0x804842b: not in range
46 0x804842c: not in range
47 0x804843c: not in rang
    [all...]
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
ProxyingInstantiator.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
31 * in the bytecode. So that the constructor is indeed not called but you however instantiate a child class, not
83 * Will generate the bytes for a class extending the type passed in parameter. This class will
95 DataOutputStream in = null; local
98 in = new DataOutputStream(bIn);
100 in.write(MAGIC);
101 in.write(VERSION);
102 in.writeShort(CONSTANT_POOL_COUNT);
107 in.writeByte(CONSTANT_Class)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-2.l 2 [^:]*:6: Error: \$DSBT_INDEX not supported in this context
3 [^:]*:7: Error: \$GOT not supported in this context
4 [^:]*:8: Error: \$DPR_GOT not supported in this context
5 [^:]*:9: Error: \$DPR_BYTE not supported in this context
6 [^:]*:10: Error: \$DPR_HWORD not supported in this context
7 [^:]*:11: Error: \$DPR_WORD not supported in this context
8 [^:]*:12: Error: \$PCR_OFFSET not supported in this context
9 [^:]*:17: Error: \$DSBT_INDEX not supported in this context
10 [^:]*:18: Error: \$GOT not supported in this context
11 [^:]*:19: Error: \$DPR_GOT not supported in this contex
    [all...]
  /external/tpm2/
PolicySigned.c 16 // TPM_RC_EXPIRED expiration indicates a time in the past or expiration is non-zero but no
24 // TPM_RC_VALUE input policyID or expiration does not match the internal data in policy
29 PolicySigned_In *in, // IN: input parameter list
38 UINT32 expiration = (in->expiration < 0)
39 ? -(in->expiration) : in->expiration;
45 session = SessionGet(in->policySession); // the session structure
54 &in->cpHashA, &in->nonceTPM
    [all...]
StartAuthSession.c 31 StartAuthSession_In *in, // IN: input parameter buffer
44 if( in->nonceCaller.t.size < 16
45 || in->nonceCaller.t.size > CryptGetHashDigestSize(in->authHash))
48 // If an decrypt key is passed in, check its validation
49 if(in->tpmKey != TPM_RH_NULL)
52 if(in->encryptedSalt.t.size == 0)
56 tpmKey = ObjectGet(in->tpmKey);
70 result = CryptSecretDecrypt(in->tpmKey, &in->nonceCaller, "SECRET"
    [all...]
  /frameworks/base/core/java/android/os/storage/
IStorageManager.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
32 * file. In particular, the transaction ids below must match the
33 * _TRANSACTION enum in IMountService.cpp
64 int mountVolume(in String mountPoint) = 5;
75 void unmountVolume(in String mountPoint, boolean force, boolean removeEncryption) = 6;
80 int formatVolume(in String mountPoint) = 7;
84 int[] getStorageUsers(in String path) = 8;
88 String getVolumeState(in String mountPoint) = 9;
93 int createSecureContainer(in String id, int sizeMb, in String fstype, in String key
    [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.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
61 in Bundle resumeArgs);
62 void scheduleSendResult(IBinder token, in List<ResultInfo> results);
63 void scheduleLaunchActivity(in Intent intent, IBinder token, int ident,
64 in ActivityInfo info, in Configuration curConfig, in Configuration overrideConfig,
65 in CompatibilityInfo compatInfo, in String referrer, IVoiceInteractor voiceInteractor
    [all...]
  /bionic/libc/bionic/
sigblock.c 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
38 } in, out; local
40 sigemptyset(&in.the_sigset);
41 in.the_mask = mask;
43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset)
    [all...]
sigsetmask.c 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
39 } in, out; local
41 sigemptyset(&in.the_sigset);
42 in.the_mask = mask;
44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
double.rs 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
20 int4 __attribute__((kernel)) doubleKernel(int4 in)
22 return in * 2;
increment.rs 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
20 int4 __attribute__((kernel)) increment(int4 in)
22 return in + 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
badsyntax_nocaret.py 2 [x for x in x] = x
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Ip6Addr_Any.c 15 #include <netinet/in.h>

Completed in 1727 milliseconds

<<11121314151617181920>>