/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
ReplacesParser.java | 13 // replaces-param = to-tag / from-tag / early-flag / generic-param 14 // to-tag = "to-tag" EQUAL token 25 * @param callID message to parse 33 * @param lexer Lexer to set 64 String to[] = local 66 "Replaces: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n", 69 for (int i = 0; i < to.length; i++) { 70 ReplacesParser tp = new ReplacesParser(to[i]); 72 System.out.println("Parsing => " + to[i]) [all...] |
/external/openssl/ |
Android.mk | 3 # Enable to be able to use ALOG* with #include "cutils/log.h"
|
/external/openssl/crypto/rsa/ |
rsa_ssl.c | 7 * The implementation was written so as to conform with Netscapes SSL. 10 * the following conditions are aheared to. The following conditions 11 * apply to all code found in this distribution, be it the RC4, RSA, 17 * the code are not to be removed. 42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, 77 p=(unsigned char *)to; 105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, 150 memcpy(to,p,(unsigned int)j) [all...] |
rsa_x931.c | 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 40 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 45 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 66 int RSA_padding_add_X931(unsigned char *to, int tlen, 84 p=(unsigned char *)to; 105 int RSA_padding_check_X931(unsigned char *to, int tlen, 151 memcpy(to,p,(unsigned int)j);
|
/external/qemu/android/camera/ |
camera-format-converters.h | 10 * Unless required by applicable law or agreed to in writing, software
22 * pixel format to another.
24 * For the emulator, we really need to convert into two formats: YV12, which is
32 * from - Pixel format to convert from.
33 * to - Pixel format to convert to.
37 extern int has_converter(uint32_t from, uint32_t to);
40 * When camera service replies to a framebuffer request from the client, it
43 * (most of the time), we need to do two conversions for each frame received from [all...] |
/external/scrypt/ |
Android.mk | 3 # Enable to be able to use ALOG* with #include "cutils/log.h"
|
/external/tinyxml/ |
Android.mk | 5 # Add -DTIXML_USE_STL to CFLAGS to use STL.
|
/external/valgrind/main/memcheck/tests/ |
buflen_check.stderr.exp | 1 Syscall param socketcall.getsockname(name) points to unaddressable byte(s) 6 Syscall param socketcall.getsockname(namelen_in) points to unaddressable byte(s)
|
vcpu_fbench.stdout.exp | 1 Ready to begin John Walker's floating point accuracy 6 to normalise for reporting results. For archival results,
|
/external/valgrind/main/none/tests/s390x/ |
fgx.stdout.exp | 5 copy f to g 13 copy g to f
|
/frameworks/base/tools/aapt/ |
SourcePos.h | 24 static void printErrors(FILE* to);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
PERF.awk | 2 # measures the rate of the filtered traces. This can be used to measure 19 # $16 - to 33 to = to ? to : ""; # who are the recipients of these buffers 39 min = (size != "") ? (size) : (min != "") ? (min) : 1; # min size of buffers to watch 40 max = (size != "") ? (size) : (max != "") ? (max) : 5e9; # max size of buffers to watch 51 else if (gsub("^to=", "",arg)) { to = arg } 67 print "Must specify component to observe" [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 5 Permission to use, copy, modify, and distribute this software and 12 to distribution of the software without specific, written prior 15 LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 26 was sent to the printers in August, 1987. 29 minor fix in lib.c: increase inputFS to 100, change malloc 30 for fields to n+1. 34 thanks to david o'brien, freebsd, for both fixes. 37 fiddle in makefile to fix for BSD make; thanks to igor sobrado. 43 fixed a bug in matching the null RE in sub and gsub. thanks to al ah [all...] |
/ndk/tests/build/test-gnustl-chrono/jni/ |
main.cpp | 9 void hanoi_callback(int from, int to) {
|
/prebuilts/sdk/ |
Android.mk | 10 # Unless required by applicable law or agreed to in writing, software 25 $$(call copy-file-to-target) 28 $$(call copy-file-to-target) 35 $$(call copy-file-to-target) 38 $$(call copy-file-to-target)
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguard.bat | 6 REM Note: when passing file names containing spaces to this script, 7 REM you'll have to add escaped quotes around them, e.g.
|
/sdk/files/proguard/bin/ |
proguard.bat | 6 rem Change current directory and drive to where the script is, to avoid
|
/sdk/find_java/ |
Android.mk | 24 # "find_java.exe", to be used from android.bat & co 48 # used in external/qemu/Makefile.android. The variables need to have different 49 # names to not interfere with the ones from qemu/Makefile.android. 57 # seems to be the only way to add an object file that was not generated from 58 # a C/C++/Java source file to our build system. and very unfortunately, 59 # $(TOPDIR)/$(LOCALPATH) will always be prepended to this value, which forces 60 # us to put the object file in the source directory...
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
file_manager_dialog_base.js | 8 * This class is an extended class, to manage the status of the dialogs. 23 * The FileManager object. This is used to notify events of showing or hiding 24 * dialog to file manager. 52 * dialog failed to show due to an existing dialog. 65 * dialog failed to show due to an existing dialog. 84 * dialog failed to show due to an existing dialog. 93 * dialog failed to show due to an existing dialog [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedInteger.cpp | 15 * along with this library; see the file COPYING.LIB. If not, write to 66 void SVGAnimatedIntegerAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) 69 ASSERT(from->type() == to->type()); 71 to->integer() += from->integer(); 81 void SVGAnimatedIntegerAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) 87 int toInteger = to->integer(); 98 int to = toString.toIntStrict(); local 99 return abs(to - from);
|
/external/chromium_org/third_party/mesa/src/docs/ |
WL_bind_wayland_display.spec | 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a 38 more interfaces in the Wayland protocol to allow clients to create 40 provides a new target for eglCreateImageKHR, to create an EGLImage 44 EGL implementation to define specific wayland requests and events, 80 Additions to the EGL 1.4 Specification: 82 To bind a server side wl_display to an EGLDisplay, call 87 To unbind a server side wl_display from an EGLDisplay, call 93 wl_display bound to EGLDisplay otherwise EGL_TRUE [all...] |
/external/mesa3d/docs/ |
WL_bind_wayland_display.spec | 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a 38 more interfaces in the Wayland protocol to allow clients to create 40 provides a new target for eglCreateImageKHR, to create an EGLImage 44 EGL implementation to define specific wayland requests and events, 80 Additions to the EGL 1.4 Specification: 82 To bind a server side wl_display to an EGLDisplay, call 87 To unbind a server side wl_display from an EGLDisplay, call 93 wl_display bound to EGLDisplay otherwise EGL_TRUE [all...] |
/external/mesa3d/src/glsl/ |
Android.gen.mk | 6 # Permission is hereby granted, free of charge, to any person obtaining a 8 # to deal in the Software without restriction, including without limitation 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 # and/or sell copies of the Software, and to permit persons to whom the 11 # Software is furnished to do so, subject to the following conditions: 17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 49 define local-l-or-ll-to-c-or-cpp 55 define local-y-to-c-and- [all...] |
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 89 0x01 DCT0 Read to write turnaround 90 0x02 DCT0 Write to read turnaround 92 0x08 DCT1 Read to write turnaround 93 0x10 DCT1 Write to read turnaround 125 0x02 L2 writebacks to system 131 0xa1 Requests Local I/O to Local I/O 132 0xa2 Requests Local I/O to Local Memory 133 0xa3 Requests Local I/O to Local (I/O or Mem) 134 0xa4 Requests Local CPU to Local I/O 135 0xa5 Requests Local (CPU or I/O) to Local I/ [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/data/fonts/ |
fonts.conf | 3 <!-- /etc/fonts/fonts.conf file to configure system font access --> 36 <!-- Some layout tests specify Helvetica as a family and we need to make sure 37 that we don't fallback to Times New Roman for them --> 230 <!-- FontConfig doesn't currently provide a well-defined way to turn on 231 subpixel positioning. This is just an arbitrary pattern to use after 232 turning subpixel positioning on globally to ensure that we don't have
|