/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioNodeOutput.h | 7 * 1. Redistributions of source code must retain the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright 45 // It's OK to pass 0 for numberOfChannels in which case setNumberOfChannels() must be called later on. 69 // Must be called with the context's graph lock. 80 // They must be called with the context's graph lock. 85 // It must be called with the context's graph lock. 95 // They must be called with the context's graph lock. 103 // It must be called with the context's graph lock. 108 // It must be called with the context's graph lock. 111 // Must be called with the context's graph lock [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
LzmaDec.h | 77 1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */ 82 LZMA_FINISH_END /* block must be finished at the end */ 87 You must use LZMA_FINISH_END, when you know that current output buffer 88 covers last bytes of block. In other cases you must use LZMA_FINISH_ANY. 98 You must use correct finish mode in that case. */ 105 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */ 126 For Buffer Interface you must always use variant 1. 144 You must work with CLzmaDec variables directly in this interface. 164 You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!! 169 LZMA_FINISH_END - Stream must be finished after dicLimit [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
entenc.h | 8 - Redistributions of source code must retain the above copyright 11 - Redistributions in binary form must reproduce the above copyright 38 The frequency information must be discernable by the decoder, assuming it 62 The values must be monotonically non-increasing, and the last value 63 must be 0. 70 This must be at least one, and no more than 2**32-1.*/ 76 This must be between 1 and 25, inclusive.*/ 85 In order for this to work, at least _nbits bits must have already been 92 This must be no more than 8.*/ 98 The caller must ensure that the amount of data that's already been writte [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaDec.h | 78 1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */ 83 LZMA_FINISH_END /* block must be finished at the end */ 88 You must use LZMA_FINISH_END, when you know that current output buffer 89 covers last bytes of block. In other cases you must use LZMA_FINISH_ANY. 99 You must use correct finish mode in that case. */ 106 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */ 127 For Buffer Interface you must always use variant 1. 145 You must work with CLzmaDec variables directly in this interface. 165 You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!! 170 LZMA_FINISH_END - Stream must be finished after dicLimit [all...] |
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
RopeByteStringTest.java | 9 // * Redistributions of source code must retain the above copyright 11 // * Redistributions in binary form must reproduce the above 62 assertEquals(classUnderTest + " must have the expected tree depth", 77 assertEquals(classUnderTest + " from string must have the expected type", 79 assertTrue(classUnderTest + " underlying bytes must match after balancing", 82 assertTrue(classUnderTest + " balanced string must equal flat string", 84 assertTrue(classUnderTest + " flat string must equal balanced string", 86 assertEquals(classUnderTest + " balanced string must have same hash code as flat string", 105 assertEquals(classUnderTest + " from string must have the expected type", 108 assertEquals(classUnderTest + " unicode bytes must match" [all...] |
/external/lzma/C/ |
LzmaDec.h | 77 1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */
82 LZMA_FINISH_END /* block must be finished at the end */
87 You must use LZMA_FINISH_END, when you know that current output buffer
88 covers last bytes of block. In other cases you must use LZMA_FINISH_ANY.
98 You must use correct finish mode in that case. */
105 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */
126 For Buffer Interface you must always use variant 1.
144 You must work with CLzmaDec variables directly in this interface.
164 You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!
169 LZMA_FINISH_END - Stream must be finished after dicLimit. [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimeZoneTest.java | 109 assertEquals("Must return GMT when given an invalid TimeZone id SMT-8.", 111 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:70.", 113 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:30.", 115 assertEquals("Must return GMT when given an invalid TimeZone time GMT+8:70.", 117 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:.", 119 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:0.", 121 assertEquals("Must return GMT when given an invalid TimeZone time GMT+2360.", 123 assertEquals("Must return GMT when given an invalid TimeZone time GMT+892.", 125 assertEquals("Must return GMT when given an invalid TimeZone time GMT+082.", 127 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28." [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
KeyStore_Impl2Test.java | 95 assertNull("getKey must return null", keyS.getKey(alias, pass)); 96 assertNull("getCertificate must return null", keyS 98 assertNull("getCertificateChain must return null", keyS 112 fail("KeyStoreException must be thrown because this method is not supported"); 117 fail("NullPointerException must be thrown entry is null"); 124 fail("KeyStoreException must be thrown because this method is not supported"); 129 fail("KeyStoreException must be thrown because this method is not supported"); 134 fail("KeyStoreException must be thrown because this method is not supported"); 139 fail("IOException must be thrown"); 144 fail("IOException or NullPointerException must be thrown for null OutputStream") [all...] |
/external/chromium/build/ |
README.chromium | 6 Enables debug settings. Must be included directly in Debug configuration. Includes internal\essential.vsprops. 15 Enables release settings. Must be included directly in Release configuration. Includes internal\essential.vsprops. Also includes "internal\release_impl$(CHROME_BUILD_TYPE).vsprops". So the behavior is dependant on the CHROME_BUILD_TYPE environment variable.
|
/external/chromium/crypto/ |
nss_util_internal.h | 17 // public-key data only (e.g. server certs). Caller must release 24 // successfully. Caller must release returned reference with
|
/external/chromium/net/ocsp/ |
nss_ocsp.h | 18 // Initializes OCSP handlers for NSS. This must be called before any 20 // handlers will only ever be initialized once. ShutdownOCSP() must be called
|
/external/chromium_org/base/allocator/ |
type_profiler.h | 20 // It must be called only once in a process while it is in single-thread. 30 // They must be used only from single-threaded unit tests.
|
/external/chromium_org/build/ |
README.chromium | 6 Enables debug settings. Must be included directly in Debug configuration. Includes internal\essential.vsprops. 15 Enables release settings. Must be included directly in Release configuration. Includes internal\essential.vsprops. Also includes "internal\release_impl$(CHROME_BUILD_TYPE).vsprops". So the behavior is dependant on the CHROME_BUILD_TYPE environment variable.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/ |
UniqueIdentificationGenerator.java | 17 * If there is an error in generating the string, an empty string must be returned, not null. 20 * @return a unique ID. On failure to generate, it must return the empty string.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_manifestVersion.html | 7 but occasionally breaking changes must be made to address important issues. 16 Chrome App developers must currently specify
|
/external/chromium_org/components/ |
DEPS | 4 # Individual components must explicitly declare their dependencies 10 # layers below the Content Module. They must not depend on the
|
/external/chromium_org/content/public/renderer/ |
webrtc_log_message_delegate.h | 27 // Must be called on IO thread. 31 // Must be called on IO thread.
|
/external/chromium_org/content/renderer/pepper/ |
pepper_platform_audio_input.h | 36 // except the destructor, must be called on the main thread. The notifications 101 // The client to notify when the stream is created. THIS MUST ONLY BE 105 // Used to send/receive IPC. THIS MUST ONLY BE ACCESSED ON THE 112 // THIS MUST ONLY BE ACCESSED ON THE MAIN THREAD. 115 // The unique ID to identify the opened device. THIS MUST ONLY BE ACCESSED ON 122 // Whether we have tried to create an audio stream. THIS MUST ONLY BE ACCESSED 128 // THIS MUST ONLY BE ACCESSED ON THE MAIN THREAD. 130 // THIS MUST ONLY BE ACCESSED ON THE MAIN THREAD.
|
pepper_proxy_channel_delegate_impl.cc | 17 DCHECK(ChildProcess::current()) << "Must be in the renderer."; 22 DCHECK(ChildProcess::current()) << "Must be in the renderer.";
|
/external/chromium_org/net/android/ |
network_change_notifier_factory_android.h | 25 // Must be called on the JNI thread. 28 // Must be called on the JNI thread.
|
/external/chromium_org/net/udp/ |
udp_net_log_parameters.h | 17 // must be valid for the life of the callback. 24 // connect event. |address| cannot be NULL, and must remain valid for
|
/external/chromium_org/ppapi/api/ |
ppp_mouse_lock.idl | 8 * function that you must implement to receive mouse lock events from the 17 * The <code>PPP_MouseLock</code> interface contains a function that you must
|
/external/chromium_org/ppapi/api/private/ |
ppb_file_io_private.idl | 19 * object. The FileIO object must have been opened with a 21 * of the returned file handle and must close it.
|
/external/chromium_org/ppapi/c/private/ |
ppb_file_io_private.h | 34 * object. The FileIO object must have been opened with a 36 * of the returned file handle and must close it.
|
/external/chromium_org/ppapi/shared_impl/ |
api_id.h | 10 // These numbers must be all small integers. They are used in a lookup table 67 // Must be last to indicate the number of interface IDs.
|