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

<<11121314151617181920>>

  /external/tpm2/
LoadExternal.c 23 // size in the object's parameters
33 LoadExternal_In *in, // IN: input parameter list
44 if(!HierarchyIsEnabled(in->hierarchy))
48 if(in->inPublic.t.publicArea.authPolicy.t.size != 0
49 && in->inPublic.t.publicArea.authPolicy.t.size !=
50 CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
54 if(in->inPrivate.t.size != 0)
57 if(in->hierarchy != TPM_RH_NULL)
62 if( in->inPublic.t.publicArea.objectAttributes.fixedTPM != CLEA
    [all...]
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...]
  /external/valgrind/cachegrind/tests/
wrap5.stdout.exp 2 in wrapper1-pre: fact(7)
3 in wrapper2-pre: fact(6)
4 in wrapper1-pre: fact(5)
5 in wrapper2-pre: fact(4)
6 in wrapper1-pre: fact(3)
7 in wrapper2-pre: fact(2)
8 in wrapper1-pre: fact(1)
9 in wrapper2-pre: fact(0)
10 in wrapper2-post: fact(0) = 1
11 in wrapper1-post: fact(1) =
    [all...]
  /external/valgrind/memcheck/tests/
wrap5.stdout.exp 2 in wrapper1-pre: fact(7)
3 in wrapper2-pre: fact(6)
4 in wrapper1-pre: fact(5)
5 in wrapper2-pre: fact(4)
6 in wrapper1-pre: fact(3)
7 in wrapper2-pre: fact(2)
8 in wrapper1-pre: fact(1)
9 in wrapper2-pre: fact(0)
10 in wrapper2-post: fact(0) = 1
11 in wrapper1-post: fact(1) =
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.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 List<InputMethodSubtype> getEnabledInputMethodSubtypeList(in String imiId,
48 void addClient(in IInputMethodClient client,
49 in IInputContext inputContext, int uid, int pid);
50 void removeClient(in IInputMethodClient client);
52 void finishInput(in IInputMethodClient client);
53 boolean showSoftInput(in IInputMethodClient client, int flags,
54 in ResultReceiver resultReceiver);
55 boolean hideSoftInput(in IInputMethodClient client, int flags
    [all...]
  /external/libcxx/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/printservice/
IPrintServiceClient.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 PrintJobInfo getPrintJobInfo(in PrintJobId printJobId);
35 boolean setPrintJobState(in PrintJobId printJobId, int state, String error);
36 boolean setPrintJobTag(in PrintJobId printJobId, String tag);
37 oneway void writePrintJobData(in ParcelFileDescriptor fd, in PrintJobId printJobId);
45 void setProgress(in PrintJobId printJobId, in float progress);
53 void setStatus(in PrintJobId printJobId, in CharSequence status)
    [all...]
  /prebuilts/ndk/r16/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...]
  /external/libvpx/libvpx/vpx_dsp/x86/
transpose_sse2.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.
18 static INLINE __m128i transpose_8bit_4x4(const __m128i *const in) {
20 // in[0]: 00 01 02 03
21 // in[1]: 10 11 12 13
22 // in[2]: 20 21 22 23
23 // in[3]: 30 31 32 3
    [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...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
input.go 1 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
5 // license that can be found in the LICENSE file.
24 func (in *input) setBytes(str []byte) {
25 in.str = ""
26 in.bytes = str
29 func (in *input) setString(str string) {
30 in.str = str
31 in.bytes = nil
34 func (in *input) _byte(p int) byte {
35 if in.bytes == nil
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
input.go 1 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
5 // license that can be found in the LICENSE file.
24 func (in *input) setBytes(str []byte) {
25 in.str = ""
26 in.bytes = str
29 func (in *input) setString(str string) {
30 in.str = str
31 in.bytes = nil
34 func (in *input) _byte(p int) byte {
35 if in.bytes == nil
    [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...]
  /system/netd/server/binder/android/net/
INetd.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 boolean firewallReplaceUidChain(String chainName, boolean isWhitelist, in int[] uids);
47 * - When disabled, all packets to/from apps in the penalty box chain are rejected on costly
49 * - When enabled, only apps that are in the happy box chain and not in the penalty box chain
52 * traffic from system UIDs, place them in the penalty box chain.
73 * @throws ServiceSpecificException in case of failure, with an error code corresponding to the
85 * @throws ServiceSpecificException in case of failure, with an error code corresponding to the
96 * @throws ServiceSpecificException in case of failure, with an error code corresponding to th
    [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.27/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...]
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
IWindowFocusStealer.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
22 void stealWindowFocus(in IBinder parentAppWindowToken, in ResultReceiver resultReceiver);
  /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;

Completed in 586 milliseconds

<<11121314151617181920>>