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

1 2 3 4 5 67 8 91011>>

  /external/toybox/toys/other/
free.c 1 /* free.c - Display amount of free and used memory in the system.
5 // Flag order is signifcant: b-t are units in order, FLAG_h-1 is unit mask
43 struct sysinfo in; local
45 sysinfo(&in);
46 TT.units = in.mem_unit ? in.mem_unit : 1;
53 "Swap:%16s%12s%12s\n", convert(in.totalram),
54 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram)
    [all...]
  /external/tpm2/
CreatePrimary.c 37 CreatePrimary_In *in, // IN: input parameter list
47 // the size of the data object in inSensitive.
48 if( (in->inPublic.t.publicArea.objectAttributes.sensitiveDataOrigin == SET)
49 != (in->inSensitive.t.sensitive.data.t.size == 0 ))
53 // Check attributes in input public area. TPM_RC_ATTRIBUTES, TPM_RC_KDF,
56 result = PublicAttributesValidation(FALSE, in->primaryHandle,
57 &in->inPublic.t.publicArea);
62 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
63 > CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg)
    [all...]
NV_Certify.c 27 NV_Certify_In *in, // IN: input parameter list
51 NvGetIndexInfo(in->nvIndex, &nvIndex);
55 result = NvReadAccessChecks(in->authHandle, in->nvIndex);
61 if((in->size + in->offset) > nvIndex.publicArea.dataSize)
66 // Filling in attest information
69 result = FillInAttestInfo(in->signHandle,
70 &in->inScheme
    [all...]
PCR_Read.c 12 PCR_Read_In *in, // IN: input parameter list
20 PCRRead(&in->pcrSelectionIn, &out->pcrValues, &out->pcrUpdateCounter);
22 out->pcrSelectionOut = in->pcrSelectionIn;
NV_ChangeAuth.c 19 NV_ChangeAuth_In *in // IN: input parameter list
32 NvGetIndexInfo(in->nvIndex, &nvIndex);
36 MemoryRemoveTrailingZeros(&(in->newAuth));
39 if(in->newAuth.t.size > CryptGetHashDigestSize(nvIndex.publicArea.nameAlg))
44 nvIndex.authValue = in->newAuth;
46 NvWriteIndexInfo(in->nvIndex, &nvIndex);
  /system/bt/binder/android/bluetooth/
IBluetooth.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
45 boolean setName(in String name);
48 boolean setBluetoothClass(in BluetoothClass bluetoothClass);
65 boolean createBond(in BluetoothDevice device, in int transport);
66 boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData);
67 boolean cancelBondProcess(in BluetoothDevice device)
    [all...]
IBluetoothPbapClient.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
27 boolean connect(in BluetoothDevice device);
28 boolean disconnect(in BluetoothDevice device);
30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
31 int getConnectionState(in BluetoothDevice device);
32 boolean setPriority(in BluetoothDevice device, int priority);
33 int getPriority(in BluetoothDevice device);
  /external/fec/
sumsq_port.c 8 unsigned long long sumsq_port(signed short *in,int cnt){
13 sum += (int)in[i] * (int)in[i];
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
IRcsPresence.aidl 5 * Redistribution and use in source and binary forms, with or without
9 * - Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MOTOROLA MOBILITY LLC BE LIABLE
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
68 int requestCapability(in List<String> contactsNumber,
69 in IRcsPresenceListener listener);
101 int requestAvailability(in String contactNumber, in IRcsPresenceListener listener)
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 41 char in[] = "ABC"; local
42 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0]));
46 wchar_t in[] = L"ABC"; local
47 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0]))
    [all...]
  /external/syslinux/com32/lib/syslinux/
initramfs.c 7 * files (the "Software"), to deal in the Software without
15 * be included in all copies or substantial portions of the Software.
20 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24 * OTHER DEALINGS IN THE SOFTWARE.
52 struct initramfs *in; local
61 in = malloc(sizeof(*in));
62 if (!in)
    [all...]
  /external/valgrind/memcheck/tests/
wrap4.stdout.exp 2 in wrapper1-pre: fact(5)
3 in wrapper2-pre: fact(4)
4 in wrapper1-pre: fact(3)
5 in wrapper2-pre: fact(2)
6 in wrapper1-pre: fact(1)
7 in wrapper2-pre: fact(0)
8 in wrapper2-post: fact(0) = 1
9 in wrapper1-post: fact(1) = 1
10 in wrapper2-post: fact(2) = 2
11 in wrapper1-post: fact(3) =
    [all...]
wrap2.stdout.exp 2 in wrapper1-pre: fact(5)
3 in wrapper1-pre: fact(4)
4 in wrapper1-pre: fact(3)
5 in wrapper1-pre: fact(2)
6 in wrapper1-pre: fact(1)
7 in wrapper1-pre: fact(0)
8 in wrapper1-post: fact(0) = 1
9 in wrapper1-post: fact(1) = 1
10 in wrapper1-post: fact(2) = 2
11 in wrapper1-post: fact(3) =
    [all...]
  /frameworks/base/core/java/android/print/
IPrintSpooler.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
39 void getPrintJobInfos(IPrintSpoolerCallbacks callback, in ComponentName componentName,
41 void getPrintJobInfo(in PrintJobId printJobId, IPrintSpoolerCallbacks callback,
43 void createPrintJob(in PrintJobInfo printJob);
44 void setPrintJobState(in PrintJobId printJobId, int status, String stateReason,
53 void setProgress(in PrintJobId printJobId, in float progress);
61 void setStatus(in PrintJobId printJobId, in CharSequence status)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/rtt/
IWifiRttManager.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 void startRanging(in IBinder binder, in String callingPackage, in WorkSource workSource,
31 in RangingRequest request, in IRttCallback callback);
32 void cancelRanging(in WorkSource workSource);
  /frameworks/support/browser/src/main/aidl/android/support/customtabs/
ICustomTabsCallback.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 void onNavigationEvent(int navigationEvent, in Bundle extras) = 1;
27 void extraCallback(String callbackName, in Bundle args) = 2;
28 void onMessageChannelReady(in Bundle extras) = 3;
29 void onPostMessage(String message, in Bundle extras) = 4;
30 void onRelationshipValidationResult(int relation, in Uri origin, boolean result, in Bundle extras) = 5;
  /libcore/ojluni/src/main/java/java/io/
FilterInputStream.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
50 protected volatile InputStream in; field in class:FilterInputStream
54 * by assigning the argument <code>in</code>
55 * to the field <code>this.in</code> so as
58 * @param in the underlying input stream, or <code>null</code> if
61 protected FilterInputStream(InputStream in) {
62 this.in = in;
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.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
24 * This class is typically used in cases where an input stream needs to be
37 * @param in underlying input stream
39 public CloseShieldInputStream(InputStream in) {
40 super(in);
49 in = new ClosedInputStream();
  /packages/services/Car/car-lib/src/android/car/vms/
IVmsPublisherService.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 oneway void publish(in IBinder token, in VmsLayer layer, int publisherId, in byte[] message) = 0;
42 oneway void setLayersOffering(in IBinder token, in VmsLayersOffering offering) = 2;
49 int getPublisherId(in byte[] publisherInfo) = 3;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 41 char in[] = "ABC"; local
42 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0]));
46 wchar_t in[] = L"ABC"; local
47 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0]))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
flonum-copy.c 11 GAS is distributed in the hope that it will be useful,
24 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out)
29 out->sign = in->sign;
30 in_length = in->leader - in->low;
32 if (in->leader < in->low)
39 /* Assume no GAPS in packing of littlenums.
53 memcpy ((void *) (out->low), (void *) (in->low),
55 out->exponent = in->exponent
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.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
37 void listenForSubscriber(in int subId, String pkg, IPhoneStateListener callback, int events,
40 void notifyCallStateForPhoneId(in int phoneId, in int subId, int state, String incomingNumber);
41 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state);
42 void notifySignalStrengthForPhoneId(in int phoneId, in int subId
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_monthname.pass.cpp 47 const char in[] = "June"; local
50 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
57 const char in[] = "juin"; local
60 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const char in[] = "\\xE5\\x85\\xAD\\xE6\\x9C\\x88"; local
    [all...]
  /external/libmojo/soong/
jni_generator_helper.sh 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
26 for arg in "$@"; do
27 case "${arg}" in
40 for file in "${files[@]}"; do
  /external/strace/linux/mips/
genstub.sh 6 for n in n32 n64 o32; do
7 in="$srcdir/syscallent-$n.h"
9 sed -r -n '/^#if/,/^#else/ {s/^([^{]*\{[^,]*,[^,]*,[[:space:]]*)[^,[:space:]]+,[[:space:]]*"([^"]+".*)/\1SEN(printargs), "'$n':\2/; s/^\[.*/&/p}' < "$in" > "$out"

Completed in 525 milliseconds

1 2 3 4 5 67 8 91011>>