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

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
hdspm.h 13 * This program is distributed in the hope that it will be useful,
30 maybe in future we can memory map it so I just copy it
98 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte =
102 /* organisation is 64 channelfader in a continous memory block */
107 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
112 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imputil.py 13 warnpy3k("the imputil module has been removed in Python 3.0", stacklevel=2)
17 import imp ### not available in Jython? namespace
28 _ModuleType = type(sys) ### doesn't work in Jython...
65 # we're definitely going to be importing something in the future,
80 for desc in imp.get_suffixes():
120 # In the former case, there is no way that we could import
121 # sub-modules that occur in the fromlist (but we can't raise an
125 # In the latter case (__ispkg__ == 0), there can't be any sub-
128 # In both cases, since len(parts) == 1, the top_module is also
150 """Returns the context in which a module should be imported
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imputil.py 13 warnpy3k("the imputil module has been removed in Python 3.0", stacklevel=2)
17 import imp ### not available in Jython? namespace
28 _ModuleType = type(sys) ### doesn't work in Jython...
65 # we're definitely going to be importing something in the future,
80 for desc in imp.get_suffixes():
120 # In the former case, there is no way that we could import
121 # sub-modules that occur in the fromlist (but we can't raise an
125 # In the latter case (__ispkg__ == 0), there can't be any sub-
128 # In both cases, since len(parts) == 1, the top_module is also
150 """Returns the context in which a module should be imported
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 13 warnpy3k("the imputil module has been removed in Python 3.0", stacklevel=2)
17 import imp ### not available in Jython? namespace
28 _ModuleType = type(sys) ### doesn't work in Jython...
65 # we're definitely going to be importing something in the future,
80 for desc in imp.get_suffixes():
120 # In the former case, there is no way that we could import
121 # sub-modules that occur in the fromlist (but we can't raise an
125 # In the latter case (__ispkg__ == 0), there can't be any sub-
128 # In both cases, since len(parts) == 1, the top_module is also
150 """Returns the context in which a module should be imported
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 13 warnpy3k("the imputil module has been removed in Python 3.0", stacklevel=2)
17 import imp ### not available in Jython? namespace
28 _ModuleType = type(sys) ### doesn't work in Jython...
65 # we're definitely going to be importing something in the future,
80 for desc in imp.get_suffixes():
120 # In the former case, there is no way that we could import
121 # sub-modules that occur in the fromlist (but we can't raise an
125 # In the latter case (__ispkg__ == 0), there can't be any sub-
128 # In both cases, since len(parts) == 1, the top_module is also
150 """Returns the context in which a module should be imported
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-6/
wagon-file-1.0-beta-6.jar 
  /system/core/cpio/
