/external/icu/icu4c/source/test/cintltst/ |
callcoll.c | 27 * CollationDummyTest is a third level test class. This tests creation of 608 log_err("Creation of iterator failed\n"); 748 log_err_status(status, "ERROR: in creation of rule based collator :%s\n", myErrorName(status)); 773 log_err_status(status, "ERROR: in creation of rule based collator :%s\n", myErrorName(status)); 800 log_err_status(status, "ERROR: in creation of rule based collator :%s\n", myErrorName(status)); 825 log_err_status(status, "ERROR: in creation of rule based collator :%s\n", myErrorName(status)); 849 log_err_status(status, "ERROR: in creation of rule based collator :%s\n", myErrorName(status)); [all...] |
/bionic/libc/bionic/ |
pthread_key.cpp | 84 // We can rely on a user-established happens-before relationship between the creation and 158 // It is user's responsibility to synchornize between the creation and use of pthread keys,
|
/cts/tests/tests/media/libaudiojni/ |
appendix-b-1-1-buffer-queue.cpp | 119 [3.1.6] When an application requests explicit interfaces during object creation, 122 this will not cause the object to fail creation. On the other hand, if the interface
|
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
SampleGenProperties.groovy | 234 // Fake data for use on creation 273 * Generate default values for creation properties, unless those properties
|
/docs/source.android.com/src/devices/tech/security/selinux/ |
index.jd | 31 these sandboxes were defined by the creation of a unique Linux UID for each 39 processes and automating security policy creation.</p>
|
/docs/source.android.com/src/source/ |
cla-individual.jd | 52 <p>You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions.</p> 58 <p>Should You wish to submit work that is not Your original creation, You may submit it to the Project Leads separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".<br></p></p>
|
/external/bison/djgpp/ |
subpipe.c | 85 error(EXIT_FAILURE, 0, _("creation of a temporary file failed")); 92 error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
|
/external/clang/include/clang/Analysis/Support/ |
BumpVector.h | 83 // forward iterator creation methods. 89 // reverse iterator creation methods.
|
/external/deqp/doc/testspecs/GLES2/ |
functional.fbo.completeness.txt | 48 creation and attachment functions. The test passes if the return value is 49 found in this set. Some test cases may also expect image creation to fail
|
/external/icu/icu4c/source/test/intltest/ |
mnkytst.cpp | 227 errln( "Demo Test 1 Table Collation object creation failed."); 242 errln( "Demo Test 1 Table Collation object creation failed.");
|
/external/javassist/src/main/javassist/expr/ |
ExprEditor.java | 33 * expression (object creation), 265 * Edits an expression for array creation (overridable).
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
MultiPartOutputStream.java | 90 /** Start creation of the next Content. 108 /** Start creation of the next Content.
|
/external/libnfc-nci/halimpl/pn54x/dnld/ |
phNxpNciHal_Dnld.c | 678 NXPLOG_FWDNLD_E("phNxpNciHal_fw_dnld_get_version cb_data creation failed"); 821 NXPLOG_FWDNLD_E("phNxpNciHal_fw_dnld_get_version cb_data creation failed"); 918 NXPLOG_FWDNLD_E("phNxpNciHal_fw_dnld_log_read cb_data creation failed"); [all...] |
/external/lldb/test/python_api/hello_world/ |
TestHelloWorld.py | 100 # The default state after breakpoint creation should be enabled. 102 "Breakpoint should be enabled after creation")
|
/external/parameter-framework/parameter/ |
Element.h | 67 // Creation / build 190 // Returns true if children dynamic creation is to be dealt with
|
/frameworks/av/services/audioflinger/ |
PlaybackTracks.h | 131 // allocated statically at track creation time, 147 // index is allocated statically at track creation time
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraConstrainedHighSpeedCaptureSessionImpl.java | 94 // for next request builder creation. 116 // CaptureRequest.Builder creation.
|
/frameworks/base/telephony/java/android/telephony/ |
NeighboringCellInfo.java | 234 * creation. 249 * creation.
|
/frameworks/rs/cpp/ |
RenderScript.cpp | 163 ALOGE("Device creation failed"); 175 ALOGE("Context creation failed");
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/ |
ActionMode.java | 231 * creation</li> 232 * <li>{@link Callback#onPrepareActionMode(ActionMode, Menu)} after creation
|
/frameworks/wilhelm/src/itf/ |
IEffectSend.c | 35 * - interface was exposed at object creation time or by DynamicInterface::AddInterface 60 // been exposed at object creation time or by DynamicInterface::AddInterface, and it also must
|
/ndk/sources/host-tools/make-3.81/ |
vmsfunctions.c | 170 /* Creation date */ 175 /* Creation date */
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 159 // object creation. This could also be handled via lazy creation of the StringBuilder.
|
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 159 // object creation. This could also be handled via lazy creation of the StringBuilder.
|
/external/javassist/tutorial/ |
tutorial2.html | 671 creation, then it calls <code>edit()</code> on the given 692 object creation, or others. The second statement could be: 947 <p>A <code>NewExpr</code> object represents object creation 948 with the <code>new</code> operator (not including array creation). 950 receives this object if object creation is found. 954 block for the object creation. 979 The resulting value of the object creation. 1005 object creation. 1018 <p>A <code>NewArray</code> object represents array creation 1021 receives this object if array creation is found [all...] |