HomeSort by relevance Sort by last modified time
    Searched full:partial (Results 26 - 50 of 3925) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/battery/
NavigatorBattery.idl 7 ] partial interface Navigator {
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
WindowDeviceLight.idl 8 ] partial interface Window {
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
WindowDeviceMotion.idl 7 ] partial interface Window {
WindowDeviceOrientation.idl 7 ] partial interface Window {
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFrontendHostFileSystem.idl 7 ] partial interface InspectorFrontendHost {
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
WindowMediaStream.idl 7 ] partial interface Window {
  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NavigatorNetworkInformation.idl 7 ] partial interface Navigator {
WorkerNavigatorNetworkInformation.idl 8 ] partial interface WorkerNavigator {
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
NavigatorPushManager.idl 7 ] partial interface Navigator {
ServiceWorkerGlobalScopePush.idl 7 ] partial interface ServiceWorkerGlobalScope {
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
NavigatorServiceWorker.idl 8 ] partial interface Navigator {
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
WindowSpeech.idl 8 ] partial interface Window {
  /external/chromium_org/third_party/leveldatabase/src/
AUTHORS 10 # Partial list of contributors:
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 31 /* number of MB rows to use in partial filtering */
36 * on the copied partial frame and not original. Partial filter does mb
40 /* partial image starts at ~middle of frame (macroblock border) */
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-0x.cpp 6 struct X1<0, Values+1 ...>; // expected-error{{non-type template argument depends on a template parameter of the partial specialization}}
  /external/libcxx/src/support/solaris/
README 1 This directory contains a partial implementation of the xlocale APIs for
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 31 /* number of MB rows to use in partial filtering */
36 * on the copied partial frame and not original. Partial filter does mb
40 /* partial image starts at ~middle of frame (macroblock border) */
  /external/llvm/test/Transforms/Inline/
PR4909.ll 1 ; RUN: opt < %s -partial-inliner -disable-output
  /external/valgrind/main/memcheck/tests/
test-plo-yes.vgtest 3 vgopts: -q --partial-loads-ok=yes
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 31 /* number of MB rows to use in partial filtering */
36 * on the copied partial frame and not original. Partial filter does mb
40 /* partial image starts at ~middle of frame (macroblock border) */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
README 1 This directory contains a partial implementation of the xlocale APIs for
  /external/chromium_org/chrome/common/extensions/docs/server2/
permissions_data_source.py 31 # Don't overwrite the description created by expanding a partial template.
32 if 'partial' in permission or not permission['platforms']:
42 permission['partial'] = 'permissions/generic_description.html'
61 # Turn partial templates into descriptions, ensure anchors are set.
65 if 'partial' in permission:
67 PRIVATE_TEMPLATES + permission['partial']).Get()
68 del permission['partial']
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 24 cat > $target_owner/staging/device-partial.mk << EOF
40 echo -n "# " >> $target_owner/staging/device-partial.mk
43 echo -n Broadcom >> $target_owner/staging/device-partial.mk
46 echo -n LGE >> $target_owner/staging/device-partial.mk
49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk
52 echo " blob(s) necessary for Hammerhead hardware" >> $target_owner/staging/device-partial.mk
53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
81 echo " vendor/$target_owner/hammerhead/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
87 echo >> $target_owner/staging/device-partial.mk
90 true ; #echo PRODUCT_PACKAGES := libacdbloader >> $target_owner/staging/device-partial.m
    [all...]
  /device/lge/mako/self-extractors/
files-by-owner.sh 24 cat > $target_owner/staging/device-partial.mk << EOF
40 echo -n "# " >> $target_owner/staging/device-partial.mk
43 echo -n Broadcom >> $target_owner/staging/device-partial.mk
46 echo -n LGE >> $target_owner/staging/device-partial.mk
49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk
52 echo " blob(s) necessary for Mako hardware" >> $target_owner/staging/device-partial.mk
53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
81 echo " vendor/$target_owner/mako/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
87 echo >> $target_owner/staging/device-partial.mk
90 echo PRODUCT_PACKAGES := libacdbloader >> $target_owner/staging/device-partial.m
    [all...]
  /device/samsung/manta/self-extractors/
files-by-owner.sh 24 cat > $target_owner/staging/device-partial.mk << EOF
40 echo -n "# " >> $target_owner/staging/device-partial.mk
43 echo -n Audience >> $target_owner/staging/device-partial.mk
46 echo -n Broadcom >> $target_owner/staging/device-partial.mk
49 echo -n Samsung >> $target_owner/staging/device-partial.mk
52 echo " blob(s) necessary for Manta hardware" >> $target_owner/staging/device-partial.mk
53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
81 echo " vendor/$target_owner/manta/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
87 echo >> $target_owner/staging/device-partial.mk
90 echo PRODUCT_PACKAGES := libacdbloader >> $target_owner/staging/device-partial.m
    [all...]

Completed in 511 milliseconds

12 3 4 5 6 7 8 91011>>