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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
WorkerGlobalScopeCrypto.idl 33 ] partial interface WorkerGlobalScope {
  /external/chromium_org/third_party/WebKit/Source/modules/donottrack/
NavigatorDoNotTrack.idl 31 partial interface Navigator {
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DataTransferItemFileSystem.idl 31 partial interface DataTransferItem {
HTMLInputElementFileSystem.idl 33 ] partial interface HTMLInputElement {
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
HTMLVideoElementMediaSource.idl 33 ] partial interface HTMLVideoElement {
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.idl 22 partial interface Navigator {
  /external/chromium_org/third_party/WebKit/Source/modules/performance/
WorkerGlobalScopePerformance.idl 33 ] partial interface WorkerGlobalScope {
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.idl 20 partial interface Navigator {
WindowQuota.idl 28 ] partial interface Window {
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
WindowSpeechSynthesis.idl 29 ] partial interface Window {
  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
InternalsSpeechSynthesis.idl 31 partial interface Internals {
  /external/chromium_org/third_party/WebKit/Source/modules/vibration/
NavigatorVibration.idl 22 partial interface Navigator {
  /external/chromium_org/third_party/WebKit/Source/modules/vibration/testing/
InternalsVibration.idl 31 partial interface Internals {
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
WindowWebDatabase.idl 30 ] partial interface Window {
WorkerGlobalScopeWebDatabase.idl 29 ] partial interface WorkerGlobalScope {
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
NavigatorWebMIDI.idl 33 ] partial interface Navigator {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
vp8_variance16x16_armv6.asm 50 ; calculate partial sums
73 ; calculate partial sums
97 ; calculate partial sums
123 ; calculate partial sums
vp8_variance_halfpixvar16x16_h_armv6.asm 55 ; calculate partial sums
85 ; calculate partial sums
116 ; calculate partial sums
149 ; calculate partial sums
vp8_variance_halfpixvar16x16_v_armv6.asm 56 ; calculate partial sums
86 ; calculate partial sums
117 ; calculate partial sums
150 ; calculate partial sums
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 51 ; calculate partial sums
72 ; calculate partial sums
91 ; calculate partial sums
114 ; calculate partial sums
  /external/chromium_org/third_party/ocmock/
README.chromium 15 This is only a partial inclusion of the OCMock tree. This only includes
  /external/chromium_org/third_party/skia/src/core/
SkMath.cpp 239 int partial = findex & 255; local
240 sinValue = interp_table(gSkSinTable, index, partial);
244 partial = findex & 255;
245 cosValue = interp_table(gSkSinTable, index, partial);
  /external/chromium_org/third_party/skia/src/gpu/
GrSurface.cpp 45 remove(filename); // remove any partial file
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
ios_plist_writer_unittest.py 85 parse = functools.partial(self._ParseWithPython, False)
86 decode_and_parse = functools.partial(self._ParseWithPython, True)
92 parse = functools.partial(self._ParseWithCocoa, False)
93 decode_and_parse = functools.partial(self._ParseWithCocoa, True)
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p12.cpp 4 // Note: Partial ordering of function templates containing template

Completed in 430 milliseconds

1 2 3 4 5 6 7 8 91011>>