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

1 2 3 4 56 7 8 91011>>

  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.8 7 \fBnetcap\fP is a program that prints out a report of process capabilities. If the application is using tcp, udp, raw, or packet family of sockets AND has any capabilities, it will be in the report. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
pscap.8 7 \fBpscap\fP is a program that prints out a report of process capabilities. If the application has any capabilities, it will be in the report with the exception of init. By giving the \-a command line option, init will be included, too. If a process is not in the report, it has dropped all capabilities. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
  /external/llvm/test/Analysis/BasicAA/
2010-09-15-GEP-SignedArithmetic.ll 6 ; CHECK: 1 partial alias response
  /external/llvm/test/CodeGen/X86/
anyext.ll 3 ; Use movzbl to avoid partial-register updates.
  /external/oprofile/daemon/
opd_stats.h 25 OPD_DANGLING_CODE, /**< nr. partial code notifications (buffer overflow */
  /external/skia/src/utils/
SkMatrix22.h 26 * but has better numerical stability by using (partial) hypot,
  /external/valgrind/main/VEX/
TODO.txt 43 Get rid of partial-loads-ok
  /frameworks/base/core/java/android/hardware/camera2/
TotalCaptureResult.java 55 * Takes ownership of the passed-in camera metadata and the partial results
57 * @param partials a list of partial results; {@code null} will be substituted for an empty list
84 * Get the read-only list of partial results that compose this total result.
93 * @return unmodifiable list of partial results
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
lambda.hpp 21 // template template parameters _and_ partial specialization
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-5.cpp 2 // check cleanup of partial array objects
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-5.cpp 2 // check cleanup of partial array objects
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionLauncher.java 17 package com.android.quicksearchbox.tests.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,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-actual-applyCompletion1.xml 4 This file deliberately contains errors - it represents partial keyboard
completion1.xml 4 This file deliberately contains errors - it represents partial keyboard
  /external/chromium_org/chrome/browser/prefs/
interceptable_pref_filter.h 13 // A partial implementation of a PrefFilter whose FilterOnLoad call may be
38 // PrefFilter partial implementation.
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/
idl.gypi 68 '<@(modules_core_global_constructors_generated_idl_files)', # partial interfaces
69 '<@(modules_global_constructors_generated_idl_files)', # partial interfaces
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
interface_dependency_resolver.py 31 This library computes interface dependencies (partial interfaces and
69 Dependencies consist of 'partial interface' for the same interface as
105 """Merge dependencies ('partial interface' and 'implements') in dependency_idl_filenames into target_interface.
117 definitions.update(dependency_definitions) # merges partial interfaces
119 # Implemented interfaces (non-partial dependencies) are also merged
145 # A partial interface's members are implemented as static member functions
149 # This class name can be overridden by [ImplementedAs] on the partial
157 # Currently [LegacyTreatAsPartialInterface] can be used to have partial
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestPartialInterface2.idl 32 ImplementedAs=TestPartialInterfaceImplementation, // Conflicts with default partial interface class name
34 ] partial interface TestInterface {
  /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
  /external/chromium_org/third_party/skia/include/gpu/
GrPathRendererChain.h 48 kColorAntiAlias_DrawType, // draw to color buffer, with partial coverage AA
51 kStencilAndColorAntiAlias_DrawType // draw the stencil and color buffer, with partial
  /external/chromium_org/tools/idl_parser/test_parser/
dictionary_web.idl 47 partial dictionary MyDictPartial { };
50 partial dictionary MyDictInherit : Foo {};
exception_web.idl 44 /* ERROR Unexpected keyword "exception" after keyword "partial". */
45 partial exception MyExcPartial { };
  /external/clang/test/SemaTemplate/
function-template-specialization.cpp 18 // Function template specialization that requires partial ordering
48 template <typename T> void f<T*>(T* t) {} // expected-error{{function template partial specialization is not allowed}}

Completed in 475 milliseconds

1 2 3 4 56 7 8 91011>>