HomeSort by relevance Sort by last modified time
    Searched full:requested (Results 351 - 375 of 12437) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaTemplate/
instantiate-using-decl.cpp 143 // expected-note@+2 {{requested here}}
145 template class Derived<int>; // expected-note {{requested here}}
167 UnresolvedTemplateNames::static_method<int>(); // expected-note {{requested here}}
  /external/elfutils/tests/
asm-tst8.c 154 printf ("requested value 0xfeedbeef, is %#" PRIxMAX "\n",
161 printf ("requested size 4, is %" PRIuMAX "\n",
168 printf ("requested type FILE, is %u\n",
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ServerPairingSession.java 58 logDebug("Requested service to pair: " + request.getServiceName());
92 throw new NoConfigurationException("Cannot support requested " +
97 throw new NoConfigurationException("Cannot support requested " +
  /external/skia/include/ports/
SkFontConfigInterface.h 76 * (which may differ from the requested familyName).
78 * (which may differ from the requested style).
83 SkFontStyle requested,
  /external/skqp/include/ports/
SkFontConfigInterface.h 76 * (which may differ from the requested familyName).
78 * (which may differ from the requested style).
83 SkFontStyle requested,
  /external/syslinux/efi32/include/efi/protocol/
efivar.h 102 // ClearStore() - A function to clear the requested storage bank. A cleared
105 // ReadStore() - Read data from the requested store.
107 // UpdateStore() - Updates data on the requested store. The FW will only
  /external/syslinux/efi64/include/efi/protocol/
efivar.h 102 // ClearStore() - A function to clear the requested storage bank. A cleared
105 // ReadStore() - Read data from the requested store.
107 // UpdateStore() - Updates data on the requested store. The FW will only
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
efivar.h 102 // ClearStore() - A function to clear the requested storage bank. A cleared
105 // ReadStore() - Read data from the requested store.
107 // UpdateStore() - Updates data on the requested store. The FW will only
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_memory.md 28 node name | requested bytes
43 node name | requested bytes
63 node name | requested bytes
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 361 struct os_reltime now, requested, remaining; local
368 requested.sec = req_secs;
369 requested.usec = req_usecs;
372 if (os_reltime_before(&requested, &remaining)) {
375 eloop_register_timeout(requested.sec,
376 requested.usec,
393 struct os_reltime now, requested, remaining; local
400 requested.sec = req_secs;
401 requested.usec = req_usecs;
404 if (os_reltime_before(&remaining, &requested)) {
    [all...]
  /frameworks/native/services/surfaceflinger/layerproto/
layers.proto 37 // The layer's requested position.
51 // The layer's requested color.
60 // The layer's requested transform.
  /frameworks/support/compat/src/androidTest/java/androidx/core/content/res/
ResourcesCompatTest.java 174 // density requested in the API call.
188 // density requested in the API call.
201 // density requested in the API call.
214 // density requested in the API call.
245 // We should get a drawable that corresponds to the theme requested in the API call.
252 // We should get a drawable that corresponds to the theme requested in the API call.
259 // We should get a drawable that corresponds to the theme requested in the API call.
266 // We should get a drawable that corresponds to the theme requested in the API call.
273 // We should get a drawable that corresponds to the theme requested in the API call.
280 // We should get a drawable that corresponds to the theme requested in the API call
    [all...]
  /hardware/google/av/codec2/vndk/include/v4l2/
C2VdaBqBlockPool.h 54 * When the size of |mSlotBuffers| reaches the requested buffer count, set disallow allocation
65 * it will set maxDequeuedBufferCount as the requested buffer count to producer.
69 * \param bufferCount the number of requested buffers
  /hardware/interfaces/gnss/1.1/
IGnss.hal 40 * the time between fixes, requested fix accuracy, time to first fix.
47 * @param preferredAccuracyMeters Represents the requested fix accuracy in meters.
48 * @param preferredTimeMs Represents the requested time to first fix in milliseconds.
  /hardware/nxp/secure_element/libese-spi/p73/pal/spi/
phNxpEsePal_spi.h 81 * \brief Reads requested number of bytes from ESE into given buffer
85 **\param[in] nNbBytesToRead - number of bytes requested to be read
95 * \brief Writes requested number of bytes from given buffer into pn547 device
  /packages/apps/Camera2/src/com/android/camera/ui/motion/
DynamicAnimator.java 67 // If either the update or the draw methods requested new frames, then
99 * draw began, and if an update is currently requested it will return the
100 * time that the update was requested at, and if neither of these are true
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
route.go 71 // requested operation. If non-nil, the requested operation is failed.
79 Err error // error on requested operation
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route.go 71 // requested operation. If non-nil, the requested operation is failed.
79 Err error // error on requested operation
  /system/chre/util/include/chre/util/
fixed_size_blocking_queue.h 69 * @param index Requested index in range [0,size()-1]
80 * @param index Requested index in range [0,size()-1]
91 * @param index Requested index in the rante [0,size()-1]
  /system/core/libutils/include/utils/
FileMap.h 77 * Get a pointer to the piece of the file we requested.
82 * Get the length we requested.
117 void* mDataPtr; // start of requested data, offset from base
  /system/netd/server/
ResponseCode.h 34 // 200 series - Requested action has been successfully completed
50 // 400 series - The command was accepted but the requested action
57 // 500 series - The command was not accepted and the requested
  /tools/tradefederation/core/src/com/android/tradefed/command/
ICommandOptions.java 27 * Returns <code>true</code> if abbreviated help mode has been requested
32 * Returns <code>true</code> if full detailed help mode has been requested
37 * Returns <code>true</code> if full json help mode has been requested
  /external/boringssl/src/crypto/fipsmodule/rand/
urandom.c 113 // requested. This is the only function that modifies |urandom_fd| and
282 // CRYPTO_sysrand puts |requested| random bytes into |out|.
283 void CRYPTO_sysrand(uint8_t *out, size_t requested) {
284 if (requested == 0) {
290 if (!fill_with_entropy(out, requested)) {
297 OPENSSL_memset(out, 0, requested);
  /hardware/qcom/display/msm8909/sdm/libs/core/
display_primary.cpp 66 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode,
181 DLOGW("Invalid panel mode parameters. Requested = %d", hw_display_mode);
186 DLOGW("Same display mode requested. Current = %d, Requested = %d", hw_panel_info_.mode,
193 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode,
305 DLOGI("Same state transition is requested.");
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
display_primary.cpp 66 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode,
181 DLOGW("Invalid panel mode parameters. Requested = %d", hw_display_mode);
186 DLOGW("Same display mode requested. Current = %d, Requested = %d", hw_panel_info_.mode,
193 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode,
305 DLOGI("Same state transition is requested.");

Completed in 2387 milliseconds

<<11121314151617181920>>