/device/generic/goldfish/audio/ |
audio_hw.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 260 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 273 in->device, 274 in->dev); 281 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 296 in->device = (int)val; 309 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 318 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, in->device); 338 struct generic_stream_in *in = (struct generic_stream_in *)stream local 533 struct generic_stream_in *in; local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLClassLoaderTest.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 137 assertEquals("Returned incorrect resource/or in wrong order", 484 InputStream in = this.getClass() local 486 assertNotNull(in); 487 in = this.getClass().getResourceAsStream("test%25.properties"); 488 assertNull(in);
|
/external/chromium_org/base/android/jni_generator/ |
jni_generator.py | 4 # found in the LICENSE file. 120 if java_type in java_pod_type_map: 122 elif java_type in java_type_map: 125 if java_type[:-2] in java_pod_type_map: 130 # in order to handle generics. 177 if '.' in raw_class_name: 178 raise SyntaxError('%s cannot be used in @JNIAdditionalImport. ' 181 if new_import in JniParams._imports: namespace 193 for match in re.finditer(re_import, contents): 197 for match in re.finditer(re_inner, contents) 306 for implicit_import in JniParams._implicit_imports: namespace [all...] |
/external/chromium_org/chrome/browser/printing/ |
print_preview_pdf_generated_browsertest.cc | 3 // found in the LICENSE file. 58 // Number of color channels in a BGRA bitmap. 212 // Returns the setting that could not be set in the preview dialog. 530 // Redirects |std::cin| to the file |stdin_path|. |in| is not freed because 533 std::ifstream* in = new std::ifstream(stdin_path.value().c_str()); local 534 ASSERT_TRUE(in->is_open()); 535 std::cin.rdbuf(in->rdbuf()); 548 // Generates a png from bitmap data and stores it in |png_output_|. 590 // Gets the page count and maximum page width of the PDF in points. 645 // from stderr in addition to stdout for certain blocks of data [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
handlers.c | 3 * found in the LICENSE file. */ 12 #include <netinet/in.h> 55 * @param[in] map The map to add the object to. 56 * @param[in] max_map_size The maximum map size. 57 * @param[in] object The object to add to the map. 75 * @param[in] map The map to remove from. 76 * @param[in] max_map_size The size of the map. 77 * @param[in] i The index to remove. 86 * @param[in] file The file to add to g_OpenFiles. 87 * @return int The index of the FILE in g_OpenFiles, or -1 if there are too man 914 struct sockaddr_in* in = (struct sockaddr_in*)current->ai_addr; local [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
t1_enc.c | 10 * apply to all code found in this distribution, be it the RC4, RSA, 15 * Copyright remains Eric Young's, and as such any Copyright notices in 17 * If this package is used in a product, Eric Young should be given attribution 19 * This can be in the form of a textual message at program startup or 20 * in documentation (online or textual) provided with the package. 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 28 * notice, this list of conditions and the following disclaimer in the 43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 721 unsigned char ad[13], *seq, *in, *out, nonce[16]; local [all...] |
/external/chromium_org/third_party/cython/src/Cython/Build/ |
Dependencies.py | 56 # stupid Py2 distutils enforces str type in list of sources 70 if '**/' in pattern: 77 for root in first: 78 for path in extended_iglob(join_path(root, rest)): 79 if path not in seen: 82 for path in extended_iglob(join_path(root, '*', '**/' + rest)): 83 if path not in seen: 87 for path in iglob(pattern): 124 if literal[0] in "'\"": 128 return [unquote(item) for item in s.split(delimiter) if item.strip() 496 print("missing cimport in module '%s': %s" % (module, filename)) namespace [all...] |
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
json_value.cpp | 3 // recognized in your jurisdiction. 98 // Avoid an integer overflow in the call to malloc below by limiting length 278 * This optimization is used in ValueInternalMap fast allocator. 980 /// Number of values in array or object 1760 InArgs in; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_idct_intrin_ssse3.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 13 // in certain versions of MSVS. 19 static void idct16_8col(__m128i *in, int round) { 45 s[0] = in[0]; 46 s[1] = in[8]; 47 s[2] = in[4] 688 __m128i in[16], l[16]; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_dct.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 61 // similar. In the first one, we transform the columns and transpose 62 // the results. In the second one, we transform the rows. To achieve that, 65 // in normal/row positions). 70 const tran_low_t *in = NULL; local 89 input[0] = in[0 * 4] 362 const tran_low_t *in = NULL; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
SAX2.c | 485 * - override this xmlSAX2ResolveEntity() callback in the SAX block 650 "Entity(%s) already defined in the internal subset\n", 670 "Entity(%s) already defined in the external subset\n", name); 685 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n", 742 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n", 793 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n", 844 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n", 887 "Entity(%s) already defined in the internal subset\n", name); 907 "Entity(%s) already defined in the external subset\n", name); 922 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n" 1891 const xmlChar *in; local [all...] |
uri.c | 24 * Old rule from 2396 used in legacy handling code 206 * in the fragment identifier but this is used very broadly for 286 * Parse a port part and fills in the appropriate fields 317 * Parse an user informations part and fills in the appropriate fields 389 * Parse an host part and fills in the appropriate fields 468 * Parse an authority part and fills in the appropriate fields 507 * Parse a segment and fills in the appropriate fields 539 * Parse an path absolute or empty and fills in the appropriate fields 579 * Parse an path absolute and fills in the appropriate fields 625 * Parse an path without root and fills in the appropriate field 1685 const char *in; local 1745 const xmlChar *in; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 8 * "Software"), to deal in the Software without restriction, including 15 * next paragraph) shall be included in all copies or substantial portions 21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 61 /* Position and area in fixed point coordinates */ 123 const float *in = v[key->inputs[i].src_index]; local 125 debug_printf(" in[%d] (%s[%d]) %s%s%s%s ", 135 debug_printf("%.5f ", in[j]) 693 boolean in = FALSE; \/* are we inside the triangle? *\/ local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 6 * to deal in the Software without restriction, including without limitation 11 * The above copyright notice and this permission notice shall be included in 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 33 * This struct constitutes linkage information in TGSI terminology. 40 uint8_t slot[4]; /* native slots for xyzw (addresses in 32-bit words) */ 48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ 119 struct nv50_ir_varying in[PIPE_MAX_SHADER_INPUTS] member in struct:nv50_ir_prog_info [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex_generic.c | 8 * to deal in the Software without restriction, including without limitation 14 * paragraph) shall be included in all copies or substantial portions of the 19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 21 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 23 * USE OR OTHER DEALINGS IN THE SOFTWARE. 46 * These functions take the NDC coordinates pointed to by 'in', apply the 51 const GLfloat *in ) 56 out[0] = vp[0] * in[0] + vp[12]; 57 out[1] = vp[5] * in[1] + vp[13] 584 const GLfloat *in = (const GLfloat *)v; local 600 const GLfloat *in = (const GLfloat *)v; local 613 const GLfloat *in = (const GLfloat *)v; local 625 const GLfloat *in = (const GLfloat *)v; local 636 const GLfloat *in = (const GLfloat *)v; local 648 const GLfloat *in = (const GLfloat *)v; local 660 const GLfloat *in = (const GLfloat *)v; local 671 const GLfloat *in = (const GLfloat *)v; local 1003 GLfloat *in = (GLfloat *)a[j].inputptr; local [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_demo.c | 5 Redistribution and use in source and binary forms, with or without 12 - Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 19 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 24 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 59 fprintf(stderr, "-framesize <2.5|5|10|20|40|60> : frame size in ms; default: 20 \n" ); 60 fprintf(stderr, "-max_payload <bytes> : maximum payload size in bytes, default: 1024\n" ); 65 fprintf(stderr, "-loss <perc> : simulate packet loss, in percent (0-100); default: 0\n" ); 243 short *in, *out local [all...] |
/external/chromium_org/third_party/speex/libspeex/ |
nb_celp.c | 4 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright 12 notice, this list of conditions and the following disclaimer in the 22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR 27 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 279 spx_word16_t *in = (spx_word16_t*)vin; local 299 highpass(in, in, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_INPUT, st->mem_hp); 310 w_sig[i] = EXTRACT16(SHR32(MULT16_16(in[i-st->windowSize+st->frameSize],st->window[i]),SIG_SHIFT)) [all...] |
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
udp_socket2_win.cc | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 35 // TODO (patrikw): seems to be defined in ws2ipdef.h as 3. How come it's 461 // In this case there is no packet in the PerIoContext. Re-use it 911 // flow? This scenario should probably be documented in 975 "Critical: error enumerating interfaces when passing in correct 1011 struct in_addr in; local [all...] |
/external/chromium_org/ui/gfx/ |
color_analysis.cc | 3 // found in the LICENSE file. 32 // Support class to hold information about each cluster of pixel data in 34 // that exist in the cluster, it keeps track of the aggregate sum so it can 96 // In order to determine if we have hit convergence or not we need to see 133 // Un-premultiplies each pixel in |bitmap| into an output |buffer|. 136 uint32_t* in = static_cast<uint32_t*>(bitmap.getPixels()); local 140 int alpha = SkGetPackedA32(*in); 142 *out++ = SkUnPreMultiply::PMColorToColor(*in++); 144 *out++ = *in++; 245 // Skip fully transparent pixels as they usually contain black in thei [all...] |
/external/chromium_org/v8/src/compiler/ |
simplified-lowering.cc | 3 // found in the LICENSE file. 28 // Representation change insertion ensures that all values are in the correct 33 // backwards from uses to definitions, around cycles in phis, according 36 // possible lowering for each operator so far, and that in turn determines 101 // Reuse {VisitNode()} so the representation rules are in one place. 154 // phis can have 0, if they have not been used in a representation-inducing 170 // In the propagate phase, propagate the usage information backward. 173 // In the change phase, insert a change before the use if necessary. 414 // but that responsibility really lies in the typed lowering phase. 513 MachineTypeUnion in = GetInfo(node->InputAt(0))->output local 534 MachineTypeUnion in = GetInfo(node->InputAt(0))->output; local [all...] |
/external/chromium_org/v8/test/cctest/compiler/ |
test-simplified-lowering.cc | 3 // found in the LICENSE file. 60 // TODO(titzer): these result in a stub call that doesn't work on ARM64. 140 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call 160 t.Call(*src_map, *dst); // TODO(titzer): raw pointers in call 178 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call 199 Object* result = t.Call(*src, *dst); // TODO(titzer): raw pointers in call 259 // TODO(titzer): raw pointers in call 419 // Create and run code that copies the element in either {untagged_array} 423 // a constant in the code. 444 // Create and run code that copies the field in either {untagged_array 1150 Node* in = t.ExampleWithOutput(from); local [all...] |
/external/clang/test/Sema/ |
designated-initializers.c | 21 [3] 2, // expected-warning{{use of GNU 'missing =' extension in designator}} 33 .a = 4.0, // expected-error{{field designator 'a' does not refer to any field in type 'struct point'}} 43 [2].z = 3.0, // expected-error{{field designator 'z' does not refer to any field in type 'struct point'}} 73 [2].top_left = { { .x = 1.1 } }, // expected-error{{designator in initializer for scalar type}} 98 struct outer { struct inner { int x, *y; } in, *inp; } zz[] = { member in struct:outer 99 [0].in.x = 2, &zz[0].in.x, &zz[0].in, 100 0, &anint, &zz[1].in, 101 [3].in = { .y = &anint, .x = 17 } [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-antlr.jar | |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
MapMaker.java | 6 * 1.1 (the "License"); you may not use this file except in compliance with 337 int in = cur.incoming; local 338 if (in > 1) 340 else if (in < 1)
|
/external/jsoncpp/chromium-overrides/src/lib_json/ |
json_value.cpp | 3 // recognized in your jurisdiction. 92 // Avoid an integer overflow in the call to malloc below by limiting length 272 * This optimization is used in ValueInternalMap fast allocator. 974 /// Number of values in array or object 1754 InArgs in; local [all...] |