mkbootfs.c 46 /* Each line in the canned file should be a path plus three ints (uid,
81 // Use the compiled-in fs_config() function.
91 // Nothing is special about this value, just picked something in the
151 static void _archive(char *in, char *out, int ilen, int olen);
157 static void _archive_dir(char *in, char *out, int ilen, int olen)
165 in, out, ilen, olen);
168 d = opendir(in);
169 if(d == 0) die("cannot open directory '%s'", in);
208 in[ilen] = '/';
209 memcpy(in + ilen + 1, names[i], t + 1)
275 char in[8192]; local
    [all...]
  /system/core/fastboot/
usb_linux.cpp 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
53 /* Timeout in seconds for usb_wait_for_disconnect.
55 * under 2 seconds) but we'll time out after 3 seconds just in case.
68 // with a 16MiB global limit in 3.3, but each URB submitted required a
74 // In 3.6, the contiguous buffer limit was removed by allocating multipl
145 int in, out; local
334 int n, in, out, ifc; local
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 11 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
78 IO in, out; /* input/output state */ variable
157 if (in.name == NULL) {
158 in.name = "stdin";
159 in.fd = STDIN_FILENO
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 12 This program is distributed in the hope that it will be useful,
23 DOS executable program before the coff image to load it in memory
28 The only thing what they do is to adjust the information stored in
31 the coff image. It loads the image in memory and assumes then, that the
32 image had no stub by using the filepointers as pointers in the coff
33 image and NOT in the file.
36 here and NOT in the DJGPP startup code. */
121 technique is in any function the same. For the ...in function,
150 adjust_filehdr_out_pre (bfd * abfd, void * in, void * out
223 union internal_auxent *in = (union internal_auxent *) in1; local
241 union internal_auxent *in = (union internal_auxent *) inp; local
259 union internal_auxent *in = (union internal_auxent *) inp; local
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.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
96 * whether to use Vertex Buffer Object in rendering or not
350 InputStream in = null; local
352 in = mContext.getAssets().open(TEXTURE_FILE);
353 Bitmap bitmap = BitmapFactory.decodeStream(in);
372 if (in != null)
374 in.close();
434 Log.i(TAG, description + " time in secs: " + timePassedInSecs);
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.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
112 /** put tags at start/stop of all templates in output */
375 * <p>Doesn't work for archives in JDK 1.1 as the URL returned by
399 log("Couldn\'t find resource " + resource + " for library " + msg + " in external classpath", Project.MSG_VERBOSE);
406 * stringtemplate-*.jar files in the lib directory and add them
645 log("Antlr libraries not found in external classpath or embedded classpath statement ", Project.MSG_ERR);
664 BufferedReader in = null; local
666 in = new BufferedReader(new FileReader(f));
669 if (in != null)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.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
48 BufferedReader in; field in class:RemoteDebugEventSocketListener
174 event = in.readLine();
178 event = in.readLine();
200 in = new BufferedReader(isr)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 572 private HttpsURLConnection getConn(String url, String method, boolean in, boolean out, String cookie)
615 sconn.setDoInput(in);
651 BufferedReader in = new BufferedReader(new InputStreamReader(conn.getInputStream())); local
653 while ((tmp = in.readLine()) != EMPTY && tmp != null)
658 in.close();
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 106 // create an identically named artive in outdir/lib [the stream is
107 // closed in the archive end event handler]:
123 // create a temp file in the same dir [moved into the original one
124 // in the archive end event handler]:
150 public final void handleArchiveEntry (final JarInputStream in, final ZipEntry entry)
172 // files represent the same class; in the future I might use a more
186 // in 'copy' mode
194 // run, skip duplicates in copy mode:
199 // BUG_SF989071: using outFile here instead resulted in
219 readZipEntry (in, entry)
960 InputStream in = null; local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/cldr/
CheckSystemFonts.java 93 BufferedReader in = BagFormatter.openUTF8Reader(outputDirectoryName, "skip_fonts.txt"); local
95 String line = in.readLine();
102 in.close();
  /external/jetty/src/java/org/eclipse/jetty/servlet/
DefaultServlet.java 94 * but have index.jsp in your welcome file list.
303 * In the case where the DefaultServlet is deployed on the HttpService it is likely that
635 * Finds a matching welcome file for the supplied {@link Resource}. This will be the first entry in the list of
642 * @return The path of the matching welcome file in context or null.
993 InputStream in=resource.getInputStream(); local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
AnalysisAdapter.java 10 private Hashtable<Node,Object> in; field in class:AnalysisAdapter
15 if(this.in == null)
20 return this.in.get(node);
25 if(this.in == null)
27 this.in = new Hashtable<Node,Object>(1);
32 this.in.put(node, o);
36 this.in.remove(node);
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
76 * {@link javax.sip.SipStack} ). In addition to these, the following are
77 * meaningful properties for the NIST SIP stack (specify these in the property
85 * </b> This property is used by the built in log4j based logger. You can use
88 * logged in SERVER_LOG. If you set this to 32 and specify a DEBUG_LOG then vast
89 * amounts of trace information will be dumped in to the specified DEBUG_LOG.
101 * </code> allows you to now control logging in the stack entirely using log4j
121 * Otherwise messages are logged in a format that can later be viewed using the
122 * trace viewer application which is located in the tools/tracesviewe
1004 InputStream in = getClass().getResourceAsStream("\/TIMESTAMP"); local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.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
252 InputStream in = connection.getInputStream(); local
253 assertEquals("ABC", readAscii(in, 3));
254 assertEquals(-1, in.read());
255 assertEquals(-1, in.read());
290 * arrive in time.
421 private String readAscii(InputStream in, int count) throws IOException {
424 int value = in.read();
426 in.close()
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java 626 public void readFromParcel(Parcel in) {
627 setAction(in.readString());
628 if (in.readInt() == 1) {
629 data = Uri.CREATOR.createFromParcel(in);
631 type = in.readString();
632 flags = in.readInt();
633 packageName = in.readString();
634 componentName = ComponentName.readFromParcel(in);
635 int N = in.readInt();
637 categories.add(in.readString().intern())
    [all...]
  /frameworks/base/core/java/android/view/
Display.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
44 * The display area is described in two different ways.
59 * such as the built-in screen or an external monitor. The contents of a logical
94 * The default Display id, which is the id of the built-in primary display
106 * that is stored in protected graphics buffers.
117 * in protected graphics buffers may not be composited.
144 * by applications from appearing in screenshots or from being viewed
214 * Display type: Built-in display.
265 * Display state: The display is dozing in a low power state; it is stil
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.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
166 Log.w(TAG, "Unable to stat input file in performBackup() on "
174 // Each 'record' in the restore set is kept in its own file, named by
177 // in this update.
209 Log.w(TAG, "Unable to stat input file in performBackup() on "
295 Log.w(TAG, "Exception caught in tearDownFullBackup()", e);
335 Log.e(TAG, "Attempt to initiate full backup while one is in progress");
343 // We know a priori that we run in the system process, so we need to mak
545 FileInputStream in = new FileInputStream(f); local
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 5 * use this file except in compliance with the License. You may obtain a copy
10 * Unless required by applicable law or agreed to in writing, software
95 // Delete files that are in the future.
107 // Remove in a separate loop because any accesses (valueAt)
108 // will cause a gc in the SparseArray and mess up the order.
122 * for all {@link IntervalStats} that haven't been checked-in.
124 * an exception, the check-in will be aborted.
126 * @param checkinAction The callback to run when checking-in {@link IntervalStats}.
127 * @return true if the check-in succeeded.
135 // We may have holes in the checkin (if there was an error
619 DataInputStream in = new DataInputStream(new ByteArrayInputStream(payload)); local
726 DataInputStream in = new DataInputStream(bais); local
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.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
121 // should have nothing in the thread history to start
192 // visible in the current sample, but it will be visible in a
287 InputStream in = new ByteArrayInputStream(bytes); local
288 BinaryHprofReader reader = new BinaryHprofReader(in);
291 in.close();

Completed in 2847 milliseconds

<<41424344454647484950>>