HomeSort by relevance Sort by last modified time
    Searched refs:requested (Results 26 - 50 of 95) sorted by null

12 3 4

  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 177 r'::operator Action<.*>\' requested here')
227 r'::operator Action<void \(.*\)>\' requested here')
235 r'requested here')
265 r'PrintValue\' requested here')
425 r'Action<(?P<type>.*)\(\)>\' requested here')
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 269 // inflate any requested LayoutParams.
414 // Take requested dimensions from child, but apply default gravity.
415 FrameLayout.LayoutParams requested = (FrameLayout.LayoutParams)view.getLayoutParams(); local
416 if (requested == null) {
417 requested = new FrameLayout.LayoutParams(LayoutParams.MATCH_PARENT,
421 requested.gravity = Gravity.CENTER;
422 view.setLayoutParams(requested);
426 * Inflate and return the default layout requested by AppWidget provider.
  /external/v8/test/cctest/
test-alloc.cc 200 size_t requested = (Page::kPageSize << (Pseudorandom() % 6)) + local
203 void* base = code_range->AllocateRawMemory(requested, &allocated);
  /frameworks/base/native/include/android/
configuration.h 339 * environment 'requested'. Returns 0 if there are any values in 'base'
340 * that conflict with 'requested'. Returns 1 if it does not conflict.
342 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
346 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
355 AConfiguration* requested);
  /external/oprofile/events/mips/25K/
events 71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
72 event:0x22 counters:0,1 um:zero minimum:500 name:LSU_REQ_REPLAYS : LSU requested replays
  /external/v8/src/
spaces.cc 160 bool CodeRange::Setup(const size_t requested) {
163 code_range_ = new VirtualMemory(requested);
171 // We are sure that we have mapped a block of requested addresses.
172 ASSERT(code_range_->size() == requested);
173 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested));
189 void CodeRange::GetNextAllocationBlock(size_t requested) {
193 if (requested <= allocation_list_[current_allocation_block_index_].size) {
220 if (requested <= allocation_list_[current_allocation_block_index_].size) {
231 void* CodeRange::AllocateRawMemory(const size_t requested, size_t* allocated) {
233 if (requested > allocation_list_[current_allocation_block_index_].size)
2728 size_t requested = ChunkSizeFor(size_in_bytes); local
    [all...]
platform-openbsd.cc 149 void* OS::Allocate(const size_t requested,
152 const size_t msize = RoundUp(requested, getpagesize());
platform-nullos.cc 201 void* OS::Allocate(const size_t requested,
platform-cygwin.cc 145 void* OS::Allocate(const size_t requested,
148 const size_t msize = RoundUp(requested, sysconf(_SC_PAGESIZE));
platform-freebsd.cc 158 void* OS::Allocate(const size_t requested,
161 const size_t msize = RoundUp(requested, getpagesize());
platform-macos.cc 146 void* OS::Allocate(const size_t requested,
149 const size_t msize = RoundUp(requested, getpagesize());
platform-solaris.cc 165 void* OS::Allocate(const size_t requested,
168 const size_t msize = RoundUp(requested, getpagesize());
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 185 * actionName will be replaced according to action requested
  /hardware/invensense/mlsdk/mllite/
mldl_cfg_mpu.c 291 unsigned long requested = mldl_cfg->requested_sensors; local
313 mldl_cfg->requested_sensors = requested;
314 //MPL_LOGI("%s: Will resume next to %04lx\n", __func__, requested);
428 * @param data the data being requested.
  /frameworks/base/media/libstagefright/
FLACExtractor.cpp 270 size_t requested = *bytes; local
271 ssize_t actual = mDataSource->readAt(mCurrentPos, buffer, requested);
280 assert(actual <= requested);
  /development/build/tools/
windows_sdk.mk 4 # is requested.
  /external/oprofile/events/mips/rm7000/
events 25 event:0x15 counters:0,1 um:zero minimum:500 name:DCACHE_MISS_STALL_CYCLES : Dcache miss stall cycles (cycles where both cache miss tokens taken and a third try is requested)
  /external/srec/portable/src/
PANSIFileImpl.c 202 size_t requested = *count; local
244 if (*count < requested)
  /external/v8/test/mjsunit/
debug-step.js 75 // multiple steps have been requested.
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 75 // The set of requested views that are to be notified when the associated RemoteViews are
457 public RemoteViewsIndexMetaData(RemoteViews v, long itemId, boolean requested) {
458 set(v, itemId, requested);
461 public void set(RemoteViews v, long id, boolean requested) {
467 isRequested = requested;
494 // The set of indices that have been explicitly requested by the collection view
497 // We keep a reference of the last requested index to determine which item to prune the
501 // The set of indices to load, including those explicitly requested, as well as those
545 // as whether it was directly requested vs. whether it was preloaded by our caching
608 // farthest non-requested positio
    [all...]
  /build/core/tasks/
sdk-addon.mk 47 $(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested by $(INTERNAL_PRODUCT)))) \
64 # Generate rules to copy the requested files
  /external/dbus/bus/
selinux.c 416 * This function determines if the requested permissions are to be
426 * @param requested is the requested permissions.
434 access_vector_t requested,
445 target_class, requested, &aeref, auxdata) < 0)

Completed in 790 milliseconds

12 3 4