Searched
full:attempt (Results
326 -
350 of
6919) sorted by null
<<11121314151617181920>>
/frameworks/rs/ |
rsProgram.cpp | 155 ALOGE("Attempt to bind alloc at slot %u, on shader id %" PRIuPTR ", but const count is %u", 161 ALOGE("Attempt to bind alloc at slot %u, on shader id %" PRIuPTR ", but types mismatch", 183 ALOGE("Attempt to bind texture to slot %u but tex count is %u", slot, mHal.state.texturesCount); 189 ALOGE("Attempt to bind cubemap to slot %u but 2d texture needed", slot); 202 ALOGE("Attempt to bind sampler to slot %u but tex count is %u", slot, mHal.state.texturesCount);
|
/system/connectivity/shill/ |
connection_health_checker.h | 58 // Could not attempt a tcp connection. 74 // A new ConnectionHealthChecker is created with a default URL to attempt the 79 // to attempt the TCP connection with. 158 // After sending a small amount of data, attempt |kMaxSentDataPollingAttempts| 228 // Number of times we have checked the tx-queue for the current send attempt.
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/ |
Test_check_cast.java | 100 * @title Attempt to access inaccessible class, expect throws IllegalAccessError 109 * @title Attempt to access undefined class, expect throws NoClassDefFoundError on
|
/external/autotest/client/site_tests/touch_UpdateErrors/ |
touch_UpdateErrors.py | 65 @raises: TestFail if no update attempt occurs or if there is an error. 89 raise error.TestFail('Touch firmware did not attempt update.')
|
/external/autotest/client/tests/kvm/ |
build.cfg.sample | 4 # The default is noinstall (won't attempt to build KVM), so if you stick with it 90 # default, so therefore no attempt to build/install KVM will be made by
|
/external/autotest/server/site_tests/firmware_PDConnect/ |
firmware_PDConnect.py | 102 # Attempt connect/disconnect iterations 109 # Attempt to reconnect
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
uploader.py | 38 Will attempt to copy files existing in the upload location to a backup 79 """Attempt to undo the previous call to Upload.
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
sig_handling.py | 53 RuntimeError: if attempt is made to register a signal_num not in 57 raise RuntimeError('Attempt to register handler (%s) for signal %d, which '
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_SOCKOPTFUNCTION.3 | 72 already connected and then libcurl will not attempt to connect it. This allows 75 not attempt to connect (again).
|
/external/google-breakpad/src/common/linux/ |
elfutils.h | 73 // Attempt to find a section named |section_name| of type |section_type| 96 // Attempt to find the first segment of type |segment_type| in the ELF
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
ResponseBody.java | 70 * charset, this will attempt to decode the response body as UTF-8. 80 * this will attempt to decode the response body as UTF-8.
|
Route.java | 27 * proxy selector} is used. It may return multiple proxies to attempt. 30 * server may return multiple IP addresses to attempt.
|
/external/skia/experimental/Networking/ |
SampleNetPipeReader.cpp | 14 * received all the data transmitted and attempt to reproduce the drawing calls. 17 * is consuming, the reader will attempt multiple reads and only render the
|
/external/tpm2/ |
CreatePrimary.c | 20 // restricted, decrypt and sign attributes; attempt to inject sensitive data 21 // for an asymmetric key; attempt to create a symmetric cipher key that
|
/frameworks/av/media/libstagefright/httplive/ |
LiveDataSource.cpp | 62 ALOGE("Attempt at reading non-sequentially from LiveDataSource."); 92 ALOGE("Attempt at reading non-sequentially from LiveDataSource.");
|
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagRelocations.inc | 19 "attempt to generate unsupported relocation `%0' for symbol `%1', " 21 "attempt to generate unsupported relocation `%0' for symbol `%1, "
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namednodemapsetnameditemns10.java | 35 * raises a HIERARCHY_REQUEST_ERR if an attempt is made to add a node doesn't belong 37 * Attempt to add an entity to a NamedNodeMap of attribute nodes,
|
namednodemapsetnameditemns11.java | 35 * raises a HIERARCHY_REQUEST_ERR if an attempt is made to add a node doesn't belong 37 * Attempt to add a notation node to a NamedNodeMap of attribute nodes,
|
/libcore/ojluni/src/main/java/java/io/ |
FileNotFoundException.java | 30 * Signals that an attempt to open the file denoted by a specified pathname 37 * example when an attempt is made to open a read-only file for writing.
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
Channel.java | 41 * and once closed it remains closed. Once a channel is closed, any attempt to 68 * <p> After a channel is closed, any further attempt to invoke I/O
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarUpgradeReceiver.java | 56 // If the version is old go ahead and attempt to create or upgrade the database. 79 Log.wtf(TAG, "Error during upgrade attempt. Disabling receiver.", t);
|
/packages/providers/TvProvider/src/com/android/providers/tv/ |
TvProviderUpgradeReceiver.java | 58 // If the version is old go ahead and attempt to create or upgrade the database. 78 Log.wtf(TAG, "Error during upgrade attempt. Disabling receiver.", t);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_resource.py | 59 # an attempt to ensure the file is really synced and 68 # Close will attempt to flush the byte we wrote
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_resource.py | 59 # an attempt to ensure the file is really synced and 68 # Close will attempt to flush the byte we wrote
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
auth.go | 22 // the authentication attempt and closes the connection. 30 // the authentication attempt and closes the connection.
|
Completed in 475 milliseconds
<<11121314151617181920>>