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

<<41424344454647484950>>

  /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...]
  /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
154 pprev is optional in case a dedicated diff is required */
466 ERROR("%s Audiopath start failed - in call, move to suspended", __func__);
566 /* only allow autostarting if we are in stopped or standby */
586 ERROR("stream not in stopped or standby");
676 // Do nothing in SUSPENDED state.
784 /* volume controlled in audioflinger mixer (digital) */
825 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local
828 return in->common.cfg.rate
833 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local
853 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local
927 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local
1224 struct a2dp_stream_in *in; local
1291 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)
1299 const void* in; local
1423 const void* in; local
1441 const void* in; local
1467 const void* in; local
    [all...]
  /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
803 Parcel in = roundtripParcel(out); local
804 mBundle = in.readBundle();
809 Parcel in = Parcel.obtain(); local
810 in.unmarshall(buf, 0, buf.length);
811 in.setDataPosition(0);
812 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
115 * reporting errors in the process.
393 // Write metadata for all processed files to jd_lists_unified.js in out dir
421 // The .html extension is hard-coded in several .cs files,
445 BufferedReader in = null; local
447 in = new BufferedReader(new FileReader(fn));
452 String line = in.readLine();
480 if (in != null) {
482 in.close()
1835 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...]
  /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 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 

Completed in 2044 milliseconds

<<41424344454647484950>>