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

1 2 3 4 56 7 8 91011>>

  /external/selinux/libselinux/man/man3/
avc_has_perm.3 108 Using an uninitialized structure will produce undefined behavior.
119 will still produce an audit message in this case.
141 to be returned unexpectedly. For example, netlink socket errors may produce
  /external/v8/test/mjsunit/
string-externalize.js 54 // still produce an ascii cons.
70 // Lower-casing an ascii string should produce ascii.
75 // Appending a real two-byte string should produce a two-byte cons.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.h 30 // produce packet-loss concealment.
47 // The main method to produce concealment data. The data is appended to the
88 // necessary to produce concealment data.
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 42 /// produce - produce a node, add it under control
43 NodeType* produce() { function in class:mcld::NodeFactory
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 202 * Indicates whether or not the factory is configured to produce
205 * @return true if the factory is configured to produce parsers which
214 * Indicates whether or not the factory is configured to produce
217 * @return true if the factory is configured to produce parsers
226 * Indicates whether or not the factory is configured to produce
229 * @return true if the factory is configured to produce parsers
239 * Indicates whether or not the factory is configured to produce
242 * @return true if the factory is configured to produce parsers
251 * Indicates whether or not the factory is configured to produce
254 * @return true if the factory is configured to produce parser
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
error.go 102 // Executed templates should produce a DocumentFragment of HTML.
105 // produce incomplete Fragments should not be executed directly.
110 // "helper" does not produce a valid document fragment, so should
167 // context. The second iteration would produce something like
179 // The example above could produce `var x = 1/-2/i.test(s)...`
181 // could produce `/-2/i.test(s)` in which the first '/' starts a
  /prebuilts/go/linux-x86/src/html/template/
error.go 102 // Executed templates should produce a DocumentFragment of HTML.
105 // produce incomplete Fragments should not be executed directly.
110 // "helper" does not produce a valid document fragment, so should
167 // context. The second iteration would produce something like
179 // The example above could produce `var x = 1/-2/i.test(s)...`
181 // could produce `/-2/i.test(s)` in which the first '/' starts a
  /art/runtime/arch/arm/
instruction_set_features_arm.h 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
40 // Process the auxiliary vector AT_HWCAP entry and use kRuntimeISA to produce
  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
40 // Process the auxiliary vector AT_HWCAP entry and use kRuntimeISA to produce
  /art/runtime/arch/mips/
instruction_set_features_mips.h 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
40 // Process the auxiliary vector AT_HWCAP entry and use kRuntimeISA to produce
  /art/runtime/arch/mips64/
instruction_set_features_mips64.h 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
40 // Process the auxiliary vector AT_HWCAP entry and use kRuntimeISA to produce
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64.h 44 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
49 // Process the auxiliary vector AT_HWCAP entry and use kRuntimeISA to produce
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 48 // If filtering is kFilterBilinear, interpolation is used to produce a better
50 // If filtering is kFilterBox, averaging is used to produce ever better
  /external/libyuv/files/include/libyuv/
scale.h 48 // If filtering is kFilterBilinear, interpolation is used to produce a better
50 // If filtering is kFilterBox, averaging is used to produce ever better
  /external/llvm/include/llvm/CodeGen/
AtomicExpandUtils.h 38 /// The standard expansion we produce is:
45 /// ; This is what -atomic-expand will produce using this function on i686 targets:
  /external/llvm/test/MC/Mips/
elf_basic.s 10 // Check that we produce 32 bit with each endian.
26 // Check that we produce 64 bit with each endian.
  /external/llvm/test/tools/dsymutil/X86/
empty_range.s 2 # doesn't crash llvm-dsymutil. As clang does not produce this kind of debug
3 # info anymore, we used this hand-crafted assembly file to produce a testcase
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerTest.java 66 fail("TextView#setText(String) should produce an i18nException");
81 fail("ResourceLoader#inflateView should produce an i18nException");
  /external/valgrind/docs/internals/
howto_oprofile.txt 18 # produce a flat profile
23 # produce a profile w/ callgraph
  /frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h 39 Input* produce(llvm::StringRef pName,
44 Input* produce(llvm::StringRef pName,
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 54 DataType* produce(const KeyType& pKey, bool& pExist) { function in class:mcld::UniqueGCFactoryBase
67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { function in class:mcld::UniqueGCFactoryBase
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 44 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
59 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
  /ndk/sources/cxx-stl/stlport/
README 19 1/ The static library is recommended if you will only produce
24 2/ The shared library, is recommended if you want to produce
  /prebuilts/ndk/current/sources/cxx-stl/stlport/
README 19 1/ The static library is recommended if you will only produce
24 2/ The shared library, is recommended if you want to produce
  /prebuilts/tools/linux-x86_64/kythe/studio/
build_studio_kythe.sh 32 # on build and produce indexes for builds with 95% coverage and up.
43 # on the entries and produce indexes for builds with 95% coverage and up.

Completed in 1750 milliseconds

1 2 3 4 56 7 8 91011>>