HomeSort by relevance Sort by last modified time
    Searched full:finished (Results 301 - 325 of 4129) sorted by null

<<11121314151617181920>>

  /external/openssl/ssl/
ssl_stat.c 97 case SSL_ST_OK: str="SSL negotiation finished successfully"; break;
112 case SSL2_ST_SEND_CLIENT_FINISHED_A: str="SSLv2 write client finished A"; break;
113 case SSL2_ST_SEND_CLIENT_FINISHED_B: str="SSLv2 write client finished B"; break;
120 case SSL2_ST_GET_SERVER_FINISHED_A: str="SSLv2 read server finished A"; break;
121 case SSL2_ST_GET_SERVER_FINISHED_B: str="SSLv2 read server finished B"; break;
132 case SSL2_ST_GET_CLIENT_FINISHED_A: str="SSLv2 read client finished A"; break;
133 case SSL2_ST_GET_CLIENT_FINISHED_B: str="SSLv2 read client finished B"; break;
134 case SSL2_ST_SEND_SERVER_FINISHED_A: str="SSLv2 write server finished A"; break;
135 case SSL2_ST_SEND_SERVER_FINISHED_B: str="SSLv2 write server finished B"; break;
174 case SSL3_ST_SW_FINISHED_A: str="SSLv3 write finished A"; break
    [all...]
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 37 return {'FINISHED'}
55 return {'FINISHED'}
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 141 // child1 has finished, child2 and child3 haven't started
149 // child1 has finished, child2 has started animation, child3 hasn't started.
157 // child1 and child2 have finished, child3 hasn't started
165 // child1 and child2 have finished, child3 has started animation
207 // childAnimation4 has started animation, childAnimation7 has finished and childAnimation1
216 // childAnimation1 has started animation, childAnimation4, childAnimation7 have finished
251 // childAnimation4 has started animation, childAnimation1 has finished and childAnimation7
260 // childAnimation7 has started animation, childAnimation1 and childAnimation4 has finished
LayoutAnimationControllerTest.java 104 // child2 has started animation, child1 has finished and child3 hasn't started
112 // child3 has started animation, child1, child2 have finished
145 // child2 has started animation, child3 has finished and child1 hasn't started
153 // child1 has started animation, child2 and child3 has finished
196 // child1 has finished, child2 and child3 haven't started
204 // child1 has finished, child2 has started animation, child3 hasn't started.
212 // child1 and child2 have finished, child3 hasn't started
220 // child1 and child2 have finished, child3 has started animation
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.h 77 // FindFirstAllowed before we've finished executing InitFromFile.
78 // Note: We're "finished" even if loading the file fails -- the
  /external/chromium/chrome/browser/
plugin_data_remover.h 42 // Wait until removing has finished. When the browser is still running (i.e.
63 // Signals that we are finished with removing data (successful or not). This
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 100 * Callback for when an individual test in the suite has finished.
127 * Callback for when the last test in the suite has finished.
  /external/chromium_org/chrome/browser/chromeos/drive/
job_list.h 106 // Called when a job id finished.
107 // |error| is FILE_ERROR_OK when the job successfully finished, and a value
  /external/chromium_org/chrome/browser/chromeos/login/
login_display_host.h 35 // auto enrollment check is finished and auto enrollment should be enforced.
73 // |callback| will be invoked asynchronously after it is finished. Otherwise,
  /external/chromium_org/chrome/browser/chromeos/login/screens/
base_screen.h 54 // Called when screen disappears, either because it finished it's work, or
75 // Screen can call this method to notify framework that it have finished
  /external/chromium_org/chrome/browser/download/
download_shelf_context_menu.h 29 OPEN_WHEN_COMPLETE, // Open the download when it's finished.
78 // download has finished.
  /external/chromium_org/chrome/browser/sync_file_system/
sync_task_manager.h 122 // until it finished. And the task must return the instance through
123 // NotifyTaskDone when the task finished.
  /external/chromium_org/chrome/browser/ui/webui/media/
webrtc_logs_ui.cc 92 // Set when |upload_list_| has finished populating the list of logs.
96 // |upload_list_| hasn't finished populating the list of logs yet.
  /external/chromium_org/chrome/common/
cancelable_task_tracker.h 86 // cancelation happens when |task| is running or has finished running, |reply|
87 // will not run. If |reply| is running or has finished running, cancellation
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_service.h 34 // Invoked when CloudPolicyService has finished initializing (any initial
105 // Observers who will receive notifications when the service has finished
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementUpgradeCandidateMap.cpp 83 // An upgrade candidate finished parsing; reorder so that eventual
84 // upgrade order matches finished-parsing order.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.h 86 // last finished profile is deleted (we keep at least one finished profile alive).
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionParser.cpp 47 bool WebSocketExtensionParser::finished() function in class:WebCore::WebSocketExtensionParser
156 if (!finished() && !consumeCharacter(','))
  /external/chromium_org/third_party/skia/include/core/
SkOSFile.h 57 * When finished with the mapping, free the returned pointer with sk_fmunmap.
63 * When finished with the mapping, free the returned pointer with sk_fmunmap.
  /external/chromium_org/third_party/skia/include/pipe/
SkGPipe.h 34 kReadAtom_Status//!< finished reading an atom
83 * If bytes == 0, then the writer has finished.
  /external/chromium_org/webkit/browser/fileapi/
file_stream_writer.h 59 // If the cancel is finished synchronously, it returns net::OK. If the
73 // If the flush finished synchronously, it return net::OK. If the flush could
  /external/junit/src/org/junit/runner/notification/
RunNotifier.java 136 * Invoke to tell listeners that an atomic test finished. Always invoke
139 * @param description the description of the test that finished
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 62 /** execution finished without error */
103 /** execution finished without error */
  /external/skia/include/core/
SkOSFile.h 57 * When finished with the mapping, free the returned pointer with sk_fmunmap.
63 * When finished with the mapping, free the returned pointer with sk_fmunmap.
  /external/skia/include/pipe/
SkGPipe.h 34 kReadAtom_Status//!< finished reading an atom
83 * If bytes == 0, then the writer has finished.

Completed in 532 milliseconds

<<11121314151617181920>>