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

1 2 3 4 5 6 78 91011>>

  /external/valgrind/memcheck/tests/
wrap3.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...]
  /frameworks/base/core/java/android/content/pm/
IDexModuleRegisterCallback.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 void onDexModuleRegistered(in String dexModulePath, in boolean success, in String message);
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.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 addConnectionServiceAdapter(in IConnectionServiceAdapter adapter,
38 in Session.Info sessionInfo);
40 void removeConnectionServiceAdapter(in IConnectionServiceAdapter adapter,
41 in Session.Info sessionInfo);
44 in PhoneAccountHandle connectionManagerPhoneAccount,
46 in ConnectionRequest request,
49 in Session.Info sessionInfo);
51 void createConnectionComplete(String callId, in Session.Info sessionInfo)
    [all...]
  /frameworks/native/libs/binder/aidl/android/content/pm/
IPackageManagerNative.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
23 * <p>These APIs are a parallel definition to the APIs in PackageManager, so,
25 * APIs in sync with each other.
40 @utf8InCpp String[] getNamesForUids(in int[] uids);
48 @utf8InCpp String getInstallerForPackage(in String packageName);
55 long getVersionCodeForPackage(in String packageName);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /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
56 void scheduleReceiver(in Intent intent, in ActivityInfo info,
57 in CompatibilityInfo compatInfo,
58 int resultCode, in String data, in Bundle extras, boolean sync,
60 void scheduleCreateService(IBinder token, in ServiceInfo info,
61 in CompatibilityInfo compatInfo, int processState);
63 void bindApplication(in String packageName, in ApplicationInfo info
    [all...]
  /device/google/cuttlefish_common/common/vsoc/lib/
graphics_common.h 7 * you may not use this file except in compliance with the License.
12 * Unless required by applicable law or agreed to in writing, software
24 static inline std::size_t BytesPerPixel(PixelFormat in) {
25 return 1 + (in >> PixelFormatBase::SubformatSize) &
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
LzmaF86Compress 16 case $arg in
  /device/linaro/bootloader/edk2/BaseTools/BinWrappers/PosixLike/
LzmaF86Compress 17 case $arg in
  /external/apache-http/src/org/apache/http/impl/io/
IdentityInputStream.java 12 * "License"); you may not use this file except in compliance
17 * Unless required by applicable law or agreed to in writing,
55 private final SessionInputBuffer in; field in class:IdentityInputStream
59 public IdentityInputStream(final SessionInputBuffer in) {
61 if (in == null) {
64 this.in = in;
68 if (!this.closed && this.in.isDataAvailable(10)) {
83 return this.in.read();
91 return this.in.read(b, off, len)
    [all...]
  /external/autotest/client/site_tests/platform_ToolchainOptions/
sort_all.sh 6 for f in *_whitelist
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
ZeroBytePadding.java 35 * add the pad bytes to the passed in block, returning the
39 byte[] in,
42 int added = (in.length - inOff);
44 while (inOff < in.length)
46 in[inOff] = (byte) 0;
54 * return the number of pad bytes present in the block.
56 public int padCount(byte[] in)
59 int count = in.length;
63 if (in[count - 1] != 0)
71 return in.length - count
    [all...]
  /external/clang/test/CodeGen/
mmx-inline-asm-error.c 4 vec256 foo(vec256 in) {
7 asm("something %0" : : "y"(in)); // expected-error {{invalid input size for constraint 'y'}}
  /external/jsoncpp/test/
cleantests.py 6 for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]:
9 for path in paths:
  /external/libcxx/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"));
  /external/libcxx/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);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 52 const char in[] = "06/10/2009"; local
55 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
64 const char in[] = "10.06.2009"; local
67 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
76 const char in[] = "10.06.2009"; local
89 const char in[] = "2009\/06\/10"; local
    [all...]
get_date_wide.pass.cpp 52 const wchar_t in[] = L"06/10/2009"; local
55 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
64 const wchar_t in[] = L"10.06.2009"; local
67 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
76 const wchar_t in[] = L"10.06.2009"; local
88 const wchar_t in[] = L"2009\/06\/10"; local
    [all...]
get_time_wide.pass.cpp 48 const wchar_t in[] = L"13:14:15"; local
51 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
52 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
60 const wchar_t in[] = L"13:14:15"; local
63 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
72 const wchar_t in[] = L"13:14:15"; local
84 const wchar_t in[] = L"13:14:15"; local
    [all...]
get_weekday.pass.cpp 51 const char in[] = "Monday"; local
54 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
55 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
61 const char in[] = "Lundi"; local
64 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
71 const char in[] = "\\xD0\\xBF\\xD0\\xBE\\xD0\\xBD\\xD0\\xB5" local
83 const char in[] = "\\xE6\\x98\\x9F\\xE6\\x9C\\x9F\\xE4\\xB8\\x80"; local
    [all...]
get_weekday_wide.pass.cpp 51 const wchar_t in[] = L"Monday"; local
54 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
55 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
61 const wchar_t in[] = L"Lundi"; local
64 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
71 const wchar_t in[] = L"\\x43F\\x43E\\x43D\\x435\\x434\\x435\\x43B\\x44C\\x43D\\x438\\x43A"; local
81 const wchar_t in[] = L"\\x661F\\x671F\\x4E00"; local
    [all...]
get_year.pass.cpp 47 const char in[] = "2009"; local
50 I i = f.get_year(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[] = "2009"; local
60 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const char in[] = "2009"; local
77 const char in[] = "2009"; local
    [all...]
get_year_wide.pass.cpp 47 const wchar_t in[] = L"2009"; local
50 I i = f.get_year(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 wchar_t in[] = L"2009"; local
60 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const wchar_t in[] = L"2009"; local
77 const wchar_t in[] = L"2009"; local
    [all...]
  /external/oj-libjdwp/src/share/back/
InterfaceTypeImpl.c 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
32 invokeStatic(PacketInputStream *in, PacketOutputStream *out)
34 return sharedInvoke(in, out);
  /external/python/cpython2/Modules/zlib/
Makefile 5 make -f Makefile.in distclean

Completed in 2112 milliseconds

1 2 3 4 5 6 78 91011>>