HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1426 - 1450 of 3217) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 11 // This library is distributed in the hope that it will be useful,
17 // permissions described in the GCC Runtime Library Exception, version
48 // as permitted (but not required) in the standard, in order to provide
49 // better type safety in iostream calls. A side effect is that
257 /// Insert/extract @c bool in alphabetic rather than numeric format.
260 /// Converts integer input or generates integer output in decimal base.
263 /// Generate floating-point output in fixed-point notation.
266 /// Converts integer input or generates integer output in hexadecimal base.
269 /// Adds fill characters at a designated internal point in certai
375 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 78 if 'HOME' in os.environ:
85 for line in rcFile.readlines():
93 for line in rcFile.readlines():
102 self.commands_defining = False # True while in the process of defining
134 for line in rcLines:
143 that we ever need to stop in this function."""
166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit
168 self.currentbp in self.commands:
173 for line in self.commands[currentbp]
290 return # continue to handle other cmd def in the cmd list function in function:Pdb.handle_command_def
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 78 if 'HOME' in os.environ:
85 for line in rcFile.readlines():
93 for line in rcFile.readlines():
102 self.commands_defining = False # True while in the process of defining
134 for line in rcLines:
143 that we ever need to stop in this function."""
166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit
168 self.currentbp in self.commands:
173 for line in self.commands[currentbp]
290 return # continue to handle other cmd def in the cmd list function in function:Pdb.handle_command_def
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 11 // This library is distributed in the hope that it will be useful,
17 // permissions described in the GCC Runtime Library Exception, version
48 // as permitted (but not required) in the standard, in order to provide
49 // better type safety in iostream calls. A side effect is that
257 /// Insert/extract @c bool in alphabetic rather than numeric format.
260 /// Converts integer input or generates integer output in decimal base.
263 /// Generate floating-point output in fixed-point notation.
266 /// Converts integer input or generates integer output in hexadecimal base.
269 /// Adds fill characters at a designated internal point in certai
375 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 78 if 'HOME' in os.environ:
85 for line in rcFile.readlines():
93 for line in rcFile.readlines():
102 self.commands_defining = False # True while in the process of defining
134 for line in rcLines:
143 that we ever need to stop in this function."""
166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit
168 self.currentbp in self.commands:
173 for line in self.commands[currentbp]
290 return # continue to handle other cmd def in the cmd list function in function:Pdb.handle_command_def
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 78 if 'HOME' in os.environ:
85 for line in rcFile.readlines():
93 for line in rcFile.readlines():
102 self.commands_defining = False # True while in the process of defining
134 for line in rcLines:
143 that we ever need to stop in this function."""
166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit
168 self.currentbp in self.commands:
173 for line in self.commands[currentbp]
290 return # continue to handle other cmd def in the cmd list function in function:Pdb.handle_command_def
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 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
143 /* Function used only in debug mode */
166 pprev is optional in case a dedicated diff is required */
507 ERROR("Audiopath start failed - in call, move to suspended");
600 /* only allow autostarting if we are in stopped or standby */
611 ERROR("stream not in stopped or standby");
719 // Do nothing in SUSPENDED state.
820 /* volume controlled in audioflinger mixer (digital) */
890 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream local
898 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local
918 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local
992 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local
1296 struct a2dp_stream_in *in; local
1363 struct a2dp_stream_in* in = (struct a2dp_stream_in *)stream; local
    [all...]
  /system/keymaster/
ocb.c 8 / copyright notice and this permission notice appear in all copies.
12 / MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 / WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 / OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36 / encrypted in-place), but no other pair of pointers may be equal.
48 #define OCB_KEY_LEN 16 /* 0, 16, 24 or 32. 0 means set in ae_init */
49 #define OCB_TAG_LEN 16 /* 0 to 16. 0 means set in ae_init */
51 /* This implementation has built-in support for multiple AES APIs. Set any
59 / space in ae_ctx), generated as needed (slightly slowing encryption and
62 / are used for L values in ae_ctx. Plaintext and ciphertexts shorter tha
116 } in, out; local
    [all...]
  /system/security/keystore/
IKeystoreService.cpp 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
34 static keymaster_key_param_t* readParamList(const Parcel& in, size_t* length);
58 void OperationResult::readFromParcel(const Parcel& in) {
59 resultCode = in.readInt32();
60 token = in.readStrongBinder();
61 handle = static_cast<keymaster_operation_handle_t>(in.readInt64());
62 inputConsumed = in.readInt32();
63 ssize_t length = in.readInt32();
66 const void* buf = in.readInplace(length)
1395 const void* in; local
1519 const void* in; local
1537 const void* in; local
1563 const void* in; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.cc 13 // This program is distributed in the hope that it will be useful,
61 // dash, two, or require -z. A single variable may be in more than
162 // config.guess and libtool.m4 look in ld --help output for the
182 // REPORT_BUGS_TO is defined in bfd/bfdver.h.
582 // The function add_excluded_libs() in ld/ldlang.c of GNU ld breaks up a list
583 // of names separated by commas or colons and puts them in a linked list.
584 // We implement the same parsing of names here but store names in an unordered
601 // The checking logic is based on the function check_excluded_libs() in
604 // ld searches sequentially in the excluded libs list. For a given archive,
607 // one of the list entry. An entry "ALL" in the list is considered as
1172 std::ifstream in; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.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
823 Parcel in = roundtripParcel(out); local
824 mBundle = in.readBundle();
829 Parcel in = Parcel.obtain(); local
830 in.unmarshall(buf, 0, buf.length);
831 in.setDataPosition(0);
832 return in;
  /external/doclava/src/com/google/doclava/
Doclava.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
73 /* Don't resolve @link refs found in devsite pages */
134 * reporting errors in the process.
369 // don't do ref doc tasks in devsite static-only builds
415 // don't do ref doc tasks in devsite static-only builds
455 // Write metadata for all processed files to jd_lists_unified in out dir
487 // The .html extension is hard-coded in several .cs files,
511 BufferedReader in = null; local
513 in = new BufferedReader(new FileReader(fn))
1943 BufferedReader in = new BufferedReader( local
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 40 // TODO: support marking opts as for displayable in full usage only
150 // is in the metadata
210 // not in STATE_OPT_VALUE and 'av' does not look
1411 InputStream in = null; local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 591 BufferedReader in = null; local
595 in = new BufferedReader(
656 String line = in.readLine();
762 if (in != null) {
764 in.close();
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.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 // TODO: notify listeners in other users when package has been installed there
119 // TODO: purge expired sessions periodically in addition to at reboot
121 /** XML constants used in {@link #mSessionsFile} */
173 * heavy to store directly in {@link #mSessionsFile}.
344 final XmlPullParser in = Xml.newPullParser(); local
345 in.setInput(fis, StandardCharsets.UTF_8.name());
348 while ((type = in.next()) != END_DOCUMENT) {
350 final String tag = in.getName()
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.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
196 // presumably there is nobody interested in the service at this point,
461 where.append(MediaStore.Audio.Media._ID + " IN (");
519 // in the media content domain, so update everything.
540 * @param offset Where in the 'ids' array we start reading
553 // fill in the ContentValues array with the right values for this pass
572 // need to determine the number of items currently in the playlist,
654 // Don't bother showing an error message in that case.
1014 InputStream in = null; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 

Completed in 1988 milliseconds

<<51525354555657585960>>