/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3string.h | 3 * such that they can be allocated all over the place and released in 18 // modification, are permitted provided that the following conditions 48 * that don't reallocate it, like strchr() etc. Perhaps someone will want to provide implementations for UTF8 54 /** The factory that created this string 64 * Note that the actual allocation (->size) 83 /** Pointer to function that sets the string value to a specific string in the default encoding 90 /** Pointer to function that sets the string value to a specific 8 bit string in the default encoding 92 * but if the encoding is UTF16, then the pointer is assumed to point to 8 bit characters that must 106 * points to 8 bit characters that must be converted on the fly. 110 /** Pointer to function that inserts the supplied string at the specifie [all...] |
/external/doclava/src/com/google/doclava/ |
Resolution.java | 21 * that needs to be resolved at a later time. 28 * <p>Variables refer to the piece of data within a Java type that needs to be updated 29 * (such as superclass, interfaceImplemented, etc) that we could not resolve. 33 * In this scenario, the AlertDialog class would have a {@link Resolution} that 43 * @param variable The piece of data within a Java type that needs to be updated 44 * that we could not resolve. 46 * @param builder The InfoBuilder that is building the file in which the Resolution exists. 55 * @return The piece of data within a Java type that needs to be updated 56 * that we could not resolve. 70 * @return The InfoBuilder that built the file in which the Resolution exists [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/ |
GlideAnimation.java | 7 * An interface that allows a transformation to be applied to {@link android.view.View}s in 8 * {@link com.bumptech.glide.request.target.Target}s in across resource types. Targets that wrap views will be able to 9 * provide all of the necessary arguments and start the animation. Those that do not will be unable to provide the 10 * necessary arguments and will therefore be forced to ignore the animation. This interface is a compromise that 13 * @param <R> The type of the resource that should be animated to. 18 * An interface wrapping a view that exposes the necessary methods to run the various types of android animations 44 * Animates from the previous {@link android.graphics.drawable.Drawable} that is currently being displayed in the 45 * given view, if not null, to the new resource that should be displayed in the view. 47 * @param current The new resource that will be displayed in the view. 48 * @param adapter The {@link com.bumptech.glide.request.animation.GlideAnimation.ViewAdapter} wrapping a view that [all...] |
/external/libchrome/base/test/ |
test_simple_task_runner.h | 2 // Use of this source code is governed by a BSD-style license that can be 22 // TestSimpleTaskRunner is a simple TaskRunner implementation that can 23 // be used for testing. It implements SingleThreadTaskRunner as that 26 // that accepts any *TaskRunner object. 35 // However, TestSimpleTaskRunner allows for reentrancy, in that it 36 // handles the running of tasks that in turn call back into itself 39 // Note that, like any TaskRunner, TestSimpleTaskRunner is 65 // by the tasks that run within this call do not run within this call. Can 66 // only be called on the thread that created this TestSimpleTaskRunner. 70 // thread that created this TestSimpleTaskRunner [all...] |
/external/llvm/docs/HistoricalNotes/ |
2001-01-31-UniversalIRIdea.txt | 7 customizable runtime system that can be used to implement language-specific 11 The idea would be that LLVM would provide a standard set of runtime features 15 runtime features needed for that language, extending or customizing them as 25 The risk is that this sounds like a universal IR -- something that the 28 convince anyone that we have a universal IR that will work. We need to 29 think about whether LLVM is different or if has something novel that might 31 features that different languages select from. Also, using SSA with or 35 implemented on top of LLVM a bit more. That might give us clues on how t [all...] |
/external/skia/resources/android_fonts/pre_v17/ |
fallback_fonts.xml | 5 This file specifies the fonts, and the priority order, that will be searched for any 7 Each entry consists of a family tag and a list of files (file names) which support that 8 family. The fonts for each family are listed in the order of the styles that they 11 will be searched for glyphs that are not supported by the default system fonts (which are 14 Note that there is not nameset for fallback fonts, unlike the fonts specified in 16 in the future. For now, the lack of files entries here is an indicator to the system that 19 There is another optional file in /vendor/etc/fallback_fonts.xml. That file can be used to 20 provide references to other font families that should be used in addition to the default 21 fallback fonts. That file can also specify the order in which the fallback fonts should be 22 searched, to ensure that a vendor-provided font will be used before another fallback fon [all...] |
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/android_fonts/pre_v17/ |
fallback_fonts.xml | 5 This file specifies the fonts, and the priority order, that will be searched for any 7 Each entry consists of a family tag and a list of files (file names) which support that 8 family. The fonts for each family are listed in the order of the styles that they 11 will be searched for glyphs that are not supported by the default system fonts (which are 14 Note that there is not nameset for fallback fonts, unlike the fonts specified in 16 in the future. For now, the lack of files entries here is an indicator to the system that 19 There is another optional file in /vendor/etc/fallback_fonts.xml. That file can be used to 20 provide references to other font families that should be used in addition to the default 21 fallback fonts. That file can also specify the order in which the fallback fonts should be 22 searched, to ensure that a vendor-provided font will be used before another fallback fon [all...] |
/external/skqp/resources/android_fonts/pre_v17/ |
fallback_fonts.xml | 5 This file specifies the fonts, and the priority order, that will be searched for any 7 Each entry consists of a family tag and a list of files (file names) which support that 8 family. The fonts for each family are listed in the order of the styles that they 11 will be searched for glyphs that are not supported by the default system fonts (which are 14 Note that there is not nameset for fallback fonts, unlike the fonts specified in 16 in the future. For now, the lack of files entries here is an indicator to the system that 19 There is another optional file in /vendor/etc/fallback_fonts.xml. That file can be used to 20 provide references to other font families that should be used in addition to the default 21 fallback fonts. That file can also specify the order in which the fallback fonts should be 22 searched, to ensure that a vendor-provided font will be used before another fallback fon [all...] |
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
2001-01-31-UniversalIRIdea.txt | 7 customizable runtime system that can be used to implement language-specific
11 The idea would be that LLVM would provide a standard set of runtime features
15 runtime features needed for that language, extending or customizing them as
25 The risk is that this sounds like a universal IR -- something that the
28 convince anyone that we have a universal IR that will work. We need to
29 think about whether LLVM is different or if has something novel that might
31 features that different languages select from. Also, using SSA with or
35 implemented on top of LLVM a bit more. That might give us clues on how to [all...] |
/external/webrtc/webrtc/base/ |
win32window.cc | 5 * that can be found in the LICENSE file in the root of the source 92 Win32Window* that = reinterpret_cast<Win32Window*>( local 94 if (!that && (WM_CREATE == uMsg)) { 96 that = static_cast<Win32Window*>(cs->lpCreateParams); 97 that->wnd_ = hwnd; 98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); 100 if (that) { 102 bool handled = that->OnMessage(uMsg, wParam, lParam, result); 111 that->wnd_ = NULL; 112 that->OnNcDestroy() [all...] |
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
ImageBuffersForRenderScriptF32.java | 15 * A class that manages the image buffers that interface between Java and Render 23 * SharpImage, FuzzyImage, and integralImage that are bound with memory in 32 * A constructor that allocates memory buffers in Java and binds the buffers 36 * @param renderScript a RenderScript object that manages the {@code Context} 38 * @param scriptC a RenderScript object that manages the filtering kernel 62 * A function that passes global parameters from Java to Render Script and 65 * @param focalLayer a layer for the depth value interval that has zero blur. 66 * @param scriptC a RenderScript object that manages filtering kernels and 80 // {@code g_sharp_image} is a global pointer that points the focus image i [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMImplementationSource.java | 6 * work is distributed under the W3C(r) Software License [1] in the hope that 19 * listed in the binding-specific list of available sources so that its 26 * A method to request the first DOM implementation that supports the 28 * @param features A string that specifies which features and versions 34 * request a DOM implementation that supports the module "XML" for its 35 * 3.0 version, a module that support of the "Traversal" module for 40 * @return The first DOM implementation that support the desired 46 * A method to request a list of DOM implementations that support the 48 * @param features A string that specifies which features and versions 53 * @return A list of DOM implementations that support the desire [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
Matrix.java | 58 * @param that is the source Matrix. 60 public Matrix(Matrix that) { 61 n = that.n; 62 m = that.m; 63 mem = new double[that.mem.length]; 65 mem[i] = that.mem[i]; 96 * Forms the sum of two matrices, this and that 98 * @param that is the other matrix 99 * @return newly allocated matrix representing the sum of this and that 102 public Matrix plus(Matrix that) { [all...] |
/external/curl/lib/vauth/ |
ntlm.h | 38 /* Indicates that Unicode strings are supported for use in security buffer 42 /* Indicates that OEM strings are supported for use in security buffer data. */ 45 /* Requests that the server's authentication realm be included in the Type 2 50 /* Specifies that authenticated communication between the client and server 54 /* Specifies that authenticated communication between the client and server 58 /* Indicates that datagram authentication is being used. */ 61 /* Indicates that the LAN Manager session key should be used for signing and 68 /* Indicates that NTLM authentication is being used. */ 73 /* Sent by the client in the Type 3 message to indicate that an anonymous 77 /* Sent by the client in the Type 1 message to indicate that a desire [all...] |
/external/pdfium/fpdfsdk/pwl/ |
cpwl_scroll_bar.h | 2 // Use of this source code is governed by a BSD-style license that can be 25 bool operator==(const PWL_SCROLL_INFO& that) const { 26 return fContentMin == that.fContentMin && fContentMax == that.fContentMax && 27 fPlateWidth == that.fPlateWidth && fBigStep == that.fBigStep && 28 fSmallStep == that.fSmallStep; 30 bool operator!=(const PWL_SCROLL_INFO& that) const { 31 return !(*this == that); 72 bool operator==(const PWL_FLOATRANGE& that) const [all...] |
/external/v8/tools/clang/plugins/tests/ |
base_refcounted.txt | 2 ./base_refcounted.h:47:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private. 8 ./base_refcounted.h:59:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private. 14 ./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual. 17 ./base_refcounted.h:110:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private. 26 ./base_refcounted.h:115:7: warning: [chromium-style] Classes that are ref-counted should have explicit destructors that are declared protected or private. 35 ./base_refcounted.h:145:1: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private [all...] |
/cts/hostsidetests/backup/src/android/cts/backup/ |
RestoreAnyVersionHostSideTest.java | 31 * Test checking that restoreAnyVersion manifest flag is respected by backup manager. 47 /** The name of the APK of the app that has restoreAnyVersion=true in the manifest */ 50 /** The name of the APK of the app that has a higher version code */ 54 /** The name of the APK of the app that has restoreAnyVersion=false in the manifest */ 67 // Clear backup data and uninstall the package (in that order!) 73 * Tests that the app that has restoreAnyVersion=false will not get the restored data from a 74 * newer version of that app at install time 99 * Tests that the app that has restoreAnyVersion=true will get the restored data from [all...] |
/development/samples/SipDemo/ |
_index.html | 6 with SIP: Make a call, receive a call, and signal to the Android platform that 7 your app wants to receive incoming SIP calls, so that they can be handled from 14 — a <code>PreferenceActivity</code> that supplies basic settings for SIP 18 that listens for incoming SIP calls and passes them to 21 — a activity that login to SIP provider and registers the device to 24 <p>If you are developing an application that uses the SIP API, remember that the 27 not all devices will offer SIP support. To ensure that your application can only 28 be installed on devices that are capable of supporting SIP, remember to add the 31 indicates to Google Play and the platform that your application require [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformState.java | 39 * that interface before it calls startDocument, and, if it 43 * <p>Note that the current stylesheet and root stylesheet can 56 * Retrieves the stylesheet element that produced 59 * <p>Please note that the ElemTemplateElement returned may 63 * @return the stylesheet element that produced the SAX event. 77 * that is in effect, which may be a matched template 80 * <p>Please note that the ElemTemplate returned may 84 * @return the xsl:template that is in effect 90 * that was matched. Note that this may not b [all...] |
/external/google-breakpad/src/processor/ |
basic_code_module.h | 5 // modification, are permitted provided that the following conditions are 30 // basic_code_module.h: Carries information about code modules that are loaded 34 // instantiated directly, only based on other objects that implement 55 // the CodeModule interface without requiring all of the resources that 57 explicit BasicCodeModule(const CodeModule *that) 58 : base_address_(that->base_address()), 59 size_(that->size()), 60 code_file_(that->code_file()), 61 code_identifier_(that->code_identifier()), 62 debug_file_(that->debug_file()) [all...] |
/external/icu/icu4c/source/i18n/ |
strrepl.h | 29 * A replacer that produces static text as its output. The text may 30 * contain transliterator stand-in characters that represent nested 32 * replacers in a StringReplacer. A StringReplacer that contains such 42 * Output text, possibly containing stand-in characters that 67 * Object that translates stand-in characters in 'output' to 75 * Construct a StringReplacer that sets the emits the given output 77 * @param theOutput text that will replace input text when the 79 * that represent nested replacers. 80 * @param theCursorPos cursor position that will be returned by 82 * @param theData transliterator context object that translate [all...] |
/external/libpcap/ |
pcap_breakloop.3pcap | 5 .\" modification, are permitted provided that: (1) source code distributions 35 sets a flag that will force 40 that have been processed so far, or \-2 if no packets have been 44 control handler on Windows, as it merely sets a flag that is checked 51 Note that if you are catching signals on UNIX systems that support 54 that system calls should NOT be restarted by that signal. Otherwise, 62 Note also that, in a multi-threaded application, if one thread is 64 a call to pcap_breakloop() in a different thread will not unblock that [all...] |
/libcore/ojluni/src/main/java/java/lang/reflect/ |
ParameterizedType.java | 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 14 * version 2 for more details (a copy is included in the LICENSE file that 35 * parameterized type p is created, the generic type declaration that 41 * <p>Instances of classes that implement this interface must implement 42 * an equals() method that equates any two instances that share the 52 * <p>Note that in some cases, the returned array be empty. This can occur 61 * actual type parameters refer to a parameterized type that cannot 69 * that declared this type [all...] |
UndeclaredThrowableException.java | 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 14 * version 2 for more details (a copy is included in the LICENSE file that 31 * checked exception (a {@code Throwable} that is not assignable 32 * to {@code RuntimeException} or {@code Error}) that 34 * {@code throws} clause of the method that was invoked on the 38 * the undeclared checked exception that was thrown by the invocation 43 * that wraps a checked exception. 47 * "undeclared checked exception that was thrown by the invocation 48 * handler" that may be provided at construction time and accessed vi [all...] |
/libcore/ojluni/src/main/java/javax/sql/ |
RowSetListener.java | 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 14 * version 2 for more details (a copy is included in the LICENSE file that 29 * An interface that must be implemented by a 30 * component that wants to be notified when a significant 43 * Notifies registered listeners that a <code>RowSet</code> object 49 * @param event a <code>RowSetEvent</code> object that contains 50 * the <code>RowSet</code> object that is the source of the event 55 * Notifies registered listeners that a <code>RowSet</code> object 61 * @param event a <code>RowSetEvent</code> object that contain [all...] |