HomeSort by relevance Sort by last modified time
    Searched defs:partial (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 5 function partial(n){ function
31 partial(i);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 5 function partial(n){ function
31 partial(i);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-partial-sums.js 5 function partial(n){ function
31 partial(i);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
base.js 37 // Taken from goog.partial in the Closure library.
38 function partial(fn, var_args) function
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionLauncher.java 17 package com.android.quicksearchbox.tests.partial;
  /external/chromium_org/tools/grit/grit/format/policy_templates/
template_formatter.py 8 from functools import partial namespace
17 return partial(_TemplateFormatter,
  /external/chromium_org/tools/grit/grit/format/
resource_map.py 11 from functools import partial namespace
20 return partial(_FormatSource, _GetItemName)
22 return partial(_FormatSource, _GetItemPath)
rc.py 12 from functools import partial namespace
463 'admin_template' : partial(FormatInclude, type='ADM'),
464 'chrome_html' : partial(FormatInclude, type='BINDATA',
466 'chrome_scaled_image' : partial(FormatInclude, type='BINDATA'),
467 'igoogle' : partial(FormatInclude, type='XML'),
468 'muppet' : partial(FormatInclude, type='XML'),
469 'tr_html' : partial(FormatInclude, type='HTML'),
470 'txt' : partial(FormatInclude, type='TXT'),
  /external/dropbear/
cli-auth.c 141 unsigned int partial = 0; local
175 partial = buf_getbool(ses.payload);
177 if (partial) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 10 from _functools import partial, reduce namespace
36 # Return the wrapper so this can be used as a decorator via partial()
47 This is a convenience function to simplify applying partial() to
50 return partial(update_wrapper, wrapped=wrapped,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 10 from _functools import partial, reduce namespace
36 # Return the wrapper so this can be used as a decorator via partial()
47 This is a convenience function to simplify applying partial() to
50 return partial(update_wrapper, wrapped=wrapped,
  /external/chromium_org/mojo/public/bindings/generators/
mojom_js_generator.py 12 from functools import partial namespace
160 return map(partial(GetStructInfo, False), result)
163 return map(partial(GetStructInfo, True), self.module.structs)
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 251 var partial = []; variable
255 partial.push(typeof str === 'undefined' ? 'null' : str);
257 partial = '[' + partial.join(',') + ']';
263 partial.push(key.inspect(true)+ ':' + str);
266 partial = '{' + partial.join(',') + '}';
269 return partial;
    [all...]
  /external/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
  /frameworks/base/core/java/android/content/pm/
UserInfo.java 75 public boolean partial; field in class:UserInfo
115 partial = orig.partial;
139 dest.writeInt(partial ? 1 : 0);
160 partial = source.readInt() != 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 51 partial, enumerator in enum:codecvt_base::result
102 * output, returns codecvt_base::partial. Otherwise the
128 * conditions. The idea is that if a partial conversion occurs, then
130 * the state in initial conditions, rather than partial conversion
144 * output has insufficient space, returns codecvt_base::partial.
182 * output, returns codecvt_base::partial. Otherwise the
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 51 partial, enumerator in enum:codecvt_base::result
102 * output, returns codecvt_base::partial. Otherwise the
128 * conditions. The idea is that if a partial conversion occurs, then
130 * the state in initial conditions, rather than partial conversion
144 * output has insufficient space, returns codecvt_base::partial.
182 * output, returns codecvt_base::partial. Otherwise the
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 51 partial, enumerator in enum:codecvt_base::result
102 * output, returns codecvt_base::partial. Otherwise the
128 * conditions. The idea is that if a partial conversion occurs, then
130 * the state in initial conditions, rather than partial conversion
144 * output has insufficient space, returns codecvt_base::partial.
182 * output, returns codecvt_base::partial. Otherwise the
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 51 partial, enumerator in enum:codecvt_base::result
102 * output, returns codecvt_base::partial. Otherwise the
128 * conditions. The idea is that if a partial conversion occurs, then
130 * the state in initial conditions, rather than partial conversion
144 * output has insufficient space, returns codecvt_base::partial.
182 * output, returns codecvt_base::partial. Otherwise the
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
codecvt.h 51 partial, enumerator in enum:codecvt_base::result
102 * output, returns codecvt_base::partial. Otherwise the
128 * conditions. The idea is that if a partial conversion occurs, then
130 * the state in initial conditions, rather than partial conversion
144 * output has insufficient space, returns codecvt_base::partial.
182 * output, returns codecvt_base::partial. Otherwise the
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result

Completed in 1757 milliseconds

1 2 3 4