Searched defs:in (Results 1 - 25 of 1115) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Dblock_switch.cpp20 individually for the purpose of encoding or decoding bit streams in products that are compliant with
31 Redistribution and use in source and binary forms, with or without modification, are permitted without
34 You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
35 your modifications thereto in source code form.
37 You must retain the complete text of this software license in the documentation and/or other materials
38 provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
40 modifications thereto to recipients of copies in binary form.
69 or business interruption, however caused and on any theory of liability, whether in contract, strict
70 liability, or tort (including negligence), arising in any way out of the use of this software, even if
101 static FIXP_DBL FDKaacEnc_GetWindowEnergy(const FIXP_DBL in[], cons
319 FDKaacEnc_GetWindowEnergy(const FIXP_DBL in[], const INT blSwWndIdx) argument
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdec_freq_sca.cpp20 individually for the purpose of encoding or decoding bit streams in products that are compliant with
31 Redistribution and use in source and binary forms, with or without modification, are permitted without
34 You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
35 your modifications thereto in source code form.
37 You must retain the complete text of this software license in the documentation and/or other materials
38 provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
40 modifications thereto to recipients of copies in binary form.
69 or business interruption, however caused and on any theory of liability, whether in contract, strict
70 liability, or tort (including negligence), arising in any way out of the use of this software, even if
256 UCHAR *numMaster, /*!< Number of entries in maste
685 shellsort(UCHAR *in, UCHAR n) argument
[all...]
/external/aac/libSBRenc/src/
H A Dsbr_misc.cpp20 individually for the purpose of encoding or decoding bit streams in products that are compliant with
31 Redistribution and use in source and binary forms, with or without modification, are permitted without
34 You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
35 your modifications thereto in source code form.
37 You must retain the complete text of this software license in the documentation and/or other materials
38 provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
40 modifications thereto to recipients of copies in binary form.
69 or business interruption, however caused and on any theory of liability, whether in contract, strict
70 liability, or tort (including negligence), arising in any way out of the use of this software, even if
91 void FDKsbrEnc_Shellsort_fract (FIXP_DBL *in, IN argument
119 FDKsbrEnc_Shellsort_int(INT *in, INT n) argument
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DPixelUtils.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
80 * @param in
83 public static RectF sink(RectF in) { argument
84 return nearestPixRect(in.left, in.top, in.right, in.bottom);
153 m.put("in", TypedValue.COMPLEX_UNIT_IN);
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... f int err boolean compile java.io.BufferedReader in String s private java.lang.String[] splitRightHandSide (java ...
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCase.java6 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
62 public void setInput(ITestCaseInput in) { argument
63 this.input = in;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DTestSuiteAdapter.java6 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
58 public void addTestCase(ITestCaseInput in, ITestCaseOutput out) { argument
59 TestCase testCase = new TestCase(in, out);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... net.Socket clientSocket private java.io.InputStream in private java.io.OutputStream out private final com ...
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c8 // http://www.linkedin.com/in/jimidle
12 // Redistribution and use in source and binary forms, with or without
17 // 2. Redistributions in binary form must reproduce the above copyright
18 // notice, this list of conditions and the following disclaimer in the
125 // UTF16 and 8Bit if I am going to support those encodings in the STRING stuff.
197 /* Structure is allocated, now fill in the API etc.
226 /* Structure is allocated, now fill in the API etc.
241 /* First free the string itself if there was anything in it
345 // Convert an 8 bit string into a UTF8 representation, which is in fact just the string itself
370 // 3X (in byte
616 pANTLR3_UINT16 in; local
846 pANTLR3_UINT16 in; local
922 pANTLR3_UINT16 in; local
1099 pANTLR3_UINT16 in; local
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DSerializedGrammar.java6 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
44 public char type; // in {l, p, t, c}
93 DataInputStream in = new DataInputStream(bos);
94 readFile(in);
95 in.close();
98 protected void readFile(DataInputStream in) throws IOException { argument
99 String cookie = readString(in); // get $ANTLR
101 int version = in
112 readRules(DataInputStream in, int numRules) argument
121 readRule(DataInputStream in) argument
133 readBlock(DataInputStream in) argument
145 readAlt(DataInputStream in) argument
182 readString(DataInputStream in) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventSocketProxy.java6 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
43 * be kept in sync. New events must be handled on both sides of socket.
52 protected BufferedReader in; field in class:DebugEventSocketProxy
83 in = new BufferedReader(isr);
108 in.readLine();
232 buf.append("LN\t"); // lookahead node; distinguish from LT in protocol
H A DRemoteDebugEventSocketListener.java6 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
48 BufferedReader in; field in class:RemoteDebugEventSocketListener
174 event = in.readLine();
178 event = in.readLine();
200 in = new BufferedReader(isr);
210 in.close(); in = null;
219 if ( in!
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DDOTTreeGenerator.java6 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
35 * arbitrary trees. You can pass in your own templates and
36 * can pass in any kind of tree or use Tree interface method.
42 * CharStream input = new ANTLRInputStream(System.in);
117 * Return the ST not a string in case people want to alter.
206 protected String fixString(String in) argument
208 String text = in;
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java6 * 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
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) { argument
504 this.in = new BufferedReader( new InputStreamReader(in) );
513 String line = in.readLine();
519 line = in
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpDec.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
165 protected int round(int in) { argument
193 return super.round(in);
196 int discarded = in; // not looking at this after this point
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DArray2DRowFieldMatrix.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
31 * As specified in the {@link FieldMatrix} interface, matrix element indexing
33 * returns the element in the first row, first column of the matrix.</li></ul>
59 * @param rowDimension the number of rows in the new matrix
60 * @param columnDimension the number of columns in the new matrix
93 * <p>If an array is built specially in order to be embedded in a
592 // can't copy 2-d array in one shot, otherwise get row references
604 * @param in dat
609 copyIn(final T[][] in) argument
[all...]
H A DArray2DRowRealMatrix.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
47 * As specified in the {@link RealMatrix} interface, matrix element indexing
49 * returns the element in the first row, first column of the matrix.</li></ul>
71 * @param rowDimension the number of rows in the new matrix
72 * @param columnDimension the number of columns in the new matrix
103 * <p>If an array is built specially in order to be embedded in a
600 // can't copy 2-d array in one shot, otherwise get row references
612 * @param in dat
617 copyIn(final double[][] in) argument
[all...]
H A DArrayFieldVector.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
117 * <p>If an array is built specially in order to be embedded in a
148 * <p>If an array is built specially in order to be embedded in a
213 * @param v1 first vector (will be put in front of the new vector)
225 * @param v1 first vector (will be put in front of the new vector)
237 * @param v1 first vector (will be put in front of the new vector)
255 * @param v1 first vector (will be put in fron
682 append(T in) argument
690 append(T[] in) argument
[all...]
H A DArrayRealVector.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
87 * <p>If an array is built specially in order to be embedded in a
173 * @param v1 first vector (will be put in front of the new vector)
184 * @param v1 first vector (will be put in front of the new vector)
199 * @param v1 first vector (will be put in front of the new vector)
214 * @param v1 first vector (will be put in front of the new vector)
227 * @param v1 first vector (will be put in front of the new vector)
240 * @param v1 first vector (will be put in fron
1011 append(double in) argument
1019 append(double[] in) argument
[all...]
H A DBigMatrixImpl.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
47 * As specified in the {@link BigMatrix} interface, matrix element indexing
49 * returns the element in the first row, first column of the matrix.</li></ul></p>
64 /** Bound to determine effective singularity in LU decomposition */
99 * @param rowDimension the number of rows in the new matrix
100 * @param columnDimension the number of columns in the new matrix
137 * <p>If an array is built specially in order to be embedded in a
210 * Create a new BigMatrix using the values represented by the strings in
1462 copyIn(BigDecimal[][] in) argument
1471 copyIn(double[][] in) argument
1491 copyIn(String[][] in) argument
[all...]
H A DRealMatrixImpl.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
47 * As specified in the {@link RealMatrix} interface, matrix element indexing
49 * returns the element in the first row, first column of the matrix.</li></ul>
73 * @param rowDimension the number of rows in the new matrix
74 * @param columnDimension the number of columns in the new matrix
105 * <p>If an array is built specially in order to be embedded in a
608 // can't copy 2-d array in one shot, otherwise get row references
620 * @param in dat
625 copyIn(final double[][] in) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
52 * in 3.0 by a completely rewritten implementation
71 * @param ode original problem (f in the equation y' = f(t, y))
146 * function checks (this interval prevents missing sign changes in
148 * @param convergence convergence threshold in the event time search
149 * @param maxIterationCount upper limit of the iteration count in
193 * available in its public interface during integration ({@link
204 * to the initial state (dy[i]/dy0[j] is in element array dYdY0[i][j]) at each successful
207 * to the parameters (dy[i]/dp[j] is in elemen
755 readExternal(ObjectInput in) argument
820 readArray(final ObjectInput in, final double[] array) argument
832 readArray(final ObjectInput in, final double[][] array) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince853StepInterpolator.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
178 * (beware that only the non-null values are in the table)
224 * instance in order to initialize the internal arrays. This
225 * constructor is used only in order to delay the initialization in
459 public void readExternal(final ObjectInput in) argument
464 final int dimension = in.readInt();
470 yDotKLast[0][i] = in.readDouble();
471 yDotKLast[1][i] = in
[all...]
H A DGraggBulirschStoerStepInterpolator.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
36 * This implementation is basically a reimplementation in Java of the
48 * <tr><td>Redistribution and use in source and binary forms, with or
54 * <li>Redistributions in binary form must reproduce the above copyright
55 * notice, this list of conditions and the following disclaimer in the
181 * Reallocate the internal tables in order to be able to handle
349 // in this degenerated case, the previous computation leads to NaN for derivatives
378 public void readExternal(final ObjectInput in) argument
382 final double t = readBaseExternal(in);
[all...]

Completed in 1785 milliseconds

1234567891011>>