HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1026 - 1050 of 2266) sorted by null

<<41424344454647484950>>

  /art/runtime/interpreter/
unstarted_runtime.cc 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
62 LOG(FATAL) << "Trying to abort, but not in transaction mode: " << msg;
67 // Helper function to deal with class loading in an unstarted runtime.
80 AbortTransactionOrFail(self, "%s failed in un-started runtime for class: %s",
96 // Common helper for class-loading cutouts in an unstarted runtime. We call Runtime methods that
97 // rely on Java code to wrap errors in the correct exception class (i.e., NoClassDefFoundError into
117 AbortTransactionOrFail(self, "Null-pointer in Class.forName.");
175 AbortTransactionOrFail(self, "Null-pointer in Class.newInstance.");
187 // If we're in a transaction, class must not be finalizable (it or a superclass has a finalizer)
467 double in = shadow_frame->GetVRegDouble(arg_offset); local
488 double in = shadow_frame->GetVRegDouble(arg_offset); local
    [all...]
  /bionic/libc/kernel/uapi/rdma/
rdma_user_cm.h 64 __u16 in; member in struct:rdma_ucm_cmd_hdr
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 9 * copyright notice and this permission notice appear in all copies.
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
33 #include <netinet/in.h>
95 struct sockaddr_in in; member in union:evAccept::__anon1081
103 struct sockaddr_in in; member in union:evAccept::__anon1082
236 int maxnfds; /* # elements in above */
  /cts/tests/app/src/android/app/cts/
LaunchpadActivity.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
54 public MyBadParcelable createFromParcel(Parcel in) {
55 return new MyBadParcelable(in);
63 public MyBadParcelable(Parcel in) {
64 in.readString();
81 // Also used as the Binder interface descriptor string in these tests
219 * @param debugName for the lifecycle shown in the logs
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.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
591 final InputStream in = new ByteArrayInputStream(out.toByteArray()); local
592 parser.setInput(in, "utf-8");
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.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
67 InputStream in = p.getInputStream(); local
69 while ( ( ch = in.read() ) != -1 ) {
171 //in here
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.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
54 public MyBadParcelable createFromParcel(Parcel in) {
55 return new MyBadParcelable(in);
63 public MyBadParcelable(Parcel in) {
64 in.readString();
81 // Also used as the Binder interface descriptor string in these tests
219 * @param debugName for the lifecycle shown in the logs
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.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
749 Allocation in = Allocation.createTyped(mRS, t); local
753 setUpAllocation(in, val);
754 s.forEach_root(in, out);
760 s.forEach_root(in, badOut);
788 // (depending on the order in which the invokes complete).
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.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
33 CodeInput in) throws EOFException {
46 CodeInput in) throws EOFException {
61 CodeInput in) throws EOFException {
80 CodeInput in) throws EOFException {
99 CodeInput in) throws EOFException {
115 CodeInput in) throws EOFException {
116 int baseAddress = in.cursor() - 1;
132 CodeInput in) throws EOFException
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.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
52 * Taken from the JB source code, can be found in:
61 * 0} and {@code Integer.MAX_VALUE} bytes in length.
63 * <p>The cache stores its data in a directory on the filesystem. This
70 * remove entries in the background until the limit is satisfied. The limit is
135 * Each of the subsequent lines in the file is a record of the state of a
215 public static String readAsciiLine(InputStream in) throws IOException {
220 int c = in.read();
251 * Recursively delete everything in {@code dir}
340 InputStream in = new BufferedInputStream(new FileInputStream(journalFile), IO_BUFFER_SIZE); local
803 InputStream in = newInputStream(index); local
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.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
52 * Taken from the JB source code, can be found in:
61 * 0} and {@code Integer.MAX_VALUE} bytes in length.
63 * <p>The cache stores its data in a directory on the filesystem. This
70 * remove entries in the background until the limit is satisfied. The limit is
135 * Each of the subsequent lines in the file is a record of the state of a
215 public static String readAsciiLine(InputStream in) throws IOException {
220 int c = in.read();
251 * Recursively delete everything in {@code dir}
340 InputStream in = new BufferedInputStream(new FileInputStream(journalFile), IO_BUFFER_SIZE); local
803 InputStream in = newInputStream(index); local
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.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
52 * Taken from the JB source code, can be found in:
61 * 0} and {@code Integer.MAX_VALUE} bytes in length.
63 * <p>The cache stores its data in a directory on the filesystem. This
70 * remove entries in the background until the limit is satisfied. The limit is
135 * Each of the subsequent lines in the file is a record of the state of a
215 public static String readAsciiLine(InputStream in) throws IOException {
220 int c = in.read();
251 * Recursively delete everything in {@code dir}
340 InputStream in = new BufferedInputStream(new FileInputStream(journalFile), IO_BUFFER_SIZE); local
803 InputStream in = newInputStream(index); local
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 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
21 * it will be loaded by the code in hardware/libhardware/hardware.c
190 char in[ NMEA_MAX_SIZE+1 ]; member in struct:__anon3141
412 // Possibly parse it from the NMEA sentence in the future.
428 D("Received: '%.*s'", r->pos, r->in);
434 nmea_tokenizer_init(tzer, r->in, r->in + r->pos);
484 D("in RMC, fixStatus=%c", tok_fixStatus.p[0]);
551 if (r->pos >= (int) sizeof(r->in)-1 )
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
81 lastTestFailed = false; // hope for the best, but set to true in asserts that fail
500 BufferedReader in; field in class:BaseTest.StreamVacuum
503 public StreamVacuum(InputStream in, String inputFile) {
504 this.in = new BufferedReader( new InputStreamReader(in) )
    [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 7 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in
22 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
30 * nor may "OpenSSL" appear in their names without prior written
36 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
41 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
46 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
48 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
353 const uint8_t *in, size_t in_len
463 uint8_t *in = NULL; local
642 CBS in; local
870 CBS in, pfx, mac_data, authsafe, content_type, wrapped_authsafes, authsafes; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
70 // \note Input1 should not contain 0 components as it is used as divisor in div cases.
355 m.setColumn(0, evalCtx.in[0].swizzle(0,1));
356 m.setColumn(1, evalCtx.in[1].swizzle(0,1));
364 m.setColumn(0, evalCtx.in[0].swizzle(0,1,2));
365 m.setColumn(1, evalCtx.in[1].swizzle(0,1,2));
366 m.setColumn(2, evalCtx.in[2].swizzle(0,1,2));
374 m.setColumn(0, evalCtx.in[0]);
375 m.setColumn(1, evalCtx.in[1])
826 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local
1053 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.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
34 CodeInput in) throws EOFException {
47 CodeInput in) throws EOFException {
62 CodeInput in) throws EOFException {
81 CodeInput in) throws EOFException {
100 CodeInput in) throws EOFException {
116 CodeInput in) throws EOFException {
117 int baseAddress = in.cursor() - 1;
133 CodeInput in) throws EOFException
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 9 * possibly in exchange for a fee, provided that this copyright notice appears
45 * In general, highly portable and reusable C modules which expose their
48 * readable, in the implementation, however!
305 * Free all the nodes in the dictionary by using the dictionary's
353 * Initialize a dictionary in the likeness of another dictionary
374 * Remove all nodes from the dictionary (without freeing them in any way).
389 * debugging purposes, and should be placed in assert statements. Just because
391 * corruptions in the tree may simply cause undefined behavior.
448 * Locate a node in the dictionary having the given key.
670 * successor (i.e. the leftmost node in the right subtree.) By doing this
1287 input_t in; local
1352 input_t in; local
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 158 com_err (program_name, errcode, "adding to in-memory bad block list");
382 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
451 fprintf(stderr, "Weird value (%ld) in do_write\n", got);
513 fputs(_("Checking for bad blocks in read-only mode\n"), stderr);
611 fputs(_("Checking for bad blocks in read-write mode\n"),
774 fputs(_("Checking for bad blocks in non-destructive read-write mode\n"), stderr);
1003 fprintf(stderr, _("%s is apparently in use by the system; "),
1015 * an error message if it fails, and returning success or failure in err.
1039 FILE * in = NULL; local
1168 "specified in read-only mode"))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.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
46 * {@code Integer.MAX_VALUE} bytes in length.
48 * <p>The cache stores its data in a directory on the filesystem. This
55 * remove entries in the background until the limit is satisfied. The limit is
118 * Each of the subsequent lines in the file is a record of the state of a
187 * Opens the cache in {@code directory}, creating a cache if none exists
438 * edit is in progress.
455 return null; // Another edit is in progress.
493 * Returns the number of bytes currently being used to store the values in
740 InputStream in = newInputStream(index); local
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PredicatesTest.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
488 Predicate<Integer> isOneOrFive = Predicates.in(nums);
503 .addEqualityGroup(Predicates.in(nums), Predicates.in(nums),
504 Predicates.in(sameOrder), Predicates.in(differentOrder))
505 .addEqualityGroup(Predicates.in(differentNums))
519 Predicate<Integer> isFalse = Predicates.in(nums);
533 Predicate<Integer> isThree = Predicates.in(nums)
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
ClassPathTest.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
67 // TODO: This will fail on maven resources in the classes directory on a mac.
300 // with/relative/directory is the Class-Path value in the mf file.
308 // with/relative/directory is the Class-Path value in the mf file.
316 // with/relative/directory is the Class-Path value in the mf file.
454 InputStream in = new ByteArrayInputStream(content.getBytes(Charsets.US_ASCII.name())); local
456 manifest.read(in);
  /external/icu/icu4c/source/common/
ucnv.c 42 /* size of intermediate and preflighting buffers in ucnv_convert() */
149 /* Creating a temporary stack-based object that can be used in one thread,
227 * on a 64-bit boundary in memory.
300 in multithreaded applications because the value never changes.
325 /*Decreases the reference counter in the shared immutable section of the object
344 /* In order to speed up the close, only call the callbacks when they have been changed.
390 in multithreaded applications because the value never changes.
441 if (*len < converter->subCharLen) /*not enough space in subChars */
447 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
473 * In order to always have subChar written after it is explicitly set
2490 UConverter in, out; \/* stack-allocated *\/ local
    [all...]
uniset_props.cpp 51 // *** same as in uniset.cpp ! ***
89 * Delimiter string used in patterns to close a category reference:
134 Inclusion &in = gInclusions[i]; local
135 delete in.fSet;
136 in.fSet = NULL;
137 in.fInitOnce.reset();
324 * @param pattern a string specifying what characters are in the set
379 // Need to build the pattern in a temporary string because
386 // syntaxError(chars, "Extra chars in variable value");
394 * Return true if the given position, in the given pattern, appear
    [all...]

Completed in 1757 milliseconds

<<41424344454647484950>>