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

1 2 3 4 5 6 7 891011>>

  /external/python/cpython3/Modules/zlib/
Makefile 5 make -f Makefile.in distclean
  /external/tensorflow/tensorflow/contrib/lite/lib_package/
concat_licenses.sh 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
19 for f in $@
  /external/tensorflow/tensorflow/tools/lib_package/
concat_licenses.sh 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
19 for f in $@
  /external/tpm2/
FieldUpgradeData.c 13 FieldUpgradeData_In *in, // IN: input parameter list
18 UNUSED_PARAMETER(in);
FirmwareRead.c 12 FirmwareRead_In *in, // IN: input parameter list
17 UNUSED_PARAMETER(in);
  /external/valgrind/exp-sgcheck/tests/
is_arch_supported 12 case `uname -m` in
  /external/valgrind/memcheck/tests/amd64-linux/
int3-amd64.stdout.exp 2 in int_handler, RIP is ...
  /external/valgrind/memcheck/tests/
leak-0.stderr.exp 1 leaked: 0 bytes in 0 blocks
2 dubious: 0 bytes in 0 blocks
3 reachable: 0 bytes in 1 blocks
4 suppressed: 0 bytes in 0 blocks
leak-cases-summary.stderr.exp 1 leaked: 80 bytes in 5 blocks
2 dubious: 96 bytes in 6 blocks
3 reachable: 64 bytes in 4 blocks
4 suppressed: 0 bytes in 0 blocks
long_namespace_xml.stdout.exp 1 I'm in an asininely long namespace!
wrap1.stdout.exp 3 in actual
  /external/valgrind/memcheck/tests/x86-linux/
int3-x86.stdout.exp 2 in int_handler, EIP is ...
  /frameworks/base/core/java/android/app/
IInstrumentationWatcher.aidl 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 void instrumentationStatus(in ComponentName name, int resultCode,
27 in Bundle results);
28 void instrumentationFinished(in ComponentName name, int resultCode,
29 in Bundle results);
  /frameworks/base/core/java/android/companion/
ICompanionDeviceDiscoveryService.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 in AssociationRequest request,
28 in String callingPackage,
29 in IFindDeviceCallback findCallback,
30 in ICompanionDeviceDiscoveryServiceCallback serviceCallback);
  /frameworks/base/core/java/android/net/
IIpConnectivityMetrics.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 * @return the number of remaining available slots in buffer,
30 int logEvent(in ConnectivityMetricsEvent event);
36 * if it happens make sure you call it when the service is up in the caller)
38 boolean addNetdEventCallback(in int callerType, in INetdEventCallback callback);
39 boolean removeNetdEventCallback(in int callerType);
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.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 Bundle open(in String pkg, IBinder b);
27 Bundle close(in String pkg, IBinder b);
28 Bundle transceive(in String pkg, in byte[] data_in);
29 int getCardEmulationRoute(in String pkg);
30 void setCardEmulationRoute(in String pkg, int route);
31 void authenticate(in String pkg, in byte[] token)
    [all...]
  /frameworks/base/core/java/android/os/
IThermalService.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 void registerThermalEventListener(in IThermalEventListener listener);
37 void unregisterThermalEventListener(in IThermalEventListener listener);
44 in boolean isThrottling, in Temperature temperature);
47 * @return true if thermal throttling is currently in effect
  /frameworks/base/core/java/android/speech/
IRecognitionService.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 * recognition servers, and notify you when results are ready. In most of the cases,
43 void startListening(in Intent recognizerIntent, in IRecognitionListener listener);
52 void stopListening(in IRecognitionListener listener);
59 void cancel(in IRecognitionListener listener);
  /frameworks/base/core/java/android/view/
IRecentsAnimationRunner.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 * wallpaper not drawing in time, or the handler not finishing the animation within a predefined
43 * {@code null} if the device is not currently in split screen
45 void onAnimationStart(in IRecentsAnimationController controller,
46 in RemoteAnimationTarget[] apps, in Rect homeContentInsets,
47 in Rect minimizedHomeBounds) = 2;
  /frameworks/base/telephony/java/android/telephony/ims/aidl/
IImsSmsListener.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
25 void onSmsStatusReportReceived(int token, int messageRef, in String format,
26 in byte[] pdu);
27 void onSmsReceived(int token, in String format, in byte[] pdu);
  /frameworks/native/services/thermalservice/aidl/android/os/
IThermalService.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 void registerThermalEventListener(in IThermalEventListener listener);
35 void unregisterThermalEventListener(in IThermalEventListener listener);
42 in boolean isThrottling, in Temperature temperature);
  /hardware/qcom/msm8998/json-c/
autogen.sh 7 case "$1" in
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclinterp.i 9 * the 'interp' parameter becomes hidden in the Tcl interface--that
10 * is, you don't specify it explicitly. SWIG fills in its value
14 %typemap(in,numinputs=0) Tcl_Interp *interp {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
str.pass.cpp 23 std::istrstream in(buf);
24 assert(in.str() == std::string("123 4.5 dog"));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 37 char in[] = "123456"; local
38 assert(t.sputn(in, sizeof(in)) == 0);
39 char out[sizeof(in)] = {0};
41 assert(t.sputn(in, sizeof(in)) == sizeof(in));
42 assert(strcmp(in, out) == 0);

Completed in 513 milliseconds

1 2 3 4 5 6 7 891011>>