HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 876 - 900 of 3847) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
codecvt.h 11 // This library is distributed in the hope that it will be useful,
17 // permissions described in the GCC Runtime Library Exception, version
89 * The characters in [from,from_end) are converted and written to
102 * the input ends early or there is insufficient space in the
131 * the state in initial conditions, rather than partial conversion
135 * character, and input to in() had 6 external characters with state
169 * The characters in [from,from_end) are converted and written to
182 * the input ends early or there is insufficient space in the
196 in(state_type& __state, const extern_type* __from, function in class:__codecvt_abstract_base
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
codecvt.h 11 // This library is distributed in the hope that it will be useful,
17 // permissions described in the GCC Runtime Library Exception, version
89 * The characters in [from,from_end) are converted and written to
102 * the input ends early or there is insufficient space in the
131 * the state in initial conditions, rather than partial conversion
135 * character, and input to in() had 6 external characters with state
169 * The characters in [from,from_end) are converted and written to
182 * the input ends early or there is insufficient space in the
196 in(state_type& __state, const extern_type* __from, function in class:__codecvt_abstract_base
  /system/core/libappfuse/
FuseBuffer.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
45 LOG(ERROR) << "Invalid header length is found in " << name << ": " << header.len;
127 LOG(ERROR) << "Written bytes " << result << " is different from length in header "
212 const fuse_init_in* const in = &request.init_in; local
214 // Before writing |out|, we need to copy data from |in|.
216 const uint32_t minor = in->minor;
217 const uint32_t max_readahead = in->max_readahead;
221 // 7.22. Beginning with 7.23, the structure increased in size and added
223 if (in->major != FUSE_KERNEL_VERSION || in->minor < 6)
    [all...]
  /system/extras/verity/
verify_boot_signature.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
91 * @param offset Receives the offset in bytes
133 BIO *in = NULL; local
143 if ((in = BIO_new_fd(fd, BIO_NOCLOSE)) == NULL) {
148 if ((*bs = ASN1_item_d2i_bio(ASN1_ITEM_rptr(BootSignature), in, bs)) == NULL) {
150 BIO_free(in);
154 BIO_free(in);
160 * the length in authenticated attributes matches the actual length of
194 /* Confirm that the length of the image matches with the length in
    [all...]
  /system/security/keystore/
user_state.cpp 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
107 int in = TEMP_FAILURE_RETRY(open(src->getMasterKeyFileName(), O_RDONLY)); local
108 if (in < 0) {
112 size_t length = readFully(in, (uint8_t*)&rawBlob, sizeof(rawBlob));
113 if (close(in) != 0) {
141 int in = TEMP_FAILURE_RETRY(open(mMasterKeyFile, O_RDONLY)); local
142 if (in < 0) {
149 size_t length = readFully(in, (uint8_t*)&rawBlob, sizeof(rawBlob));
150 if (close(in) != 0)
    [all...]
  /system/tools/hidl/test/java_test/
hidl_test_java_native.cpp 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
201 IBase::VectorOfArray in, expectedOut; local
202 in.addresses.resize(3);
206 const size_t n = in.addresses.size();
210 in.addresses[i][j] = k;
217 in,
224 hidl_vec<hidl_array<uint8_t, 6> > in, expectedOut; local
225 in.resize(3);
229 const size_t n = in.size()
292 IBase::StringMatrix5x3 in; local
309 hidl_array<hidl_string, 5, 3> in; local
    [all...]
  /system/update_engine/
omaha_response_handler_action_unittest.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
57 bool DoTest(const OmahaResponse& in,
99 const OmahaResponse& in,
107 feeder_action.set_obj(in);
108 if (in.update_exists && in.version != kBadVersion) {
110 for (const auto& package : in.packages)
122 string current_url = in.packages.size() ? in.packages[0].payload_urls[0] : ""
152 OmahaResponse in; local
178 OmahaResponse in; local
200 OmahaResponse in; local
222 OmahaResponse in; local
230 OmahaResponse in; local
252 OmahaResponse in; local
273 OmahaResponse in; local
295 OmahaResponse in; local
316 OmahaResponse in; local
336 OmahaResponse in; local
357 OmahaResponse in; local
392 OmahaResponse in; local
427 OmahaResponse in; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cpu-arm.c 12 This program is distributed in the hope that it will be useful,
159 unsigned int in = bfd_get_mach (ibfd); local
164 bfd_set_arch_mach (obfd, bfd_arch_arm, in);
168 else if (in == bfd_mach_arm_unknown)
174 else if (out == in)
184 else if (in == bfd_mach_arm_ep9312
196 && (in == bfd_mach_arm_XScale
197 || in == bfd_mach_arm_iWMMXt
198 || in == bfd_mach_arm_iWMMXt2))
206 else if (in > out
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-common.c 1 /* Common code for executing a program in a sub-process.
11 Libiberty is distributed in the hope that it will be useful,
130 descriptor from mkstemps, not from a function in
158 int in, out, errdes; local
165 in = -1;
182 /* Set IN. */
191 in = obj->funcs->open_read (obj, obj->next_input_name,
193 if (in < 0)
208 in = obj->next_input;
209 if (in < 0
    [all...]
  /cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
SustainedPerformanceHostTest.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
118 Scanner in = new Scanner(logs); local
119 while (in.hasNextLine()) {
120 String line = in.nextLine();
146 in.close();
179 Scanner in = new Scanner(logs); local
180 while (in.hasNextLine()) {
181 String line = in.nextLine();
186 in.close()
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
StrictJarFileTest.java 5 * use this file except in compliance with the License. You may obtain a copy of
10 * Unless required by applicable law or agreed to in writing, software
358 InputStream in = InstrumentationRegistry.getTargetContext().getAssets().open(file); local
362 while ((c = in.read(buffer)) != -1) {
367 in.close();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageFetcher.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
182 * The main process method, which will be called by the ImageWorker in the AsyncTask background
185 * @param data The data to load the bitmap, in this case, a regular http URL
210 Log.d(TAG, "processBitmap, not found in http cache, downloading...");
270 BufferedInputStream in = null; local
275 in = new BufferedInputStream(urlConnection.getInputStream(), IO_BUFFER_SIZE);
279 while ((b = in.read()) != -1) {
284 Log.e(TAG, "Error in downloadBitmap - " + e);
293 if (in != null)
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageFetcher.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
182 * The main process method, which will be called by the ImageWorker in the AsyncTask background
185 * @param data The data to load the bitmap, in this case, a regular http URL
210 Log.d(TAG, "processBitmap, not found in http cache, downloading...");
270 BufferedInputStream in = null; local
275 in = new BufferedInputStream(urlConnection.getInputStream(), IO_BUFFER_SIZE);
279 while ((b = in.read()) != -1) {
284 Log.e(TAG, "Error in downloadBitmap - " + e);
293 if (in != null)
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageFetcher.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
182 * The main process method, which will be called by the ImageWorker in the AsyncTask background
185 * @param data The data to load the bitmap, in this case, a regular http URL
210 Log.d(TAG, "processBitmap, not found in http cache, downloading...");
270 BufferedInputStream in = null; local
275 in = new BufferedInputStream(urlConnection.getInputStream(), IO_BUFFER_SIZE);
279 while ((b = in.read()) != -1) {
284 Log.e(TAG, "Error in downloadBitmap - " + e);
293 if (in != null)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
EmpiricalDistributionImpl.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
49 * <li>Generate a uniformly distributed value in (0,1) </li>
89 /** upper bounds of subintervals in (0,1) "belonging" to the bins */
92 /** RandomData instance to use in repeated calls to getNext() */
117 * @param in the input data array
119 public void load(double[] in) {
120 DataAdapter da = new ArrayDataAdapter(in);
123 fillBinStats(in);
138 BufferedReader in local
166 BufferedReader in = new BufferedReader(new FileReader(file)); local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.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
49 * included in output messages. Defaults to <code>false</code>.</li>
52 * included in output messages. Defaults to <code>true</code>.</li>
55 * to be included in output messages. Default is <code>false</code>.</li>
57 * The date and time format to be used in the output messages.
59 * used in <code>java.text.SimpleDateFormat</code>. If the format is not
64 * <p>In addition to looking for system properties with the names specified
96 /** Include the instance name in the log message? */
98 /** Include the short name ( last component ) of the logger in the lo
159 InputStream in = getResourceAsStream("simplelog.properties"); external variable declarations
162 simpleLogProps.load(in); external variable declarations
    [all...]
  /external/jline/src/src/main/java/jline/
UnixTerminal.java 5 * BSD license in the documentation provided with this software.
121 public int readVirtualKey(InputStream in) throws IOException {
122 int c = readCharacter(in);
130 // in Unix terminals, arrow keys are represented by
133 if (c == ARROW_START && in.available() > 0) {
138 c = readCharacter(in);
141 c = readCharacter(in);
155 c = readCharacter(in); // read 4th
164 replayStream.setInput(c, in);
191 * first time it is called in order to increase speed, which mean
294 InputStream in = null; local
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableXZInputStream.java 24 * Decompresses a .xz file in random access mode.
29 * The Indexes from all Streams are loaded in RAM by a constructor of this
33 * To make random access possible, the data in a .xz file must be splitted
43 * Stream from the data structures in RAM. It was the simplest to implement
64 * liblzma in XZ Utils supports starting a new Block with
80 private SeekableInputStream in; field in class:SeekableXZInputStream
96 * List of IndexDecoders, one for each Stream in the file.
97 * The list is in reverse order: The first element is
98 * the last Stream in the file.
113 * Uncompressed size of the largest XZ Block in the file
    [all...]
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.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
74 InputStream in = Main.class.getResourceAsStream("/okcurl-version.properties"); local
75 prop.load(in);
76 in.close();
112 @Option(name = { "-i", "--include" }, description = "Include protocol headers in the output")
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SimpleLog.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
49 * <code>true</code> if you want the Log instance name to be included in output
53 * included in output messages. Defaults to <code>true</code>.</li>
55 * <code>true</code> if you want the current date and time to be included in
58 * date and time format to be used in the output messages. The pattern
59 * describing the date and time format is the same that is used in
66 * In addition to looking for system properties with the names specified above,
93 /** Include the instance name in the log message? */
96 * Include the short name ( last component ) of the logger in the log message
156 InputStream in = getResourceAsStream("simplelog.properties"); external variable declarations
159 simpleLogProps.load(in); external variable declarations
    [all...]
  /external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLogger.java 7 * "Software"), to deal in the Software without restriction, including
14 * included in all copies or substantial portions of the Software.
19 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
64 * time to be included in output messages. Default is <code>false</code></li>
66 * <li><code>org.slf4j.simpleLogger.dateTimeFormat</code> - The date and time format to be used in the output messages.
75 * to be included in output messages. Defaults to <code>true</code>.</li>
78 * of the name to be included in output messages. Defaults to <code>false</code>.</li
231 InputStream in = AccessController.doPrivileged(new PrivilegedAction<InputStream>() { local
    [all...]
  /frameworks/base/core/java/android/app/backup/
BlobBackupHelper.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
68 * to apply that described state in the live system. This method is called once
70 * for restore in lexical order by key, <i>not</i> in the order in which the keys
71 * were supplied in the constructor.
84 * [Int=N] : number of keys represented in the state blob
94 DataInputStream in = new DataInputStream(fis); local
97 int version = in.readInt()
197 InflaterInputStream in = new InflaterInputStream(source); local
    [all...]
  /frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
SvcMonitor.java 165 BufferedReader in = new BufferedReader( local
167 String temp = in.readLine();
171 in.close();
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.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
147 InputStream in = mContext.getResources().openRawResource(R.raw.youtube); local
153 while ((length = in.read(buffer)) != -1) {
158 in.close();
  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.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
159 loge("Failure in writing " + config + e);
194 DataInputStream in = null; local
196 in = new DataInputStream(inputStream);
198 int version = in.readInt();
217 key = in.readUTF();
220 id = in.readInt();
222 ipAssignment = IpAssignment.valueOf(in.readUTF());
225 NetworkUtils.numericToInetAddress(in.readUTF()), in.readInt())
    [all...]

Completed in 504 milliseconds

<<31323334353637383940>>