/external/chromium_org/chrome/browser/ui/webui/local_discovery/ |
local_discovery_ui_handler.h | 117 // For when the confirm operation on the cloudprint server has finished 124 // Singal to the web interface that registration has finished. 144 // finished. Consider it failed.
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
ttsEngine.html | 71 when speech is finished is highly recommended, otherwise Chrome cannot 77 because it has no way of knowing when your utterance has finished. To 98 <li><code>'end'</code>: The engine has finished speaking the utterance.
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_classifier_delegate.h | 49 // Called by the RenderView once a page has finished loading. Updates the 53 // finished loading. 110 // The last top-level URL that has finished loading in the RenderView.
|
/external/chromium_org/google_apis/drive/ |
request_sender_unittest.cc | 19 // Enum for indicating the reason why a request is finished. 83 // Test the situation that the request has finished. 151 // It is safe to run the cancel closure even after the request is finished.
|
/external/chromium_org/remoting/webapp/ |
event_handlers.js | 71 { event: 'click', id: 'host-finished-button', fn: goHome }, 72 { event: 'click', id: 'client-finished-it2me-button', fn: goHome }, 73 { event: 'click', id: 'client-finished-me2me-button', fn: goHome },
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelectorList.cpp | 102 bool finished = false; 103 for (CSSSelector* s = m_selectorArray; !finished; ++s) { 104 finished = s->isLastInSelectorList();
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
htmlutil.py | 140 finished = False 141 while not finished: 148 finished = True
|
/external/chromium_org/ui/app_list/cocoa/ |
item_drag_controller.mm | 174 finished:(BOOL)finished { 175 if (!finished)
|
/external/lzma/CPP/7zip/Compress/ |
LzmaDecoder.cpp | 128 bool finished = (inSizeProcessed == 0 && outSizeProcessed == 0);
local 131 if (res != 0 || _state.dicPos == next || finished || stopDecoding)
148 if (finished)
|
/external/openfst/src/include/fst/ |
dfs-visit.h | 58 // // Invoked when forward or cross arc examined (to black/finished state) 60 // // Invoked when state finished (PARENT is kNoStateID and ARC == NULL 70 const int kDfsBlack = 2; // Finished
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
dfs-visit.h | 48 // // Invoked when forward or cross arc examined (to black/finished state) 50 // // Invoked when state finished (PARENT is kNoStateID and ARC == NULL 60 const int kDfsBlack = 2; // Finished
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair_s.s | 127 BEQ.W EndNoError ;// Finished if no coefficients 303 ;// Finished 314 ;// Finished reading from the bitstream
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair_s.s | 127 BEQ.W EndNoError ;// Finished if no coefficients 303 ;// Finished 314 ;// Finished reading from the bitstream
|
/libcore/luni/src/main/java/javax/crypto/ |
CipherInputStream.java | 45 private boolean finished; field in class:CipherInputStream 87 if (finished) { 109 finished = true;
|
/libcore/luni/src/main/native/ |
java_util_zip_Deflater.cpp | 88 static jfieldID finished = env->GetFieldID(JniConstants::deflaterClass, "finished", "Z"); local 89 env->SetBooleanField(recv, finished, JNI_TRUE);
|
java_util_zip_Inflater.cpp | 112 static jfieldID finished = env->GetFieldID(JniConstants::inflaterClass, "finished", "Z"); local 113 env->SetBooleanField(recv, finished, JNI_TRUE);
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
InflaterTest.java | 98 assertFalse(inflater.finished()); 100 assertTrue(inflater.finished()); 112 while (!deflater.finished()) {
|
OldAndroidZipStressTest.java | 94 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms"); 114 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms"); 166 inflater.finished();
|
/packages/apps/Mms/src/com/android/mms/ui/ |
AsyncDialog.java | 48 * runnable is finished 77 * will only show if tasks have not finished after a certain amount of time. 139 // finished before the progress bar has popped up.
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_loader.h | 92 // the result to the caller when it is finished. 121 // loading after directory loading is finished. 158 // is finished, and proceeds to the normal pass: LoadChangeListServer. 189 // |callback| when finished. If it is up to date, calls back immediately. 196 // Runs |callback| when it is finished.
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
des_enc.m4 | 263 ! the previous round is finished. 332 xor $1, local1, $1 ! 1 finished, local1 now sbox 7 344 xor $1, local2, $1 ! 2 finished local2 now sbox 6 348 xor $1, local3, $1 ! 3 finished local3 now sbox 5 356 xor $1, local4, $1 ! 4 finished 360 xor $1, local0, $1 ! 8 finished 363 xor $1, local2, $1 ! 6 finished 368 xor $1, local1, $1 ! 7 finished 371 xor $1, local3, $1 ! 5 finished 387 xor $2, local2, $2 ! 5 finished local2 use [all...] |
/external/openssl/crypto/des/asm/ |
des_enc.m4 | 263 ! the previous round is finished. 332 xor $1, local1, $1 ! 1 finished, local1 now sbox 7 344 xor $1, local2, $1 ! 2 finished local2 now sbox 6 348 xor $1, local3, $1 ! 3 finished local3 now sbox 5 356 xor $1, local4, $1 ! 4 finished 360 xor $1, local0, $1 ! 8 finished 363 xor $1, local2, $1 ! 6 finished 368 xor $1, local1, $1 ! 7 finished 371 xor $1, local3, $1 ! 5 finished 387 xor $2, local2, $2 ! 5 finished local2 use [all...] |
/libcore/luni/src/main/java/java/util/zip/ |
Deflater.java | 40 * while (!deflater.finished()) { 141 private boolean finished; field in class:Deflater 289 * @see #finished 300 public synchronized boolean finished() { method in class:Deflater 301 return finished; 351 * operation <i>must</i> be called after {@link #finished} returns 357 finished = false;
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
bio_enc.c | 80 int cont; /* <= 0 when finished */ 81 int finished; member in struct:enc_struct 119 ctx->finished=0; 300 ctx->finished=0; 331 if (!ctx->finished) 333 ctx->finished=1;
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
bio_ber.c | 97 int finished; /* No more read data */ member in struct:bio_ber_struct 238 if (ctx->finished) return(0); 261 ctx->finished=1; 341 ctx->finished=0; 375 if (!ctx->finished) 377 ctx->finished=1;
|