HomeSort by relevance Sort by last modified time
    Searched refs:product (Results 451 - 475 of 495) sorted by null

<<11121314151617181920

  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 193 std::string product = content::GetContentClient()->GetProduct(); local
195 webkit_glue::BuildUserAgentFromOSAndProduct(kLinuxInfoStr, product);
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 257 console.error('Failed to get product version. Corrupt manifest?');
  /bionic/libc/kernel/common/linux/
input.h 39 __u16 product; member in struct:input_id
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 285 bta_hh_update_di_info(p_cb, di_rec.rec.vendor, di_rec.rec.product, di_rec.rec.version, 0);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/kernel-headers/original/linux/
input.h 46 __u16 product; member in struct:input_id
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mmap.py 396 for source, dest, size in itertools.product(offsets, offsets, offsets):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mmap.py 396 for source, dest, size in itertools.product(offsets, offsets, offsets):
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 765 int product = preferred.width * preferred.height; local
770 if (size.width * size.height > product) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 799 int product = preferred.width * preferred.height; local
804 if (size.width * size.height > product) {
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /build/tools/releasetools/
ota_from_target_files 30 "build/target/product/security/testkey" if that value is not
350 device = GetBuildProp("ro.product.device", info_dict)
416 "pre-device": GetBuildProp("ro.product.device",
585 metadata = {"pre-device": GetBuildProp("ro.product.device",
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 290 dev.id.product = 0x0000;
    [all...]
  /system/core/adb/
adb.c 294 "ro.product.name",
295 "ro.product.model",
296 "ro.product.device",
458 if (!strcmp(key, "ro.product.name"))
459 qual_overwrite(&t->product, cp);
460 else if (!strcmp(key, "ro.product.model"))
462 else if (!strcmp(key, "ro.product.device"))
    [all...]
  /external/qemu/target-arm/
helper.c 2919 float32 product; local
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 244 die "Can't handle Xcode product directory with a ~ in it.\n" if $baseProductDir =~ /~/;
245 die "Can't handle Xcode product directory with a variable in it.\n" if $baseProductDir =~ /\$/;
720 # Use Safari.app in product directory if present (good for Safari development team).
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 975 int product = preferred.width * preferred.height; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 669 # product would end up being broken on any computer with a different version
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 859 (** [const_mul c1 c2] returns the constant product of two constants.
863 (** [const_nsw_mul c1 c2] returns the constant product of two constants with
868 (** [const_nuw_mul c1 c2] returns the constant product of two constants with
873 (** [const_fmul c1 c2] returns the constant product of two constants floats.
    [all...]

Completed in 474 milliseconds

<<11121314151617181920